/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_util.py | 56 trace = util.get_stack_trace() 57 self.failUnless(trace.startswith('Traceback')) 58 self.failUnless(trace.find('ZeroDivisionError') != -1)
|
/external/chromium_org/chrome/test/logging/win/ |
file_logger.cc | 142 << "Failed to stop a previous trace session; hr=" << std::hex << hr; 163 LOG(WARNING) << "Access denied while trying to start trace session. " 166 LOG(ERROR) << "Failed to start trace session to file " << log_file.value()
|
/external/chromium_org/ipc/ |
ipc_message.cc | 27 // Process ID. With the current trace event buffer cap, the 14-bit count did 28 // not appear to wrap during a trace. Note that it is not a big deal if 29 // collisions occur, as this is only used for debugging and trace analysis.
|
/external/chromium_org/net/disk_cache/v3/ |
block_bitmaps.cc | 10 #include "net/disk_cache/trace.h" 50 Trace("CreateBlock 0x%x", address.value()); 62 Trace("DeleteBlock 0x%x", address.value());
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
buildbot_page_measurement_results.py | 19 def _PrintPerfResult(self, measurement, trace, v, units, 22 measurement, trace, v, units, result_type) 117 # We dont print per-page-values when there is a trace tag.
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.cc | 54 // Map thread trace when context is created. 56 MapThreadTrace(GetThreadTraceHeader(tid), sizeof(Trace)); 57 new(ThreadTrace(tid)) Trace(); 176 DPrintf("#0: Mapping trace at %p-%p(0x%zx)\n", addr, addr + size, size); 180 Printf("FATAL: ThreadSanitizer can not mmap thread trace\n"); 317 Trace *thr_trace = ThreadTrace(thr->tid); 319 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts(); local 320 TraceHeader *hdr = &thr_trace->headers[trace]; 327 Trace *ThreadTrace(int tid) { 328 return (Trace*)GetThreadTraceHeader(tid) [all...] |
/external/libnfc-nci/src/hal/int/ |
nfc_hal_int_api.h | 284 ** Description This function sets the trace level for HAL. If called with 285 ** a value of 0xFF, it simply returns the current trace level. 287 ** Returns The new or current trace level
|
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
Core.pm | 1 package Perf::Trace::Core; 166 Perf::Trace::Core - Perl extension for perf script 170 use Perf::Trace::Core
|
/external/nist-sip/java/gov/nist/core/ |
ThreadAuditor.java | 159 // // Get the stack trace for the non-responsive thread 162 // auditReport += " Stack trace:\n"; 169 // auditReport += " Stack trace is not available.\n";
|
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 151 // There should be no trace before SCOPED_TRACE() is invoked. 152 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; 155 SCOPED_TRACE("Expected trace"); 157 // the trace. 158 ADD_FAILURE() << "This failure is expected, and should have a trace."; 162 // should be no trace again. 163 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; 189 SCOPED_TRACE(""); // A trace without a message. 200 << "This failure is expected, and should contain trace point A."; 204 << "This failure is expected, and should contain trace point A and B." [all...] |
/external/qemu/hw/ |
android_mips.c | 236 /* Init trace device if either tracing, or memory checking is enabled. */ 245 D( "Trace file name is set to %s\n", trace_filename ); 247 D("Trace file name is not set\n");
|
/packages/services/Telephony/src/com/android/phone/ |
CallTime.java | 179 log("trace ready..."); 181 log("current trace state = " + sProfileState); 196 // the application's data directory to store the trace
|
/external/chromium_org/base/debug/ |
trace_event.h | 6 // how the events actually get collected and stored. If you need to expose trace 10 // through to a shared trace event collector. 12 // Trace events are for tracking application performance and resource usage. 18 // categories are statically defined, TRACE categories are created 23 // It is often the case that one trace may belong in multiple categories at the 24 // same time. The first argument to the trace can be a comma-separated list of 40 // A common use case is to trace entire function scopes. This 41 // issues a trace BEGIN and END automatically: 54 // The trace system will automatically add to this information the 57 // To trace an asynchronous procedure such as an IPC send/receive, us [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
Test.java | 281 private static String sanitizeStackTrace(String trace) { 282 if (trace != null) { 283 return trace.replaceAll("[^\\u0009\\u000A\\u000D\\u0020-\\uD7FF\\uE000-\\uFFFD]", ""); 290 * Gets the failure message to show from the stack trace. 294 * @param stack the full stack trace
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
task.rb | 115 :trace, :profile, :compile_options, 138 @trace = options.fetch( :trace, false ) 213 parts << '-trace' if @trace
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
stack_core.py | 24 """Print back trace.""" 27 print "Stack Trace:" 75 # Note that both trace and value line matching allow for variable amounts of 80 # Examples of matched trace lines include lines from tombstone files like: 178 # display "a -> b -> c" in the stack trace instead of just "a -> c"
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
tracing_backend.py | 22 # This class supports legacy format of trace presentation within DevTools 23 # protocol, where trace data were sent as JSON-serialized strings. DevTools 105 # Disabled categories get into a trace if and only if they are contained in 172 # Tracing.start will send asynchronous notifications containing trace 182 Returns the result of the trace, as TraceResult object.
|
/external/linux-tools-perf/util/ |
trace-event-info.c | 52 #include "trace-event.h" 63 #define TRACE "trace" 71 static const char *output_file = "trace.info"; 94 perror("trace-cmd");
|
/external/blktrace/btreplay/ |
btrecord.c | 2 * Blktrace record utility - Convert binary trace data into bunches of IOs 62 * Per IO trace information 64 * @time: Time stamp when trace was emitted 202 * match - Return true if this trace is a proper QUEUE transaction 203 * @action: Action field from trace 266 * @spec: IO trace specification 480 * next_io - Retrieve next Q trace from input stream 482 * @spec: IO specifier for trace 644 * @spec: IO trace specification 658 * stream_add_io - Add an IO trace to the current strea [all...] |
/external/chromium_org/base/test/ |
trace_event_analyzer.h | 6 // specific trace events that were generated by the trace_event.h API. 9 // - Get trace events JSON string from base::debug::TraceLog. 16 // given trace event. Queries can be combined into a tree using boolean, 17 // arithmetic and comparison operators that refer to data of an individual trace 21 // TraceEvent contains a single trace event's data, as well as a pointer to 22 // a related trace event. The related trace event is typically the matching end 26 // with the json trace string retrieved from TraceLog and construct an event 51 // Step 1: instrument code with custom begin/end trace events. 556 // TraceAnalyzer helps tests search for trace events [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
tracer.c | 10 #undef WHAT_LOG /* Define to log the WHAT params in the trace function. */ 252 * The Trace Function 263 printf("trace: %s @ %s %d\n", what_sym[what], MyText_AS_STRING(frame->f_code->co_filename), frame->f_lineno); 327 /* Check if we should trace this line. */ 351 /* If tracename is a string, then we're supposed to trace. */ 461 * Python has two ways to set the trace function: sys.settrace(fn), which 470 * So we make our self callable, equivalent to invoking our trace function. 543 /* start() returns a trace function usable with sys.settrace() */ 584 PyDoc_STR("Function indicating whether to trace a file.") }, 590 PyDoc_STR("The raw dictionary of trace data.") } [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_noinst_test.cc | 36 stack1.trace[0] = 0xa123; 37 stack1.trace[1] = 0xa456; 41 stack2.trace[0] = 0xb123; 42 stack2.trace[1] = 0xb456; 46 stack3.trace[0] = 0xc123; 47 stack3.trace[1] = 0xc456; 231 assert(stack0.trace[i] == stack1.trace[i]); 262 stack.trace[0] = 0x890; 283 stack.trace[0] = 0x890 [all...] |
/cts/tools/utils/ |
DescriptionGenerator.java | 180 private static boolean TRACE = true; 197 * Add the message to the trace stream. 199 * @param msg The message to be added to the trace stream. 202 if (TRACE) { 215 * Initialize the trace stream. 220 if (TRACE) { 233 * Close the trace stream.
|
/dalvik/vm/compiler/ |
Frontend.cpp | 415 * current trace, we need to make sure that all the associated information [all...] |
/dalvik/vm/native/ |
dalvik_system_VMDebug.cpp | 57 features.push_back("method-trace-profiling"); 58 features.push_back("method-trace-profiling-streaming"); 231 * Start method trace profiling, sending results directly to DDMS. 249 * Start method trace profiling, sending results to a file descriptor. 284 * Start method trace profiling, sending results to a file. 333 * Start sending method trace info to the emulator. 347 * Start sending method trace info to the emulator.
|