/external/openssl/crypto/ |
ex_data.c | 9 * global LHASH table (keyed by class). This hash table uses locking for all 12 * locked, the race would mean it's possible the hash table might have been 13 * recreated after the cleanup). As classes can only be added to the hash table, 16 * new/dup/free ex_data functions will lock the hash table, copy the method 17 * pointers it needs from the relevant class, then unlock the hash table before 247 /* The global hash table of EX_CLASS_ITEM items */ 250 /* The callbacks required in the "ex_data" hash table */ 284 * "ex_data" prior to the ex_data hash table being itself destroyed. Doesn't do 293 /* Return the EX_CLASS_ITEM from the "ex_data" hash table that corresponds to a
|
/external/srec/shared/include/ |
HashMapImpl.h | 41 * Actual hash table implementation.
|
/external/stlport/src/ |
locale_catalog.cpp | 98 // Global hash tables for category objects. 99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map; 131 // We have a single lock for all of the hash tables. We may wish to 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
|
/external/v8/test/mjsunit/ |
transcendentals.js | 29 // Two fp numbers that have the same hash value (see TranscendentalCache
|
/external/webkit/JavaScriptCore/runtime/ |
DateInstanceCache.h | 87 CacheEntry& lookup(double d) { return m_cache[WTF::FloatHash<double>::hash(d) & (cacheSize - 1)]; }
|
Lookup.h | 41 // Hash table generated by the create_hash_table script. 161 // Convert the hash table keys to identifiers. 286 * It looks up a hash entry for the property to be set. If an entry 311 * returns false (meaning no entry in the hash table was found),
|
UString.h | 254 static unsigned hash(const RefPtr<JSC::UString::Rep>& key) { return key->existingHash(); } function in struct:JSC::IdentifierRepHash 255 static unsigned hash(JSC::UString::Rep* key) { return key->existingHash(); } function in struct:JSC::IdentifierRepHash 604 static unsigned hash(const JSC::UString::Rep* key) { return key->hash(); } function in struct:WTF::StrHash 610 using StrHash<JSC::UString::Rep*>::hash; 611 static unsigned hash(const RefPtr<JSC::UString::Rep>& key) { return key->hash(); } function in struct:WTF::StrHash 621 typedef StrHash<JSC::UString::Rep*> Hash; 625 typedef StrHash<RefPtr<JSC::UString::Rep> > Hash;
|
/external/webkit/WebCore/bindings/v8/ |
V8SVGPODTypeWrapper.h | 302 static unsigned hash(const PODTypeWrapperCacheInfo<PODType, PODTypeCreator>& info) function in struct:WebCore::PODTypeWrapperCacheInfoHash 304 // We can't hash member function pointers, but we have enough material 305 // to hash the pointer and field identifier, and on a collision 307 return WTF::PairHash<void*, unsigned>::hash(std::pair<void*, unsigned>(info.creator, info.fieldHash));
|
/external/webkit/WebCore/css/ |
CSSFontFaceSource.h | 73 HashMap<unsigned, SimpleFontData*> m_fontDataTable; // The hash key is composed of size synthetic styles.
|
/external/webkit/WebCore/page/ |
Location.idl | 57 attribute [CustomSetter] DOMString hash;
|
/external/webkit/WebCore/page/mac/ |
WebDashboardRegion.m | 86 // FIXME: Overriding isEqual: without overriding hash will cause trouble if this ever goes into a NSSet or is the key in an NSDictionary.
|
/external/webkit/WebCore/platform/cf/ |
SchedulePair.h | 73 static unsigned hash(const RefPtr<SchedulePair>& pair) function in struct:WebCore::SchedulePairHash
|
/external/webkit/WebCore/platform/graphics/android/ |
FontPlatformData.h | 69 unsigned hash() const;
|
/external/webkit/WebCore/platform/network/ |
ProtectionSpace.h | 58 // Hash table deleted values, which are only constructed and never copied or destroyed.
|
/external/webkit/WebCore/platform/network/cf/ |
ResourceResponse.h | 61 // Mostly due to the size of the hash maps, the Header Map strings and the URL.
|
/external/webkit/WebCore/platform/network/mac/ |
ResourceResponse.h | 66 // Mostly due to the size of the hash maps, the Header Map strings and the URL.
|
/external/webkit/WebCore/plugins/ |
PluginPackage.cpp | 45 // PluginSet hash is already populated, as it removes items from 46 // the hash table. Calling the destructor on a loaded plug-in of 314 unsigned PluginPackage::hash() const function in class:WebCore::PluginPackage 317 m_path.impl()->hash(),
|
/external/webkit/WebCore/workers/ |
WorkerLocation.cpp | 72 String WorkerLocation::hash() const function in class:WebCore::WorkerLocation
|
/external/webkit/WebKit/win/ |
WebKitCOMAPI.cpp | 35 static unsigned hash(const CLSID& clsid) function in struct:CLSIDHash
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
mschapv2.c | 70 wpa_hexdump_key(MSG_DEBUG, "MSCHAPV2: password hash",
|
/frameworks/base/include/utils/ |
misc.h | 83 * Round up to the nearest power of 2. Handy for hash tables.
|
/frameworks/base/media/libdrm/mobile2/src/dcf/ |
DrmRawContent.cpp | 78 // compute DCF hash using Sha1Agent
|
/ndk/build/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
libstdc++.so | |
/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
libdl.so | |