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

<<21222324252627282930>>

  /system/extras/tests/sdcard/
plot_sdcard.py 31 python interpreter
  /art/runtime/
class_linker.cc 42 #include "interpreter/interpreter.h"
    [all...]
  /dalvik/vm/mterp/c/
opcommon.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 586 product of your own. You may embed this Package's interpreter within
589 interpreter is so embedded.
  /external/chromium_org/v8/src/
platform-linux.cc 518 // The Native Client port of V8 uses an interpreter,
647 // The Native Client port of V8 uses an interpreter,
  /external/libpcap/
pcap-pf.c 541 * OK, we have the version of the BPF interpreter;
585 * We can't use the kernel's BPF interpreter; don't give
  /external/llvm/docs/
CMake.rst 258 Indicates whether LLVM Interpreter will be linked with Foreign Function
336 # binary code (no interpreter):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 367 makefile used to build this interpreter. Returns
369 in which the interpreter is running; in the case of
ihooks.py 48 by the way the __import__ hook is used by the Python interpreter.) It
152 """Hooks into the filesystem and interpreter.
site.py 102 # This ensures that the initial path provided by the interpreter contains
337 These are objects which make the interpreter exit when called.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 33 "path to Python interpreter to hard-code in the .spec file "
36 "hard-code the exact path to the current Python interpreter in "
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 292 # This behaviour mimics the Python interpreter
297 # This behaviour mimics the Python interpreter
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 367 makefile used to build this interpreter. Returns
369 in which the interpreter is running; in the case of
ihooks.py 48 by the way the __import__ hook is used by the Python interpreter.) It
152 """Hooks into the filesystem and interpreter.
site.py 102 # This ensures that the initial path provided by the interpreter contains
337 These are objects which make the interpreter exit when called.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 33 "path to Python interpreter to hard-code in the .spec file "
36 "hard-code the exact path to the current Python interpreter in "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 292 # This behaviour mimics the Python interpreter
297 # This behaviour mimics the Python interpreter
  /art/runtime/interpreter/
interpreter.cc 17 #include "interpreter.h"
62 namespace interpreter { namespace in namespace:art
159 // Not special, continue with regular interpreter execution.
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 328 interpreter's code size. */
652 *** Exported for internal use by the interpreter only !!! ***
663 interpreter to become a parameter which is managed on a per-thread
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 328 interpreter's code size. */
652 *** Exported for internal use by the interpreter only !!! ***
663 interpreter to become a parameter which is managed on a per-thread
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 37 // virtual machine interpreter.
40 // The symbol for the virtual machine interpreter, or NULL
779 // Check if this is part of the virtual machine interpreter
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 2 topics = {'assert': '\nThe ``assert`` statement\n************************\n\nAssert statements are a convenient way to insert debugging assertions\ninto a program:\n\n assert_stmt ::= "assert" expression ["," expression]\n\nThe simple form, ``assert expression``, is equivalent to\n\n if __debug__:\n if not expression: raise AssertionError\n\nThe extended form, ``assert expression1, expression2``, is equivalent\nto\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that ``__debug__`` and ``AssertionError``\nrefer to the built-in variables with those names. In the current\nimplementation, the built-in variable ``__debug__`` is ``True`` under\nnormal circumstances, ``False`` when optimization is requested\n(command line option -O). The current code generator emits no code\nfor an assert statement when optimization is requested at compile\ntime. Note that it is unnecessary to include the source code for the\nexpression that failed in the error message; it will be displayed as\npart of the stack trace.\n\nAssignments to ``__debug__`` are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 2 topics = {'assert': '\nThe ``assert`` statement\n************************\n\nAssert statements are a convenient way to insert debugging assertions\ninto a program:\n\n assert_stmt ::= "assert" expression ["," expression]\n\nThe simple form, ``assert expression``, is equivalent to\n\n if __debug__:\n if not expression: raise AssertionError\n\nThe extended form, ``assert expression1, expression2``, is equivalent\nto\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that ``__debug__`` and ``AssertionError``\nrefer to the built-in variables with those names. In the current\nimplementation, the built-in variable ``__debug__`` is ``True`` under\nnormal circumstances, ``False`` when optimization is requested\n(command line option -O). The current code generator emits no code\nfor an assert statement when optimization is requested at compile\ntime. Note that it is unnecessary to include the source code for the\nexpression that failed in the error message; it will be displayed as\npart of the stack trace.\n\nAssignments to ``__debug__`` are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n',
    [all...]
  /art/compiler/driver/
compiler_driver.h 54 // ABI of invocations to a method's interpreter entry point.

Completed in 887 milliseconds

<<21222324252627282930>>