Home
last modified time | relevance | path

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

123

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh590 struct Lookup struct
592 inline unsigned int get_subtable_count (void) const { return subTable.len; } in get_subtable_count()
595 inline const SubTableType& get_subtable (unsigned int i) const in get_subtable()
599 inline const OffsetArrayOf<SubTableType>& get_subtables (void) const in get_subtables()
602 inline OffsetArrayOf<SubTableType>& get_subtables (void) in get_subtables()
605 inline unsigned int get_type (void) const { return lookupType; } in get_type()
610 inline uint32_t get_props (void) const in get_props()
622 inline typename context_t::return_t dispatch (context_t *c) const in dispatch()
635 inline bool serialize (hb_serialize_context_t *c, in serialize()
653 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLookup.java14 public /*abstract*/ class Lookup class
48 public Lookup(int theLookupType, int theLookupFlags) in Lookup() method in Lookup
/external/pdfium/xfa/src/fgas/include/
Dfx_alg.h27 int32_t Lookup(const baseType& find, const baseType* pArray, int32_t iCount) { in Lookup() function
/external/v8/src/
Daddress-map.h50 int Lookup(HeapObject* obj) { in Lookup() function
187 SerializerReference Lookup(HeapObject* obj) { in Lookup() function
Dcompilation-cache.cc144 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup( in Lookup() function in v8::internal::CompilationCacheScript
202 MaybeHandle<SharedFunctionInfo> CompilationCacheEval::Lookup( in Lookup() function in v8::internal::CompilationCacheEval
244 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup( in Lookup() function in v8::internal::CompilationCacheRegExp
Ddateparser.cc153 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
Dhandles.cc139 Object** CanonicalHandleScope::Lookup(Object* object) { in Lookup() function in v8::internal::CanonicalHandleScope
Didentity-map.cc29 IdentityMapBase::RawEntry IdentityMapBase::Lookup(Object* key) { in Lookup() function in v8::internal::IdentityMapBase
Dcontexts.cc40 bool ScriptContextTable::Lookup(Handle<ScriptContextTable> table, in Lookup() function in v8::internal::ScriptContextTable
222 Handle<Object> Context::Lookup(Handle<String> name, in Lookup() function in v8::internal::Context
/external/google-benchmark/test/
Dmap_test.cc46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/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/v8/src/snapshot/
Dserializer.h34 const char* Lookup(Address address) { in Lookup() function
57 const char* Lookup(Address code_address) { in Lookup() function
/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp67 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const { in Lookup() function in CFX_MapPtrToPtr
291 FX_BOOL CFX_CMapByteStringToPtr::Lookup(const CFX_ByteStringC& key, in Lookup() function in CFX_CMapByteStringToPtr
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_utils.h159 FX_BOOL Lookup(KeyType key) const { in Lookup() function
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp330 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, in HandleHasInclude()
512 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); in Process() local
/external/libchrome/base/
Did_map.h139 T* Lookup(KeyType id) const { in Lookup() function
/external/v8/src/compiler/
Dliveness-analyzer.h84 void Lookup(int var) { entries_.push_back(Entry(Entry::kLookup, var)); } in Lookup() function
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp48 FX_BOOL CFX_GlyphMap::Lookup(int key, int& value) { in Lookup() function in CFX_GlyphMap
135 struct TLookup* Lookup) { in GetVerticalGlyphSub2()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp270 static const char *Lookup = "0123456789ABCDEF"; in operator <<() local
/external/webrtc/webrtc/base/
Dflags.cc131 Flag* FlagList::Lookup(const char* name) { in Lookup() function in rtc::FlagList
/external/libchrome/base/trace_event/
Dtrace_event_synthetic_delay.cc47 TraceEventSyntheticDelay* TraceEventSyntheticDelay::Lookup( in Lookup() function in base::trace_event::TraceEventSyntheticDelay
/external/v8/src/base/
Dhashmap.h122 TemplateHashMapImpl<AllocationPolicy>::Lookup(void* key, uint32_t hash) const { in Lookup() function
/external/webrtc/webrtc/examples/peerconnection/server/
Dpeer_channel.cc179 ChannelMember* PeerChannel::Lookup(DataSocket* ds) const { in Lookup() function in PeerChannel

123