/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
GLTrace.java | 34 /** GLTrace is the in memory model of a OpenGL trace file. */ 38 /** Information regarding the trace file. */ 41 /** List of frames in the trace. */ 44 /** List of GL Calls comprising the trace. */
|
/system/core/libutils/ |
Trace.cpp | 18 #include <utils/Trace.h>
|
/system/core/sh/ |
shell.h | 48 * When debugging is on, debugging info will be written to ./trace and 78 #define TRACE(param) trace param 81 #define TRACE(param)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerTraceWriter.java | 29 * CHARACTERTOSTREAM events to the trace listener. 31 * in addition it collects characters to be issued to a trace listener. 33 * In this way the trace 36 * There may still be differences in what the trace events say is going to the 38 * to the fact that this class is UTF-8 encoding before emiting the trace event 50 * only the trace events are fired for output. 63 * Internal buffer to collect the characters to go to the trace listener. 69 * How many bytes have been collected and still need to go to trace 89 * only signal trace events of what would have been written to that writer. 90 * If the writer passed in is not null then the trace events will mirro [all...] |
/external/dropbear/ |
cli-runopts.c | 125 TRACE(("nextisremote true")) 133 TRACE(("nextislocal true")) 235 TRACE(("non-flag arg: '%s'", argv[i])) 369 TRACE(("enter addforward")) 379 TRACE(("connectaddr == NULL")) 387 TRACE(("connectport == NULL")) 399 TRACE(("bad listenport strtol")) 405 TRACE(("bad connectport strtol")) 412 TRACE(("listenport > 65535")) 417 TRACE(("connectport > 65535") [all...] |
svr-authpam.c | 65 TRACE(("enter pamConvFunc")) 75 TRACE(("msg_style is %d", (*msg)->msg_style)) 77 TRACE(("message is '%s'", compare_message)) 79 TRACE(("null message")) 145 TRACE(("userDatap->user='%s'", userDatap->user)) 150 TRACE(("Unknown message type")) 156 TRACE(("leave pamConvFunc, rc %d", rc)) 253 TRACE(("pam_end"))
|
/dalvik/vm/compiler/ |
Compiler.h | 82 /* Description of a compiled trace. */ 90 int cacheVersion; // Used to identify stale trace requests 132 * Trace description as will appear in the translation cache. Note 139 JitTraceRun trace[0]; // Variable-length trace descriptors member in struct:__anon865 143 kIsCallee = 0, /* Code is part of a callee (invoked by a hot trace) */ 144 kIsHot, /* Code is part of a hot trace */ 206 bool dvmCompileTrace(JitTraceDescription *trace, int numMaxInsts,
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_STATIC.S | 34 * Check to see if we're actively building a trace. If so, 40 ands r2, #kSubModeJitTraceBuild @ trace under construction?
|
/dalvik/vm/mterp/mips/ |
OP_INVOKE_STATIC.S | 33 * Check to see if we're actively building a trace. If so, 39 and a2, kSubModeJitTraceBuild # trace under construction?
|
/device/generic/goldfish/camera/ |
EmulatedCameraCommon.h | 34 /* Constructor that prints an "entry" trace message. */ 40 /* Destructor that prints a "leave" trace message. */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/ |
ExceptionExtensions.cs | 43 string trace = e.StackTrace ?? string.Empty; 44 foreach ( string line in trace.Split( '\n', '\r' ) )
|
/external/apache-http/src/org/apache/commons/logging/ |
Log.java | 28 * <li>trace (the least serious)</li> 117 * <p> Is trace logging currently enabled? </p> 121 * when the log level is more than trace. </p> 123 * @return true if trace is enabled in the underlying logger. 144 * <p> Log a message with trace log level. </p> 148 public void trace(Object message); method in interface:Log 152 * <p> Log an error with trace log level. </p> 157 public void trace(Object message, Throwable t); method in interface:Log
|
/external/chromium/testing/gtest/test/ |
gtest_output_test_golden_lin.txt | 73 This failure is expected, and shouldn't have a trace. 76 This failure is expected, and should have a trace. 77 Google Test trace: 78 gtest_output_test_.cc:#: Expected trace 81 This failure is expected, and shouldn't have a trace. 89 Google Test trace: 95 Google Test trace: 104 Google Test trace: 110 Google Test trace: 119 Google Test trace [all...] |
/external/chromium_org/base/debug/ |
stack_trace_unittest.cc | 39 StackTrace trace; local 41 // Dump the trace into a string. 43 trace.OutputToStream(&os); 47 EXPECT_EQ(backtrace_message, trace.ToString()); 57 trace.Addresses(&frames_found); 77 // which should be the first symbol in the trace. 123 StackTrace trace; local 125 trace.OutputToStream(&os);
|
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
sync_timing_helper.cc | 42 const std::string& trace, 44 printf("*RESULT %s: %s= %s ms\n", measurement.c_str(), trace.c_str(),
|
/external/chromium_org/chrome/test/base/ |
tracing.h | 46 // End trace and collect the trace output as a json string.
|
/external/chromium_org/content/browser/ |
browser_shutdown_profile_dumper.h | 25 // "--trace-shutdown-file=<name>" parameter - or - to "chrometrace.log" in the 42 // Returns the file name where we should save the trace dump to.
|
/external/chromium_org/testing/gtest/test/ |
gtest_output_test_golden_lin.txt | 86 This failure is expected, and shouldn't have a trace. 89 This failure is expected, and should have a trace. 90 Google Test trace: 91 gtest_output_test_.cc:#: Expected trace 94 This failure is expected, and shouldn't have a trace. 102 Google Test trace: 108 Google Test trace: 117 Google Test trace: 123 Google Test trace: 132 Google Test trace [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
event.py | 11 on trace events and the corresponding attributes in TimelineEvent will be 33 May be None if the trace event didn't have thread time data.
|
/external/chromium_org/tools/win/ChromeDebug/LowLevel/ |
LowLevel.csproj | 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 28 <DefineConstants>TRACE</DefineConstants>
|
/external/clang/include/clang/Sema/ |
PrettyDeclStackTrace.h | 1 //===- PrettyDeclStackTrace.h - Stack trace for decl processing -*- C++ -*-===// 30 /// declaration in the stack trace.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stackdepot.h | 22 // Maps stack trace to an unique id. 24 // Retrieves a stored stack trace by the id.
|
/external/emma/core/res/com/vladium/emma/ |
run_usage.res | 79 '[<debug trace level>]', 85 '<debug trace class mask>',
|
/external/gtest/test/ |
gtest_output_test_golden_lin.txt | 73 This failure is expected, and shouldn't have a trace. 76 This failure is expected, and should have a trace. 77 Google Test trace: 78 gtest_output_test_.cc:#: Expected trace 81 This failure is expected, and shouldn't have a trace. 89 Google Test trace: 95 Google Test trace: 104 Google Test trace: 110 Google Test trace: 119 Google Test trace [all...] |
/external/linux-tools-perf/scripts/python/ |
syscall-counts.py | 12 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
|