Searched refs:add (Results 201 - 225 of 3059) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DFontTableCache.h33 void add(LETag tableTag, const void *table, size_t length);
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A DFontTableCache.h33 void add(LETag tableTag, const void *table, size_t length);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DInlineCallFrameSet.h42 InlineCallFrame* add();
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredWriteBarriers.h72 DesiredWriteBarrier& add(DesiredWriteBarrier::Type type, CodeBlock* codeBlock, unsigned index, JSCell* owner) function in class:JSC::DFG::DesiredWriteBarriers
77 DesiredWriteBarrier& add(DesiredWriteBarrier::Type type, CodeBlock* codeBlock, InlineCallFrame* inlineCallFrame, JSCell* owner) function in class:JSC::DFG::DesiredWriteBarriers
93 DesiredWriteBarrier& desiredBarrier = barriers.add(DesiredWriteBarrier::InlineCallFrameExecutableType, codeBlock, inlineCallFrame, owner);
99 DesiredWriteBarrier& desiredBarrier = barriers.add(DesiredWriteBarrier::ConstantType, codeBlock, index, owner);
/macosx-10.10/Libc-1044.1.2/x86_64/string/
H A Dstrcpy.s111 add %rcx, %rsi
113 add $1, %rdx
126 1: add $8, %rdx
153 add $16, %rcx
167 add %rdx, %rcx
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPUrlList.h71 * @param attr The attribute to add to the list.
73 void add(const LDAPUrl& url);
H A DStringList.h56 * @param attr The attribute to add to the list.
58 void add(const std::string& value);
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dagent-getpeereid.sh30 ssh-add -l > /dev/null 2>&1
33 fail "ssh-add failed with $r != 1"
36 < /dev/null ${SUDO} -S -u ${UNPRIV} ssh-add -l 2>/dev/null
39 fail "ssh-add did not fail for ${UNPRIV}: $r < 2"
/macosx-10.10/OpenSSL098-52/src/crypto/rc5/asm/
H A Drc5-586.pl49 &add($A, &DWP(4+0,$S,"",0));
50 &add($B, &DWP(4+4,$S,"",0));
58 &add($A, $tmp1);
64 &add($B, $tmp1);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A DDLDBList.cpp31 void DLDbList::add(const DLDbIdentifier& dldbIdentifier) // Adds at end if not in list function in class:DLDbList
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A DDLDBList.cpp31 void DLDbList::add(const DLDbIdentifier& dldbIdentifier) // Adds at end if not in list function in class:DLDbList
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DTokenStreamBasicFilter.cpp24 discardMask.add(ttype);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCryptoAlgorithmBuilder.cpp56 void JSCryptoAlgorithmBuilder::add(const char* key, unsigned value) function in class:WebCore::JSCryptoAlgorithmBuilder
63 void JSCryptoAlgorithmBuilder::add(const char* key, const String& value) function in class:WebCore::JSCryptoAlgorithmBuilder
70 void JSCryptoAlgorithmBuilder::add(const char* key, const Vector<uint8_t>& buffer) function in class:WebCore::JSCryptoAlgorithmBuilder
78 void JSCryptoAlgorithmBuilder::add(const char* key, const CryptoAlgorithmDescriptionBuilder& nestedBuilder) function in class:WebCore::JSCryptoAlgorithmBuilder
/macosx-10.10/WebCore-7600.1.25/bridge/
H A DIdentifierRep.cpp70 IntIdentifierMap::AddResult result = intIdentifierMap().add(intID, nullptr);
75 identifierSet().add(result.iterator->value);
96 StringIdentifierMap::AddResult result = stringIdentifierMap().add(string.impl(), nullptr);
101 identifierSet().add(result.iterator->value);
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DPageURLRecord.cpp55 m_iconRecord->m_retainingPageURLs.add(m_pageURL);
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginQuirkSet.h58 void add(PluginQuirk quirk) { m_quirks |= quirk; } function in class:WebCore::PluginQuirkSet
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DEventListenerSection.js30 this.element.classList.add("event-listener-section");
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/EntryPoint/mac/XPCService/
H A DPluginServiceEntryPoint.mm52 extraInitializationData.add("plugin-path", pluginPath);
56 extraInitializationData.add("disable-sandbox", disableSandbox);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DMutableDictionary.h44 bool add(const String& key, PassRefPtr<API::Object>);
/macosx-10.10/WebKit2-7600.1.25/Shared/posix/
H A DCommandLinePOSIX.cpp48 if (!m_args.add(key, value).isNewEntry)
/macosx-10.10/ipsec-286.1.1/ipsec-tools/setkey/Sample/
H A Dsample-policy02.cf38 add ::1 ::1 esp 0x1001
41 add ::1 ::1 esp 0x1002
/macosx-10.10/ksh-23/ksh/src/lib/libsum/
H A Dsum-prng.c32 [+add?The 32 bit PRNG addend.]:[number:=0]\
50 Prngnum_t add; member in struct:Prng_s
76 else if (strneq(t, "add", i))
77 sum->add = v ? strtoul(v + 1, NiL, 0) : ~sum->add;
110 c = c * sum->mpy + sum->add + *b++;
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DBrowserApp.java102 browserRow.add( domainScroller);
106 browserRow.add( servicesScroller);
110 browserRow.add( serviceScroller);
115 buttonRow.add( Box.createHorizontalGlue());
117 buttonRow.add( connectButton);
118 buttonRow.add( Box.createRigidArea( new Dimension( 16, 0)));
123 labelRow.add( new JLabel( " Host: "));
125 labelRow.add( hostLabel);
126 labelRow.add( Box.createRigidArea( new Dimension( 32, 0)));
127 labelRow.add( ne
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkmenubutton.rb16 add(:command, :label=>'Right menu: first item',
19 add(:command, :label=>'Right menu: second item',
29 add(:command, :label=>'Below menu: first item',
32 add(:command, :label=>'Below menu: second item',
42 add(:command, :label=>'Above menu: first item',
45 add(:command, :label=>'Above menu: second item',
55 add(:command, :label=>'Left menu: first item',
58 add(:command, :label=>'Left menu: second item',
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DTextDisplay.itk10 option add *TextDisplay.width 3i widgetDefault
11 option add *TextDisplay.height 2i widgetDefault
13 option add *TextDisplay.scrollbar auto widgetDefault
14 option add *TextDisplay.wrap none widgetDefault
15 option add *TextDisplay.textBackground ivory widgetDefault
21 itk_option add hull.width hull.height
23 itk_component add text {
33 itk_component add scrollbar {

Completed in 318 milliseconds

1234567891011>>