Searched +defs:other +defs:key (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.9.5/emacs-92/emacs/leim/quail/
H A Dlao.el[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DMapEntryParameter.java31 private Object key; field in class:MapEntryParameter
41 public MapEntryParameter(Object key, Object value) { argument
65 public boolean equals(Object other) { argument
[all...]
H A DStoredMap.java216 get(Object key) argument
246 put(Object key, Object value) argument
298 remove(Object key) argument
312 containsKey(Object key) argument
452 duplicates(Object key) argument
508 equals(Object other) argument
[all...]
H A DStoredCollection.java88 final boolean add(Object key, Object value) { argument
380 public boolean equals(Object other) { argument
589 copyCollection(Object other) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dtkey_249.h35 unsigned char * key; member in struct:dns_rdata_tkey
37 unsigned char * other; member in struct:dns_rdata_tkey
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DIdentity.cpp49 Item key; local
89 equal(SecCFObject &other) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DIdentity.cpp49 Item key; local
89 equal(SecCFObject &other) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DIdentity.cpp49 Item key; local
89 equal(SecCFObject &other) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPreferences.cpp50 WebPreferences::WebPreferences(const WebPreferences& other) argument
92 void WebPreferences::updateStringValueForKey(const String& key, const String& value) argument
98 void WebPreferences::updateBoolValueForKey(const String& key, bool value) argument
109 updateUInt32ValueForKey(const String& key, uint32_t value) argument
115 updateDoubleValueForKey(const String& key, double value) argument
121 updateFloatValueForKey(const String& key, float value) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWOMapping.h17 PWOMappingMmbr(PyObject *obj, PWOMapping &parent, PyObject *key): PWOBase argument
32 PWOMapping(const PWOMapping &other): PWOBase(other){} argument
40 virtual PWOMapping &operator = (const PWOMapping &other) { argument
44 PWOMapping &operator = (const PWOBase &other) { argument
58 PWOMappingMmbr operator[](const char *key) { argument
68 operator [](PyObject *key) argument
89 setItem(const char *key, PyObject *val) argument
95 setItem(PyObject *key, PyObject *val) const argument
105 delItem(PyObject *key) argument
111 delItem(const char *key) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DNegativeTest.java148 private boolean key; field in class:NegativeTest.BadSequenceKeyEntity1
156 private Key key; field in class:NegativeTest.BadSequenceKeyEntity2
161 boolean key; field in class:NegativeTest.BadSequenceKeyEntity2.Key
170 private Key key; field in class:NegativeTest.BadSequenceKeyEntity3
175 int key; field in class:NegativeTest.BadSequenceKeyEntity3.Key
207 private int key; field in class:NegativeTest.ProxyNestedRef
257 equals(Object other) argument
290 equals(Object other) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcrypto-pk.c210 krb5_data other; local
39 _krb5_pk_octetstring2key(krb5_context context, krb5_enctype type, const void *dhdata, size_t dhsize, const heim_octet_string *c_n, const heim_octet_string *k_n, krb5_keyblock *key) argument
132 encode_otherinfo(krb5_context context, const AlgorithmIdentifier *ai, krb5_const_principal client, krb5_const_principal server, krb5_enctype enctype, const krb5_data *as_req, const krb5_data *pk_as_rep, const Ticket *ticket, krb5_data *other) argument
196 _krb5_pk_kdf(krb5_context context, const struct AlgorithmIdentifier *ai, const void *dhdata, size_t dhsize, krb5_const_principal client, krb5_const_principal server, krb5_enctype enctype, const krb5_data *as_req, const krb5_data *pk_as_rep, const Ticket *ticket, krb5_keyblock *key) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dsortkey.cpp73 CollationKey::CollationKey(const CollationKey& other) argument
147 operator =(const CollationKey& other) argument
245 computeHashCode(const uint8_t *key, int32_t length) argument
279 ucol_keyHashCode(const uint8_t *key, int32_t length) argument
[all...]
H A Dscriptset.cpp39 ScriptSet::ScriptSet(const ScriptSet &other) { argument
44 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { argument
105 ScriptSet &ScriptSet::Union(const ScriptSet &other) { argument
112 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { argument
267 uhash_hashScriptSet(const UElement key) argument
[all...]
H A Dreldtfmt.cpp40 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : argument
456 const char *key = ures_getKey(subString); local
[all...]
H A Dtznames.cpp156 const char *key = locale.getName(); local
243 TimeZoneNamesDelegate* other = new TimeZoneNamesDelegate(); local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_hmac.c67 ossl_hmac_initialize(VALUE self, VALUE key, VALUE digest) argument
80 ossl_hmac_copy(VALUE self, VALUE other) argument
194 ossl_hmac_s_digest(VALUE klass, VALUE digest, VALUE key, VALU argument
213 ossl_hmac_s_hexdigest(VALUE klass, VALUE digest, VALUE key, VALUE data) argument
[all...]
H A Dossl_x509req.c124 ossl_x509req_copy(VALUE self, VALUE other) argument
322 ossl_x509req_set_public_key(VALUE self, VALUE key) argument
337 ossl_x509req_sign(VALUE self, VALUE key, VALUE digest) argument
357 ossl_x509req_verify(VALUE self, VALUE key) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dfind-func.el[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dresbund.cpp179 ResourceBundle::ResourceBundle(const ResourceBundle &other) argument
210 ResourceBundle& ResourceBundle::operator=(const ResourceBundle& other) argument
308 getNextString(const char ** key, UErrorCode& status) argument
332 get(const char* key, UErrorCode& status) const argument
344 getWithFallback(const char* key, UErrorCode& status) argument
354 getStringEx(const char* key, UErrorCode& status) const argument
[all...]
H A Dservls.cpp74 ICUServiceKey* key = createKey(&locName, kind, status); local
171 ServiceEnumeration(const ServiceEnumeration &other, UErrorCode &status) argument
[all...]
H A Duvectr32.cpp74 void UVector32::assign(const UVector32& other, UErrorCode &ec) { argument
84 UBool UVector32::operator==(const UVector32& other) { argument
133 removeAll(const UVector32& other) argument
145 retainAll(const UVector32& other) argument
187 indexOf(int32_t key, int32_t startIndex) const argument
[all...]
H A Duvector.cpp96 void UVector::assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec) { argument
111 UBool UVector::operator==(const UVector& other) { argument
212 removeAll(const UVector& other) argument
224 retainAll(const UVector& other) argument
276 UElement key; local
290 UElement key; local
296 UElement key; local
302 indexOf(UElement key, int32_t startIndex, int8_t hint) const argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakInlines.h51 template<typename T> template<typename U> inline Weak<T>::Weak(const PassWeak<U>& other) argument
61 template<typename T> inline void Weak<T>::swap(Weak& other) argument
126 template<typename Map, typename Key, typename Value> inline void weakAdd(Map& map, const Key& key, Value value) argument
132 weakRemove(Map& map, const Key& key, Value value) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DLookup.h35 const char* key; // property name member in struct:JSC::HashTableValue
50 void initialize(StringImpl* key, unsigned char attributes, intptr_t v1, intptr_t v2, Intrinsic intrinsic) argument
60 void setKey(StringImpl* key) { m_key = key; } argument
61 StringImpl* key() const { return m_key; } function in class:JSC::HashEntry
170 bool operator!=(const ConstIterator& other) argument
[all...]

Completed in 459 milliseconds

1234