/ndk/sources/third_party/googletest/googletest/test/ |
gtest_xml_test_utils.py | 187 # Removes the actual stack trace. 188 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
|
/packages/apps/Settings/src/com/android/settings/ |
MasterClear.java | 47 * you want to do this?" prompt, followed by a keyguard pattern trace if the user 104 // If the user entered a valid keyguard trace, present the final
|
/system/core/sh/ |
eval.c | 223 TRACE(("evaltree(NULL) called\n")); 230 TRACE(("pid %d, evaltree(%p: %d, %d) called\n", 497 TRACE(("evalpipe(0x%lx) called\n", (long)n)); 537 TRACE(("evalpipe: job done exit status %d\n", exitstatus)); 602 TRACE(("evalbackcmd done: fd=%d buf=0x%x nleft=%d jp=0x%x\n", 708 TRACE(("evalcommand(0x%lx, %d) called\n", (long)cmd, flags)); 752 TRACE(("evalcommand arg: %s\n", sp->text)); 856 TRACE(("Vfork failed, errno=%d\n", errno));
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
RopTranslator.java | 302 * Picks an order for the blocks by doing "trace" analysis. 325 * until the trace runs out of possibilities. Then, continue 334 * Attempt to trace backward from the chosen block to an 338 * trace with that block. Note that the first block in the 373 // Failed to find a better block to start the trace. 378 * Trace a path from the chosen block to one of its
|
/dalvik/dx/src/com/android/dx/dex/code/ |
RopTranslator.java | 308 * Picks an order for the blocks by doing "trace" analysis. 331 * until the trace runs out of possibilities. Then, continue 340 * Attempt to trace backward from the chosen block to an 344 * trace with that block. Note that the first block in the 379 // Failed to find a better block to start the trace. 384 * Trace a path from the chosen block to one of its
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
main.rb | 381 @trace = options.fetch( :trace, nil ) 413 opt.on( '--trace', '-t', "print rule trace instead of opening a debug socket" ) do 414 @trace = true 449 if @trace
|
/external/bluetooth/bluedroid/stack/include/ |
bt_types.h | 517 /* Define trace levels */ 518 #define BT_TRACE_LEVEL_NONE 0 /* No trace messages to be generated */ 519 #define BT_TRACE_LEVEL_ERROR 1 /* Error condition trace messages */ 520 #define BT_TRACE_LEVEL_WARNING 2 /* Warning condition trace messages */ 529 /* Define New Trace Type Definition */ 657 /* Define protocol trace flag values */
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
control.py | 50 If `timid` is true, then a slower and simpler trace function will be 52 tracing functions breaks the faster trace function. 206 """Decide whether to trace execution in `filename` 208 This function is called from the trace function. As each new file name 221 # "<exec_function>". Don't ever trace these executions, since we 262 # If we aren't supposed to trace installed code, then check if this
|
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
malloc_extension.h | 359 // uintptr_t count; // Number of objects with following trace 360 // uintptr_t size; // Total size of objects with following trace 361 // uintptr_t depth; // Number of PC values in stack trace 362 // void* stack[depth]; // PC values that form the stack trace 397 // - stack trace if this range was sampled 398 // - heap growth stack trace if applicable to this range
|
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
malloc_extension.h | 375 // uintptr_t count; // Number of objects with following trace 376 // uintptr_t size; // Total size of objects with following trace 377 // uintptr_t depth; // Number of PC values in stack trace 378 // void* stack[depth]; // PC values that form the stack trace 413 // - stack trace if this range was sampled 414 // - heap growth stack trace if applicable to this range
|
/external/compiler-rt/lib/lsan/ |
lsan_common.cc | 276 const uptr *trace = StackDepotGet(stack_trace_id, &size); local 277 StackTrace::PrintStack(trace, size, common_flags()->symbolize, 292 const uptr *trace = StackDepotGet(m.stack_trace_id(), &size); local 294 leak_report->Add(StackDepotPut(trace, size), m.requested_size(), m.tag()); 407 const uptr *trace = StackDepotGet(stack_trace_id, &size); local 410 GetSuppressionForAddr(StackTrace::GetPreviousInstructionPc(trace[i]));
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
RopTranslator.java | 309 * Picks an order for the blocks by doing "trace" analysis. 332 * until the trace runs out of possibilities. Then, continue 341 * Attempt to trace backward from the chosen block to an 345 * trace with that block. Note that the first block in the 380 // Failed to find a better block to start the trace. 385 * Trace a path from the chosen block to one of its
|
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 582 * Set trace function. Only available in SQLite 2.7.6 and above, 585 * @param tr the trace function 588 public void trace(Trace tr) { method in class:Database 594 private native void _trace(Trace tr); 623 * @param pr the trace function
|
/external/libnfc-nci/src/include/ |
bt_types.h | 521 /* Define trace levels */ 522 #define BT_TRACE_LEVEL_NONE 0 /* No trace messages to be generated */ 523 #define BT_TRACE_LEVEL_ERROR 1 /* Error condition trace messages */ 524 #define BT_TRACE_LEVEL_WARNING 2 /* Warning condition trace messages */ 532 /* Define New Trace Type Definition */ 660 /* Define protocol trace flag values */
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 41 unexpected-EOF and file-read-error cases; fixed Trace() cut-and- 141 /* #define DEBUG */ /* this enables the Trace() macros */ 540 Trace((stderr, "about to call XOpenDisplay()\n")) 598 Trace((stderr, "about to call readpng2_decode_data()\n")) 601 Trace((stderr, "done with readpng2_decode_data()\n")) 605 Trace((stderr, "done decoding PNG image\n")) 630 Trace((stderr, "about to call readpng2_cleanup()\n")) 642 Trace((stderr, "entering -loop loop (FEATURE_LOOP)\n")) 739 Trace((stderr, "entering final wait-for-quit-event loop\n")) 756 Trace((stderr, "about to call rpng2_x_cleanup()\n") [all...] |
/external/proguard/docs/manual/ |
gui.html | 440 the obfuscated stack trace, and an output console to view the de-obfuscated 441 stack trace: 452 <li>The <b>Obfuscated stack trace</b> text area allows to enter the stack 453 trace, typically by copying and pasting it from elsewhere. Alternatively, 461 <tr><td class="button">Load stack trace...</td> 462 <td>opens a file chooser to load an obfuscated stack trace.</td></tr>
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
gui.html | 445 the obfuscated stack trace, and an output console to view the de-obfuscated 446 stack trace: 457 <li>The <b>Obfuscated stack trace</b> text area allows to enter the stack 458 trace, typically by copying and pasting it from elsewhere. Alternatively, 466 <tr><td class="button">Load stack trace...</td> 467 <td>opens a file chooser to load an obfuscated stack trace.</td></tr>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |
/external/chromium/net/disk_cache/ |
backend_impl.cc | 517 Trace("Backend Cleanup"); 672 Trace("Open hash 0x%x", hash); 703 Trace("Create hash 0x%x", hash); 790 Trace("create entry hit "); 920 Trace("Doom entry 0x%p", entry); 948 Trace("Remove entry 0x%p", entry); [all...] |
/external/chromium_org/v8/src/ |
isolate.cc | 397 Handle<String> trace = StackTraceString(); local 399 int length = Min(kMaxStackTraceSize - 1, trace->length()); 400 String::WriteToFlat(*trace, buffer, 0, length); 412 // a stack trace. The caller is the error constructor that asked 413 // for the stack trace to be collected. The first time a construct 434 // internal call sites in the stack trace for debugging purposes. 488 // The stack trace API should not expose receivers and function 515 // Capture stack trace for a detailed exception message. 693 "\n==== JS stack trace is not available =======================\n\n"); 706 "\n==== JS stack trace =========================================\n\n") [all...] |
/external/strace/ |
ChangeLog | 83 * strace.c [!USE_PROCFS] (trace): Differentiate output format depending 88 * strace.c [!USE_PROCFS] (trace): Assume that PTRACE_GETSIGINFO is 437 * strace.1: Use bold instead of italics for "-e trace=" keywords. 453 the same set of options that is going to be used later in trace(). 543 [LINUX] (trace): If ptrace_setoptions is in effect, then 568 Do not trace children cloned with CLONE_UNTRACED flag 600 e.g. 'strace -e trace=open ls', syscall information would not be 643 [USE_PROCFS] (trace): Use that instead of pid2tcb(0). 710 When we trace clone() syscall with only exit signal as clone 746 If we use -D and -p option together to trace a multi-thread program, i [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ObjC.stg | 104 trace, 176 trace, 231 trace, 464 trace, 495 trace, 526 trace, 776 <if(trace)> 844 <if(trace)>[self traceIn:\@"<ruleName>" Index:<ruleDescriptor.index>];<endif> 845 <if(trace)>NSLog(@"enter <ruleName> %@ failed=%@ backtracking=%d", [input LT:1], (state.failed==YES)?@"YES":@"NO", state.backtracking);<endif> 869 <if(trace)>[self traceOut:@"<ruleName>" Index:<ruleDescriptor.index>];<endif [all...] |
/external/chromium_org/base/debug/ |
trace_event_impl.cc | 56 // trace. 59 // Controls the number of trace events we will buffer in-memory [all...] |
/external/qemu/ |
trace.c | 25 #include "android-trace.h" 43 uint64_t recnum; // counts number of trace records 361 // Create the instruction time trace file 381 // Create the static basic block trace file 397 // trace file. 400 // Write out the version number so that tools can detect if the trace 462 // Create the exception trace file 480 // Create the pid trace file 496 // Create the method trace file 514 // Create the trace file [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 53 -T/--coverage -- turn on code coverage tracing using the trace module 231 findleaks=False, use_resources=None, trace=False, coverdir='coverage', 252 single, randomize, findleaks, use_resources, trace, coverdir, 263 'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir', 306 trace = True 366 if use_mp and trace: 445 if trace: 446 import trace namespace 447 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix] [all...] |