HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 476 - 500 of 551) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator_base.h 453 _STLP_CREATE_ITERATOR_TRAITS_BASE(Local##Motif, Traits) \
523 // Local Variables:
  /art/compiler/optimizing/
nodes.h 426 M(Local) \
1040 // A local in the graph. Corresponds to a Dex register.
1045 DECLARE_INSTRUCTION(Local);
1056 // Load a given local. The local is an input of this instruction.
1059 explicit HLoadLocal(HLocal* local, Primitive::Type type) : HExpression(type) {
1060 SetRawInputAt(0, local);
1071 // Store a value in a given local. This instruction has two inputs: the value
1072 // and the local.
1075 HStoreLocal(HLocal* local, HInstruction* value)
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 606 { Local variable Z is never accessed again. We add it to check that there
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 105 * Updates the Local Storage summary.
106 * @param {Object} localStorageSummary Dictionary describing the status of local
111 $('local-storage-freespace').innerText = freeSpaceInMB;
188 * Updates the local cache information about account metadata.
192 var changestamp = localMetadata['account-largest-changestamp-local'];
194 $('account-largest-changestamp-local').textContent =
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 6 :local:
513 * Code that needs to do local file I/O. Native Client is restricted to
514 accessing URLs and to local storage in the browser (the Pepper file I/O API
515 has access to the same per-application storage that JavaScript has via Local
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 40 // For local time we just test that parsing returns non-NaN positive
43 var d = Date.parse("parse-local-time:" + string);
44 assertTrue(!isNaN(d), "parse-local-time: " + string + " is NaN.");
45 assertTrue(d > 0, "parse-local-time: " + string + " <= 0.");
208 // Local time cases.
  /sdk/emulator/opengl/
common.mk 133 # Called to indicate that a module exports a given local variable for its
135 # $1: Local variable type (e.g. CFLAGS, LDLIBS, etc...)
206 # Source files will be stored in the local intermediates directory that will
213 $(eval _emugl_out := $(call local-intermediates-dir))\
  /external/chromium_org/v8/src/
bootstrapper.cc     [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 105 local_argv[i] = v8::Local<v8::Value>::New(isolate, argv_[i]);
109 v8::Local<v8::Function>::New(isolate, callback_),
    [all...]
web_ax_object_proxy.cc 588 v8::Local<v8::Function>::New(isolate, notification_callback_),
    [all...]
  /external/bison/doc/
refcard.tex 510 % Local variables:
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 404 % Local Functions
  /external/eigen/lapack/
clarfb.f 218 * .. Local Scalars ..
dlarfb.f 218 * .. Local Scalars ..
slarfb.f 218 * .. Local Scalars ..
zlarfb.f 218 * .. Local Scalars ..
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 184 VALUE Ascend-PRI-Number-Type Local-Number 4
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ObjectPropertiesSection.js 637 case DebuggerAgent.ScopeType.Local:
639 title = WebInspector.UIString("Local");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 454 v8::Local<v8::Value> result = frame->script().executeScriptInMainWorldAndReturnValue(ScriptSourceCode(script));
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S 57 @Local Scratch Registers
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 908 // Local search.
935 // Local fetch or search.
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 331 // Create a local instantiation scope for this type alias template, which
782 // constant as a local.
802 // Create a local instantiation scope for this class template, which
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 667 IO.mapOptional("Local", Symbols.Local);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Enhancer.java     [all...]

Completed in 1787 milliseconds

<<11121314151617181920>>