Home
last modified time | relevance | path

Searched refs:MakeKey (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
Dskiplist_test.cc162 static Key MakeKey(uint64_t k, uint64_t g) { in MakeKey() function in leveldb::ConcurrentTest
177 return MakeKey(0, 0); in RandomTarget()
180 return MakeKey(K, 0); in RandomTarget()
183 return MakeKey(rnd->Next() % K, 0); in RandomTarget()
220 const Key key = MakeKey(k, g); in WriteStep()
238 current = MakeKey(K, 0); in ReadStep()
261 pos = MakeKey(key(pos) + 1, 0); in ReadStep()
263 pos = MakeKey(key(pos), gen(pos) + 1); in ReadStep()
273 pos = MakeKey(key(pos), gen(pos) + 1); in ReadStep()
Ddb_test.cc2059 std::string MakeKey(unsigned int num) { in MakeKey() function
2091 InternalKey start(MakeKey(2*fnum), 1, kTypeValue); in BM_LogAndApply()
2092 InternalKey limit(MakeKey(2*fnum+1), 1, kTypeDeletion); in BM_LogAndApply()
2102 InternalKey start(MakeKey(2*fnum), 1, kTypeValue); in BM_LogAndApply()
2103 InternalKey limit(MakeKey(2*fnum+1), 1, kTypeDeletion); in BM_LogAndApply()
/external/ppp/pppd/
Dpppcrypt.c53 MakeKey(key, des_key) in MakeKey() function
119 MakeKey(key, des_key);
168 MakeKey(key, des_key);
/external/chromium_org/extensions/renderer/
Dsafe_builtins.cc124 v8::Local<v8::String> MakeKey(const char* name, v8::Isolate* isolate) { in MakeKey() function
133 context->Global()->SetHiddenValue(MakeKey(name, context->GetIsolate()), in SaveImpl()
139 context->Global()->GetHiddenValue(MakeKey(name, context->GetIsolate())); in Load()
/external/chromium_org/content/browser/geolocation/
Dnetwork_location_provider.cc31 if (!MakeKey(wifi_data, &key)) { in CachePosition()
61 if (!MakeKey(wifi_data, &key)) { in FindPosition()
72 bool NetworkLocationProvider::PositionCache::MakeKey( in MakeKey() function in content::NetworkLocationProvider::PositionCache
Dnetwork_location_provider.h56 static bool MakeKey(const WifiData& wifi_data,
/external/chromium_org/third_party/webrtc/base/
Dopensslidentity.cc49 static EVP_PKEY* MakeKey() { in MakeKey() function
142 EVP_PKEY* pkey = MakeKey(); in Generate()