/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/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/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 434 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], in HandleRacyStacks() 439 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in HandleRacyStacks() 440 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in HandleRacyStacks() 473 static void AddRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], in AddRacyStacks() 477 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in AddRacyStacks() 478 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in AddRacyStacks() 611 VarSizeStackTrace traces[kMop]; in ReportRace() local 613 ObtainCurrentStack(thr, toppc, &traces[0]); in ReportRace() 614 if (IsFiredSuppression(ctx, rep, traces[0])) in ReportRace() 619 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2.data()); in ReportRace() [all …]
|
/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/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
D | rule-tracing.rb | 62 lexer.traces.should == [ 68 parser.traces.should == [
|
/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/proguard/examples/ |
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 | 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 | 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 | 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.
|
D | midlets.pro | 38 # traces later on. 43 # get stack traces with line numbers.
|
D | scala.pro | 25 # traces later on. Keep a fixed source file attribute and all line number 26 # tables to get line numbers in the stack traces. 27 # You can comment this out if you're not interested in stack traces.
|
/external/proguard/examples/gradle/ |
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 | 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 | 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/blktrace/btt/doc/ |
D | 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 rarely [all …]
|
/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/mesa3d/src/gallium/drivers/trace/ |
D | README | 7 It can traces all incoming calls. 22 For long traces you can use the
|
/external/blktrace/ |
D | blkrawverify.c | 39 static struct trace_info traces[] = { variable 54 #define N_TRACES (sizeof(traces) / sizeof(struct trace_info)) 94 sprintf(buf2, "| %s ", traces[i].string); in act_to_str()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 72 phase behavior from us (when some funcs/traces stop being hot and 84 Generating traces 92 cache, where the optimized traces are kept. 132 We generate instrumentation traces and optimized traces into separate
|
/external/chromium-trace/trace-viewer/tracing/ |
D | .gitignore | 9 test_data/measurmt-traces
|