Searched refs:Lookup (Results 226 - 250 of 281) sorted by relevance

1234567891011>>

/external/clang/lib/AST/
H A DDeclBase.cpp991 for (auto &Lookup : *LookupPtr.getPointer())
992 Lookup.second.setHasExternalDecls();
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp652 m_Maps.Lookup(pAnnot, pFormFiller);
709 if (m_Maps.Lookup(pAnnot,pFormFiller))
/external/chromium_org/v8/src/
H A Dobjects.h1967 // Lookup interceptors are used for handling properties controlled by host
3471 Object* Lookup(FixedArray* key);
3769 Object* Lookup(Handle<Object> key);
3988 Object* Lookup(Handle<Object> key);
4028 Object* Lookup(Handle<Object> key);
4177 // Lookup support for serialized scope info. Returns the
4183 // Lookup support for serialized scope info. Returns the
4192 // Lookup support for serialized scope info. Returns the
4197 // Lookup support for serialized scope info. Returns the function context
5917 // Lookup i
[all...]
H A Dhydrogen.h604 HValue* Lookup(Variable* variable) const { function in class:v8::internal::FINAL
605 return Lookup(IndexFor(variable));
608 HValue* Lookup(int index) const { function in class:v8::internal::FINAL
616 return Lookup(parameter_count());
2262 HValue* value = env->Lookup(index);
H A Dgdb-jit.cc2066 HashMap::Entry* e = GetEntries()->Lookup(code, HashForCodeObject(code), true);
2111 HashMap::Entry* e = GetEntries()->Lookup(code,
2149 HashMap::Entry* e = GetEntries()->Lookup(code, HashForCodeObject(code), true);
H A Dobjects-debug.cc667 CHECK(DependentCode::cast(table->Lookup(key_obj))->Contains(
H A Dscanner.cc1248 HashMap::Entry* entry = map_.Lookup(encoding, hash, true);
H A Druntime.cc1635 Handle<Object> lookup(table->Lookup(key), isolate);
1646 Handle<Object> lookup(table->Lookup(key), isolate);
1729 Object* value = table->Lookup(key);
1775 Handle<Object> lookup(table->Lookup(key), isolate);
1789 Handle<Object> lookup(table->Lookup(key), isolate);
2345 // Lookup the property as own on the global object.
2399 context->Lookup(name, flags, &index, &attributes, &binding_flags);
2466 context->Lookup(name, flags, &index, &attributes, &binding_flags);
4532 Handle<Object> cached_answer(RegExpResultsCache::Lookup(
4932 int index = keyed_lookup_cache->Lookup(receiver_ma
[all...]
/external/chromium_org/v8/src/heap/
H A Dheap.h2244 // Lookup field offset for (map, name). If absent, -1 is returned.
2245 int Lookup(Handle<Map> map, Handle<Name> name);
2306 // Lookup descriptor index for (map, name).
2308 int Lookup(Map* source, Name* name) { function in class:v8::internal::DescriptorLookupCache
2373 static Object* Lookup(Heap* heap, String* key_string, Object* key_pattern,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh1443 struct PosLookup : Lookup
1504 if (unlikely (!Lookup::sanitize (c))) return TRACE_RETURN (false);
H A Dhb-ot-layout-gsubgpos-private.hh297 inline void set_lookup (const Lookup &l) { lookup_props = l.get_props (); }
936 USHORT lookupListIndex; /* Lookup to apply to that
2167 USHORT extensionLookupType; /* Lookup type of subtable referenced
2270 inline const Lookup& get_lookup (unsigned int i) const
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1443 struct PosLookup : Lookup
1504 if (unlikely (!Lookup::sanitize (c))) return TRACE_RETURN (false);
H A Dhb-ot-layout-gsubgpos-private.hh297 inline void set_lookup (const Lookup &l) { lookup_props = l.get_props (); }
936 USHORT lookupListIndex; /* Lookup to apply to that
2169 USHORT extensionLookupType; /* Lookup type of subtable referenced
2272 inline const Lookup& get_lookup (unsigned int i) const
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml52 (* Lookup the name. *)
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc184 return id_map_.Lookup(cert_id);
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc481 TEST_F(DnsTransactionTest, Lookup) {
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc1240 if (!session->ssl_client_auth_cache()->Lookup(
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_runner.cc310 FileSystemOperation* operation = operations_.Lookup(id);
677 // IDMap::Lookup fails if the operation is NULL, so we don't check
678 // operations_.Lookup(id) here.
/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp1033 pHeader=pCommonData->vFuncs->Lookup(pCommonData, tocEntryName, &length, subErrorCode);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h372 return ProgramStateTrait<T>::Lookup(ProgramStateTrait<T>::MakeData(d), key);
/external/icu/icu4c/source/common/
H A Dudata.cpp1025 pHeader=pCommonData->vFuncs->Lookup(pCommonData, tocEntryName, &length, subErrorCode);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp1209 if (m_ObjectStreamMap.Lookup((void*)(FX_UINTPTR)objnum, (void*&)pStreamAcc)) {
3176 if (!m_pageMapCheckState->Lookup(iPage, dwValue)) {
3192 if (!m_pageMapCheckState->Lookup(iPage, dwValue)) {
4172 if (m_pagesLoadState->Lookup(iPage, dwPageLoad) && dwPageLoad != 0) {
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp130 m_mapType2Handler.Lookup(sType, pRet);
H A Dfsdk_mgr.cpp168 // pFontMgr->m_FaceMap.Lookup(sFontFaceName,pFont);
390 m_pageMap.Lookup(pTempPage, pTempPageView);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp51 if (g_TimeMap.Lookup(idEvent, pTimer))

Completed in 633 milliseconds

1234567891011>>