HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 351 - 375 of 973) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/
config-armv7-a-neon 46 # arch-specific entry point to interpreter
  /dalvik/vm/native/
InternalNative.cpp 140 * exception so we don't have to explicitly check for it in the interpreter.
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.c 21 * BTA AG AT command interpreter.
  /external/chromium_org/build/util/lib/common/
util.py 71 The temporary directory is automatically deleted when the python interpreter
  /external/chromium_org/chrome/test/chromedriver/
util.py 71 The temporary directory is automatically deleted when the python interpreter
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
json_manifest.cc 30 const char* const kInterpreterKey = "interpreter";
55 // "interpreter": {
515 // Validate the interpreter section (if given).
516 // There must be a matching (portable or sandbox_isa_) entry for interpreter
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 170 # Win32 does not support shebang. We need to detect the interpreter ourself.
172 interpreter = Executive.interpreter_for_script(script_path, fs)
173 if interpreter:
174 return [interpreter, script_path]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 43 with the Python interpreter is measured. This includes the Python
44 standard library and any packages installed with the interpreter.
157 # The dirs for files considered "installed with the interpreter".
161 # indication for "installed with the interpreter". In some
  /external/chromium_org/third_party/freetype/include/freetype/
ftlcdfil.h 86 * interpreter is enabled *and* high-quality hinted fonts are used.
  /external/chromium_org/third_party/mesa/src/docs/
science.html 13 <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_ppc.c 218 debug_error("tgsi_emit_ppc() failed, falling back to interpreter\n");
  /external/chromium_org/third_party/sqlite/src/src/
test5.c 201 ** Register commands with the TCL interpreter.
  /external/chromium_org/third_party/sqlite/src/test/
lock_common.tcl 35 # is, the connections may be created in this interpreter, or in
  /external/chromium_org/v8/src/
regexp-macro-assembler-irregexp.h 53 // The byte-code interpreter checks on each push anyway.
  /external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js 30 // individual returns getting optimized away (if the interpreter would do dead code elimination)
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 22 import com.google.clearsilver.jsilver.interpreter.TemplateFactory;
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 17 package com.google.clearsilver.jsilver.interpreter;
68 * Main JSilver interpreter. This walks a template's AST and renders the result out.
431 * the remainder of the interpreter context.
518 // however it makes the rest of the interpreter much easier to understand
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
tcl.php 93 // interpreter routines
  /external/llvm/cmake/modules/
LLVM-Config.cmake 96 list(APPEND link_components "interpreter")
  /external/llvm/docs/tutorial/
LangImpl4.rst 151 // Run the main "interpreter loop" now.
226 In this section, we'll add JIT compiler support to our interpreter. The
248 compiler or the LLVM interpreter. LLVM will automatically pick a JIT
250 will fall back to the interpreter.
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 28 #include "llvm/ExecutionEngine/Interpreter.h"
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 38 #include "llvm/ExecutionEngine/Interpreter.h"
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 10 #include "llvm/ExecutionEngine/Interpreter.h"
  /external/markdown/docs/extensions/
WikiLinks.txt 43 From the Python interpreter:
  /external/mesa3d/docs/
science.html 13 <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter

Completed in 1856 milliseconds

<<11121314151617181920>>