| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ |
| ctor_alloc.pass.cpp | 10 // <stack> 13 // explicit stack(const Alloc& a); 15 #include <stack> 21 : private std::stack<int, std::deque<int, test_allocator<int> > > 23 typedef std::stack<int, std::deque<int, test_allocator<int> > > base;
|
| ctor_copy_alloc.pass.cpp | 10 // <stack> 13 // stack(const stack& q, const Alloc& a); 15 #include <stack> 34 : public std::stack<T, C> 36 typedef std::stack<T, C> base;
|
| /ndk/tests/device/test-gnustl-full/unit/ |
| stack_test.cpp | 5 #include <stack> 35 stack<int, deque<int> > s; 49 stack<int, list<int> > s;
|
| /ndk/tests/device/test-stlport/unit/ |
| stack_test.cpp | 5 #include <stack> 35 stack<int, deque<int> > s; 49 stack<int, list<int> > s;
|
| /toolchain/binutils/binutils-2.25/gold/testsuite/ |
| split_i386_1.s | 1 # split_i386_1.s: i386 specific test case for -fsplit-stack. 32 .section .note.GNU-stack,"",@progbits 33 .section .note.GNU-split-stack,"",@progbits
|
| split_i386_2.s | 1 # split_i386_2.s: i386 specific, -fsplit-stack calling non-split 32 .section .note.GNU-stack,"",@progbits 33 .section .note.GNU-split-stack,"",@progbits
|
| split_x32_1.s | 1 # split_x32_1.s: x32 specific test case for -fsplit-stack. 32 .section .note.GNU-stack,"",@progbits 33 .section .note.GNU-split-stack,"",@progbits
|
| split_x32_2.s | 1 # split_x32_2.s: x32 specific, -fsplit-stack calling non-split 32 .section .note.GNU-stack,"",@progbits 33 .section .note.GNU-split-stack,"",@progbits
|
| split_x86_64_1.s | 1 # split_x86_64_1.s: x86_64 specific test case for -fsplit-stack. 32 .section .note.GNU-stack,"",@progbits 33 .section .note.GNU-split-stack,"",@progbits
|
| split_x86_64_2.s | 1 # split_x86_64_2.s: x86_64 specific, -fsplit-stack calling non-split 32 .section .note.GNU-stack,"",@progbits 33 .section .note.GNU-split-stack,"",@progbits
|
| /external/libxml2/ |
| timsort.h | 295 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) 301 const int64_t A1 = stack[stack_curr - 2].length; 302 const int64_t B1 = stack[stack_curr - 1].length; 306 A = stack[stack_curr - 3].length; 307 B = stack[stack_curr - 2].length; 308 C = stack[stack_curr - 1].length; 334 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, TEMP_STORAGE_T *store) 336 const int64_t A = stack[stack_curr - 2].length; 337 const int64_t B = stack[stack_curr - 1].length; 338 const int64_t curr = stack[stack_curr - 2].start [all...] |
| /external/mesa3d/src/mesa/main/ |
| matrix.c | 62 * the top matrix of the current matrix stack and sets 104 * the top matrix of the current matrix stack and sets 136 * Set the current matrix stack. 138 * \param mode matrix stack. 144 * with the specified matrix stack. 232 * Push the current matrix stack. 236 * Verifies the current matrix stack is not full, and duplicates the top-most 237 * matrix in the stack. 238 * Marks __struct gl_contextRec::NewState with the stack dirty flag. 244 struct gl_matrix_stack *stack = ctx->CurrentStack local 284 struct gl_matrix_stack *stack = ctx->CurrentStack; local [all...] |
| /device/google/contexthub/firmware/misc/variant/common/ |
| stm32f4xx.bl.lkr | 50 .stack : { 53 KEEP ( *(.stack) ); 54 KEEP ( *(.stack.*) );
|
| stm32f4xx.os.lkr | 33 .stack : { 36 KEEP ( *(.stack) ); 37 KEEP ( *(.stack.*) );
|
| /external/libgdx/gdx/src/com/badlogic/gdx/math/ |
| ConvexHull.java | 168 IntArray stack = quicksortStack;
local 169 stack.add(lower);
170 stack.add(upper - 1);
171 while (stack.size > 0) {
172 upper = stack.pop();
173 lower = stack.pop();
177 stack.add(lower);
178 stack.add(i - 2);
180 stack.add(i + 2);
181 stack.add(upper); 232 IntArray stack = quicksortStack; local [all...] |
| /external/llvm/test/MC/Mips/ |
| cprestore-bad.s | 14 # CHECK: :[[@LINE-1]]:13: error: expected stack offset value 17 # CHECK: :[[@LINE-1]]:17: error: stack offset is not an absolute expression 20 # CHECK: :[[@LINE-1]]:3: warning: .cprestore with negative stack offset has no effect
|
| /external/speex/libspeex/ |
| ltp.h | 52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack); 54 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack); 72 char *stack, 93 char *stack, 115 char *stack, 136 char *stack,
|
| /external/v8/test/mjsunit/regress/ |
| regress-596718.js | 6 assertThrows(() => new Error().stack[0].getMethodName.call({}), TypeError); 9 assertThrows(() => new Error().stack[0].getMethodName(), TypeError); 12 assertEquals(null, new Error().stack[0].getMethodName());
|
| /external/valgrind/memcheck/tests/ |
| execve1.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Address 0x........ is not stack'd, malloc'd or (recently) free'd 14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
| supp_unknown.stderr.exp | 6 If you believe this happened as a result of a stack 9 main thread stack using the --main-stacksize= flag. 10 The main thread stack size used in this run was ....
|
| /external/valgrind/none/tests/amd64-linux/ |
| bug345887.stderr.exp | 5 If you believe this happened as a result of a stack 8 main thread stack using the --main-stacksize= flag. 9 The main thread stack size used in this run was ....
|
| /external/valgrind/none/tests/amd64-solaris/ |
| coredump_single_thread.stderr.exp | 5 If you believe this happened as a result of a stack 8 main thread stack using the --main-stacksize= flag. 9 The main thread stack size used in this run was ....
|
| coredump_single_thread_sse.stderr.exp | 7 If you believe this happened as a result of a stack 10 main thread stack using the --main-stacksize= flag. 11 The main thread stack size used in this run was ....
|
| /external/valgrind/none/tests/linux/ |
| blockfault.stderr.exp | 6 If you believe this happened as a result of a stack 9 main thread stack using the --main-stacksize= flag. 10 The main thread stack size used in this run was ....
|
| /external/valgrind/none/tests/solaris/ |
| block_all_signals.stderr.exp | 6 If you believe this happened as a result of a stack 9 main thread stack using the --main-stacksize= flag. 10 The main thread stack size used in this run was ....
|