Home
last modified time | relevance | path

Searched defs:Lookup (Results 1 – 25 of 49) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh560 struct Lookup struct
562 inline unsigned int get_subtable_count (void) const { return subTable.len; } in get_subtable_count()
564 inline unsigned int get_type (void) const { return lookupType; } in get_type()
569 inline uint32_t get_props (void) const in get_props()
580 inline bool serialize (hb_serialize_context_t *c, in serialize()
598 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
610 USHORT lookupType; /* Different enumerations for GSUB and GPOS */
611 USHORT lookupFlag; /* Lookup qualifiers */
613 subTable; /* Array of SubTables */
614 USHORT markFilteringSetX[VAR]; /* Index (base 0) into GDEF mark glyph sets
Dhb-ot-layout.cc807 typedef OT::SubstLookup Lookup; typedef
821 typedef OT::PosLookup Lookup; typedef
/external/v8/src/
Dcompilation-cache.cc143 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup( in Lookup() function in v8::internal::CompilationCacheScript
223 MaybeHandle<SharedFunctionInfo> CompilationCacheEval::Lookup( in Lookup() function in v8::internal::CompilationCacheEval
264 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup( in Lookup() function in v8::internal::CompilationCacheRegExp
Ddateparser.cc140 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { in Lookup() function in v8::internal::DateParser::KeywordTable
Dbootstrapper.h30 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) { in Lookup() function
Dinterface.cc12 Interface* Interface::Lookup(Handle<String> name, Zone* zone) { in Lookup() function in v8::internal::Interface
Dcontexts.cc106 Handle<Object> Context::Lookup(Handle<String> name, in Lookup() function in v8::internal::Context
Dhashmap.h114 TemplateHashMapImpl<AllocationPolicy>::Lookup( in Lookup() function
Dd8.h60 Counter* Lookup(const char* name) { in Lookup() function
Dscopes.cc55 Variable* VariableMap::Lookup(const AstRawString* name) { in Lookup() function in v8::internal::VariableMap
440 Variable* Scope::Lookup(const AstRawString* name) { in Lookup() function in v8::internal::Scope
Deffects.h83 Effect Lookup(Var var) { in Lookup() function
Dscopeinfo.cc430 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode, in Lookup() function in v8::internal::ContextSlotCache
Dserialize.h127 Address* Lookup(uint32_t key) const { in Lookup() function
/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp71 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const in Lookup() function in CFX_MapPtrToPtr
327 FX_BOOL CFX_MapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const in Lookup() function in CFX_MapByteStringToPtr
503 FX_BOOL CFX_CMapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const in Lookup() function in CFX_CMapByteStringToPtr
581 FX_BOOL CFX_CMapDWordToDWord::Lookup(FX_DWORD key, FX_DWORD& value) const in Lookup() function in CFX_CMapDWordToDWord
Dfx_xml_parser.cpp782 const CFX_WideString* CXML_AttrMap::Lookup(FX_BSTR space, FX_BSTR name) const in Lookup() function in CXML_AttrMap
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp89 struct Lookup {}; struct
109 struct Lookup {}; struct
/external/icu/icu4c/source/common/
Ducmndata.h94 LookupFn Lookup; member
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp314 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, in HandleHasInclude()
497 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); in Process() local
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp49 FX_BOOL CFX_GlyphMap::Lookup(int key, int &value) in Lookup() function in CFX_GlyphMap
145 struct TLookup *Lookup) in GetVerticalGlyphSub2()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp270 static const char *Lookup = "0123456789ABCDEF"; in operator <<() local
/external/v8/src/compiler/
Dast-graph-builder.h218 Node* Lookup(Variable* variable) { in Lookup() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h142 std::shared_ptr<CODScopedLookup> Lookup; member
/external/clang/lib/Sema/
DSemaAttr.cpp450 LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName); in ActOnPragmaUnused() local
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1548 static class Lookup extends Switcher { class in CodeIterator
1551 Lookup(int pos, int defaultByte, int[] matches, int[] offsets) { in Lookup() method in CodeIterator.Lookup
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1189 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); in EvaluateHasIncludeNext() local

12