HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 276 - 300 of 1681) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeMessage.java 44 import java.util.Stack;
504 private Stack<Object> stack = new Stack<Object>(); field in class:MimeMessage.MimeMessageBuilder
510 if (!c.isInstance(stack.peek())) {
511 throw new IllegalStateException("Internal stack error: " + "Expected '"
512 + c.getName() + "' found '" + stack.peek().getClass().getName() + "'");
517 if (stack.isEmpty()) {
518 stack.push(MimeMessage.this);
523 ((Part)stack.peek()).setBody(m)
    [all...]
  /external/speex/libspeex/
sb_celp.c 54 /* Default size for the encoder and decoder stack (can be changed at compile time).
206 st->stack = NULL;
208 /*st->stack = (char*)speex_alloc_scratch(SB_ENC_STACK);*/
209 speex_encoder_ctl(st->st_low, SPEEX_GET_STACK, &st->stack);
270 VALGRIND_MAKE_READABLE(st, (st->stack-(char*)st));
281 /*speex_free_scratch(st->stack);*/
308 char *stack; local
332 stack=st->stack;
339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack);
879 char *stack; local
    [all...]
cb_search.c 53 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
111 char *stack,
153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack);
160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack);
162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack);
234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack);
253 char *stack,
297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target);
351 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack);
381 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack);
    [all...]
vq_bfin.h 37 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
sb_celp.h 58 char *stack; /**< Temporary allocation stack */ member in struct:SBEncState
111 char *stack; member in struct:SBDecState
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 32 Address 0x........ is not stack'd, malloc'd or (recently) free'd
52 Address 0x........ is not stack'd, malloc'd or (recently) free'd
68 Address 0x........ is not stack'd, malloc'd or (recently) free'd
102 Address 0x........ is not stack'd, malloc'd or (recently) free'd
118 Address 0x........ is not stack'd, malloc'd or (recently) free'd
134 Address 0x........ is not stack'd, malloc'd or (recently) free'd
139 Address 0x........ is not stack'd, malloc'd or (recently) free'd
151 Address 0x........ is not stack'd, malloc'd or (recently) free'd
171 Address 0x........ is not stack'd, malloc'd or (recently) free'd
183 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 24 Address 0x........ is not stack'd, malloc'd or (recently) free'd
40 Address 0x........ is not stack'd, malloc'd or (recently) free'd
53 Address 0x........ is not stack'd, malloc'd or (recently) free'd
84 Address 0x........ is not stack'd, malloc'd or (recently) free'd
88 Address 0x........ is not stack'd, malloc'd or (recently) free'd
104 Address 0x........ is not stack'd, malloc'd or (recently) free'd
108 Address 0x........ is not stack'd, malloc'd or (recently) free'd
118 Address 0x........ is not stack'd, malloc'd or (recently) free'd
131 Address 0x........ is not stack'd, malloc'd or (recently) free'd
153 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]
aio.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 79 // Interface functions for Stack
81 static void antlr3StackFree (pANTLR3_STACK stack);
82 static void * antlr3StackPop (pANTLR3_STACK stack);
83 static void * antlr3StackGet (pANTLR3_STACK stack, ANTLR3_INTKEY key);
84 static ANTLR3_BOOLEAN antlr3StackPush (pANTLR3_STACK stack, void * element, void (ANTLR3_CDECL *freeptr)(void *));
85 static ANTLR3_UINT32 antlr3StackSize (pANTLR3_STACK stack);
86 static void * antlr3StackPeek (pANTLR3_STACK stack);
966 pANTLR3_STACK stack; local
970 stack = (pANTLR3_STACK)ANTLR3_MALLOC((size_t)sizeof(ANTLR3_STACK));
972 if (stack == NULL
    [all...]
  /bionic/libc/arch-mips/bionic/
clone.S 49 # set up child stack
115 # set up child stack
  /external/freetype/src/cff/
cffparse.h 44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1]; member in struct:CFF_ParserRec_
  /external/kernel-headers/original/asm-arm/
smp.h 65 * This also gives us the initial stack to use for this CPU.
85 void *stack; member in struct:secondary_data
  /external/libffi/src/alpha/
ffi.c 81 unsigned long *stack, *argp; local
92 argp = stack = alloca(cif->bytes + 4*FFI_SIZEOF_ARG);
136 if (argp - stack < 6)
168 ffi_call_osf(stack, cif->bytes, cif->flags, rvalue, fn);
229 /* Grab the addresses of the arguments from the stack frame. */
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 35 #include <stack>
49 typedef std::stack<BallLarusNode*> BLNodeStack;
287 void buildNode(BLBlockNodeMap& inDag, std::stack<BallLarusNode*>& dfsStack);
290 void buildEdge(BLBlockNodeMap& inDag, std::stack<BallLarusNode*>& dfsStack,
  /external/llvm/test/MC/ELF/
basic-elf-32.s 31 .section .note.GNU-stack,"",@progbits
basic-elf-64.s 31 .section .note.GNU-stack,"",@progbits
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultMessageLogFactory.java 1 package gov.nist.javax.sip.stack;
7 * The Default Message log factory. This can be replaced as a stack
  /external/srec/srec/crec/
srec_stats.h 68 void srec_stats_update_astar(AstarStack* stack);
  /frameworks/native/include/utils/
Thread.h 50 size_t stack = 0);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 27 // samples stack traces for a thread periodically. enable() and disable() is
40 // For every cycleTime period, we dump the stack of the thread.
127 StackTraceElement[] stack = thread.getStackTrace(); local
128 String[] lines = new String[stack.length];
129 for (int i = 0; i < stack.length; i++) {
130 lines[i] = stack[i].toString();
186 // milliseconds) sample the stack trace of the calling thread.
  /external/chromium-trace/trace-viewer/src/
unittest.css 32 test-case-stack {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.h 54 static uptr CompressStack(StackTrace *stack,
56 static void UncompressStack(StackTrace *stack,
66 // Use this macro if you want to print stack trace with the caller
74 // Use this macro if you want to print stack trace with the current
  /external/emma/core/java12/com/vladium/logging/
Logger.java 269 * Logs 'msg' from an unnamed calling method followed by the 'throwable' stack
283 * Logs 'msg' from a given calling method followed by the 'throwable' stack
310 * Returns the current top of the thread-local logger stack or the static
311 * Logger instance scoped to Logger.class if the stack is empty.
317 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); local
319 // [assertion: stack != null]
321 if (stack.isEmpty ())
327 return (Logger) stack.getLast ();
340 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); local
341 stack.addLast (ctx)
355 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); local
    [all...]
  /external/openfst/src/include/fst/
union-find.h 24 #include <stack>
90 stack<T*> exec_stack_; // Used for path compression.
  /external/skia/src/gpu/
GrReducedClip.cpp 17 void reduced_stack_walker(const SkClipStack& stack,
30 void ReduceClipStack(const SkClipStack& stack,
38 if (stack.isWideOpen()) {
44 // We initially look at whether the bounds alone is sufficient. We also use the stack bounds to
50 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
79 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart);
125 // helper that actually walks the stack.
126 reduced_stack_walker(stack, scalarBounds, result, initialState, requiresAA);
129 void reduced_stack_walker(const SkClipStack& stack,
148 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart)
    [all...]

Completed in 421 milliseconds

<<11121314151617181920>>