HomeSort by relevance Sort by last modified time
    Searched defs:Lookup (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 270 static const char *Lookup = "0123456789ABCDEF";
279 OS << Lookup[HighNibble] << Lookup[LowNibble];
  /external/pdfium/xfa/src/fgas/include/
fx_alg.h 27 int32_t Lookup(const baseType& find, const baseType* pArray, int32_t iCount) {
  /development/host/windows/usb/api/
adb_object_handle.cpp 148 AdbObjectHandle* AdbObjectHandle::Lookup(ADBAPIHANDLE adb_hndl) {
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 31 PFN_vkVoidFunction Lookup(const char* name,
43 PFN_vkVoidFunction Lookup(const char* name, const NameProc (&procs)[N]) {
44 return Lookup(name, procs, procs + N);
205 return Lookup(name, kGlobalProcs);
210 if ((pfn = Lookup(name, kInstanceProcs)))
  /external/icu/icu4c/source/common/
ucmndata.h 76 * "Virtual" functions for data lookup.
78 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
94 LookupFn Lookup;
  /external/v8/src/
dateparser.cc 153 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) {
identity-map.cc 22 IdentityMapBase::RawEntry IdentityMapBase::Lookup(Object* key) {
99 // Perform an optimistic lookup.
100 result = Lookup(key);
118 RawEntry result = Lookup(key);
121 result = Lookup(key);
bootstrapper.h 30 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) {
compilation-cache.cc 144 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup(
156 Handle<Object> probe = table->Lookup(source, context, language_mode);
202 MaybeHandle<SharedFunctionInfo> CompilationCacheEval::Lookup(
244 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup(
296 return script_.Lookup(source, name, line_offset, column_offset,
309 eval_global_.Lookup(source, outer_info, language_mode, scope_position);
312 result = eval_contextual_.Lookup(source, outer_info, language_mode,
323 return reg_exp_.Lookup(source, flags);
handles.cc 140 Object** CanonicalHandleScope::Lookup(Object* object) {
148 int index = root_index_map_->Lookup(HeapObject::cast(object));
address-map.h 30 return map->Lookup(Key(obj), Hash(obj));
50 int Lookup(HeapObject* obj) {
155 BackReference Lookup(HeapObject* obj) {
  /art/runtime/
type_lookup_table.h 37 // Return the number of buckets in the lookup table.
44 ALWAYS_INLINE uint32_t Lookup(const char* str, uint32_t hash) const {
62 // Method creates lookup table for dex file
65 // Method opens lookup table from binary data. Lookup table does not owns binary data.
68 // Method returns pointer to binary data of lookup table. Used by the oat writer.
160 // owns_entries_ specifies if the lookup table owns the entries_ array.
class_table.cc 94 mirror::Class* ClassTable::Lookup(const char* descriptor, size_t hash) {
  /build/kati/
var.cc 121 Var* Vars::Lookup(Symbol name) const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 73 static lookup_type Lookup(data_type B, key_type K) {
74 return B.lookup(K);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
Lookup.java 14 public /*abstract*/ class Lookup
21 // Lookup flags
30 // GSUB lookup types
38 // GPOS lookup types
48 public Lookup(int theLookupType, int theLookupFlags)
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay.cc 47 TraceEventSyntheticDelay* TraceEventSyntheticDelay::Lookup(
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 159 FX_BOOL Lookup(KeyType key) const {
161 return CFX_MapPtrToPtr::Lookup((void*)key, pValue);
164 FX_BOOL operator[](KeyType key) { return Lookup(key); }
  /external/webrtc/webrtc/base/
flags.cc 131 Flag* FlagList::Lookup(const char* name) {
192 // lookup the flag
193 Flag* flag = Lookup(name);
260 RTC_CHECK(!Lookup(flag->name())) << "flag " << flag->name()
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 83 const DirectoryLookup *Lookup, Token &Tok,
194 /// Simple lookup for a SourceLocation (specifically one denoting the hash in
204 /// Simple lookup for a SourceLocation (specifically one denoting the hash in
330 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok,
512 const DirectoryLookup *Lookup = PP.GetCurDirLookup();
513 if (Lookup)
514 ++Lookup;
516 if (!HandleHasInclude(FileId, RawLex, Lookup, RawToken,
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 72 struct Lookup {
78 enum Junk { is = B ? Lookup<B>::more : Lookup<Lookup<B+1>::more>::val };
89 struct Lookup {};
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 {};
    [all...]
  /external/libchrome/base/
id_map.h 139 T* Lookup(KeyType id) const {
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen_unittest.cc 121 Hash digest(code, k, Lookup(jt), Lookup(jf));
156 EXPECT_EQ(Lookup(head), prog_hashes.at(0));
160 const Hash& Lookup(CodeGen::Node next) const {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 48 FX_BOOL CFX_GlyphMap::Lookup(int key, int& value) {
124 if (LookupList.Lookup[index].LookupType == 1) {
126 &LookupList.Lookup[index])) {
135 struct TLookup* Lookup) {
136 for (int i = 0; i < Lookup->SubTableCount; i++) {
137 switch (Lookup->SubTable[i]->SubstFormat) {
139 TSingleSubstFormat1* tbl1 = (TSingleSubstFormat1*)Lookup->SubTable[i];
147 TSingleSubstFormat2* tbl2 = (TSingleSubstFormat2*)Lookup->SubTable[i];
276 rec->Lookup = new struct TLookup[rec->LookupCount];
279 ParseLookup(&raw[offset], &rec->Lookup[i])
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 67 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const {
291 FX_BOOL CFX_CMapByteStringToPtr::Lookup(const CFX_ByteStringC& key,

Completed in 538 milliseconds

1 2 3 4