HomeSort by relevance Sort by last modified time
    Searched refs:traces (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
rule-tracing.rb 16 @traces = []
20 attr_accessor :stack, :traces
23 @traces << ">#{rule_name}"
27 @traces << "<#{rule_name}"
33 @traces = []
37 attr_accessor :stack, :traces
40 @traces << ">#{rule_name}"
44 @traces << "<#{rule_name}"
62 lexer.traces.should == [
68 parser.traces.should == [
    [all...]
  /dalvik/tools/dmtracedump/
dmtracedump.pl 4 @traces = grep { /.*\.dmtrace\.data/ } readdir(DIR);
6 foreach (@traces)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t044trace.py 16 self.traces = []
20 self.traces.append('>'+ruleName)
24 self.traces.append('<'+ruleName)
39 self.traces = []
43 self.traces.append('>'+ruleName)
47 self.traces.append('<'+ruleName)
68 lexer.traces,
76 parser.traces,
t047treeparser.py 13 self.traces = []
17 self.traces.append('>'+ruleName)
21 self.traces.append('<'+ruleName)
73 walker.traces,
t052import.py 31 self.traces.append('>'+ruleName)
35 self.traces.append('<'+ruleName)
58 self.traces.append('>'+ruleName)
62 self.traces.append('<'+ruleName)
    [all...]
t053hetero.py 22 self.traces.append('>'+ruleName)
26 self.traces.append('<'+ruleName)
49 self.traces.append('>'+ruleName)
53 self.traces.append('<'+ruleName)
t049treeparser.py 21 self.traces.append('>'+ruleName)
25 self.traces.append('<'+ruleName)
t057autoAST.py 23 self.traces.append('>'+ruleName)
27 self.traces.append('<'+ruleName)
50 self.traces.append('>'+ruleName)
54 self.traces.append('<'+ruleName)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/
encodings.py 20 # `traces` is a list of trace events. Frames are tricky: the same
27 # traces = [
31 self.traces = []
35 self.traces.append((args, frame.f_lineno))
  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 41 def Symbolize(binary, traces):
43 for trace in traces:
61 for trace in traces:
77 traces = LoadDump(argv[2])
78 Symbolize(argv[1], traces)
80 if not traces:
83 for trace in sorted(traces, key=lambda x: -x["size"]):
  /art/test/063-process-manager/src/
Main.java 26 Map<Thread, StackTraceElement[]> traces = Thread.getAllStackTraces(); local
30 traces.entrySet()) {
  /dalvik/tests/063-process-manager/src/
Main.java 26 Map<Thread, StackTraceElement[]> traces = Thread.getAllStackTraces(); local
30 traces.entrySet()) {
  /libcore/luni/src/test/java/libcore/java/lang/
ThreadTest.java 90 StackTraceElement[] traces = t1.getStackTrace(); local
91 StackTraceElement trace = traces[traces.length - 2];
109 // Expect to see the traces of all threads (not just t2)
110 assertTrue("Must have traces for all threads", visibleTraces.get() > 1);
  /external/libnfc-nxp/
Android.mk 118 # Uncomment for DAL traces
121 # Uncomment for LLC traces
124 # Uncomment for LLCP traces
127 # Uncomment for HCI traces
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 455 static bool HandleRacyStacks(ThreadState *thr, const StackTrace (&traces)[2],
461 hash.hash[0] = md5_hash(traces[0].Begin(), traces[0].Size() * sizeof(uptr));
462 hash.hash[1] = md5_hash(traces[1].Begin(), traces[1].Size() * sizeof(uptr));
495 static void AddRacyStacks(ThreadState *thr, const StackTrace (&traces)[2],
500 hash.hash[0] = md5_hash(traces[0].Begin(), traces[0].Size() * sizeof(uptr));
501 hash.hash[1] = md5_hash(traces[1].Begin(), traces[1].Size() * sizeof(uptr))
664 StackTrace traces[kMop]; local
    [all...]
  /external/chromium_org/tools/cygprofile/
mergetraces.py 10 Given two log files of execution traces, merge the traces into a single trace.
141 """Merge two traces for code in specified library and write to stdout.
143 Merges the two traces and coverts the virtual addresses to the offsets in the
  /external/chromium_org/tools/perf_expectations/
make_expectations.py 234 traces = [tracename]
236 traces += [reftracename]
237 for trace in traces:
240 # Find the high and low values for each of the traces.
252 for trace in traces:
253 if trace not in jsondata['traces']:
256 if type(jsondata['traces'][trace]) != type([]):
260 tracevalue = float(jsondata['traces'][trace][0])
263 trace, str(jsondata['traces'][trace][0])))
275 OutputMessage('no suitable traces matched, skipping'
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
model.py 4 '''A container for timeline-based events and traces and can handle importing
41 def ImportTraces(self, traces, shift_world_to_zero=True):
46 for event_data in traces:
  /external/blktrace/
blkrawverify.c 39 static struct trace_info traces[] = { variable in typeref:struct:trace_info
54 #define N_TRACES (sizeof(traces) / sizeof(struct trace_info))
94 sprintf(buf2, "| %s ", traces[i].string);
215 * skip notify traces, they don't have valid sequences
259 fprintf(ofp, "%8s %d traces\n", "", nbad_trace);
  /external/blktrace/btt/doc/
btt.tex 41 form of multiple individual traces per IO executed during the traced
73 parameters you want. You must save the traces to disk in this step,
94 files into one time-ordered stream of traces for all devices.
141 btt to refer to issue traces. Note that an I is used to refer to
142 \emph{insert} traces.}.
154 \item \emph{Q2Q} which measures the time between queue traces
162 = {Q2C}$ however, typically there are multiple queue traces that
354 \item[Per Process] As traces are emitted, they are tagged with the
358 provided which breaks down the traces according to process ID (name).
364 or kjournald for example). Similarly, completion traces are rarel
    [all...]
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 216 const TouchTrace* traces() const { function in class:ash::internal::TouchLog
250 // TouchHudCanvas draws touch traces in |FULLSCREEN| and |REDUCED_SCALE| modes.
277 const TouchTrace& trace = touch_log_.traces()[trace_index];
299 const TouchTrace& trace = touch_log_.traces()[trace_index];
443 const TouchTrace& trace = touch_log_->traces()[trace_index];
  /external/chromium_org/v8/test/mjsunit/
stack-traces-2.js 28 // Flags: --builtins-in-stack-traces
81 // builtin. Should not be omitted with the --builtins-in-stack-traces flag.
  /external/v8/test/mjsunit/
stack-traces-2.js 28 // Flags: --builtins-in-stack-traces
81 // builtin. Should not be omitted with the --builtins-in-stack-traces flag.
  /device/generic/goldfish/opengl/
Android.mk 27 # Uncomment the following line if you want to enable debug traces
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-stacktrace-methods.js 30 // Test stack traces with method calls.

Completed in 778 milliseconds

1 2 3