HomeSort by relevance Sort by last modified time
    Searched refs:get_hash (Results 1 - 7 of 7) sorted by null

  /prebuilts/devtools/
update_jars.sh 91 tmp_hash=`get_hash $dstf`
92 local_hash=`get_hash $i`
132 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_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 375 std::string get_hash("45\n"
382 EXPECT_TRUE(safe_browsing::ParseGetHash(get_hash.data(), get_hash.length(),
protocol_manager.cc 187 const std::string get_hash = safe_browsing::FormatGetHash(prefixes); local
191 fetcher->SetUploadData("text/plain", get_hash);
  /bionic/libc/bionic/
malloc_debug_leak.cpp 97 static uint32_t get_hash(uintptr_t* backtrace, size_t numEntries) { function
131 size_t hash = get_hash(backtrace, numEntries);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]

Completed in 1011 milliseconds