Searched defs:add (Results 51 - 75 of 747) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DNumericStrings.h37 ALWAYS_INLINE String add(double d) function in class:JSC::NumericStrings
47 ALWAYS_INLINE String add(int i) function in class:JSC::NumericStrings
59 ALWAYS_INLINE String add(unsigned i) function in class:JSC::NumericStrings
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPUrlList.cpp54 void LDAPUrlList::add(const LDAPUrl& url){ function in class:LDAPUrlList
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Drand.h89 void (*add)(const void *buf, int num, double entropy); member in struct:rand_meth_st
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DBitSet.cpp32 void BitSet::add(unsigned int el) function in class:antlr::BitSet
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dmodule.h70 void add(const ModuleCallback &cb) { callbackSet.insert(cb); } function in class:Module
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokenaccess.h59 void add(TokenAcl &acl) { mAcls.insert(&acl); } function in class:Access
60 void add(TokenAcl *acl) { if (acl) mAcls.insert(acl); } function in class:Access
61 void add(AclSource &src) { add(dynamic_cast<TokenAcl&>(src.acl())); } function in class:Access
62 void add(AclSource *src) { if (src) add(*src); } function in class:Access
63 void add(Key &key) { mAcls.insert(&myKey(key)); } function in class:Access
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dpcscdserver.h89 void add(MachPlusPlus::PowerWatcher *client) { StLock<Mutex> _(mLock); sleepWatcher.add(client); } function in class:PCSCD::Server
/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
H A DJSHTMLOptionsCollectionCustom.cpp63 JSValue JSHTMLOptionsCollection::add(ExecState* exec) function in class:WebCore::JSHTMLOptionsCollection
/macosx-10.10/WebCore-7600.1.25/editing/
H A DHTMLInterchange.cpp62 unsigned add = count % 3; local
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLOptionsCollection.cpp39 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionCode& ec) function in class:WebCore::HTMLOptionsCollection
44 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionCode& ec) function in class:WebCore::HTMLOptionsCollection
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTRegionList.cpp65 void VTTRegionList::add(PassRefPtr<VTTRegion> region) function in class:WebCore::VTTRegionList
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMInternals.h68 void add(WebCoreType core, WKDOMType kit) function in class:WebKit::DOMCache
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_random.h50 apr_crypto_hash_add_t *add; member in struct:apr_crypto_hash_t
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc-array.cxx82 ppdcArray::add(ppdcShared *d) function in class:ppdcArray
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-menu.el[all...]
/macosx-10.10/libarchive-30/libarchive/doc/
H A Dmdoc2man.awk31 function add(str) { function
[all...]
H A Dmdoc2wiki.awk33 function add(str) { function
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSDNodeOrdering.h36 void add(const SDNode *Node, unsigned NewOrder) { function in class:llvm::SDNodeOrdering
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dclock.rb11 def self.add(clk, *args) singleton method in class:Tk.Clock
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dbuttonbox.rb41 def add(keys={}, &b) method in class:Tk
H A Ddynamichelp.rb48 def self.add(widget, keys={}) singleton method in class:Tk
H A Dpagesmanager.rb27 def add(page, &b) method in class:Tk
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dbuttonbox.rb61 def add(tag=nil, keys={}) method in class:Tk
H A Ddialogshell.rb61 def add(tag=nil, keys={}) method in class:Tk

Completed in 303 milliseconds

1234567891011>>