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

12

/external/chromium/net/base/
H A Dssl_client_auth_cache.cc20 bool SSLClientAuthCache::Lookup( function in class:net::SSLClientAuthCache
H A Dhost_cache.cc36 const HostCache::Entry* HostCache::Lookup(const Key& key, function in class:net::HostCache
/external/chromium/net/ftp/
H A Dftp_auth_cache.cc29 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) { function in class:net::FtpAuthCache
42 Entry* entry = Lookup(origin);
61 DCHECK(!Lookup(origin));
/external/valgrind/tsan/
H A Dts_simple_cache.h56 bool Lookup(uintptr_t ptr, bool *val) { function in class:PtrToBoolCache
90 bool Lookup(uint32_t a, uint32_t b, bool *val) { function in class:IntPairToBoolCache
/external/icu4c/common/
H A Ducmndata.h78 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
94 LookupFn Lookup; member in struct:__anon5751
/external/chromium/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/v8/src/
H A Ddateparser.cc162 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { function in class:v8::internal::DateParser::KeywordTable
H A Dbootstrapper.h55 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) { function in class:v8::internal::BASE_EMBEDDED
H A Dcontexts.cc87 Handle<Object> Context::Lookup(Handle<String> name, function in class:v8::internal::Context
101 PrintF("Context::Lookup(");
H A Dinterface.cc44 Interface* Interface::Lookup(Handle<String> name) { function in class:v8::internal::Interface
48 ZoneHashMap::Entry* p = map->Lookup(name.location(), name->Hash(), false);
90 ZoneHashMap::Entry* p = (*map)->Lookup(name, hash, !IsFrozen());
H A Dcompilation-cache.cc168 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup(Handle<String> source, function in class:v8::internal::CompilationCacheScript
180 Handle<Object> probe(table->Lookup(*source), isolate());
251 Handle<SharedFunctionInfo> CompilationCacheEval::Lookup( function in class:v8::internal::CompilationCacheEval
317 Handle<FixedArray> CompilationCacheRegExp::Lookup(Handle<String> source, function in class:v8::internal::CompilationCacheRegExp
391 return script_.Lookup(source, name, line_offset, column_offset);
407 result = eval_global_.Lookup(
411 result = eval_contextual_.Lookup(
424 return reg_exp_.Lookup(source, flags);
H A Dhashmap.h58 // If an entry with matching key is found, Lookup()
63 Entry* Lookup(void* key, uint32_t hash, bool insert);
119 typename TemplateHashMapImpl<P>::Entry* TemplateHashMapImpl<P>::Lookup( function in class:v8::internal::TemplateHashMapImpl
150 // Lookup the entry for the key to remove.
285 Lookup(p->key, p->hash, true)->value = p->value;
334 return Iterator(this, this->Lookup(key, key->Hash(), insert));
H A Dscopeinfo.cc306 int result = context_slot_cache->Lookup(this, name, mode, init_flag);
399 int ContextSlotCache::Lookup(Object* data, function in class:v8::internal::ContextSlotCache
H A Dd8.h82 Counter* Lookup(const char* name) { function in class:v8::CounterMap
83 i::HashMap::Entry* answer = hash_map_.Lookup(
91 i::HashMap::Entry* answer = hash_map_.Lookup(
/external/chromium/net/http/
H A Dhttp_auth_cache.cc69 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin, function in class:net::HttpAuthCache
122 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
221 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dflags.cc149 Flag* FlagList::Lookup(const char* name) { function in class:FlagList
212 Flag* flag = Lookup(name);
279 if (Lookup(flag->name()) != NULL)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h50 static lookup_type Lookup(data_type B, key_type K) { function in struct:clang::ento::ProgramStatePartialTrait
/external/chromium/base/
H A Did_map.h101 T* Lookup(KeyType id) const { function in class:IDMap
/external/chromium/chrome/browser/extensions/
H A Dextension_debugger_api.cc92 ExtensionDevToolsClientHost* Lookup(RenderViewHost* rvh) { function in class:__anon1959::AttachedClientHosts
269 client_host_ = AttachedClientHosts::GetInstance()->Lookup(rvh);
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp72 struct Lookup {
78 enum Junk { is = B ? Lookup<B>::more : Lookup<Lookup<B+1>::more>::val };
89 struct Lookup {}; struct in namespace:N6
93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True;
94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False;
101 Lookup<1> const &L1(False());
102 Lookup<sizeof(int)> const &L2(True());
109 struct Lookup {}; struct in namespace:N7
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-open.h127 /* Lookup list related structures */
135 HB_UShort LookupType; /* Lookup type */
136 HB_UShort LookupFlag; /* Lookup qualifiers */
146 process Lookup[n] for glyphs which have the specific bit not set in
151 HB_Lookup* Lookup; /* array of Lookup records */ member in struct:HB_LookupList_
/external/llvm/lib/VMCore/
H A DConstantsContext.h597 MapKey Lookup(Ty, V);
600 typename MapTy::iterator I = Map.find(Lookup);
733 LookupKey Lookup(Ty, V);
736 typename MapTy::iterator I = Map.find_as(Lookup);
750 typename MapTy::iterator find(LookupKey Lookup) { argument
751 return Map.find_as(Lookup);
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp895 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); local
897 Lookup = 0;
899 } else if (Lookup == 0) {
903 ++Lookup;
906 return EvaluateHasIncludeCommon(Tok, II, PP, Lookup);
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.h318 return Lookup(idx_);
397 reference Lookup(HeaderLines::size_type index) const { function in class:net::BalsaHeaders::iterator_base
444 return Lookup(idx_ - 1);

Completed in 407 milliseconds

12