/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | 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,
|
D | t047treeparser.py | 13 self.traces = [] 17 self.traces.append('>'+ruleName) 21 self.traces.append('<'+ruleName) 73 walker.traces,
|
D | t052import.py | 31 self.traces.append('>'+ruleName) 35 self.traces.append('<'+ruleName) 58 self.traces.append('>'+ruleName) 62 self.traces.append('<'+ruleName)
|
D | t053hetero.py | 22 self.traces.append('>'+ruleName) 26 self.traces.append('<'+ruleName) 49 self.traces.append('>'+ruleName) 53 self.traces.append('<'+ruleName)
|
/external/chromium_org/tools/tcmalloc/ |
D | print-live-objects.py | 41 def Symbolize(binary, traces): argument 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"]):
|
/external/chromium_org/v8/tools/ |
D | run_perf.py | 132 def __init__(self, traces=None, errors=None): argument 133 self.traces = traces or [] 137 return {"traces": self.traces, "errors": self.errors} 144 self.traces += other.traces 296 if not res.traces or not self.total: 300 if len(set(map(lambda t: len(t["results"]), res.traces))) != 1: 307 n_results = len(res.traces[0]["results"]) 308 total_results = [GeometricMean(t["results"][i] for t in res.traces) 310 res.traces.append({ 312 "units": res.traces[0]["units"], [all …]
|
/external/chromium-trace/trace-viewer/src/tracing/ |
D | trace_model.js | 223 importTraces: function(traces, argument 232 traces = traces.slice(0); 236 for (var i = 0; i < traces.length; ++i) 237 importers.push(this.createImporter_(traces[i])); 246 traces.push(subTrace);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 456 static bool HandleRacyStacks(ThreadState *thr, const StackTrace (&traces)[2], in HandleRacyStacks() 461 hash.hash[0] = md5_hash(traces[0].Begin(), traces[0].Size() * sizeof(uptr)); in HandleRacyStacks() 462 hash.hash[1] = md5_hash(traces[1].Begin(), traces[1].Size() * sizeof(uptr)); in HandleRacyStacks() 495 static void AddRacyStacks(ThreadState *thr, const StackTrace (&traces)[2], in AddRacyStacks() 499 hash.hash[0] = md5_hash(traces[0].Begin(), traces[0].Size() * sizeof(uptr)); in AddRacyStacks() 500 hash.hash[1] = md5_hash(traces[1].Begin(), traces[1].Size() * sizeof(uptr)); in AddRacyStacks() 674 StackTrace traces[kMop]; in ReportRace() local 676 traces[0].ObtainCurrent(thr, toppc); in ReportRace() 677 if (IsFiredSuppression(ctx, rep, traces[0])) in ReportRace() 682 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2.data()); in ReportRace() [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
D | rule-tracing.rb | 62 lexer.traces.should == [ 68 parser.traces.should == [
|
/external/fio/tools/plot/ |
D | fio2gnuplot.manpage | 9 …fio2gnuplot analyze a set of fio's log files to turn them into a set of graphical traces using gnu… 32 A flat surface means a good coherency between traces. 33 A rugged surface means a lack of coherency between traces 74 Render gnuplot traces before exiting 77 The basename for gnuplot traces (set with the pattern if defined) 83 The title of the gnuplot traces. 104 To plot all the traces named like 'host*_read_4k_iops.log'
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/ |
D | encodings.py | 31 self.traces = [] 35 self.traces.append((args, frame.f_lineno))
|
/external/blktrace/btreplay/doc/ |
D | abstract.tex | 26 \item Initiate \texttt{blktrace} to capture traces 27 \item Generate traces\ldots 29 \item Run \texttt{btrecord} to convert traces into IO records
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
D | tcmalloc_snapshot_view.js | 144 var traces = []; 147 traces.unshift(traceNameDiv.textContent); 153 instance.selectedTraces = traces;
|
/external/chromium_org/chrome/test/chromedriver/ |
D | performance_logger.cc | 183 const base::ListValue* traces; in HandleTraceEvents() local 184 if (!params.GetList("value", &traces)) { in HandleTraceEvents() 188 for (base::ListValue::const_iterator it = traces->begin(); in HandleTraceEvents() 189 it != traces->end(); in HandleTraceEvents()
|
/external/proguard/examples/ |
D | applications.pro | 19 # traces later on. Keep a fixed source file attribute and all line number 20 # tables to get line numbers in the stack traces. 21 # You can comment this out if you're not interested in stack traces.
|
D | servlets.pro | 16 # traces later on. Keep a fixed source file attribute and all line number 17 # tables to get line numbers in the stack traces. 18 # You can comment this out if you're not interested in stack traces.
|
D | applets.pro | 15 # traces later on. Keep a fixed source file attribute and all line number 16 # tables to get line numbers in the stack traces. 17 # You can comment this out if you're not interested in stack traces.
|
D | library.pro | 17 # traces later on. Keep a fixed source file attribute and all line number 18 # tables to get line numbers in the stack traces. 19 # You can comment this out if you're not interested in stack traces.
|
/external/proguard/examples/gradle/ |
D | applets.gradle | 35 // traces later on. Keep a fixed source file attribute and all line number 36 // tables to get line numbers in the stack traces. 37 // You can comment this out if you're not interested in stack traces.
|
D | applications.gradle | 39 // traces later on. Keep a fixed source file attribute and all line number 40 // tables to get line numbers in the stack traces. 41 // You can comment this out if you're not interested in stack traces.
|
D | servlets.gradle | 36 // traces later on. Keep a fixed source file attribute and all line number 37 // tables to get line numbers in the stack traces. 38 // You can comment this out if you're not interested in stack traces.
|
D | library.gradle | 37 // traces later on. Keep a fixed source file attribute and all line number 38 // tables to get line numbers in the stack traces. 39 // You can comment this out if you're not interested in stack traces.
|
/external/lldb/test/ |
D | CMakeLists.txt | 24 set(LLDB_TRACE_DIR "${CMAKE_BINARY_DIR}/lldb-test-traces" 25 CACHE STRING "Set directory to output LLDB test traces (for tests that do not pass.)"
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
D | README | 7 It can traces all incoming calls. 22 For long traces you can use the
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | README | 7 It can traces all incoming calls. 22 For long traces you can use the
|