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

12

/external/icu/icu4c/source/common/
H A Ducmndata.h78 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
94 LookupFn Lookup; member in struct:__anon5517
/external/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp270 static const char *Lookup = "0123456789ABCDEF"; local
279 OS << Lookup[HighNibble] << Lookup[LowNibble]; local
/external/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);
H A Dbootstrapper.h30 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) { function in class:v8::internal::BASE_EMBEDDED
H A Dcompilation-cache.cc143 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup( function in class:v8::internal::CompilationCacheScript
158 Handle<Object> probe = table->Lookup(source, context);
223 MaybeHandle<SharedFunctionInfo> CompilationCacheEval::Lookup( function in class:v8::internal::CompilationCacheEval
264 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup( function in class:v8::internal::CompilationCacheRegExp
319 return script_.Lookup(source, name, line_offset, column_offset,
332 eval_global_.Lookup(source, outer_info, strict_mode, scope_position);
335 result = eval_contextual_.Lookup(source, outer_info, strict_mode,
346 return reg_exp_.Lookup(source, flags);
H A Dcontexts.cc106 Handle<Object> Context::Lookup(Handle<String> name, function in class:v8::internal::Context
120 PrintF("Context::Lookup(");
H A Dhashmap.h44 // If an entry with matching key is found, Lookup()
49 Entry* Lookup(void* key, uint32_t hash, bool insert,
114 TemplateHashMapImpl<AllocationPolicy>::Lookup( function in class:v8::internal::TemplateHashMapImpl
146 // Lookup the entry for the key to remove.
285 Entry* entry = Lookup(p->key, p->hash, true, allocator);
341 return Iterator(this, this->Lookup(key, key->Hash(), insert, allocator));
H A Deffects.h83 Effect Lookup(Var var) { function in class:v8::internal::EffectsMixin
90 Effect effect = Lookup(var);
H A Dd8.h60 Counter* Lookup(const char* name) { function in class:v8::CounterMap
61 i::HashMap::Entry* answer = hash_map_.Lookup(
69 i::HashMap::Entry* answer = hash_map_.Lookup(
H A Dscopeinfo.cc306 int result = context_slot_cache->Lookup(*scope_info, *name, mode, init_flag,
430 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode, function in class:v8::internal::ContextSlotCache
H A Dhydrogen-gvn.cc33 HInstruction* Lookup(HInstruction* instr) const;
199 HInstruction* HInstructionMap::Lookup(HInstruction* instr) const { function in class:v8::internal::BASE_EMBEDDED::HInstructionMap
845 HInstruction* other = map->Lookup(instr);
/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/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp83 const DirectoryLookup *Lookup, Token &Tok,
314 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok,
497 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); local
498 if (Lookup)
499 ++Lookup;
501 if (!HandleHasInclude(FileId, RawLex, Lookup, RawToken,
313 HandleHasInclude( FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, bool &FileExists) argument
/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/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h40 /// @brief Lookup helper that provides compatibility with the classic
50 /// symbols. Lookup first scans sibling modules that were split from the same
142 std::shared_ptr<CODScopedLookup> Lookup; member in struct:llvm::orc::CompileOnDemandLayer::ModuleSetInfo
152 ModuleSetInfo(std::shared_ptr<CODScopedLookup> Lookup) argument
153 : Lookup(std::move(Lookup)) {}
157 Lookup->removeLogicalModule(LMH);
237 auto DylibLookup = MSI.Lookup;
337 auto DylibLookup = MSI.Lookup;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp49 FX_BOOL CFX_GlyphMap::Lookup(int key, int &value) function in class:CFX_GlyphMap
92 if (!m_featureMap.Lookup(index, value)) {
103 if (!m_featureMap.Lookup(i, value)) {
131 if(LookupList.Lookup[index].LookupType == 1) {
135 &LookupList.Lookup[index])) {
145 struct TLookup *Lookup)
147 for(int i = 0; i < Lookup->SubTableCount; i++) {
148 switch(Lookup->SubTable[i]->SubstFormat) {
150 TSingleSubstFormat1 *tbl1 = (TSingleSubstFormat1*)Lookup->SubTable[i];
158 TSingleSubstFormat2 *tbl2 = (TSingleSubstFormat2*)Lookup
142 GetVerticalGlyphSub2( TT_uint32_t glyphnum, TT_uint32_t *vglyphnum, struct TLookup *Lookup) argument
[all...]
H A Dttgsubtable.h20 FX_BOOL Lookup(int key, int &value);
335 struct TLookup *Lookup; member in struct:CFX_CTTGSUBTable::TLookupList
336 TLookupList(): LookupCount(0), Lookup(NULL) {}
339 if(Lookup) {
340 delete[] Lookup;
371 struct TLookup *Lookup);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp71 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const function in class:CFX_MapPtrToPtr
327 FX_BOOL CFX_MapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const function in class:CFX_MapByteStringToPtr
503 FX_BOOL CFX_CMapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const function in class:CFX_CMapByteStringToPtr
581 FX_BOOL CFX_CMapDWordToDWord::Lookup(FX_DWORD key, FX_DWORD& value) const function in class:CFX_CMapDWordToDWord
H A Dfx_xml_parser.cpp626 pwsSpace = pElement->m_AttrMap.Lookup(FX_BSTRC(""), FX_BSTRC("xmlns"));
628 pwsSpace = pElement->m_AttrMap.Lookup(FX_BSTRC("xmlns"), qName);
651 return m_AttrMap.Lookup(bsSpace, bsName) != NULL;
661 const CFX_WideString* pValue = m_AttrMap.Lookup(space, name);
672 const CFX_WideString* pwsValue = m_AttrMap.Lookup(bsSpace, bsName);
681 const CFX_WideString* pwsValue = m_AttrMap.Lookup(space, name);
696 const CFX_WideString* pValue = m_AttrMap.Lookup(space, name);
782 const CFX_WideString* CXML_AttrMap::Lookup(FX_BSTR space, FX_BSTR name) const function in class:CXML_AttrMap
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc807 typedef OT::SubstLookup Lookup; typedef in struct:GSUBProxy
821 typedef OT::PosLookup Lookup; typedef in struct:GPOSProxy
832 template <typename Lookup>
834 const Lookup &lookup)
844 const typename Proxy::Lookup &lookup,
910 c.set_recurse_func (Proxy::Lookup::apply_recurse_func);
/external/llvm/lib/IR/
H A DConstantsContext.h575 LookupKey Lookup(Ty, V);
578 auto I = find(Lookup);
589 typename MapTy::iterator find(LookupKey Lookup) { argument
590 return Map.find_as(Lookup);
608 LookupKey Lookup(CP->getType(), ValType(Operands, CP));
609 auto I = find(Lookup);
/external/v8/src/compiler/
H A Dast-graph-builder.h218 Node* Lookup(Variable* variable) { function in class:v8::internal::compiler::AstGraphBuilder::Environment
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java1208 jumps.add(new Lookup(i, defaultbyte, matches, offsets));
1548 static class Lookup extends Switcher { class in class:CodeIterator
1551 Lookup(int pos, int defaultByte, int[] matches, int[] offsets) { method in class:CodeIterator.Lookup
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp531 // Efficient Lookup Table Support
557 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) { function
749 int Opc = Lookup(OpcodeTable, array_lengthof(OpcodeTable), Opcode);
800 int Opcode = Lookup(PopTable, array_lengthof(PopTable), I->getOpcode());
1211 int Opcode = Lookup(InstTable, array_lengthof(ForwardST0Table),

Completed in 583 milliseconds

12