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

1 2 3 4 5 67 8 910

  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar 
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 52 (* Lookup the name. *)
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 142 CFX_WideString wsRet = m_pToUnicodeMap->Lookup(charcode);
455 CFX_WideString CPDF_ToUnicodeMap::Lookup(FX_DWORD charcode) {
    [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap-inl.h 678 int DescriptorLookupCache::Lookup(Map* source, Name* name) {
  /external/v8/src/
typing-asm.cc     [all...]
builtins.h 377 const char* Lookup(byte* pc);
    [all...]
objects.h 764 // Boundary for testing JSReceivers that need special property lookup handling
    [all...]
  /external/v8/test/mjsunit/
mirror-object.js 39 MirrorRefCache.prototype.lookup = function(handle) {
103 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
104 assertEquals(ctor_name, refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
106 assertEquals(mirror.protoObject().type(), refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
108 assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
137 // Lookup the serialized object from the handle reference.
138 var o = refs.lookup(fromJSON.properties[i].ref);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 380 return ProgramStateTrait<T>::Lookup(ProgramStateTrait<T>::MakeData(d), key);
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 134 void adjustAbbrevID(RecordData &Record, AbbrevLookup &Lookup,
    [all...]
  /external/icu/icu4c/source/common/
udata.cpp 783 * be called when the lookup of an ICU data item in *
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.cpp 126 spSetting->Lookup(key, spInsp.ReleaseAndGetAddressOf());
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.cpp 554 m_JSBuiltInObjects.Lookup(szPropName, pBuiltin)) {
    [all...]
xfa_object_imp.cpp     [all...]
  /external/v8/src/compiler/
code-generator.cc 300 int root_index = map.Lookup(*object);
  /external/v8/src/debug/
debug-scopes.cc 722 if (ScriptContextTable::Lookup(script_contexts, variable_name,
  /external/v8/src/profiler/
profile-generator.cc 209 children_.Lookup(entry, CodeEntryHash(entry));
  /external/v8/test/cctest/
test-inobject-slack-tracking.cc 62 if (ScriptContextTable::Lookup(script_contexts, str_name, &lookup_result)) {
    [all...]
test-parsing.cc     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 28 #include "clang/Sema/Lookup.h"
    [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 843 ControlTransfer Lookup(pc_t from) {
    [all...]
  /external/libchrome/base/trace_event/
trace_log.cc 484 TraceEventSyntheticDelay::Lookup(tokens.token());
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.cpp 58 if (pCache->Lookup(pKey, pszCached)) {
    [all...]

Completed in 1387 milliseconds

1 2 3 4 5 67 8 910