OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNexe
(Results
1 - 4
of
4
) 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());
222
EXPECT_EQ(0,
GetNexe
(test_key).compare(test_store_val));
229
EXPECT_EQ(0,
GetNexe
(test_key).compare(test_store_val));
237
EXPECT_EQ(0,
GetNexe
(test_key).compare(large_buffer));
246
EXPECT_EQ(0,
GetNexe
(test_key).compare(test_store_val + "aaa"));
254
EXPECT_EQ(0,
GetNexe
(test_key).compare(test_store_val));
255
EXPECT_EQ(0,
GetNexe
(test_key + "a").compare(test_store_val + "aaa"))
[
all
...]
pnacl_translation_cache.h
67
void
GetNexe
(const std::string& key, const GetNexeCallback& callback);
pnacl_host.cc
233
disk_cache_->
GetNexe
(
491
disk_cache_->
GetNexe
(key,
pnacl_translation_cache.cc
376
void PnaclTranslationCache::
GetNexe
(const std::string& key,
Completed in 27 milliseconds