HomeSort by relevance Sort by last modified time
    Searched refs:traces (Results 1 - 25 of 53) 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()) {
  /external/lldb/test/
Makefile 32 rm -rf lldb-test-traces
33 python $(PROJ_SRC_DIR)/dosep.ty -o "--executable $(ToolDir)/lldb -q -s lldb-test-traces -u CXXFLAGS -u CFLAGS -C $(subst ccache,,$(CC))"
  /external/chromium_org/v8/tools/
run_perf.py 131 """Place holder for result traces."""
132 def __init__(self, traces=None, errors=None):
133 self.traces = traces or []
137 return {"traces": self.traces, "errors": self.errors}
144 self.traces += other.traces
290 """Iterates over several runs and handles the output for all traces."""
296 if not res.traces or not self.total
    [all...]
  /external/chromium_org/tools/cygprofile/
mergetraces.py 10 Given two log files of execution traces, merge the traces into a single trace.
139 """Returns an array of traces grouped by pid and tid.
188 """Merge two traces for code in specified library and write to stdout.
190 Merges the two traces and coverts the virtual addresses to the offsets in the
  /libcore/luni/src/test/java/libcore/java/lang/
ThreadTest.java 147 StackTraceElement[] traces = t1.getStackTrace(); local
148 StackTraceElement trace = traces[traces.length - 2];
166 // Expect to see the traces of all threads (not just t2)
167 assertTrue("Must have traces for all threads", visibleTraces.get() > 1);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 456 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],
499 hash.hash[0] = md5_hash(traces[0].Begin(), traces[0].Size() * sizeof(uptr));
500 hash.hash[1] = md5_hash(traces[1].Begin(), traces[1].Size() * sizeof(uptr))
674 StackTrace traces[kMop]; local
    [all...]
  /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/chromium_org/chrome/test/chromedriver/
performance_logger.cc 183 const base::ListValue* traces; local
184 if (!params.GetList("value", &traces)) {
188 for (base::ListValue::const_iterator it = traces->begin();
189 it != traces->end();
  /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.
257 for trace in traces:
258 if trace not in jsondata['traces']:
261 if type(jsondata['traces'][trace]) != type([]):
265 tracevalue = float(jsondata['traces'][trace][0])
268 trace, str(jsondata['traces'][trace][0])))
280 OutputMessage('no suitable traces matched, skipping'
    [all...]
  /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 214 const TouchTrace* traces() const { function in class:ash::TouchLog
248 // TouchHudCanvas draws touch traces in |FULLSCREEN| and |REDUCED_SCALE| modes.
275 const TouchTrace& trace = touch_log_.traces()[trace_index];
297 const TouchTrace& trace = touch_log_.traces()[trace_index];
440 const TouchTrace& trace = touch_log_->traces()[trace_index];
  /external/chromium_org/extensions/renderer/resources/
uncaught_exception_handler.js 19 * because both stack traces are concatenated. Overlapping stack traces will
  /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.
  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 49 Map<Thread, StackTraceElement[]> traces = Thread.getAllStackTraces(); local
50 for (Map.Entry<Thread, StackTraceElement[]> entry : traces.entrySet()) {

Completed in 818 milliseconds

1 2 3