/external/stlport/stlport/stl/ |
_hash_set.h | 42 template <class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Value>), 228 template <class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Value>),
|
_unordered_map.h | 34 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), 202 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>),
|
_unordered_set.h | 34 template <class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Value>), 184 template <class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Value>),
|
/external/v8/src/ |
objects-inl.h | [all...] |
scopes.h | 38 // A hash map to support fast variable declaration and lookup. 59 // The dynamic scope part holds hash maps for the variables that will
|
/external/webkit/JavaScriptCore/wtf/ |
RefPtrHashMap.h | 35 static unsigned hash(RawKeyType key) { return HashFunctions::hash(key); } function in struct:WTF::RefPtrHashMapRawKeyTranslator
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
crypto-md5.js | 174 var hash = core_md5(ipad.concat(str2binl(data)), 512 + data.length * chrsz); 175 return core_md5(opad.concat(hash), 512 + 128);
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
crypto-md5.js | 174 var hash = core_md5(ipad.concat(str2binl(data)), 512 + data.length * chrsz); 175 return core_md5(opad.concat(hash), 512 + 128);
|
/external/webkit/WebCore/html/ |
HTMLAnchorElement.cpp | 368 String HTMLAnchorElement::hash() const function in class:WebCore::HTMLAnchorElement 515 // Make sure that '#' in the query does not leak to the hash.
|
/external/webkit/WebCore/platform/graphics/wince/ |
FontPlatformData.cpp | 142 static unsigned hash(const FixedSizeFontDataKey& font) function in struct:WebCore::FixedSizeFontDataKeyHash 145 CaseFoldingHash::hash(font.m_family),
|
/external/webkit/WebKit/chromium/public/ |
WebView.h | 264 // specified hash. 265 WEBKIT_API static void updateVisitedLinkState(unsigned long long hash);
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_shell_thread.py | 70 # Some test args, such as the image hash, may be added or changed on a 74 local_test_args.hash = actual_checksum
|
/external/wpa_supplicant/ |
crypto_internal.c | 584 if (len < 3 + 8 + 16 /* min hash len */ || 601 if (pos + 16 /* min hash len */ >= plain + len || *pos != 0x00) {
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_client.c | 347 "hash"); 486 "hash");
|
tlsv1_server.c | 324 "hash"); 477 "hash");
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ustring.cpp | 414 /// Returns a hash value for [first, last) 415 /*static*/ hashvalue_t string::hash (const char* first, const char* last) function in class:ustl::string
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectState.java | 194 * Returns the project's target's hash string. 199 * @return the target hash string or null if not found.
|
/system/core/sh/ |
sh.1 | [all...] |
/dalvik/vm/oo/ |
Class.c | 815 /* search for these criteria in the Class hash table */ 838 * The class hash table lock must be held when calling here, since 938 * Entries in the class hash table are stored as { descriptor, d-loader } 945 * The caller must lock the hash table before calling here. 1007 u4 hash; local 1053 u4 hash; local 1100 u4 hash = dvmComputeUtf8Hash(clazz->descriptor); local [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/ |
package-info.java | 148 * mutated, they are poor choices for hash table keys.) Additionally,
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/ |
SHA224Digest.java | 129 /* SHA-224 initial hash value
|
SHA256Digest.java | 130 /* SHA-256 initial hash value
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/ |
PSSSigner.java | 18 * bytes in the hash function.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
KeyTable.java | 186 // initial capacity set to a prime number to improve hash performance
|
/dalvik/libdex/ |
DexFile.h | 197 u1 signature[kSHA1DigestLen]; /* SHA-1 hash */ 430 * don't need the same hash table in every VM. This is slightly slower than 431 * a hash table with direct pointers to the items, but because it's shared 438 u4 classDescriptorHash; // class descriptor hash code [all...] |