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

  /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.c 86 static uint32_t get_hash(intptr_t* backtrace, size_t numEntries) function
123 size_t hash = get_hash(backtrace, numEntries);

Completed in 168 milliseconds