HomeSort by relevance Sort by last modified time
    Searched refs:Lookup (Results 126 - 150 of 443) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/os/user/
lookup_stubs.go 50 return nil, errors.New("user: Lookup requires cgo")
  /prebuilts/go/linux-x86/src/testing/internal/testdeps/
deps.go 50 return pprof.Lookup(name).WriteTo(w, debug)
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 115 CheckRecord(cache_.Lookup(record));
168 CheckClass(cache_.Lookup(*it));
301 if (RecordInfo* left_most_info = cache_.Lookup(left_most)) {
502 RecordInfo* parent = cache_.Lookup(method->getParent());
515 CheckTraceOrDispatchMethod(cache_.Lookup(*it), method);
  /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...]
  /external/v8/src/runtime/
runtime-scopes.cc 52 ScriptContextTable::LookupResult lookup; local
53 if (ScriptContextTable::Lookup(script_contexts, name, &lookup) &&
54 IsLexicalVariableMode(lookup.mode)) {
62 // Do the lookup own properties only, see ES5 erratum.
248 context_arg->Lookup(name, LEXICAL_TEST, &index, &attributes, &init_flag,
260 Handle<Object> holder = context->Lookup(name, DONT_FOLLOW_CHAINS, &index,
622 ScriptContextTable::LookupResult lookup; local
623 if (ScriptContextTable::Lookup(script_context, name, &lookup)) {
    [all...]
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));
  /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);
  /build/kati/
eval.cc 198 Var* var = current_scope_->Lookup(Intern(name));
351 Var* v = current_scope_->Lookup(name);
360 return current_scope_->Lookup(name);
eval.go 418 v := ev.currentScope.Lookup(name)
423 v := ev.outVars.Lookup(name)
431 return ev.vars.Lookup(name)
436 v := ev.currentScope.Lookup(name)
439 v := ev.outVars.Lookup(name)
447 return ev.vars.Lookup(name)
469 makefileList := ev.outVars.Lookup("MAKEFILE_LIST")
682 makefileList := vars.Lookup("MAKEFILE_LIST")
var.cc 121 Var* Vars::Lookup(Symbol name) const {
var.h 184 Var* Lookup(Symbol name) const;
  /external/pdfium/core/fpdfapi/font/
ttgsubtable.cpp 51 bool CFX_GlyphMap::Lookup(int key, int& value) {
143 TLookup* Lookup) {
144 for (const auto& subTable : Lookup->SubTables) {
287 for (auto& lookup : rec->Lookups)
288 ParseLookup(&raw[GetUInt16(sp)], &lookup);
font_int.h 194 CFX_WideString Lookup(uint32_t charcode) const;
  /external/v8/src/base/
hashmap.h 47 Entry* Lookup(const Key& key, uint32_t hash) const;
127 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Lookup(
170 // Lookup the entry for the key to remove.
452 return Iterator(this, this->Lookup(key, key->Hash()));
  /art/test/958-methodhandle-stackframe/src/
Main.java 19 import java.lang.invoke.MethodHandles.Lookup;
84 MethodHandle specialFunctionHandle = MethodHandles.lookup().findStatic(
118 MethodHandle returner = MethodHandles.lookup().findStatic(
126 returner = MethodHandles.lookup().findStatic(
134 returner = MethodHandles.lookup().findStatic(
142 returner = MethodHandles.lookup().findStatic(
150 returner = MethodHandles.lookup().findStatic(
158 returner = MethodHandles.lookup().findStatic(
166 returner = MethodHandles.lookup().findStatic(
  /external/clang/lib/Sema/
SemaAttr.cpp 21 #include "clang/Sema/Lookup.h"
334 LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName);
335 LookupParsedName(Lookup, curScope, nullptr, true);
337 if (Lookup.empty()) {
343 VarDecl *VD = Lookup.getAsSingle<VarDecl>();
  /external/harfbuzz_ng/src/
main.cc 157 printf (" %d lookup(s) found in feature\n", num_lookups);
159 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups,
165 printf (" %d lookup(s) found in table\n", num_lookups);
167 const Lookup &lookup = g.get_lookup (n_lookup); local
168 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups,
169 lookup.get_type(), lookup.get_props());
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay_unittest.cc 36 TraceEventSyntheticDelay* delay = TraceEventSyntheticDelay::Lookup(name);
  /external/pdfium/core/fxcrt/
fx_xml.h 29 const CFX_WideString* Lookup(const CFX_ByteString& space,
  /external/skia/src/core/
SkAnalyticEdge.h 169 ? QuickFDot6Inverse::Lookup(absSlope)
  /external/v8/src/
bootstrapper.h 30 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) {
contexts.cc 39 bool ScriptContextTable::Lookup(Handle<ScriptContextTable> table,
196 Handle<Object> Context::Lookup(Handle<String> name, ContextLookupFlags flags,
212 PrintF("Context::Lookup(");
240 if (ScriptContextTable::Lookup(script_contexts, name, &r)) {
258 // to only do a local lookup for context extension objects.
378 Context::cast(obj)->Lookup(name, DONT_FOLLOW_CHAINS, index,
dateparser.cc 153 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) {
  /external/v8/src/compiler/
liveness-analyzer.h 92 void Lookup(int var) { entries_.push_back(Entry(Entry::kLookup, var)); }

Completed in 756 milliseconds

1 2 3 4 56 7 8 91011>>