Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 25 of 113) sorted by relevance

12345

/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dft_hash.h21 typedef struct Hash Hash; typedef
32 struct Hash { struct
36 HashElem *first; /* The first element of the array */ argument
42 HashElem *chain; /* Pointer to first entry with this hash */ argument
52 struct HashElem { argument
/external/chromium_org/chrome/browser/supervised_user/experimental/
Dsupervised_user_blacklist.h27 struct Hash { struct
28 Hash() {} in Hash() function
50 scoped_ptr<std::vector<Hash> > host_hashes); argument
/external/chromium_org/third_party/sqlite/src/src/
Dhash.h19 typedef struct Hash Hash; typedef
43 struct Hash { struct
46 HashElem *first; /* The first element of the array */ argument
68 void sqlite3HashInit(Hash*); argument
/external/libcxx/test/containers/unord/unord.multiset/
Dswap_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
58 typedef test_hash<std::hash<int> > Hash; in main() typedef
106 typedef test_hash<std::hash<int> > Hash; in main() typedef
148 typedef test_hash<std::hash<int> > Hash; in main() typedef
210 typedef test_hash<std::hash<int> > Hash; in main() typedef
239 typedef test_hash<std::hash<int> > Hash; in main() typedef
287 typedef test_hash<std::hash<int> > Hash; in main() typedef
329 typedef test_hash<std::hash<int> > Hash; in main() typedef
391 typedef test_hash<std::hash<int> > Hash; in main() typedef
420 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
Dswap_non_member.pass.cpp30 typedef test_hash<std::hash<int> > Hash; in main() typedef
59 typedef test_hash<std::hash<int> > Hash; in main() typedef
107 typedef test_hash<std::hash<int> > Hash; in main() typedef
151 typedef test_hash<std::hash<int> > Hash; in main() typedef
215 typedef test_hash<std::hash<int> > Hash; in main() typedef
244 typedef test_hash<std::hash<int> > Hash; in main() typedef
292 typedef test_hash<std::hash<int> > Hash; in main() typedef
336 typedef test_hash<std::hash<int> > Hash; in main() typedef
400 typedef test_hash<std::hash<int> > Hash; in main() typedef
429 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/external/libcxx/test/containers/unord/unord.set/
Dswap_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
58 typedef test_hash<std::hash<int> > Hash; in main() typedef
106 typedef test_hash<std::hash<int> > Hash; in main() typedef
148 typedef test_hash<std::hash<int> > Hash; in main() typedef
210 typedef test_hash<std::hash<int> > Hash; in main() typedef
239 typedef test_hash<std::hash<int> > Hash; in main() typedef
287 typedef test_hash<std::hash<int> > Hash; in main() typedef
329 typedef test_hash<std::hash<int> > Hash; in main() typedef
391 typedef test_hash<std::hash<int> > Hash; in main() typedef
420 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/external/libcxx/test/containers/unord/unord.multimap/
Dswap_member.pass.cpp31 typedef test_hash<std::hash<int> > Hash; in main() typedef
60 typedef test_hash<std::hash<int> > Hash; in main() typedef
108 typedef test_hash<std::hash<int> > Hash; in main() typedef
152 typedef test_hash<std::hash<int> > Hash; in main() typedef
216 typedef test_hash<std::hash<int> > Hash; in main() typedef
245 typedef test_hash<std::hash<int> > Hash; in main() typedef
293 typedef test_hash<std::hash<int> > Hash; in main() typedef
337 typedef test_hash<std::hash<int> > Hash; in main() typedef
401 typedef test_hash<std::hash<int> > Hash; in main() typedef
430 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/external/libcxx/test/containers/unord/unord.map/
Dswap_member.pass.cpp30 typedef test_hash<std::hash<int> > Hash; in main() typedef
59 typedef test_hash<std::hash<int> > Hash; in main() typedef
107 typedef test_hash<std::hash<int> > Hash; in main() typedef
149 typedef test_hash<std::hash<int> > Hash; in main() typedef
211 typedef test_hash<std::hash<int> > Hash; in main() typedef
240 typedef test_hash<std::hash<int> > Hash; in main() typedef
288 typedef test_hash<std::hash<int> > Hash; in main() typedef
330 typedef test_hash<std::hash<int> > Hash; in main() typedef
392 typedef test_hash<std::hash<int> > Hash; in main() typedef
421 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/
Dswap_non_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
58 typedef test_hash<std::hash<int> > Hash; in main() typedef
106 typedef test_hash<std::hash<int> > Hash; in main() typedef
148 typedef test_hash<std::hash<int> > Hash; in main() typedef
210 typedef test_hash<std::hash<int> > Hash; in main() typedef
239 typedef test_hash<std::hash<int> > Hash; in main() typedef
287 typedef test_hash<std::hash<int> > Hash; in main() typedef
329 typedef test_hash<std::hash<int> > Hash; in main() typedef
391 typedef test_hash<std::hash<int> > Hash; in main() typedef
420 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/external/libcxx/test/containers/unord/unord.map/unord.map.swap/
Dswap_non_member.pass.cpp30 typedef test_hash<std::hash<int> > Hash; in main() typedef
59 typedef test_hash<std::hash<int> > Hash; in main() typedef
107 typedef test_hash<std::hash<int> > Hash; in main() typedef
149 typedef test_hash<std::hash<int> > Hash; in main() typedef
211 typedef test_hash<std::hash<int> > Hash; in main() typedef
240 typedef test_hash<std::hash<int> > Hash; in main() typedef
288 typedef test_hash<std::hash<int> > Hash; in main() typedef
330 typedef test_hash<std::hash<int> > Hash; in main() typedef
392 typedef test_hash<std::hash<int> > Hash; in main() typedef
421 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/external/libcxx/test/containers/unord/unord.set/unord.set.swap/
Dswap_non_member.pass.cpp29 typedef test_hash<std::hash<int> > Hash; in main() typedef
58 typedef test_hash<std::hash<int> > Hash; in main() typedef
106 typedef test_hash<std::hash<int> > Hash; in main() typedef
148 typedef test_hash<std::hash<int> > Hash; in main() typedef
210 typedef test_hash<std::hash<int> > Hash; in main() typedef
239 typedef test_hash<std::hash<int> > Hash; in main() typedef
287 typedef test_hash<std::hash<int> > Hash; in main() typedef
329 typedef test_hash<std::hash<int> > Hash; in main() typedef
391 typedef test_hash<std::hash<int> > Hash; in main() typedef
420 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/external/compiler-rt/lib/ubsan/
Dubsan_handlers_cxx.cc30 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash, in HandleDynamicTypeCacheMiss()
68 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss()
72 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss_abort()
/external/chromium_org/base/
Dhash.h22 inline uint32 Hash(const char* data, size_t length) { in Hash() function
32 inline uint32 Hash(const std::string& str) { in Hash() function
/external/openssl/crypto/rsa/
Drsa_pss.c74 const EVP_MD *Hash, const unsigned char *EM, int sLen) in RSA_verify_PKCS1_PSS()
80 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_verify_PKCS1_PSS_mgf1()
189 const EVP_MD *Hash, int sLen) in RSA_padding_add_PKCS1_PSS()
196 const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen) in RSA_padding_add_PKCS1_PSS_mgf1()
/external/llvm/unittests/Support/
DMD5Test.cpp24 MD5 Hash; in TestMD5Sum() local
34 MD5 Hash; in TestMD5Sum() local
/external/skia/tests/
DDynamicHashTest.cpp18 static uint32_t Hash(const int& key) { return key; } in Hash() function
22 class Hash : public SkTDynamicHash<Entry, int> { class
24 Hash() : INHERITED() {} in Hash() function in __anon7ec824db0111::Hash
/external/skia/include/gpu/
DGrKey.h15 typedef intptr_t Hash; typedef
/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h32 uint64_t Hash; member
/external/chromium_org/v8/test/mjsunit/
Dcall-stub.js28 function Hash() { class
/external/chromium_org/third_party/skia/tests/
DDynamicHashTest.cpp18 static uint32_t Hash(const int& key) { return key; } in Hash() function
22 class Hash : public SkTDynamicHash<Entry, int> { class
24 Hash() : INHERITED() {} in Hash() function in __anona3880e0e0111::Hash
/external/chromium_org/third_party/webrtc/base/
Dsocketaddresspair.cc37 size_t SocketAddressPair::Hash() const { in Hash() function in rtc::SocketAddressPair
/external/skia/experimental/webtry/
Dwebtry.go335 Hash string member
368 Hash string `json:"hash"` member
536 Hash string `json:"hash"` member
575 Hash string member
703 Hash string `json:"hash"` member
/external/chromium_org/third_party/leveldatabase/src/util/
Dhash.cc18 uint32_t Hash(const char* data, size_t n, uint32_t seed) { in Hash() function
/external/chromium_org/third_party/skia/include/gpu/
DGrFontScaler.h26 typedef uint32_t Hash; typedef
/external/chromium_org/third_party/skia/experimental/webtry/
Dwebtry.go342 Hash string member
386 Hash string `json:"hash"` member
554 Hash string `json:"hash"` member
593 Hash string member
721 Hash string `json:"hash"` member

12345