Searched
full:locals (Results
476 -
500 of
969) sorted by null
<<11121314151617181920>>
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t033backtracking.g | 55 scope Symbols; // put parameters and locals into same scope for now
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t033backtracking.g | 71 scope Symbols; // put parameters and locals into same scope for now
|
/external/chromium_org/third_party/markupsafe/ |
__init__.py | 181 locals()[method] = make_wrapper(method)
|
/external/clang/test/SemaCXX/ |
scope-check.cpp | 126 // locals, and we implement that in '03 as well.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
LocalVariableInfo.java | 35 * that has no locals; it is empty and immutable but has an appropriate
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
LocalVariableInfo.java | 37 * that has no locals; it is empty and immutable but has an appropriate
|
/external/jpeg/ |
jdhuff.h | 125 * The variables get_buffer and bits_left are assumed to be locals,
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
python.php | 74 'hex', 'id', 'input', 'int', 'isinstance', 'issubclass', 'iter', 'len', 'list', 'locals',
|
/external/qemu/distrib/jpeg-6b/ |
jdhuff.h | 125 * The variables get_buffer and bits_left are assumed to be locals,
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.def | 263 DEFTIMEVAR (TV_REMOVE_UNUSED , "remove unused locals")
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 263 DEFTIMEVAR (TV_REMOVE_UNUSED , "remove unused locals")
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.def | 263 DEFTIMEVAR (TV_REMOVE_UNUSED , "remove unused locals")
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 263 DEFTIMEVAR (TV_REMOVE_UNUSED , "remove unused locals")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 64 mod = __import__(modname, globals(), locals(), ['*'])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_importhooks.py | 247 m = __import__(mname, globals(), locals(), ["__dummy__"])
|
test_pkg.py | 127 self.assertTrue(locals()["name"], "Failed to import %s" % name)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
trace.py | 507 def runctx(self, cmd, globals=None, locals=None): 509 if locals is None: locals = {} 513 exec cmd in globals, locals
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 64 mod = __import__(modname, globals(), locals(), ['*'])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_importhooks.py | 247 m = __import__(mname, globals(), locals(), ["__dummy__"])
|
test_pkg.py | 127 self.assertTrue(locals()["name"], "Failed to import %s" % name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
trace.py | 507 def runctx(self, cmd, globals=None, locals=None): 509 if locals is None: locals = {} 513 exec cmd in globals, locals
|
/art/compiler/dex/quick/mips/ |
mips_lir.h | 70 * | ...filler word... | {Note: used as 2nd word of V[locals-1] if long] 72 * | V[locals-1] | 73 * | V[locals-2] |
|
/art/compiler/dex/quick/x86/ |
x86_lir.h | 87 * | ...filler word... | {Note: used as 2nd word of V[locals-1] if long] 89 * | V[locals-1] | 90 * | V[locals-2] |
|
/dalvik/vm/analysis/ |
Liveness.cpp | 770 * Mark all debugger-visible locals as live. 772 * The "locals" table describes the positions of the various locals in the
|
/external/chromium_org/v8/test/mjsunit/ |
debug-scopes.js | 509 // functions arguments. Using all arguments and locals from the outer function 536 // functions arguments. Using all arguments and locals from the outer function 565 // functions arguments. In the presence of eval all arguments and locals
|
Completed in 375 milliseconds
<<11121314151617181920>>