/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_mutex.cc | 69 StackTrace trace; local 70 trace.ObtainCurrent(thr, pc); 71 rep.AddStack(&trace); 73 RestoreStack(last.tid(), last.epoch(), &trace, 0); 74 rep.AddStack(&trace); 227 // First, it's a bug to increment the epoch w/o writing to the trace.
|
/frameworks/base/core/java/android/app/ |
ApplicationErrorReport.java | 316 * Stack trace. 352 StackTraceElement trace = rootTr.getStackTrace()[0]; local 353 throwFileName = trace.getFileName(); 354 throwClassName = trace.getClassName(); 355 throwMethodName = trace.getMethodName(); 356 throwLineNumber = trace.getLineNumber();
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestPackageResult.java | 269 * @param trace 271 public void reportTestFailure(TestIdentifier test, CtsTestStatus status, String trace) { 274 result.setStackTrace(trace);
|
/dalvik/vm/mterp/mips/ |
footer.S | 106 * to be compiled happens to be at a trace start. 199 movn a2, t0, a0 # ask for trace selection 216 * trace start). 316 * Common code to update potential trace start counter, and initiate 317 * a trace-build if appropriate. 348 li t0, kJitTSelectRequest # ask for trace selection 355 li a2, kJitTSelectRequest # ask for trace selection 388 * Call out to validate trace-building request. If successful, 389 * rIBASE will be swapped to to send us into single-stepping trace [all...] |
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
usage.apt.vm | 51 <trace>false</trace> 111 *** trace
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_api.c | 68 ** Description This function sets the trace level for SMP. If called with 69 ** a value of 0xFF, it simply returns the current trace level. 81 ** Returns The new or current trace level
|
/external/chromium_org/third_party/mesa/src/docs/ |
viewperf.html | 25 OpenGL extensions that were supported by the OpenGL driver when the trace 116 A trace captured with 117 <a href="https://github.com/apitrace/apitrace" target="_main">API trace</a>
|
/external/chromium_org/v8/test/mjsunit/ |
array-concat.js | 226 var trace = []; variable 228 function mkGetter(i) { return function() { trace.push(i); }; } 237 assertEquals(expectedTrace, trace);
|
/external/junit/src/junit/runner/ |
BaseTestRunner.java | 269 * Returns a filtered stack trace 276 String trace= buffer.toString(); local 277 return BaseTestRunner.getFilteredTrace(trace);
|
/external/libnfc-nci/src/nfa/include/ |
nfa_cho_api.h | 344 ** Description This function sets the trace level for CHO. If called with 345 ** a value of 0xFF, it simply returns the current trace level. 347 ** Returns The new or current trace level
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 96 /* #define DEBUG : this enables the Trace() macros */ 377 Trace((stderr, "calling readpng_get_image()\n")) 380 Trace((stderr, "done with readpng_get_image()\n")) 397 Trace((stderr, "calling rpng_x_display_image()\n")) 402 Trace((stderr, "done with rpng_x_display_image()\n")) 472 Trace((stderr, "default depth is %d: checking other visuals\n", 486 Trace((stderr, "XGetVisualInfo() returned %d 24-bit visuals\n", 697 Trace((stderr, "beginning display loop (image_channels == %d)\n", 699 Trace((stderr, " (width = %ld, rowbytes = %ld, ximage_rowbytes = %d)\n", 701 Trace((stderr, " (bpp = %d)\n", ximage->bits_per_pixel) [all...] |
/external/mesa3d/docs/ |
viewperf.html | 25 OpenGL extensions that were supported by the OpenGL driver when the trace 116 A trace captured with 117 <a href="https://github.com/apitrace/apitrace" target="_main">API trace</a>
|
/external/v8/test/mjsunit/ |
array-concat.js | 226 var trace = []; variable 228 function mkGetter(i) { return function() { trace.push(i); }; } 237 assertEquals(expectedTrace, trace);
|
/external/valgrind/main/helgrind/ |
hg_basics.h | 81 1: "approx": collect one stack trace per (notional) segment, that 82 is, collect a stack trace for a thread every time its vector 86 2: "full": collect a stack trace every time the constraints for a
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.doc | 67 Print a stack trace, with the most recent frame at the bottom. 72 Move the current frame one level down in the stack trace 76 Move the current frame one level up in the stack trace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.doc | 67 Print a stack trace, with the most recent frame at the bottom. 72 Move the current frame one level down in the stack trace 76 Move the current frame one level up in the stack trace
|
/system/core/sh/ |
error.c | 161 TRACE(("exverror(%d, \"", cond)); 163 TRACE(("\") pid=%d\n", getpid())); 165 TRACE(("exverror(%d, NULL) pid=%d\n", cond, getpid()));
|
/art/runtime/ |
locks.cc | 68 trace_lock_ = new Mutex("trace lock", kTraceLock);
|
/cts/suite/cts/deviceTests/opengl/jni/reference/ |
ReferenceRenderer.cpp | 22 #include <Trace.h>
|
/dalvik/vm/alloc/ |
Heap.h | 25 /* If true, the trace is run concurrently with the mutator. */
|
/dalvik/vm/mterp/armv5te/ |
OP_SPUT_OBJECT.S | 53 * If the JIT is actively building a trace we need to make sure
|
OP_SPUT_WIDE.S | 52 * If the JIT is actively building a trace we need to make sure
|
/dalvik/vm/mterp/x86/ |
OP_INVOKE_STATIC.S | 44 andl $$kSubModeJitTraceBuild, %ecx # is trace under construction?
|
/development/scripts/ |
stack | 35 print " FILE should contain a stack trace in it somewhere"
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
Readme.txt | 32 Dropped trace, tracelexer and traceparser options as they are not supported by antlr any more.
|