Searched defs:STACK (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/android_platform/development/scripts/
H A Dstack_core.py48 STACK = "[stack]" variable
203 if area == UNKNOWN or area == HEAP or area == STACK:
234 if area == UNKNOWN or area == HEAP or area == STACK or not area:
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_drag_controller.h48 STACK, enumerator in enum:PanelDragController::GlueAction
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFrame.java67 * LOCAL or STACK. BASE is used for types that are not relative to the input
69 * variable types. STACK is used for types that are relative to the input
71 * the input local variable types. For STACK types, it is a position
89 * STACK type kinds).
113 * @see #STACK
161 private static final int STACK = 0x3000000; field in class:Frame
682 return STACK | -(--owner.inputStackTop);
767 } else if (kind == STACK) {
936 // if t2 is of kind STACK or LOCAL we cannot know its size!
950 // if t2 is of kind STACK o
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.h99 STACK, enumerator in enum:DeepHeapProfile::MapsRegionType
/external/pcre/dist/
H A Dpcre_jit_compile.c476 #define STACK(i) ((-(i) - 1) * (int)sizeof(sljit_sw)) macro
1428 stackpos = STACK(stackpos);
1534 SLJIT_ASSERT(stackpos == STACK(stacktop));
1674 stackptr = STACK(stackptr - 2);
1675 stacktop = STACK(stacktop - 1);
6093 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0);
6094 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(1), SLJIT_IMM, 0);
6116 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), SLJIT_IMM, 0);
6150 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0);
6160 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4345 int *STACK = 0; member in namespace:test89
4352 *STACK = 1;
4360 STACK = &stack_var;
5216 int *STACK = 0; member in namespace:test110
5234 (*STACK)++;
5250 STACK = &x;
5266 FAST_MODE_INIT(STACK);
5267 ANNOTATE_EXPECT_RACE(STACK, "real race on stack object");
5298 printf("\tSTACK=%d\n", *STACK);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Dobjects.h4292 STACK, // Function enumerator in enum:v8::internal::ScopeInfo::FunctionVariableInfo
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 4181 milliseconds