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

<<11121314151617181920>>

  /external/javassist/src/main/javassist/
CodeConverter.java 514 int locals = 0; local
518 if (s > locals)
519 locals = s;
529 if (locals > 0)
530 codeAttr.setMaxLocals(codeAttr.getMaxLocals() + locals);
  /art/runtime/
stack.h 491 * | filler word | {For compatibility, if V[locals-1] used as wide
493 * | V[locals-1] |
494 * | V[locals-2] |
  /external/chromium_org/third_party/freetype/src/cff/
cf2ft.c 575 FT_ASSERT( decoder && decoder->locals );
584 buf->ptr = decoder->locals[idx];
585 buf->end = decoder->locals[idx + 1];
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-ppc.pl 49 $LOCALS=6*$SIZE_T;
220 addi r20,$sp,$LOCALS ; spot within the frame
236 addi $inp,$sp,$LOCALS
  /external/freetype/src/cff/
cf2ft.c 575 FT_ASSERT( decoder && decoder->locals );
584 buf->ptr = decoder->locals[idx];
585 buf->end = decoder->locals[idx + 1];
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 53 * @param locals <code>max_locals</code>
57 public CodeAttribute(ConstPool cp, int stack, int locals, byte[] code,
62 maxLocals = locals;
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 1 //===- LocalStackSlotAllocation.cpp - Pre-allocate locals to stack slots --===//
92 // If the target doesn't want/need this pass, or if there are no locals
282 "Only pre-allocated locals expected!");
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 49 $LOCALS=6*$SIZE_T;
220 addi r20,$sp,$LOCALS ; spot within the frame
236 addi $inp,$sp,$LOCALS
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-strip.1 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR]
279 .IP "\fB\-\-discard\-locals\fR" 4
280 .IX Item "--discard-locals"
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-strip.1 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR]
279 .IP "\fB\-\-discard\-locals\fR" 4
280 .IX Item "--discard-locals"
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-strip.1 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR]
279 .IP "\fB\-\-discard\-locals\fR" 4
280 .IX Item "--discard-locals"
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-strip.1 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR]
279 .IP "\fB\-\-discard\-locals\fR" 4
280 .IX Item "--discard-locals"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 92 mod = __import__(".".join(modules), globals(), locals(),
342 globs=locals()
355 globs=locals()
test_decorators.py 27 def dbcheck(exprstr, globals=None, locals=None):
32 if not eval(expr, globals, locals):
test_hashlib.py 50 return locals().get(module_name)
127 if '_md5' in locals():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 92 mod = __import__(".".join(modules), globals(), locals(),
342 globs=locals()
355 globs=locals()
test_decorators.py 27 def dbcheck(exprstr, globals=None, locals=None):
32 if not eval(expr, globals, locals):
test_hashlib.py 50 return locals().get(module_name)
127 if '_md5' in locals():
  /dalvik/vm/interp/
Stack.h 36 (method arguments) and "locals" (local variables). The "outs" (arguments
99 native method, though, there are never any "locals" or "outs".
  /external/antlr/antlr-3.4/runtime/Python/
pylintrc 212 # Maximum number of locals for function / method body
213 max-locals=15
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 289 T<terminalOptions.node>.Create((Locals['Stream_<token>'] as IRewriteRuleElementStream).NextNode)
291 (Locals['Stream_<token>'] as IRewriteRuleElementStream).NextNode
  /external/javassist/src/main/javassist/expr/
Expr.java 80 protected final int locals() { method in class:Expr
312 int newLocals = locals();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 296 self.locals = __main__.__dict__
306 exec code in self.locals
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 296 self.locals = __main__.__dict__
306 exec code in self.locals
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
parisc-mont.pl 105 $LOCALS=$FRAME-$FRAME_MARKER;
202 ldo `$LOCALS+16`($fp),$xfer
203 ldo `$LOCALS+32+4`($fp),$tp
339 ldo `$LOCALS+32+4`($fp),$tp
479 ldo `$LOCALS+32+4`($fp),$tp
501 ldo `$LOCALS+32`($fp),$tp
541 ldo `$LOCALS+32`($fp),$tp
677 ldo `$LOCALS+32+4`($fp),$tp
823 ldo `$LOCALS+32+4`($fp),$tp
847 ldo `$LOCALS+32+4`($fp),$t
    [all...]

Completed in 1473 milliseconds

<<11121314151617181920>>