/external/skia/include/core/ |
SkClipStack.h | 42 B2FIter(const SkClipStack& stack); 64 * Restarts the iterator on a clip stack. 66 void reset(const SkClipStack& stack);
|
/ndk/sources/host-tools/ndk-stack/ |
GNUMakefile | 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack 21 PROGNAME := /tmp/ndk-$(USER)/ndk-stack 55 NDK_STACK_SOURCES := ndk-stack.c \ 56 ndk-stack-parser.c
|
/sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/heap/ |
NativeHeapDataImporterTest.java | 66 List<NativeStackCallInfo> stack = info.getResolvedStackCall(); local 67 assertEquals(4, stack.size());
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
aspacemgr-common.c | 360 Protect the stack active area and the guard areas appropriately. 362 stack. On success, also sets *initial_sp to what the stack pointer 369 VgStack* stack; local 373 /* Allocate the stack. */ 381 stack = (VgStack*)(AddrH)sr_Res(sres); 384 aspacem_assert(VG_IS_PAGE_ALIGNED(stack)); 388 (Addr) &stack[0], 393 (Addr) &stack->bytes[0], 398 (Addr) &stack->bytes[VG_STACK_GUARD_SZB + VG_STACK_ACTIVE_SZB], [all...] |
/external/protobuf/gtest/test/ |
gtest_xml_output_unittest.py | 65 Expected: 1%(stack)s]]></failure> 73 Expected: 1%(stack)s]]></failure> 76 Expected: 2%(stack)s]]></failure> 84 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]><![CDATA[</top>%(stack)s]]></failure> 91 Invalid characters in brackets []%(stack)s]]></failure> 108 </testsuites>""" % {'stack': STACK_TRACE_TEMPLATE}
|
/external/srec/srec/crec/ |
srec_stats.c | 141 void srec_stats_update_astar(AstarStack* stack) 147 stack->num_active_paths); 150 stack->num_complete_paths); 152 num_parps_in_use = stack->partial_path_array_size; 153 for (parp = stack->free_parp_list; parp; parp = parp->next)
|
/frameworks/base/core/java/android/util/ |
JsonReader.java | 205 private final List<JsonScope> stack = new ArrayList<JsonScope>(); field in class:JsonReader 536 stack.clear(); 537 stack.add(JsonScope.CLOSED); 564 return stack.get(stack.size() - 1); 568 return stack.remove(stack.size() - 1); 572 stack.add(newTop); 576 * Replace the value on the top of the stack with the given value. 579 stack.set(stack.size() - 1, newTop) [all...] |
/libcore/luni/src/main/java/java/lang/ |
Throwable.java | 35 * message in most cases), and for saving a stack trace (that is, a record of 36 * the call stack at a particular point in time) which can be printed later. 42 * information. When printing the stack trace, the trace of the cause is 69 * An intermediate representation of the stack trace. This field may 75 * A fully-expanded representation of the stack trace. 80 * Constructs a new {@code Throwable} that includes the current stack trace. 87 * Constructs a new {@code Throwable} with the current stack trace and the 99 * Constructs a new {@code Throwable} with the current stack trace, the 114 * Constructs a new {@code Throwable} with the current stack trace and the 127 * Constructs a new {@code Throwable} with the current stack trace, th 323 StackTraceElement[] stack = getInternalStackTrace(); local [all...] |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_CHAIN.S | 14 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area 16 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area 20 bxlo r12 @ return to raise stack overflow excep.
|
/external/icu4c/layout/ |
LigatureSubstProc.cpp | 65 le_int32 stack[nComponents]; local 88 stack[++mm] = componentGlyph; 101 componentStack[m] = stack[mm--];
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageReader.h | 81 unsigned char *stackp; /* Current stack pointer */ 119 unsigned char* stack; /* Base of LZW decoder stack */ member in struct:GIFFrameReader 142 suffix = stack = 0; 150 delete []stack;
|
/frameworks/base/opengl/libs/EGL/ |
egl_tls.cpp | 81 CallStack stack; local 82 stack.update(); 83 stack.dump();
|
/libcore/luni/src/test/java/tests/api/java/util/ |
StackTest.java | 21 import java.util.Stack; 25 Stack s; 28 * java.util.Stack#Stack() 31 // Test for method java.util.Stack() 32 assertEquals("Stack creation failed", 0, s.size()); 36 * java.util.Stack#empty() 39 // Test for method boolean java.util.Stack.empty() 40 assertTrue("New stack answers non-empty", s.empty()); 42 assertTrue("Stack should not be empty but answers empty", !s.empty()) 133 Stack<Object> stack = new Stack<Object>(); local [all...] |
/external/freetype/src/cff/ |
cffparse.c | 46 parser->top = parser->stack; 452 FT_Byte** data = parser->stack; 456 if ( parser->top >= parser->stack + 6 ) 518 FT_Byte** data = parser->stack; 524 if ( parser->top >= parser->stack + 4 ) 547 FT_Byte** data = parser->stack; 553 if ( parser->top >= parser->stack + 2 ) 568 FT_Byte** data = parser->stack; 574 if ( parser->top >= parser->stack + 3 ) 749 parser->top = parser->stack; [all...] |
cffparse.h | 44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1]; member in struct:CFF_ParserRec_
|
/external/opencv/cvaux/src/ |
cvsegment.cpp | 58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \ 59 stack[StIn].l=(ushort)(IL); \ 60 stack[StIn].r=(ushort)(IR); \ 61 stack[StIn].Prevl=(ushort)(IPL); \ 62 stack[StIn].Prevr=(ushort)(IPR); \ 63 stack[StIn].fl=(short)(FL); \ 67 Y=stack[StIn].y; \ 68 IL=stack[StIn].l; \ 69 IR=stack[StIn].r;\ 70 IPL=stack[StIn].Prevl; 94 Seg *stack = (Seg*)pStack; local 486 void* stack = 0; local [all...] |
/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...] |
/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...] |
/bionic/libc/arch-x86/bionic/ |
clone.S | 18 # insert arguments onto the child stack 40 # with the appropriate arguments on the child stack
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
Test.java | 152 private static String getFailureMessageFromStackTrace(String stack) { 154 // line of stack as failure message 155 int firstNewLine = stack.indexOf('\n'); 157 return stack.substring(0, firstNewLine); 159 return stack;
|
/external/clang/utils/ |
SummarizeErrors | 63 # Manual scan for stack traces 71 stack = [m.group(2)] 76 stack.append(m.group(2)) 78 aborts[tuple(stack)] = stack
|
/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,
|