HomeSort by relevance Sort by last modified time
    Searched full:_key (Results 151 - 175 of 229) sorted by null

1 2 3 4 5 67 8 910

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type
318 template <class _Key, class _Compare,
320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>&
321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=(
322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) {
324 // Note that _Key may be a constant type.
347 template <class _Key, class _Compare,
350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent,
384 template <class _Key, class _Compare
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_tree.c 49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type
318 template <class _Key, class _Compare,
320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>&
321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=(
322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) {
324 // Note that _Key may be a constant type.
347 template <class _Key, class _Compare,
350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent,
384 template <class _Key, class _Compare
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_tree.c 49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type
318 template <class _Key, class _Compare,
320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>&
321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=(
322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) {
324 // Note that _Key may be a constant type.
347 template <class _Key, class _Compare,
350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent,
384 template <class _Key, class _Compare
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_tree.c 49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type
318 template <class _Key, class _Compare,
320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>&
321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=(
322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) {
324 // Note that _Key may be a constant type.
347 template <class _Key, class _Compare,
350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent,
384 template <class _Key, class _Compare
    [all...]
  /external/stlport/stlport/stl/debug/
_hashtable.h 45 template <class _Key, class _Equal>
53 bool operator () (const _Key& __lhs, const _Key& __rhs) const
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
76 template <class _Val, class _Key, class _HF,
82 template <class _Val, class _Key, class _HF,
89 template <class _Val, class _Key, class _HF,
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
104 typedef _Key key_type
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 45 template <class _Key, class _Equal>
53 bool operator () (const _Key& __lhs, const _Key& __rhs) const
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
76 template <class _Val, class _Key, class _HF,
82 template <class _Val, class _Key, class _HF,
89 template <class _Val, class _Key, class _HF,
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
104 typedef _Key key_type
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 45 template <class _Key, class _Equal>
53 bool operator () (const _Key& __lhs, const _Key& __rhs) const
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
76 template <class _Val, class _Key, class _HF,
82 template <class _Val, class _Key, class _HF,
89 template <class _Val, class _Key, class _HF,
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
104 typedef _Key key_type
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 45 template <class _Key, class _Equal>
53 bool operator () (const _Key& __lhs, const _Key& __rhs) const
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
76 template <class _Val, class _Key, class _HF,
82 template <class _Val, class _Key, class _HF,
89 template <class _Val, class _Key, class _HF,
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
104 typedef _Key key_type
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 45 template <class _Key, class _Equal>
53 bool operator () (const _Key& __lhs, const _Key& __rhs) const
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
76 template <class _Val, class _Key, class _HF,
82 template <class _Val, class _Key, class _HF,
89 template <class _Val, class _Key, class _HF,
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
104 typedef _Key key_type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_map.h 86 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
87 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
91 typedef _Key key_type;
93 typedef std::pair<const _Key, _Tp> value_type;
101 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
109 friend class map<_Key, _Tp, _Compare, _Alloc>;
880 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
882 operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
stl_multimap.h 85 template <typename _Key, typename _Tp,
86 typename _Compare = std::less<_Key>,
87 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
91 typedef _Key key_type;
93 typedef std::pair<const _Key, _Tp> value_type;
101 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
109 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
798 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
800 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_map.h 86 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
87 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
91 typedef _Key key_type;
93 typedef std::pair<const _Key, _Tp> value_type;
101 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
109 friend class map<_Key, _Tp, _Compare, _Alloc>;
880 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
882 operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
stl_multimap.h 85 template <typename _Key, typename _Tp,
86 typename _Compare = std::less<_Key>,
87 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
91 typedef _Key key_type;
93 typedef std::pair<const _Key, _Tp> value_type;
101 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
109 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
798 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
800 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /libcore/luni/src/main/java/java/io/
SerializationHandleMap.java 96 Object _key = key; local
99 int index = findIndex(_key, keys);
102 if (keys[index] != _key) {
105 index = findIndex(_key, keys);
108 keys[index] = _key;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rb_tree 76 template <class _Key, class _Value, class _KeyOfValue, class _Compare,
79 : public _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>
81 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rb_tree 78 template <class _Key, class _Value, class _KeyOfValue, class _Compare,
81 : public _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>
83 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rb_tree 78 template <class _Key, class _Value, class _KeyOfValue, class _Compare,
81 : public _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>
83 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
rb_tree 76 template <class _Key, class _Value, class _KeyOfValue, class _Compare,
79 : public _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>
81 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
rb_tree 76 template <class _Key, class _Value, class _KeyOfValue, class _Compare,
79 : public _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>
81 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
rb_tree 76 template <class _Key, class _Value, class _KeyOfValue, class _Compare,
79 : public _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>
81 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base;
  /external/bluetooth/glib/tests/
hash-test.c 223 const char *_key = (const char *) key; local
228 g_assert (_key != NULL);
229 g_assert (*_key != 0);
233 i = atoi (_key);
247 const char *_key = (const char *) key; local
252 g_assert (_key != NULL);
253 g_assert (*_key != 0);
257 i = atoi (_key);
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm 417 NSString *_key = KEY(key);
418 id o = [_private->values objectForKey:_key];
421 o = [[NSUserDefaults standardUserDefaults] objectForKey:_key];
422 if (!o && key != _key)
437 NSString *_key = KEY(key);
438 [_private->values setObject:value forKey:_key];
440 [[NSUserDefaults standardUserDefaults] setObject:value forKey:_key];
454 NSString *_key = KEY(key);
455 [_private->values _webkit_setInt:value forKey:_key];
457 [[NSUserDefaults standardUserDefaults] setInteger:value forKey:_key];
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 48 #define rsa_encrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _prng, _prng_idx, _hash_idx, _key) \
49 rsa_encrypt_key_ex(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _prng, _prng_idx, _hash_idx, LTC_PKCS_1_OAEP, _key)
51 #define rsa_decrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, _stat, _key) \
52 rsa_decrypt_key_ex(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, LTC_PKCS_1_OAEP, _stat, _key)
54 #define rsa_sign_hash(_in, _inlen, _out, _outlen, _prng, _prng_idx, _hash_idx, _saltlen, _key) \
55 rsa_sign_hash_ex(_in, _inlen, _out, _outlen, LTC_PKCS_1_PSS, _prng, _prng_idx, _hash_idx, _saltlen, _key)
57 #define rsa_verify_hash(_sig, _siglen, _hash, _hashlen, _hash_idx, _saltlen, _stat, _key) \
58 rsa_verify_hash_ex(_sig, _siglen, _hash, _hashlen, LTC_PKCS_1_PSS, _hash_idx, _saltlen, _stat, _key)
  /external/jmdns/src/javax/jmdns/impl/
DNSCache.java 155 private String _key; field in class:DNSCache._CacheEntry
163 _key = (key != null ? key.trim().toLowerCase() : null);
173 _key = ((_CacheEntry) entry).getKey();
183 return (_key != null ? _key : "");
229 return (_key == null ? 0 : _key.hashCode());
239 aLog.append(_key);
  /external/stlport/stlport/stl/
_hashtable.h 99 template <class _Val, class _Key, class _HF,
223 template <class _Val, class _Key, class _HF,
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
233 typedef _Key key_type;
635 #define _STLP_TEMPLATE_HEADER template <class _Val, class _Key, class _HF, class _Traits, class _ExK, class _EqK, class _All>
636 #define _STLP_TEMPLATE_CONTAINER hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>
642 template <class _Val, class _Key, class _HF, class _Traits, class _ExK, class _EqK, class _All>
643 struct __move_traits<hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> > {

Completed in 3436 milliseconds

1 2 3 4 5 67 8 910