/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t051treeRewriteASTyWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
t051treeRewriteASTzWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
/external/chromium_org/gin/ |
try_catch.cc | 33 v8::Handle<v8::StackTrace> trace = message->GetStackTrace(); local 34 if (trace.IsEmpty()) 37 int len = trace->GetFrameCount(); 39 v8::Handle<v8::StackFrame> frame = trace->GetFrame(i);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
Makefile | 4 LIBNAME = trace
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-i915/ |
SConscript | 15 trace,
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r300/ |
SConscript | 12 trace,
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r600/ |
SConscript | 14 trace,
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-radeonsi/ |
SConscript | 11 trace,
|
/external/dropbear/ |
cli-authpubkey.c | 44 TRACE(("enter cli_pubkeyfail")) 58 TRACE(("leave cli_pubkeyfail")) 70 TRACE(("enter recv_msg_userauth_pk_ok")) 74 TRACE(("recv_msg_userauth_pk_ok: type %d", keytype)) 87 TRACE(("types differed")) 101 TRACE(("lengths differed: localh %d remote %d", keybuf->len, remotelen)) 108 TRACE(("data differed")) 118 TRACE(("matching key")) 123 TRACE(("That was whacky. We got told that a key was valid, but it didn't match our list. Sounds like dodgy code on Dropbear's part")) 126 TRACE(("leave recv_msg_userauth_pk_ok") [all...] |
/external/linux-tools-perf/Documentation/ |
perf-lock.txt | 11 'perf lock' {record|report|trace} 23 'perf lock trace' shows raw lock events. 39 --dump-raw-trace:: 40 Dump raw trace in ASCII.
|
/external/linux-tools-perf/ |
common-cmds.h | 17 {"kmem", "Tool to trace/measure kernel memory(slab) properties"}, 18 {"kvm", "Tool to trace/measure kvm guest os"}, 24 {"sched", "Tool to trace/measure scheduler properties (latencies)"}, 25 {"script", "Read perf.data (created by perf record) and display trace output"},
|
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
Context.pm | 1 package Perf::Trace::Context; 23 XSLoader::load('Perf::Trace::Context', $VERSION); 29 Perf::Trace::Context - Perl extension for accessing functions in perf. 33 use Perf::Trace::Context;
|
/external/mesa3d/src/gallium/drivers/trace/ |
Makefile | 4 LIBNAME = trace
|
/external/mesa3d/src/gallium/targets/dri-i915/ |
SConscript | 15 trace,
|
/external/mesa3d/src/gallium/targets/dri-r300/ |
SConscript | 12 trace,
|
/external/mesa3d/src/gallium/targets/dri-r600/ |
SConscript | 14 trace,
|
/external/mesa3d/src/gallium/targets/dri-radeonsi/ |
SConscript | 11 trace,
|
/external/valgrind/main/drd/tests/ |
fp_race_xml.vgtest | 2 vgopts: --read-var-info=yes --xml=yes --xml-fd=2 --trace-fork-join=yes
|
/external/valgrind/main/gdbserver_tests/ |
nlfork_chain.vgtest | 4 vgopts: --tool=none --vgdb=yes --trace-children=yes --vgdb-prefix=./vgdb-prefix-nlfork_chain
|
/external/valgrind/main/memcheck/tests/ |
pointer-trace.stderr.exp | 3 by 0x........: main (pointer-trace.c:86)
|
/external/openssh/regress/ |
agent-pkcs11.sh | 23 trace "start agent" 29 trace "generating key/cert" 39 trace "add pkcs11 key to agent" 46 trace "pkcs11 list via agent" 53 trace "pkcs11 connect via agent" 60 trace "remove pkcs11 keys" 67 trace "kill agent"
|
/art/runtime/native/ |
dalvik_system_VMStack.cc | 35 // Suspend thread to build stack trace. 39 jobject trace; local 42 trace = thread->CreateInternalStackTrace(soa); 46 return trace; 58 jobject trace = GetThreadStack(env, javaThread); local 59 if (trace == NULL) { 63 Thread::InternalStackTraceToStackTraceElementArray(env, trace, javaSteArray, &depth); 113 jobject trace = GetThreadStack(env, javaThread); local 114 if (trace == NULL) { 117 return Thread::InternalStackTraceToStackTraceElementArray(env, trace); [all...] |
/external/chromium_org/base/debug/ |
trace_event_win.h | 26 // Start logging trace events. 30 // Trace begin/end/instant events, this is the bottleneck implementation 37 static void Trace(const char* name, 45 static void Trace(const char* name, 49 return Trace(name, -1, type, id, extra.c_str(), extra.length()); 54 static void Trace(const char* name, 58 return Trace(name, -1, type, id, extra, -1); 70 // Emit a trace of type |type| containing |name|, |id|, and |extra|. 94 // The ETW trace provider GUID. 117 // Optionally the stack trace, consisting of a DWORD "depth", followe [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftdebug.h | 47 /* Define the trace enums as well as the trace levels array when they */ 65 /* defining the array of trace levels, provided by `src/base/ftdebug.c' */ 80 /* value before using any TRACE macro. */ 106 /* Return the number of available trace components. */ 109 /* The number of trace components. 0 if FreeType 2 is not built with */ 126 /* Return the name of a trace component. */ 129 /* The index of the trace component. */ 132 /* The name of the trace component. This is a statically allocated */ 137 /* Use @FT_Trace_Get_Count to get the number of available trace */ [all...] |
/external/freetype/include/freetype/internal/ |
ftdebug.h | 47 /* Define the trace enums as well as the trace levels array when they */ 65 /* defining the array of trace levels, provided by `src/base/ftdebug.c' */ 80 /* value before using any TRACE macro. */ 106 /* Return the number of available trace components. */ 109 /* The number of trace components. 0 if FreeType 2 is not built with */ 126 /* Return the name of a trace component. */ 129 /* The index of the trace component. */ 132 /* The name of the trace component. This is a statically allocated */ 137 /* Use @FT_Trace_Get_Count to get the number of available trace */ [all...] |