/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | LocalVariables.java | 34 private final Type[] locals; field in LocalVariables 40 locals = new Type[maxLocals]; in LocalVariables() 42 locals[i] = Type.UNKNOWN; in LocalVariables() 53 final LocalVariables lvs = new LocalVariables(locals.length); in clone() 54 for (int i=0; i<locals.length; i++) { in clone() 55 lvs.locals[i] = this.locals[i]; in clone() 64 return locals[i]; in get() 80 return locals.length; in maxLocals() 90 locals[i] = type; in set() 96 public int hashCode() { return locals.length; } in hashCode() [all …]
|
D | Frame.java | 45 private final LocalVariables locals; field in Frame 56 locals = new LocalVariables(maxLocals); in Frame() 63 public Frame(final LocalVariables locals, final OperandStack stack) { in Frame() argument 64 this.locals = locals; in Frame() 73 final Frame f = new Frame(locals.getClone(), stack.getClone()); in clone() 88 return locals; in getLocals() 101 public int hashCode() { return stack.hashCode() ^ locals.hashCode(); } in hashCode() 112 return this.stack.equals(f.stack) && this.locals.equals(f.locals); in equals() 121 s += locals; in toString()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 583 Locals: TLocalStorage; 585 Locals.Initialize; 587 Locals.AsInteger['x'] := 2; 588 Locals.AsInteger['X'] := 3; 589 CheckEquals(2, Locals.AsInteger['x']); 590 CheckEquals(3, Locals.AsInteger['X']); 591 CheckEquals(0, Locals.AsInteger['y']); 592 Locals.AsInteger['X'] := Locals.AsInteger['x'] * 2; 593 CheckEquals(4, Locals.AsInteger['X']); 594 CheckEquals(2, Locals.Count); [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/ |
D | DebugInfo.java | 122 final LocalInfo[] locals = new LocalInfo[registerCount]; in iterator() local 123 Arrays.fill(locals, EMPTY_LOCAL_INFO); in iterator() 135 … // first, we grab all the parameters and temporarily store them at the beginning of locals, in iterator() 140 locals[parameterIndex++] = new LocalInfo() { in iterator() 147 locals[parameterIndex++] = parameterIterator.next(); in iterator() 151 … // now, we push the parameter locals back to their appropriate register, starting from the end in iterator() 154 LocalInfo currentLocal = locals[parameterIndex]; in iterator() 163 locals[localIndex] = currentLocal; in iterator() 164 locals[parameterIndex] = EMPTY_LOCAL_INFO; in iterator() 197 if (register >= 0 && register < locals.length) { in iterator() [all …]
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/ |
D | FrameSnapshot.java | 29 private final Object[] locals; field in FrameSnapshot 32 private FrameSnapshot(final Object[] locals, final Object[] stack) { in FrameSnapshot() argument 33 this.locals = locals; in FrameSnapshot() 48 if (analyzer == null || analyzer.locals == null) { in create() 51 final Object[] locals = reduce(analyzer.locals, 0); in create() local 53 return new FrameSnapshot(locals, stack); in create() 77 if (locals != null) { in accept() 78 mv.visitFrame(Opcodes.F_NEW, locals.length, locals, stack.length, in accept()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | AST.stg | 111 <ruleDescriptor.allTokenRefsInAltsWithRewrites:{Locals['Stream_<it>'] := TRewriteRule<rewriteElemen… 112 <ruleDescriptor.allRuleRefsInAltsWithRewrites:{Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.C… 140 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRule… 154 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRule… 170 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule.name>'] as IRewrite… 182 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule>'] as IRewriteRuleE… 243 …:{Locals['Stream_<it>'] := TRewriteRule<rewriteElementType>Stream.Create(Adaptor, 'token <it>', <i… 247 …:{Locals['Stream_<it>'] := TRewriteRule<rewriteElementType>Stream.Create(Adaptor,'token <it>', lis… 252 Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.Create(Adaptor, 'token <it>', <it>.Tree) 254 …Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.Create(Adaptor, 'token <it>', nil);}; separator… [all …]
|
/external/libchrome/base/android/jni_generator/ |
D | testMotionEvent.javap7 | 835 stack=3, locals=1, args_size=1 853 stack=3, locals=1, args_size=1 871 stack=3, locals=16, args_size=14 900 stack=3, locals=15, args_size=13 931 stack=3, locals=14, args_size=12 958 stack=3, locals=15, args_size=13 989 stack=3, locals=8, args_size=6 1010 stack=3, locals=1, args_size=1 1026 stack=3, locals=1, args_size=1 1042 stack=3, locals=1, args_size=1 [all …]
|
D | testMotionEvent.javap | 671 Stack=3, Locals=1, Args_size=1 690 Stack=3, Locals=1, Args_size=1 708 Stack=3, Locals=16, Args_size=14 738 Stack=3, Locals=15, Args_size=13 770 Stack=3, Locals=14, Args_size=12 798 Stack=3, Locals=15, Args_size=13 830 Stack=3, Locals=8, Args_size=6 852 Stack=3, Locals=1, Args_size=1 869 Stack=3, Locals=1, Args_size=1 886 Stack=3, Locals=1, Args_size=1 [all …]
|
D | testInputStream.javap | 59 Stack=3, Locals=1, Args_size=1 78 Stack=3, Locals=1, Args_size=1 96 Stack=3, Locals=1, Args_size=1 114 Stack=3, Locals=2, Args_size=2 132 Stack=3, Locals=1, Args_size=1 153 Stack=3, Locals=2, Args_size=2 172 Stack=3, Locals=4, Args_size=4 193 Stack=3, Locals=1, Args_size=1 211 Stack=3, Locals=3, Args_size=2
|
/external/google-fruit/tests/meta/ |
D | test_set.py | 50 locals()) 62 locals()) 75 locals()) 87 locals()) 100 locals()) 113 locals()) 126 locals()) 139 locals()) 152 locals()) 165 locals()) [all …]
|
/external/python/cpython3/Objects/ |
D | frameobject.c | 512 /* locals */ in frame_traverse() 543 /* locals */ in frame_tp_clear() 658 PyObject *globals, PyObject *locals) in _PyFrame_New_NoTrack() argument 667 (locals != NULL && !PyMapping_Check(locals))) { in _PyFrame_New_NoTrack() 757 locals = PyDict_New(); in _PyFrame_New_NoTrack() 758 if (locals == NULL) { in _PyFrame_New_NoTrack() 762 f->f_locals = locals; in _PyFrame_New_NoTrack() 765 if (locals == NULL) in _PyFrame_New_NoTrack() 766 locals = globals; in _PyFrame_New_NoTrack() 767 Py_INCREF(locals); in _PyFrame_New_NoTrack() [all …]
|
/external/python/cpython2/Objects/ |
D | frameobject.c | 542 /* locals */ in frame_traverse() 575 /* locals */ in frame_clear() 659 PyObject *locals) in PyFrame_New() argument 668 (locals != NULL && !PyMapping_Check(locals))) { in PyFrame_New() 759 locals = PyDict_New(); in PyFrame_New() 760 if (locals == NULL) { in PyFrame_New() 764 f->f_locals = locals; in PyFrame_New() 767 if (locals == NULL) in PyFrame_New() 768 locals = globals; in PyFrame_New() 769 Py_INCREF(locals); in PyFrame_New() [all …]
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 38 TFNode** locals; member 43 locals = nullptr; in Kill() 94 ssa_env->locals = in StartFunction() 108 ssa_env->locals[index] = builder_->Param(index + 1); in StartFunction() 114 // Do a whole run of like-typed locals at a time. in StartFunction() 115 ssa_env->locals[index++] = node; in StartFunction() 253 if (!ssa_env_->locals) return; // unreachable in GetLocal() 254 result->node = ssa_env_->locals[imm.index]; in GetLocal() 259 if (!ssa_env_->locals) return; // unreachable in SetLocal() 260 ssa_env_->locals[imm.index] = value.node; in SetLocal() [all …]
|
/external/google-fruit/tests/ |
D | test_component_and_injector_params.py | 54 locals()) 74 locals()) 118 locals()) 137 locals()) 158 locals()) 179 locals()) 239 locals()) 257 locals()) 284 locals()) 314 locals()) [all …]
|
D | test_multibindings_bind_provider.py | 58 locals()) 92 locals()) 120 locals()) 169 locals()) 216 locals()) 250 locals()) 284 locals()) 306 locals()) 324 locals()) 346 locals()) [all …]
|
D | test_register_provider.py | 68 locals()) 101 locals()) 129 locals()) 156 locals()) 201 locals()) 219 locals()) 243 locals()) 288 locals()) 331 locals()) 365 locals()) [all …]
|
D | test_register_instance.py | 156 expect_success(COMMON_DEFINITIONS, source, locals()) 182 locals()) 211 locals()) 240 locals()) 269 locals()) 294 locals()) 318 locals()) 357 locals()) 378 locals()) 399 locals()) [all …]
|
D | test_injector.py | 64 locals()) 90 locals()) 115 locals()) 136 locals()) 164 locals()) 185 locals()) 221 locals()) 253 locals()) 280 locals()) 300 locals())
|
/external/python/cpython3/Python/clinic/ |
D | bltinmodule.c.h | 214 "eval($module, source, globals=None, locals=None, /)\n" 217 "Evaluate the given source in the context of globals and locals.\n" 221 "The globals must be a dictionary and locals can be any mapping,\n" 222 "defaulting to the current globals and locals.\n" 223 "If only globals is given, locals defaults to it."); 230 PyObject *locals); 238 PyObject *locals = Py_None; in builtin_eval() local 242 &source, &globals, &locals)) { in builtin_eval() 245 return_value = builtin_eval_impl(module, source, globals, locals); in builtin_eval() 252 "exec($module, source, globals=None, locals=None, /)\n" [all …]
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/ |
D | JavassistHelper.java | 99 LocalVariableAttribute locals = null; in getSignature() local 104 locals = (LocalVariableAttribute) attribute; in getSignature() 127 sb.append(parameterNameFor(method, locals, i)); in getSignature() 149 * locals attributes about local variables from the classfile. Note: This is 153 * @param locals 157 static String parameterNameFor(CtBehavior method, LocalVariableAttribute locals, int i) { in parameterNameFor() argument 159 if (locals == null) { in parameterNameFor() 177 String variableName = locals.variableName(j); in parameterNameFor()
|
/external/python/cpython2/Lib/ |
D | code.py | 37 def __init__(self, locals=None): argument 40 The optional 'locals' argument specifies the dictionary in 46 if locals is None: 47 locals = {"__name__": "__console__", "__doc__": None} 48 self.locals = locals 103 exec code in self.locals 182 def __init__(self, locals=None, filename="<console>"): argument 185 The optional locals argument will be passed to the 192 InteractiveInterpreter.__init__(self, locals)
|
/external/python/cpython3/Lib/ |
D | code.py | 24 def __init__(self, locals=None): argument 27 The optional 'locals' argument specifies the dictionary in 33 if locals is None: 34 locals = {"__name__": "__console__", "__doc__": None} 35 self.locals = locals 90 exec(code, self.locals) 170 def __init__(self, locals=None, filename="<console>"): argument 173 The optional locals argument will be passed to the 180 InteractiveInterpreter.__init__(self, locals)
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_execfile.py | 19 …power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > > 28 locals = results.get("locals") 50 if locals is not None: 51 args.extend([Comma(), locals.clone()])
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_execfile.py | 19 …power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > > 28 locals = results.get("locals") 51 if locals is not None: 52 args.extend([Comma(), locals.clone()])
|
/external/google-fruit/tests/data_structures/ |
D | test_fixed_size_vector.py | 43 locals()) 60 locals()) 86 locals()) 110 locals()) 131 locals()) 152 locals()) 174 locals()) 195 locals()) 214 locals())
|