HomeSort by relevance Sort by last modified time
    Searched refs:Lookup (Results 101 - 125 of 226) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h 156 STDMETHOD_(HRESULT,Lookup)(THIS_ SimilarityFileIndexT similarityFileIndex,SimilarityFileId *similarityFileId) PURE;
170 #define ISimilarityFileIdTable_Lookup(This,similarityFileIndex,similarityFileId) (This)->lpVtbl->Lookup(This,similarityFileIndex,similarityFileId)
  /development/host/windows/usb/api/
adb_api.cpp 77 // Lookup AdbInterfaceEnumObject object for the handle
92 // Lookup AdbInterfaceEnumObject object for the handle
203 // Lookup interface object for the handle
222 // Lookup interface object for the handle
239 // Lookup interface object for the handle
256 // Lookup interface object for the handle
273 // Lookup interface object for the handle
291 // Lookup interface object for the handle
324 // Lookup interface object for the handle
359 // Lookup endpoint object for the handle
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/common/
LayoutAwarePage.cpp 412 LoadState(e->Parameter, safe_cast<IMap<String^, Object^>^>(frameState->Lookup(_pageKey)));
  /external/v8/src/compiler/
js-global-object-specialization.cc 14 #include "src/lookup.h"
61 // Try to lookup the name on the script context table first (lexical scoping).
73 // Lookup on the global object instead. We only deal with own data
142 // Try to lookup the name on the script context table first (lexical scoping).
154 // Lookup on the global object instead. We only deal with own data
245 if (!ScriptContextTable::Lookup(script_context_table,
  /external/v8/src/
dateparser-inl.h 204 int index = KeywordTable::Lookup(buffer, length);
dateparser.h 256 static int Lookup(const uint32_t* pre, int len);
disassembler.cc 37 code_ == NULL ? NULL : code_->GetIsolate()->builtins()->Lookup(pc);
handles.h 263 // Create a new handle or lookup a canonical handle.
339 Object** Lookup(Object* object);
  /external/v8/src/heap/
slot-set.h 115 bool Lookup(int slot_offset) {
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc 179 ChannelMember* PeerChannel::Lookup(DataSocket* ds) const {
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java     [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 580 Lookup[I.Node.Index] = &I;
586 auto L = Lookup.find(Succ.Index);
587 if (L == Lookup.end())
661 if (InSCC.lookup(P))
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.h 37 return m_IDRules.Lookup((void*)(uintptr_t)dwIDHash, pData)
43 return m_TagRules.Lookup((void*)(uintptr_t)dwTagHasn, pData)
49 return m_ClassRules.Lookup((void*)(uintptr_t)dwIDHash, pData)
    [all...]
  /external/v8/src/crankshaft/
hydrogen-gvn.cc 34 HInstruction* Lookup(HInstruction* instr) const;
200 HInstruction* HInstructionMap::Lookup(HInstruction* instr) const {
848 HInstruction* other = map->Lookup(instr);
  /system/keymaster/
authorization_set_test.cpp 67 TEST(Lookup, NonRepeated) {
98 TEST(Lookup, Repeated) {
127 TEST(Lookup, Indexed) {
142 // Lookup beyond end doesn't work, just returns zeros, but doens't blow up either (verify by
  /external/v8/src/wasm/
asm-wasm-builder.cc 678 function_tables_.Lookup(v, ComputePointerHash(v));
713 ZoneHashMap::Entry* entry = table_.Lookup(v, ComputePointerHash(v));
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-common-private.hh 66 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
590 struct Lookup
608 * higher 16-bit is mark-filtering-set if the lookup uses one.
668 USHORT lookupFlag; /* Lookup qualifiers */
673 * UseMarkFilteringSet of lookup flags is set. */
678 typedef OffsetListOf<Lookup> LookupList;
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 529 // Efficient Lookup Table Support
547 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) {
561 "All lookup tables must be sorted for efficient access!"); \
739 int Opc = Lookup(OpcodeTable, Opcode);
790 int Opcode = Lookup(PopTable, I->getOpcode());
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 124 if (map.Lookup(pDict, (void*&)pElement)) {
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_imp.cpp 430 if (!mIDMap.Lookup(
  /external/v8/src/runtime/
runtime-regexp.cc 696 RegExpResultsCache::Lookup(isolate->heap(), *subject, *pattern,
853 Object* cached_answer = RegExpResultsCache::Lookup(
    [all...]
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 58 'Var': var.Lookup,
  /art/build/
Android.gtest.mk 34 Lookup \
93 ART_GTEST_type_lookup_table_test_DEX_DEPS := Lookup
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 514 """ Either the offset from the LookupList to a lookup overflowed, or
515 an offset from a lookup to a subtable overflowed.
521 Lookup[0] and contents
527 Lookup[n] and contents
532 If the offset to a lookup overflowed (SubTableIndex is None)
533 we must promote the *previous* lookup to an Extension type.
534 If the offset from a lookup to subtable overflowed, then we must promote it
535 to an Extension Lookup type.
548 lookups = ttf[overflowRecord.tableType].table.LookupList.Lookup
549 lookup = lookups[lookupIndex
    [all...]

Completed in 2250 milliseconds

1 2 3 45 6 7 8 910