/prebuilts/devtools/ |
update_jars.sh | 90 tmp_hash=`get_hash $dstf` 91 local_hash=`get_hash $i` 131 function get_hash() { function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_hash.py | 153 def get_hash(self, repr_, seed=None): member in class:HashRandomizationTests 169 run1 = self.get_hash(self.repr_, seed='random') 170 run2 = self.get_hash(self.repr_, seed='random') 182 self.assertEqual(self.get_hash(self.repr_), known_hash_of_obj) 185 self.assertEqual(self.get_hash(self.repr_, seed=0), known_hash_of_obj) 200 self.assertEqual(self.get_hash(self.repr_, seed=42), h)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hash.py | 153 def get_hash(self, repr_, seed=None): member in class:HashRandomizationTests 169 run1 = self.get_hash(self.repr_, seed='random') 170 run2 = self.get_hash(self.repr_, seed='random') 182 self.assertEqual(self.get_hash(self.repr_), known_hash_of_obj) 185 self.assertEqual(self.get_hash(self.repr_, seed=0), known_hash_of_obj) 200 self.assertEqual(self.get_hash(self.repr_, seed=42), h)
|
/external/chromium/chrome/browser/safe_browsing/ |
protocol_parser_unittest.cc | 470 std::string get_hash("goog-phish-shavar:19:96\n" 477 EXPECT_TRUE(parser.ParseGetHash(get_hash.data(), 478 static_cast<int>(get_hash.length()), "", 525 const unsigned char get_hash[] = { local 550 EXPECT_TRUE(parser.ParseGetHash(reinterpret_cast<const char*>(get_hash), 551 sizeof(get_hash), 604 std::string get_hash; local 610 parser.FormatGetHash(prefixes, &get_hash); 611 EXPECT_EQ(get_hash, "4:12\n1234abcdpqrs"); [all...] |
protocol_manager.cc | 173 std::string get_hash; local 175 parser.FormatGetHash(prefixes, &get_hash); 179 fetcher->set_upload_data("text/plain", get_hash);
|
/bionic/libc/bionic/ |
malloc_debug_leak.cpp | 94 static uint32_t get_hash(uintptr_t* backtrace, size_t numEntries) { function 128 size_t hash = get_hash(backtrace, numEntries);
|
/external/chromium/chrome/browser/download/ |
download_file_manager.cc | 74 bool get_hash) { 80 if (!download_file->Initialize(get_hash)) {
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_parser_unittest.cc | 428 std::string get_hash("goog-phish-shavar:19:96\n" 434 EXPECT_TRUE(parser.ParseGetHash(get_hash.data(), 435 static_cast<int>(get_hash.length()), 515 std::string get_hash; local 521 parser.FormatGetHash(prefixes, &get_hash); 522 EXPECT_EQ(get_hash, "4:12\n1234abcdpqrs"); [all...] |
protocol_manager.cc | 183 std::string get_hash; local 185 parser.FormatGetHash(prefixes, &get_hash); 189 fetcher->SetUploadData("text/plain", get_hash);
|