HomeSort by relevance Sort by last modified time
    Searched full:locals (Results 301 - 325 of 969) sorted by null

<<11121314151617181920>>

  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
locals.cpp 6 // DEBUGGER: info locals
  /ndk/build/core/
clear-vars.mk 22 $(call clear-vars, $(filter-out LOCAL_PATH,$(modules-LOCALS:%=LOCAL_%)))
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
import.h 19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 46 if 'stdscr' in locals():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools.py 23 """ %(locals())
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
import.h 19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 46 if 'stdscr' in locals():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools.py 23 """ %(locals())
  /external/chromium_org/third_party/jinja2/
debug.py 8 with correct line numbers, locals and contents.
207 locals = ctx.get_all()
209 locals = {}
212 locals[name[2:]] = value
216 locals.pop('__jinja_exception__', None)
218 locals = {}
258 exec(code, globals, locals)
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 68 * Gets the maximum number of locals this instance can refer to.
70 * @return the max locals
163 * @param other {@code other non-null;} another LocalsArray. The final locals
172 * Gets the locals set appropriate for the current execution context.
177 * @return locals for this execution context.
Merger.java 35 * Merges two locals arrays. If the merged result is the same as the first
38 * @param locals1 {@code non-null;} a locals array
39 * @param locals2 {@code non-null;} another locals array
40 * @return {@code non-null;} the result of merging the two locals arrays
  /dalvik/opcode-gen/
opcode-gen.awk 248 # locals: parts, line, cmd, status, count
287 # locals: count, parts, idx
340 # locals: count, parts, i
358 # locals: i, op
381 # locals: fam, fmt, result
402 # locals: i, op
460 # locals: result, chars, count, c, i
504 # locals: parts, result, i
527 # locals: parts, f
  /external/chromium_org/v8/src/
scopeinfo.cc 40 // Collect stack and context locals.
96 // Add stack locals' names. We are assuming that the stack locals'
105 // Due to usage analysis, context-allocated locals are not necessarily in
107 // the non-parameter locals. When the non-parameter locals are sorted
113 // Add context locals' names.
119 // Add context locals' info.
370 // Fill all context locals to the context extension.
  /external/v8/src/
scopeinfo.cc 42 // Collect stack and context locals.
97 // Add stack locals' names. We are assuming that the stack locals'
106 // Due to usage analysis, context-allocated locals are not necessarily in
108 // the non-parameter locals. When the non-parameter locals are sorted
114 // Add context locals' names.
120 // Add context locals' info.
  /art/test/056-const-string-jumbo/
build 45 ${DX} -JXmx500m --debug --dex --no-optimize --positions=none --no-locals --dump-to=classes.lst --output=classes.dex classes
  /dalvik/dx/tests/095-dex-const-string-jumbo/
run 40 dx --debug --dex --no-optimize --positions=none --no-locals \
  /dalvik/dx/tests/096-dex-giant-catch/
run 39 dx --debug --dex --no-optimize --positions=none --no-locals \
  /dalvik/tests/056-const-string-jumbo/
build 45 dx -JXmx500m --debug --dex --no-optimize --positions=none --no-locals \
  /dalvik/vm/mterp/portable/
stubdefs.cpp 66 /* for this, the "args" are already in the locals */
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.input 71 self.locals = {}
173 self.locals = console.locals
177 exec self.code in self.locals
  /external/chromium_org/build/android/
dex_action.gypi 55 '--no-locals=<(dex_no_locals)',
  /external/chromium_org/tools/
sync-webkit-git.py 65 locals = {'Var': lambda _: locals["vars"][_],
67 execfile('DEPS', {}, locals)
68 return locals['vars']['webkit_revision']
  /external/chromium_org/v8/test/mjsunit/
limit-locals.js 28 // Test that there is a limit of 131071 locals.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-747.js 30 // This test makes sure that we do flush code with heap allocated locals.
  /external/compiler-rt/lib/
trampoline_setup.c 19 * which loads r11 with a pointer to the outer function's locals

Completed in 642 milliseconds

<<11121314151617181920>>