/frameworks/base/services/java/com/android/server/am/ |
TaskRecord.java | 57 /** Current stack */ 58 ActivityStack stack; field in class:TaskRecord 155 if (!r.finishing && r != notTop && stack.okToShow(r)) { 163 * Reorder the history stack so that the activity at the given index is 168 + " to stack at top", new RuntimeException("here").fillInStackTrace()); 220 if (stack.finishActivityLocked(r, Activity.RESULT_CANCELED, null, "clear", false)) { 237 * stack to the given task, then look for 238 * an instance of that activity in the stack and, if found, finish all 265 if (stack.finishActivityLocked(r, Activity.RESULT_CANCELED, null, "clear", 278 stack.finishActivityLocked(ret, Activity.RESULT_CANCELED, null [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 162 // Mark any unused method parameters on the stack. 221 // Globally mark instructions and their produced variables and stack 296 // Locally fix instructions, in order to keep the stack consistent. 297 if (DEBUG) System.out.println("Stack consistency fixing:"); 465 * This MemberVisitor marks stack entries that aren't necessary because 529 TracedStack stack = local 532 int stackIndex = stack.size() - parameterSize + index; 536 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])"); 537 System.out.println(" Full stack: "+stack) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
css.js | 106 stack: [], 164 var context = state.stack[state.stack.length-1]; 166 if (type == "variable-definition") state.stack.push("propertyValue"); 252 // Push/pop context stack 255 state.stack.pop(); 256 state.stack[state.stack.length-1] = "@media{"; 260 state.stack.push(newContext); 264 var lastState = state.stack[state.stack.length - 1] [all...] |
/external/javassist/src/main/javassist/bytecode/ |
StackMapTable.java | 174 * Visits each entry of the stack map frames. 184 * Invoked when the next entry of the stack map frames is visited. 259 * @param stackTag <code>stack[0].tag</code>. 260 * @param stackData <code>stack[0].cpool_index</code> 262 * or <code>stack[0].offset</code> 334 * @param stackTags <code>stack[i].tag</code> 335 * @param stackData <code>stack[i].cpool_index</code> 336 * or <code>stack[i].offset</code> 429 * Updates this stack map table when a new local variable is inserted 524 * A writer of stack map tables [all...] |
/external/clang/lib/Format/ |
Format.cpp | 332 State.Stack.push_back(ParenState(FirstIndent, FirstIndent, 364 State.Stack.back().BreakBeforeParameter = true; 515 /// \brief A stack keeping track of properties applying to parenthesis 517 std::vector<ParenState> Stack; 519 /// \brief Ignore the stack of \c ParenStates for state comparison. 527 /// ParenState stack (in an otherwise identical state) and these different 553 return Stack < Other.Stack; 583 if (State.Stack.size() == 0 || Current.Type == TT_ImplicitStringLiteral) { 596 std::max(State.Stack.back().LastSpace, State.Stack.back().Indent) + 4 [all...] |
/frameworks/base/media/java/android/media/ |
MediaFocusControl.java | 58 import java.util.Stack; 427 /* constant to identify focus stack entry that is used to hold the focus while the phone 456 * Notify top of audio focus stack that it lost focus (regardless of possibility to reassign 457 * focus), remove it from the stack, and clear the remote control display. 462 // notify the current focus owner it lost focus after removing it from stack 475 // notify the top of the stack it gained focus 484 * Focus is requested, propagate the associated loss throughout the stack. 485 * @param focusGain the new focus gain that will later be added at the top of the stack 488 // going through the audio focus stack to signal new focus, traversing order doesn't 496 private final Stack<FocusRequester> mFocusStack = new Stack<FocusRequester>() [all...] |
/external/llvm/docs/ |
GarbageCollection.rst | 28 :ref:`processor stack and registers <gcroot>`. 89 * Computation of the stack map. For each safe point in the code, object 90 references within the stack frame must be identified so that the collector may 103 * Registration of stack map entries with the runtime. 128 #. Design a binary interface for the stack map, used to identify references 129 within a stack frame on the machine stack.\* 131 #. Implement a stack crawler to discover functions on the call stack.\* 147 * Use ``@llvm.gcroot`` to mark stack roots [all...] |
/external/chromium_org/third_party/freetype/src/psaux/ |
t1decode.c | 377 /* compute random seed from stack address of parameter */ 387 decoder->top = decoder->stack; 437 FT_TRACE5(( " (%d)", decoder->top - decoder->stack )); 651 /* Push value on stack, or process operator */ 656 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS ) 658 FT_ERROR(( "t1_decoder_parse_charstrings: stack overflow\n" )); 683 if ( top - decoder->stack < 2 ) 693 /* remove all operands to callothersubr from the stack */ 696 /* arguments, we increase the stack by the value of */ 700 /* stack pointer as necessary * [all...] |
/external/freetype/src/psaux/ |
t1decode.c | 383 /* compute random seed from stack address of parameter */ 393 decoder->top = decoder->stack; 443 FT_TRACE5(( " (%d)", decoder->top - decoder->stack )); 657 /* Push value on stack, or process operator */ 662 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS ) 664 FT_ERROR(( "t1_decoder_parse_charstrings: stack overflow\n" )); 689 if ( top - decoder->stack < 2 ) 699 /* remove all operands to callothersubr from the stack */ 702 /* arguments, we increase the stack by the value of */ 706 /* stack pointer as necessary * [all...] |
/art/runtime/ |
runtime_android.cc | 22 // On a device, debuggerd will give us a stack trace. Nothing to do here.
|
/art/test/018-stack-overflow/src/ |
Main.java | 18 * generate a stack overflow condition and catch it
|
/art/test/097-duplicate-method/src/ |
Test.j | 19 .limit stack 2
|
/bionic/libc/arch-arm/bionic/ |
clone.S | 59 # Pop 'fn' and 'arg' back off the stack and call __thread_entry. 61 # __thread_entry also needs our stack pointer. 84 # save registers to parent stack 90 # store 'fn' and 'arg' to the child stack
|
/bionic/tests/ |
stack_protector_test.cpp | 39 // For x86, bionic and glibc have per-thread stack guard values (all identical). 95 // For ARM and MIPS, glibc has a global stack check guard value. 108 * When this function returns, the stack canary will be inconsistent 113 * compiler generates the proper stack guards around this function.
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttCode.java | 31 /** {@code >= 0;} the stack size */ 49 * @param maxStack {@code >= 0;} the stack size 102 * Gets the maximum stack size. 104 * @return {@code >= 0;} the maximum stack size
|
/dalvik/dx/tests/030-minimal-jasmin/ |
blort.j | 20 .limit stack 3
|
/dalvik/dx/tests/100-local-mismatch/ |
blort1.j | 20 .limit stack 1
|
blort2.j | 20 .limit stack 1
|
blort3.j | 20 .limit stack 1
|
blort4.j | 20 .limit stack 1
|
/dalvik/dx/tests/101-verify-wide-math/ |
op_d2f.j | 20 .limit stack 3
|
op_d2i.j | 20 .limit stack 3
|
op_d2l.j | 20 .limit stack 3
|
op_dadd.j | 20 .limit stack 3
|
op_dcmpg.j | 20 .limit stack 3
|