Home
last modified time | relevance | path

Searched defs:traces (Results 1 – 23 of 23) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
Drule-tracing.rb20 attr_accessor :stack, :traces accessor in TestRuleTracing
37 attr_accessor :stack, :traces accessor in TestRuleTracing
/external/minijail/tools/
Dgenerate_seccomp_policy.py73 def main(traces): argument
/external/trappy/trappy/plotter/
DBarPlot.py71 def __init__(self, traces, templates=None, **kwargs): argument
DAbstractDataPlotter.py32 def __init__(self, traces=None, attr=None, templates=None): argument
DLinePlot.py114 def __init__(self, traces, templates=None, **kwargs): argument
DILinePlot.py134 def __init__(self, traces, templates=None, **kwargs): argument
DStaticPlot.py114 def __init__(self, traces, templates, **kwargs): argument
DConstraint.py235 def __init__(self, traces, columns, templates, pivot, filters, argument
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
Dbasic.rb591 attr_reader :traces accessor in TestTreeParser2
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer.py113 def traces(self): member in ChaosTestInfo
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto10 repeated Trace traces = 1; field
/external/blktrace/
Dblkrawverify.c39 static struct trace_info traces[] = { variable
/external/python/cpython3/Lib/
Dtracemalloc.py278 def __init__(self, traces): argument
384 def __init__(self, traces, traceback_limit): argument
/external/v8/tools/unittests/
Drun_perf_test.py155 def _VerifyResults(self, suite, units, traces, file_name=None): argument
/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py136 def find_trace(self, traces, traceback): argument
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc412 std::set<string> traces; in AddNode() local
Dtfprof_node.h80 const std::vector<Trace>& traces() const { return traces_; } in traces() function
/external/python/cpython3/Modules/
D_tracemalloc.c1296 _Py_hashtable_t *traces; member
1302 tracemalloc_get_traces_fill(_Py_hashtable_t *traces, _Py_hashtable_entry_t *entry, in tracemalloc_get_traces_fill()
/external/v8/tools/
Drun_perf.py154 def __init__(self, traces=None, errors=None): argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc626 VarSizeStackTrace traces[kMop]; in ReportRace() local
/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc1387 size_t traces = (min_traces + max_traces) / 2; in TEST_F() local
1401 for (size_t traces = min_traces; traces < max_traces; traces++) { in TEST_F() local
/external/fio/t/
Dbtrace2fio.c482 unsigned long traces; in load_blktrace() local
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2956 AllocationTraceTree* traces = tracker->trace_tree(); in SerializeTraceTree() local