/external/angle/src/tests/ |
D | angle_traces.gni | 71 _trace = _trace_and_version_arr[0] 75 _trace_dir = _trace 77 _trace_json_path = "$_trace_dir/$_trace.json" 85 _target = "${target_name}_$_trace" 88 _gen_target = "gen${target_name}_$_trace" 92 _trace, 95 outputs = [ "$root_gen_dir/tracegz_$_trace.gz" ] 102 "$_trace_dir/$_trace.json", 103 "$_trace_dir/$_trace.angledata.gz", 104 "$root_gen_dir/tracegz_$_trace.gz", [all …]
|
/external/angle/samples/capture_replay/ |
D | BUILD.gn | 16 _trace = "angle_capture" 19 _trace_data = read_file("$_trace.json", "json") 24 "$_trace.json", 25 "$_trace.angledata.gz",
|
/external/angle/src/tests/capture_tests/ |
D | BUILD.gn | 9 _trace = "CapturedTest_MultiFrame_ES3_Vulkan" 18 "$_trace.json", 19 "$_trace.angledata",
|
/external/trace-cmd/Documentation/libtracecmd/ |
D | libtracecmd.txt | 44 _trace-cmd.dat(5)_ files, recorded with _trace-cmd(1)_ application and containing 61 _trace-cmd(1)_ 62 _trace-cmd.dat(5)_
|
D | libtracecmd-log.txt | 53 _trace-cmd(1)_ 54 _trace-cmd.dat(5)_
|
D | libtracecmd-files.txt | 25 _trace-cmd(1)_ and containing tracing information from ftrace, the official 144 _trace-cmd(1)_ 145 _trace-cmd.dat(5)_
|
D | libtracecmd-instances.txt | 104 _trace-cmd(1)_ 105 _trace-cmd.dat(5)_
|
D | libtracecmd-record.txt | 113 _trace-cmd(1)_ 114 _trace-cmd.dat(5)_
|
D | libtracecmd-peer.txt | 112 _trace-cmd(1)_ 113 _trace-cmd.dat(5)_
|
/external/python/cpython3/Lib/ |
D | tracemalloc.py | 281 self._trace = trace 285 return self._trace[0] 289 return self._trace[1] 293 return Traceback(*self._trace[2:]) 298 return (self._trace == other._trace) 301 return hash(self._trace) 327 return trace._trace in self._traces
|
D | site.py | 91 def _trace(message): function 171 _trace(f"Processing .pth file: {fullname!r}") 210 _trace(f"Adding directory: {sitedir!r}") 339 _trace("Processing user site-packages") 384 _trace("Processing global site-packages")
|
/external/bazelbuild-rules_license/rules/ |
D | gather_licenses_info.bzl | 51 "_trace": attr.label(default = "@rules_license//rules:trace_target"), 87 if ctx.attr._trace[TraceInfo].trace: 105 "_trace": attr.label(default = "@rules_license//rules:trace_target"),
|
D | gather_metadata.bzl | 66 "_trace": attr.label(default = "@rules_license//rules:trace_target"), 102 if ctx.attr._trace[TraceInfo].trace: 120 "_trace": attr.label(default = "@rules_license//rules:trace_target"),
|
D | licenses_core.bzl | 184 if ctx.attr._trace[TraceInfo].trace and ctx.attr._trace[TraceInfo].trace in str(ctx.label): 185 traces = [ctx.attr._trace[TraceInfo].trace]
|
/external/python/cpython3/Lib/test/ |
D | test_patma.py | 3063 def _trace(func, *args, **kwargs): member in TestTracing 3091 self.assertListEqual(self._trace(f, "go n"), [1, 2, 3]) 3092 self.assertListEqual(self._trace(f, "go x"), [1, 2, 4, 5]) 3093 self.assertListEqual(self._trace(f, "spam"), [1, 2, 4, 6, 7]) 3105 self.assertListEqual(self._trace(f, "go n"), [1, 2, 3]) 3106 self.assertListEqual(self._trace(f, "go x"), [1, 2, 4, 5]) 3107 self.assertListEqual(self._trace(f, "spam"), [1, 2, 4, 6, 7]) 3117 self.assertListEqual(self._trace(f, "go n"), [1, 2, 3]) 3118 self.assertListEqual(self._trace(f, "go x"), [1, 2, 4, 5]) 3119 self.assertListEqual(self._trace(f, "spam"), [1, 2, 4]) [all …]
|
/external/perfetto/docs/ |
D | faq.md | 6 is to use the [open\_trace\_in\_ui script](/tools/open_trace_in_ui).
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_adjoint.py | 200 def _trace(self): member in LinearOperatorAdjoint
|
D | linear_operator_householder.py | 214 def _trace(self): member in LinearOperatorHouseholder
|
D | linear_operator.py | 1060 def _trace(self): member in LinearOperator 1075 return self._trace() 1514 def _trace(x, name=None): function
|
D | linear_operator_identity.py | 378 def _trace(self): member in LinearOperatorIdentity 728 def _trace(self): member in LinearOperatorScaledIdentity
|
D | linear_operator_toeplitz.py | 233 def _trace(self): member in LinearOperatorToeplitz
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 590 _trace(tr); in trace() 594 private native void _trace(Trace tr); in _trace() method in Database
|
/external/python/cpython2/Doc/library/ |
D | trace.rst | 16 .. _trace-cli: 128 .. _trace-api:
|
/external/python/cpython3/Doc/library/ |
D | trace.rst | 22 .. _trace-cli: 137 .. _trace-api:
|
/external/autotest/client/cros/power/ |
D | power_status.py | 1245 self._trace = None 1298 self._trace = kernel_trace.KernelTrace(events=events) 1301 if not self._trace or not self._trace.is_tracing(): 1304 self._prev_sample = (cur_mhz, self._trace.uptime_secs()) 1335 results = self._trace.read(regexp=regexp) 1351 delta = self._trace.uptime_secs() - self._prev_sample[1]
|