| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| regex_compiler.h | 652 typedef std::stack<_StateSeq, std::vector<_StateSeq> > _StackT;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| regex_compiler.h | 652 typedef std::stack<_StateSeq, std::vector<_StateSeq> > _StackT;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| d3dx9math.h | 467 HRESULT WINAPI D3DXCreateMatrixStack(DWORD flags, ID3DXMatrixStack **stack);
|
| /toolchain/binutils/binutils-2.25/bfd/ |
| vms-alpha.c | 27 o EISD for the stack 187 /* Stack value for push/pop commands. */ 297 /* Stack used to evaluate TIR/ETIR commands. */ member in struct:vms_private_data_struct 298 struct stack_struct *stack; 584 name = "$STACK$"; [all...] |
| /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/ |
| serializer-2.7.1.jar | |
| /external/robolectric/v1/lib/test/ |
| mockito-core-1.8.5.jar | |
| /art/runtime/interpreter/mterp/out/ |
| mterp_x86_64.S | 55 Other parameters passed on stack, pushed right-to-left. On entry to target, first 58 Stack must be 16-byte aligned to support SSE in native code. 60 If we're not doing variable stack allocation (alloca), the frame pointer can be [all...] |
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
| Antlr.Runtime.Tree.Tests.pas | [all...] |
| /frameworks/support/samples/SupportLeanbackShowcase/libs/ |
| gson-1.7.2.jar | |
| /external/v8/test/mjsunit/asm/embenchen/ |
| box2d.js | 583 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack). 603 var stack = 0; 611 if (!stack) stack = Runtime.stackSave(); 630 if (stack) Runtime.stackRestore(stack); 805 var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack [all...] |
| /external/v8/test/mjsunit/wasm/embenchen/ |
| box2d.js | 586 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack). 606 var stack = 0; 614 if (!stack) stack = Runtime.stackSave(); 633 if (stack) Runtime.stackRestore(stack); 808 var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack [all...] |
| /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
| browser_bridge.js | 41 // directly from the network stack.
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
| ant-junit.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.help.base_3.5.2.v201011171123.jar | |
| /external/iproute2/doc/ |
| api-ip6-flowlabels.tex | 26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
|
| /external/libhevc/common/arm/ |
| ihevc_inter_pred_filters_luma_vert.s | 118 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments 566 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments [all...] |
| /external/libvpx/libvpx/vp9/common/x86/ |
| vp9_postproc_sse2.asm | 37 ; move the global rd onto the stack, since we don't have enough registers
|
| /external/libvpx/libvpx/vpx_dsp/x86/ |
| vpx_high_subpixel_8t_sse2.asm | 113 movdqa k0k1, xmm0 ;store filter factors on stack
|
| vpx_subpixel_8t_sse2.asm | 113 movdqa k0, xmm0 ;store filter factors on stack
|
| /external/opencv3/modules/core/include/opencv2/core/ |
| core_c.h | 572 int stack[CV_MAX_DIM]; /**< for internal use */ member in struct:CvNArrayIterator 1867 CvSeq* stack; \/* the graph vertex stack *\/ member in struct:CvGraphScanner [all...] |
| /external/owasp/sanitizer/lib/htmlparser-1.3/ |
| htmlparser-1.3-with-transitions.jar | |
| htmlparser-1.3.jar | |
| /external/skia/src/pdf/ |
| SkPDFDevice.cpp | 195 // intersect. If the clip stack does anything other than intersect, 286 // This function initializes iter to be an iterator on the "stack" argument 288 // and asserts that "prefix" will be a prefix to "stack." 290 const SkClipStack& stack, 293 iter->reset(stack, SkClipStack::Iter::kBottom_IterStart); 372 /* Uses Path Ops to calculate a vector SkPath clip from a clip stack. 424 // graphic state stack, and the fact that we can know all the clips used 465 // If the clip stack does anything other than intersect or if it uses 596 // If the stack is too deep we could get Stack Overflow [all...] |
| /external/v8/src/debug/ |
| mirrors.js | 447 * Check whether the mirror reflects a stack frame. 448 * @returns {boolean} True if the mirror reflects a stack frame 897 * only originate as functions from stack frames [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| BaseStatusBar.java | 112 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout; 113 import com.android.systemui.statusbar.stack.StackStateAnimator; [all...] |