Searched defs:Lookup (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/net/ftp/
H A Dftp_auth_cache.cc27 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) { function in class:net::FtpAuthCache
39 Entry* entry = Lookup(origin);
56 DCHECK(!Lookup(origin));
/external/chromium_org/net/ssl/
H A Dssl_client_auth_cache.cc20 bool SSLClientAuthCache::Lookup( function in class:net::SSLClientAuthCache
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dsymbol.py16 def Lookup(self, exec_file_rel_path, offset): member in class:Symbols
H A Dmemory_map.py23 def Lookup(self, addr): member in class:Map
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_script_cache_map.cc25 int64 ServiceWorkerScriptCacheMap::Lookup(const GURL& url) { function in class:content::ServiceWorkerScriptCacheMap
34 DCHECK_EQ(kInvalidServiceWorkerResponseId, Lookup(url));
43 DCHECK_NE(kInvalidServiceWorkerResponseId, Lookup(url));
47 context_->storage()->DoomUncommittedResponse(Lookup(url));
/external/chromium_org/tools/findit/
H A Dchromium_deps.py26 def Lookup(self, var_name): member in class:_VarImpl
37 'Var': var.Lookup,
/external/icu/icu4c/source/common/
H A Ducmndata.h78 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
94 LookupFn Lookup; member in struct:__anon21750
/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py115 def Lookup(self, var_name): member in class:DepsWhitelist._read_deps_file.VarImpl
128 'Var': var.Lookup,
/external/chromium_org/net/dns/
H A Dhost_cache.cc43 const HostCache::Entry* HostCache::Lookup(const Key& key, function in class:net::HostCache
/external/chromium_org/sdch/open-vcdiff/src/
H A Dinstruction_map.h70 return first_instruction_map_.Lookup(inst, size, mode);
86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
109 OpcodeOrNone Lookup(unsigned char inst, function in class:open_vcdiff::VCDiffInstructionMap::FirstInstructionMap
116 // Lookup specific-sized opcode
169 OpcodeOrNone Lookup(unsigned char first_opcode,
H A Dinstruction_map.cc127 OpcodeOrNone VCDiffInstructionMap::SecondInstructionMap::Lookup( function in class:open_vcdiff::VCDiffInstructionMap::SecondInstructionMap
/external/chromium_org/third_party/icu/source/common/
H A Ducmndata.h92 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
108 LookupFn Lookup; member in struct:__anon11961
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Darea_code_map.cc42 const char* AreaCodeMap::Lookup(const PhoneNumber& number) const { function in class:i18n::phonenumbers::AreaCodeMap
/external/chromium_org/v8/src/
H A Ddateparser.cc140 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { function in class:v8::internal::DateParser::KeywordTable
H A Dinterface.cc12 Interface* Interface::Lookup(Handle<String> name, Zone* zone) { function in class:v8::internal::Interface
17 ZoneHashMap::Entry* p = map->Lookup(name.location(), name->Hash(), false,
68 (*map)->Lookup(const_cast<void*>(name), hash, !IsFrozen(), allocator);
/external/chromium_org/base/debug/
H A Dtrace_event_synthetic_delay.cc46 TraceEventSyntheticDelay* TraceEventSyntheticDelay::Lookup( function in class:base::debug::TraceEventSyntheticDelay
/external/chromium_org/chrome/browser/
H A Dicon_loader_chromeos.cc45 // Lookup icon resource ID for a given filename |extension| and
48 int Lookup(const std::string& extension, IconLoader::IconSize icon_size);
133 int IconMapper::Lookup(const std::string& extension, function in class:__anon4130::IconMapper
202 int idr = icon_mapper.Get().Lookup(group_, icon_size_);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_schema_graph.py12 '''Returned from APISchemaGraph.Lookup(), and relays whether or not
96 return self._node_availabilities.Lookup(self._namespace_name,
368 def Lookup(self, *path): member in class:APISchemaGraph
/external/chromium_org/components/policy/core/common/
H A Dpolicy_test_utils.cc31 return base::Bind(&PolicyDetailsMap::Lookup, base::Unretained(this));
39 const PolicyDetails* PolicyDetailsMap::Lookup(const std::string& policy) const { function in class:policy::PolicyDetailsMap
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.h126 RefCountedType* Lookup(KeyType id) { function in class:content::IndexedDBDispatcherHost::RefIDMap
127 scoped_refptr<RefCountedType>* ptr = map_.Lookup(id);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache_test.cc48 int Lookup(int key) { function in class:leveldb::CacheTest
49 Cache::Handle* handle = cache_->Lookup(EncodeKey(key));
69 ASSERT_EQ(-1, Lookup(100));
72 ASSERT_EQ(101, Lookup(100));
73 ASSERT_EQ(-1, Lookup(200));
74 ASSERT_EQ(-1, Lookup(300));
77 ASSERT_EQ(101, Lookup(100));
78 ASSERT_EQ(201, Lookup(200));
79 ASSERT_EQ(-1, Lookup(300));
82 ASSERT_EQ(102, Lookup(10
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h73 static lookup_type Lookup(data_type B, key_type K) { function in struct:clang::ento::ProgramStatePartialTrait
/external/chromium_org/base/
H A Did_map.h113 T* Lookup(KeyType id) const { function in class:IDMap
/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc80 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin, function in class:net::HttpAuthCache
147 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
260 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.cc189 ChannelMember* PeerChannel::Lookup(DataSocket* ds) const { function in class:PeerChannel

Completed in 9330 milliseconds

1234