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

  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache_unittest.cc 43 std::string GetNexe(const std::string& key);
79 // pass the GetNexeCallback returned by the callback() method to GetNexe.
109 std::string PnaclTranslationCacheTest::GetNexe(const std::string& key) {
111 cache_->GetNexe(key, load_cb.callback());
239 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
246 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
254 EXPECT_EQ(0, GetNexe(test_key).compare(large_buffer));
263 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val + "aaa"));
271 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
272 EXPECT_EQ(0, GetNexe(test_key + "a").compare(test_store_val + "aaa"))
    [all...]
pnacl_translation_cache.cc 376 void PnaclTranslationCache::GetNexe(const std::string& key,

Completed in 176 milliseconds