/external/webkit/Source/WebCore/inspector/ |
InspectorBrowserDebuggerAgent.cpp | 159 Vector<Node*> stack(1, InspectorDOMAgent::innerFirstChild(node)); 161 Node* node = stack.last(); 162 stack.removeLast(); 166 stack.append(InspectorDOMAgent::innerFirstChild(node)); 167 stack.append(InspectorDOMAgent::innerNextSibling(node)); 168 } while (!stack.isEmpty());
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
armelf.xsc | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) }
|
armelf.xsw | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) }
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
armelf.xsc | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) }
|
armelf.xsw | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) }
|
/dalvik/hit/src/com/android/hit/ |
ClassInstance.java | 27 public ClassInstance(long id, StackTrace stack, long classId) { 29 mStack = stack;
|
ClassObj.java | 41 public ClassObj(long id, StackTrace stack, String className) { 43 mStack = stack;
|
/dalvik/vm/mterp/x86-atom/ |
OP_EXECUTE_INLINE_RANGE.S | 73 lea 24(%esp), %esp # update stack pointer
|
/external/chromium/base/synchronization/ |
condition_variable_win.cc | 7 #include <stack> 76 std::stack<HANDLE> handles; // See FAQ-question-10. 402 stack.
|
/external/iproute2/tc/ |
emp_ematch.l | 68 %option 8bit stack warn noyywrap prefix="ematch_"
|
/external/libffi/src/m32r/ |
ffi.c | 32 /* ffi_prep_args is called by the assembly routine once stack 35 void ffi_prep_args(char *stack, extended_cif *ecif) 45 argp = stack;
|
/external/openssl/crypto/perlasm/ |
x86nasm.pl | 105 $::stack=4; 109 { $::stack=0;
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
mmx_main.asm | 73 section .note.GNU-stack noalloc noexec nowrite progbits
|
x86_main.asm | 74 section .note.GNU-stack noalloc noexec nowrite progbits
|
/external/speex/libspeex/ |
lsp.c | 144 char *stack 177 static float cheb_poly_eva(spx_word32_t *coef, spx_word16_t x, int m, char *stack) 219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack) 325 psuml = cheb_poly_eva(pt,xl,m,stack); /* evals poly. at xl */ 340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */ 364 psumm=cheb_poly_eva(pt,xm,m,stack); 403 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack) 522 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
|
vq_sse.h | 36 void vq_nbest(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) 75 void vq_nbest_sign(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
|
/external/valgrind/main/memcheck/tests/ |
custom_alloc.stderr.exp | 10 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageReader.cpp | 250 unsigned char *stack = gs->stack; local 313 if (stackp == stack + MAX_BITS) 329 if (stackp == stack + MAX_BITS) 358 } while (stackp > stack); 483 if (!frame_reader->stack) 484 frame_reader->stack = new unsigned char[MAX_BITS]; 485 frame_reader->stackp = frame_reader->stack;
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduComposer.java | 101 * Message compose buffer stack. 1057 private LengthRecordNode stack = null; field in class:PduComposer.BufferStack [all...] |
/build/core/ |
armelflib.x | 163 /DISCARD/ : { *(.note.GNU-stack) *(.comment*) *(.stack*) *(.shstrtab) }
|
/dalvik/vm/mterp/armv5te/ |
OP_EXECUTE_INLINE.S | 10 * is on the stack. The function's return value is a flag that tells 28 add sp, sp, #8 @ pop stack 84 add sp, sp, #8 @ pop stack
|
OP_EXECUTE_INLINE_RANGE.S | 11 * is on the stack. The function's return value is a flag that tells 26 add sp, sp, #8 @ pop stack 78 add sp, sp, #8 @ pop stack
|
/external/bison/data/ |
lalr1.cc | 48 #include "stack.hh" 183 /// State stack type. 184 typedef stack<state_type> state_stack_type; 185 /// Semantic value stack type. 186 typedef stack<semantic_type> semantic_stack_type; 187 /// location stack type. 188 typedef stack<location_type> location_stack_type; 190 /// The state stack. 192 /// The semantic value stack. 194 /// The location stack [all...] |
/external/freetype/src/cff/ |
cffgload.h | 125 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member in struct:CFF_Decoder_
|
/external/nist-sip/java/gov/nist/javax/sip/ |
NistSipMessageFactoryImpl.java | 32 import gov.nist.javax.sip.stack.*; 37 * Implements all the support classes that are necessary for the nist-sip stack 38 * on which the jain-sip stack has been based. This is a mapping class to map 42 * messageChannel, the NIST-SIP stack calls the SIPStackMessageFactory 92 * Generate a new server response for the stack.
|