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

12 3 4 5 6 7 8 910

  /external/v8/src/snapshot/
serializer.h 34 const char* Lookup(Address address) {
35 return address_to_name_map_.Lookup(address);
57 const char* Lookup(Address code_address) {
99 return impl_.Lookup(code_address, ComputePointerHash(code_address));
218 DCHECK(reference_map_.Lookup(obj).is_back_reference());
startup-serializer.cc 55 int root_index = root_index_map_.Lookup(obj);
79 SerializerReference ref = reference_map_.Lookup(obj);
  /development/host/windows/usb/api/
adb_object_handle.cpp 148 AdbObjectHandle* AdbObjectHandle::Lookup(ADBAPIHANDLE adb_hndl) {
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay.h 92 static TraceEventSyntheticDelay* Lookup(const std::string& name);
  /external/v8/src/
identity-map.h 48 RawEntry Lookup(Object* key);
address-map.h 31 return map->Lookup(Key(obj), Hash(obj));
50 int Lookup(HeapObject* obj) {
187 SerializerReference Lookup(HeapObject* obj) {
handles.cc 139 Object** CanonicalHandleScope::Lookup(Object* object) {
147 int index = root_index_map_->Lookup(HeapObject::cast(object));
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.h 86 ChannelMember* Lookup(DataSocket* ds) const;
  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.cpp 247 StatusBlock->Style = safe_cast<Windows::UI::Xaml::Style^>(this->Resources->Lookup("StatusStyle"));
251 StatusBlock->Style = safe_cast<Windows::UI::Xaml::Style^>(this->Resources->Lookup("ErrorStyle"));
297 startingScenarioIndex = safe_cast<int>(pageState->Lookup("SelectedScenarioIndex"));
  /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()
  /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/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 62 if (m_CPFonts.Lookup((void*)(uintptr_t)dwHash, (void*&)pFont)) {
101 if (m_UnicodeFonts.Lookup((void*)(uintptr_t)dwHash, (void*&)pFont)) {
166 if (m_FamilyFonts.Lookup((void*)(uintptr_t)dwHash, (void*&)pFont)) {
192 if (m_BufferFonts.Lookup((void*)pBuffer, (void*&)pFont)) {
209 if (m_FileFonts.Lookup((void*)(uintptr_t)dwHash, (void*&)pFont)) {
229 if (m_StreamFonts.Lookup((void*)pFontStream, (void*&)pFont)) {
265 m_DeriveFonts.Lookup((void*)(uintptr_t)dwHash, (void*&)pFont);
737 if (m_Hash2Fonts.Lookup(dwHash, pFonts)) {
749 if (!m_Hash2CandidateList.Lookup(dwHash, sortedFonts)) {
776 if (m_FailedUnicodes2NULL.Lookup(wUnicode, pFont)) {
    [all...]
  /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/llvm/lib/IR/
ConstantsContext.h 612 LookupKey Lookup(Ty, V);
615 auto I = find(Lookup);
625 /// Find the constant by lookup key.
626 typename MapTy::iterator find(LookupKey Lookup) {
627 return Map.find_as(Lookup);
645 LookupKey Lookup(CP->getType(), ValType(Operands, CP));
646 auto I = find(Lookup);
  /external/v8/src/base/
hashmap.h 56 Entry* Lookup(void* key, uint32_t hash) const;
122 TemplateHashMapImpl<AllocationPolicy>::Lookup(void* key, uint32_t hash) const {
155 // Lookup the entry for the key to remove.
345 return Iterator(this, this->Lookup(key, key->Hash()));
  /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.h 114 mirror::Class* Lookup(const char* descriptor, size_t hash)
  /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/v8/src/ast/
scopes.h 18 // A hash map to support fast variable declaration and lookup.
29 Variable* Lookup(const AstRawString* name);
129 // Lookup a variable in this scope. Returns the variable or NULL if not found.
132 // This lookup corresponds to a lookup in the "intermediate" scope sitting
139 // Lookup a variable in this scope or outer scopes.
141 Variable* Lookup(const AstRawString* name);
564 return variables_.Lookup(name) != NULL;
571 return params_.Contains(variables_.Lookup(name));
697 // Possible results of a recursive variable lookup telling if and how
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 14 well as an optional lookup table of output vector values to which a
137 vector lookup table. Vorbis I supports three lookup types:
140 No lookup
149 The lookup table type is read as a four bit unsigned integer:
157 Lookup type zero indicates no lookup to be read. Proceed past
158 lookup decode.
160 Lookup types one and two are similar, differing only in the
161 number of lookup values to be read. Lookup type one reads a list o
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 395 'Lookup': sumLists,
453 lookupMap = dict((id(v),v) for v in table.table.LookupList.Lookup)
482 synthLookup = otTables.Lookup()
487 table.table.LookupList.Lookup.append(synthLookup)
580 @_add_method(otTables.Lookup)
588 for l in self.Lookup:
809 lookupMap = dict((i,id(v)) for i,v in enumerate(t.table.LookupList.Lookup))
819 # TODO GDEF/Lookup MarkFilteringSets
834 lookupMap = dict((id(v),i) for i,v in enumerate(t.table.LookupList.Lookup))
845 # TODO GDEF/Lookup MarkFilteringSet
    [all...]
  /art/compiler/optimizing/
gvn.cc 32 * The `Lookup` method returns an equivalent instruction to the given instruction
86 DCHECK(Lookup(instruction) == nullptr);
99 HInstruction* Lookup(HInstruction* instruction) const {
495 HInstruction* existing = set->Lookup(current);
  /external/v8/src/runtime/
runtime-collections.cc 255 Object* value = table->Lookup(key);
293 Handle<Object> lookup(table->Lookup(key, hash), isolate);
294 return lookup->IsTheHole(isolate) ? isolate->heap()->undefined_value()
295 : *lookup;
309 Handle<Object> lookup(table->Lookup(key, hash), isolate);
310 return isolate->heap()->ToBoolean(!lookup->IsTheHole(isolate));
  /build/kati/
var.cc 121 Var* Vars::Lookup(Symbol name) const {

Completed in 1967 milliseconds

12 3 4 5 6 7 8 910