/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeNodeStream.as | 384 trace("stop: "+stop); 386 trace("toString: "+CommonTree(start).token+", "); 388 trace(start); 390 trace(CommonTree(stop).token); 392 trace(stop);
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_error.js | 191 * there is no stack trace to check. 257 * Get a node for the stack trace for this error. Each stack frame will 261 * @return {HTMLDetailsElement} The stack trace node for this error, with 266 var node = cloneTemplate('extension-error-stack-trace'); 267 var listNode = node.querySelector('.extension-error-stack-trace-list');
|
/external/chromium_org/third_party/android_testrunner/ |
adb_interface.py | 304 ls_response = self.SendShellCommand("ls /data/trace") 306 self.SendShellCommand("create /data/trace", "mkdir /data/trace") 307 self.SendShellCommand("make /data/trace world writeable", 308 "chmod 777 /data/trace")
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stacktrace_x86-inl.h | 33 // Produce stack trace 282 // GetStack{Trace,Frames}() 283 // GetStack{Trace,Frames}WithContext() 286 // void** result: the stack-trace, as an array 291 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
stacktrace_x86-inl.h | 33 // Produce stack trace 279 // GetStack{Trace,Frames}() 280 // GetStack{Trace,Frames}WithContext() 283 // void** result: the stack-trace, as an array 288 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)
|
/external/eigen/Eigen/src/Core/ |
Redux.h | 353 * \sa trace(), prod(), mean() 366 * \sa trace(), prod(), sum() 380 * \sa sum(), mean(), trace() 391 /** \returns the trace of \c *this, i.e. the sum of the coefficients on the main diagonal. 399 MatrixBase<Derived>::trace() const function in class:Eigen::MatrixBase
|
/external/jdiff/src/jdiff/ |
MergeChanges.java | 113 if (trace && ctorDiff.modifiersChange_ != null) 173 if (trace) { 250 if (trace) { 330 if (trace) { 340 private static boolean trace = false; field in class:MergeChanges
|
/external/valgrind/main/coregrind/ |
m_execontext.c | 185 // Must be at least one address in each trace. 293 /* Do the first part of getting a stack trace: actually unwind the 294 stack, and hand the results off to the duplicate-trace-finder 323 /* Do the second part of getting a stack trace: ips[0 .. n_ips-1] 324 holds a proposed trace. Find or allocate a suitable ExeContext.
|
pub_core_options.h | 95 that should not be traced into even when --trace-children=yes */ 269 /* Should we trace into this child executable (across execve etc) ? 270 This involves considering --trace-children=, 271 --trace-children-skip=, --trace-children-skip-by-arg=, and the name
|
/frameworks/base/core/java/com/android/internal/os/ |
RuntimeInit.java | 139 * If we're running in an emulator launched with "-trace", put the 140 * VM into emulator trace profiling mode so that the user can hit 144 String trace = SystemProperties.get("ro.kernel.android.tracing"); local 145 if (trace.equals("1")) { 146 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
|
/frameworks/native/opengl/libs/EGL/ |
trace.cpp | 28 #include <utils/Trace.h> 322 // Log trace 343 #include "../trace.in" 404 #include "../trace.in" 457 #include "../trace.in"
|
/dalvik/vm/compiler/codegen/arm/ |
Assemble.cpp | [all...] |
/dalvik/vm/compiler/codegen/mips/ |
Assemble.cpp | 434 * sequence or request that the trace be shortened and retried. 580 * chain cell offset codeAddress - 4, and the address of the trace profile 584 * | Trace Profile Counter addr | -> 4 bytes (PROF_COUNTER_ADDR_SIZE) 588 * | | Trace profile code | <- entry point when profiling 603 * | Trace description | -> variable sized 626 * Utility functions to navigate various parts in a trace. If we change the 688 /* Get the starting pointer of the trace description section */ 695 /* Get the size of a trace description */ 699 /* Trace end is always of non-meta type (ie isCode == true) */ 701 if (desc->trace[runCount].isCode & [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
curses.h | [all...] |
ncurses.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
curses.h | [all...] |
ncurses.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
curses.h | [all...] |
ncurses.h | [all...] |
/external/chromium_org/net/disk_cache/v3/ |
backend_impl_v3.cc | 211 Trace("Doom entry 0x%p", entry); 515 Trace("Open hash 0x%x", hash); 542 Trace("Open hash 0x%x end: 0x%x", hash, 558 Trace("Create hash 0x%x", hash); 645 Trace("create entry hit "); 939 Trace("Backend Cleanup"); 1029 Trace("Dirty entry 0x%p 0x%x", reinterpret_cast<void*>(cache_entry.get()), [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 21 import android.os.Trace; 789 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); 793 Trace.traceEnd(Trace.TRACE_TAG_RESOURCES); 803 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); 807 Trace.traceEnd(Trace.TRACE_TAG_RESOURCES); [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
CtsTest.java | 215 public void testFailed(TestFailure status, TestIdentifier test, String trace) { 216 super.testFailed(status, test, trace); 239 public void testFailed(TestFailure status, TestIdentifier test, String trace) { 240 super.testFailed(status, test, trace); 241 // sleep a small amount of time to ensure test failure stack trace makes it into logcat 264 public void testFailed(TestFailure status, TestIdentifier test, String trace) { 265 super.testFailed(status, test, trace);
|
/dalvik/vm/ |
Globals.h | 668 * State for method-trace profiling. 746 /* Trace profiling modes. Ordering matters - off states before on states */ 795 /* Trace profiling counters */ 813 /* Trigger for trace selection */ 909 /* Trace profiling mode */ 912 /* Periodic trace profiling countdown timer */ 918 /* Table to track the overall and trace statistics of hot methods */ [all...] |
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
ANTLR3.java | 20 * 2007-10-17: Options "trace", "traceLexer", "traceParser" and "glib" emit 85 private boolean trace; field in class:ANTLR3 86 /** optional flag to add trace methods to the parser only */ 88 /** optional flag to add trace methods to the lexer only */ 292 trace = enable; 497 if (trace) { 498 log("Option 'trace' is not supported by ANTLR v3. Option ignored!", Project.MSG_WARN);
|
/external/chromium_org/base/debug/ |
stack_trace_posix.cc | 125 void ProcessBacktrace(void *const *trace, 133 OutputPointer(trace[i], handler); 140 void* address = static_cast<char*>(trace[i]) - 1; 154 scoped_ptr_malloc<char*> trace_symbols(backtrace_symbols(trace, size)); 169 OutputPointer(trace[i], handler); 408 // Warm up stack trace infrastructure. It turns out that on the first 412 // Example stack trace snippet (with tcmalloc):
|