/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 40 template <class _Key> struct hash { };
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProperties.java | 495 // public Object get (final Object _key) 497 // if (! (_key instanceof String)) return null; 499 // String key = (String) _key;
|
/external/clang/www/ |
libstdc++4.4-clang0x.patch | 395 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: 397 - swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&& __t) 399 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __t) 533 _Hashtable<_Key, _Value, _Allocator, _ExtractKey, _Equal,
|
/external/jmdns/src/javax/jmdns/impl/ |
ServiceInfoImpl.java | 59 private transient String _key; field in class:ServiceInfoImpl 405 if (this._key == null) { 406 this._key = this.getQualifiedName().toLowerCase(); 408 return this._key; 419 this._key = null; [all...] |
JmDNSImpl.java | 122 private final String _key; field in class:JmDNSImpl.ServiceTypeEntry.SubTypeEntry 128 _key = _value.toLowerCase(); 136 return _key; 177 return (_key == null ? 0 : _key.hashCode()) ^ (_value == null ? 0 : _value.hashCode()); 195 return _key + "=" + _value; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
peerkey.c | 834 const u8 *_key; local 881 _key = (u8 *) peerkey->stk.tk1; 884 os_memcpy(key_buf, _key, 16); 887 _key = key_buf; 894 rsc, sizeof(rsc), _key, key_len) < 0) { [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
peerkey.c | 831 const u8 *_key; local 878 _key = (u8 *) peerkey->stk.tk1; 881 os_memcpy(key_buf, _key, 16); 884 _key = key_buf; 891 rsc, sizeof(rsc), _key, key_len) < 0) { [all...] |
/libcore/luni/src/main/java/java/security/ |
Provider.java | 638 Object _key; local 649 _key = entry.getKey(); 651 if (_key == null || _value == null || !(_key instanceof String) 655 String key = (String) _key; [all...] |
/external/protobuf/python/ |
mox.py | 953 self._key = key 965 return self._key in rhs 968 return '<sequence or map containing \'%s\'>' % self._key 986 self._key = key 997 return rhs[self._key] == self._value 1002 return '<map containing the entry \'%s: %s\'>' % (self._key, self._value) [all...] |
/external/hyphenation/ |
substrings.c | 182 // read all patterns and split in pure text (_key) & expanded patterns (_val)
|
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 815 _key(ekey); 837 _key(ekey); 841 private native void _key(byte[] ekey); method in class:Database
|
/external/stlport/stlport/stl/config/ |
features.h | 340 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) class _Alloc 342 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) \ 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 340 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) class _Alloc 342 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) \ 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 340 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) class _Alloc 342 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) \ 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 340 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) class _Alloc 342 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) \ 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 340 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) class _Alloc 342 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) \ 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup 366 \index{register\_prng()} \index{rsa\_make\_key()} 409 All ciphers store their scheduled keys in a single data type called \textit{symmetric\_key}. This allows all ciphers to 588 Where \textit{name} is the lower case ASCII version of the name. The fields \textit{min\_key\_length} and \textit{max\_key\_length} [all...] |
/external/openssl/crypto/aes/asm/ |
aes-586.pl | [all...] |
aes-x86_64.pl | [all...] |
/external/webkit/Tools/Scripts/ |
extract-localizable-strings | 231 if ($token =~ /(WEB_)?UI_STRING(_KEY)?(_INTERNAL)?$/) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
com.ibm.icu_4.2.1.v20100412.jar | |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
EmailContent.java | 57 * <name>_KEY always refers to a foreign key [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ |
libstdc++.so | |