/external/grpc-grpc/doc/ |
D | environment_variables.md | 40 - api - traces api calls to the C core 41 - bdp_estimator - traces behavior of bdp estimation logic 42 - call_combiner - traces call combiner state 43 - call_error - traces the possible errors contributing to final call status 44 - channel - traces operations on the C core channel stack 45 - client_channel - traces client channel activity, including resolver 47 - compression - traces compression operations 48 - connectivity_state - traces connectivity state changes to channels 49 - executor - traces grpc's internal thread pool ('the executor') 50 - fd_trace - traces fd create(), shutdown() and close() calls for channel fds. [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/ |
D | DebugProbesTest.kt | 20 val traces = listOf( in <lambda>() constant 32 nestedMethod(deferred, traces) in <lambda>() 41 val traces = listOf( in <lambda>() constant 62 nestedMethod(deferred, traces) in <lambda>() 72 val traces = listOf( in <lambda>() constant 86 nestedMethod(deferred, traces) in <lambda>() 91 private suspend fun nestedMethod(deferred: Deferred<*>, traces: List<String>) { in nestedMethod() 92 oneMoreNestedMethod(deferred, traces) in nestedMethod() 96 private suspend fun oneMoreNestedMethod(deferred: Deferred<*>, traces: List<String>) { in oneMoreNestedMethod() 101 verifyStackTrace(e, traces) in oneMoreNestedMethod()
|
D | SanitizedProbesTest.kt | 27 val traces = listOf( in <lambda>() constant 44 nestedMethod(deferred, traces) in <lambda>() 134 private suspend fun nestedMethod(deferred: Deferred<*>, traces: List<String>) { in nestedMethod() 135 oneMoreNestedMethod(deferred, traces) in nestedMethod() 139 private suspend fun oneMoreNestedMethod(deferred: Deferred<*>, traces: List<String>) { in oneMoreNestedMethod() 144 verifyStackTrace(e, traces) in oneMoreNestedMethod()
|
D | StacktraceUtils.kt | 34 public fun verifyStackTrace(e: Throwable, traces: List<String>) { in verifyStackTrace() 37 traces.forEach { in verifyStackTrace() 46 assertEquals(causes, traces.map { it.count("Caused by") }.sum()) in verifyStackTrace() 57 public fun verifyDump(vararg traces: String, ignoredCoroutine: String? = null, finally: () -> Unit)… in count() 59 verifyDump(*traces, ignoredCoroutine = ignoredCoroutine) in count() 90 public fun verifyDump(vararg traces: String, ignoredCoroutine: String? = null) { in verifyDump() 94 if (traces.isEmpty()) { in verifyDump() 106 …val expected = traces[index - 1].applyBackspace().split("\n\t(Coroutine creation stacktrace)\n", l… in verifyDump()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_events_monitors_test.py | 146 traces = test_monitor.graph_execution_traces 148 self.assertLen(traces, 3) # [Placeholder:0, Unique:0 , Sum:0]. 149 self.assertEqual(traces[0].op_type, "Placeholder") 150 self.assertEqual(traces[0].output_slot, 0) 151 self.assertEqual(traces[1].op_type, "Unique") 152 self.assertEqual(traces[1].output_slot, 0) 154 self.assertEqual(traces[2].op_type, "Sum") 155 self.assertEqual(traces[2].output_slot, 0) 157 self.assertLen(traces[0].debug_tensor_value, 5) 158 self.assertLen(traces[1].debug_tensor_value, 5) [all …]
|
/external/mesa3d/.gitlab-ci/tracie/ |
D | query_traces_yaml.py | 48 traces = y['traces'] 49 traces = filter(lambda t: trace_type_from_filename(t['path']) in args.trace_types, 50 traces) 52 traces = filter(lambda t: args.device_name in trace_devices(t), traces) 54 traces = list(traces) 56 if len(traces) == 0: 59 print('\n'.join((t['path'] for t in traces))) 65 traces = y['traces'] 66 trace = next(t for t in traces if t['path'] == args.trace_path)
|
D | README.md | 8 The trace definition file contains information about the traces to run along 13 traces-db: 16 traces: 29 The `traces-db` entry can be absent, in which case it is assumed that 30 the traces can be found in the `CWD/traces-db` directory. 36 adding an entry to the `traces` list. The reference checksums can be calculated 43 The trace-db:download-url property contains an HTTPS url from which traces can 44 be downloaded, by appending traces:path properties to it. 53 1. If you mean to test GL traces, use the `.traces-test-gl` 58 my-hardware-gl-traces: [all …]
|
/external/mesa3d/src/freedreno/.gitlab-ci/ |
D | genoutput.sh | 12 traces=$base/.gitlab-ci/traces 45 $cffdump --frame 0 --once $traces/fd-clouds.rd.gz | filter $output/fd-clouds.log 46 $cffdump --frame 0 --once $traces/es2gears-a320.rd.gz | filter $output/es2gears-a320.log 47 $cffdump --frame 1 --once $traces/glxgears-a420.rd.gz | filter $output/glxgears-a420.log 48 $cffdump --once $traces/dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.rd.… 49 $cffdump --frame 0 --once $traces/dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_l… 52 $cffdump --script $base/decode/scripts/parse-submits.lua $traces/shadow.rd.gz | filter $output/shad… 54 $crashdec -sf $traces/crash.devcore | filter $output/crash.log 56 $asm -g 6 $traces/afuc_test.asm $output/afuc_test.fw
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
D | StackTraceRecoveryTest.kt | 35 val traces = listOf( in <lambda>() constant 47 nestedMethod(deferred, *traces.toTypedArray()) in <lambda>() 73 private suspend fun nestedMethod(deferred: Deferred<*>, vararg traces: String) { in <lambda>() 74 oneMoreNestedMethod(deferred, *traces) in <lambda>() 78 private suspend fun oneMoreNestedMethod(deferred: Deferred<*>, vararg traces: String) { in <lambda>() 83 verifyStackTrace(e, *traces) in <lambda>() 108 private suspend fun outerMethod(deferred: Deferred<*>, vararg traces: String) { in <lambda>() 110 innerMethod(deferred, *traces) in <lambda>() 116 private suspend fun innerMethod(deferred: Deferred<*>, vararg traces: String) { in <lambda>() 121 verifyStackTrace(e, *traces) in <lambda>() [all …]
|
/external/antlr/runtime/Python3/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,
|
/external/antlr/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,
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/debuginfo/ |
D | v1_1.0_224_frozen.wrong_attr.stack.part.pbtxt.debug | 59 traces { 68 traces { 77 traces { 86 traces { 95 traces { 104 traces { 113 traces { 122 traces { 131 traces { 140 traces { [all …]
|
D | v1_1.0_224_frozen.wrong_attr.line.part.pbtxt.debug | 59 traces { 68 traces { 77 traces { 86 traces { 95 traces { 104 traces { 113 traces { 122 traces { 131 traces { 140 traces { [all …]
|
/external/angle/src/tests/restricted_traces/ |
D | gen_restricted_traces.py | 183 def gen_gni(traces, gni_file, format_args): argument 185 for trace in traces: 270 def gen_git_ignore(traces): argument 271 ignores = ['%s/' % trace for trace in traces] 325 traces = [trace_pair[0] for trace_pair in trace_pairs] 349 if not gen_gni(traces, gni_file, format_args): 353 includes = ["#include \"%s\"" % get_header_name(trace) for trace in traces] 355 "{RestrictedTraceID::%s, {%s}}" % (trace, get_trace_info(trace)) for trace in traces 359 format_args["trace_ids"] = ",\n".join(traces) 370 if not gen_git_ignore(traces):
|
/external/virglrenderer/perf-testing/ |
D | README.md | 35 path to mesa, virglrenderer, and the traces db. These override the root path. 39 root that contains the traces db as subdirectory the the trace file name can be 40 also given with this traces db sudirectory name, i.e. if the traces db is located 41 in '$workdir/traces-db', root=$workdir, and the trace is calles 'sometrace.trace', 44 perf-testing/run_trace-in-container.sh -r $rootdir -t traces-db/sometrace.trace 55 emit the required traces. 57 The perfetto traces will be saved to the a subdirectory of the traces-db checkout 64 In order to visualize the traces, the Perfetto UI needs to be running in a local
|
/external/angle/infra/specs/ |
D | angle_mb_config.pyl | 49 …'angle_goma_android_arm_debug_bot': ['angle', 'opencl', 'traces', 'goma', 'android', 'arm', 'debug… 50 …'angle_goma_android_arm_release_bot': ['angle', 'opencl', 'traces', 'goma', 'android', 'arm', 'rel… 51 …'angle_goma_android_arm64_debug_bot': ['angle', 'opencl', 'traces', 'goma', 'android', 'arm64', 'd… 52 …'angle_goma_android_arm64_release_bot': ['angle', 'opencl', 'traces', 'goma', 'android', 'arm64', … 53 'angle_goma_android_perf_bot': ['angle', 'traces', 'goma', 'android', 'arm64', 'perf'], 54 'angle_goma_debug_bot': ['angle', 'opencl', 'traces', 'goma', 'debug'], 55 'angle_goma_perf_bot': ['angle', 'traces', 'goma', 'perf'], 56 'angle_goma_release_bot': ['angle', 'opencl', 'traces', 'goma', 'release'], 57 'angle_goma_x86_debug_bot': ['angle', 'opencl', 'traces', 'goma', 'x86', 'debug'], 58 'angle_goma_x86_release_bot': ['angle', 'opencl', 'traces', 'goma', 'x86', 'release'], [all …]
|
/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 502 _Py_hashtable_t *traces = tracemalloc_get_traces_table(domain); in tracemalloc_remove_trace() local 503 if (!traces) { in tracemalloc_remove_trace() 507 trace_t *trace = _Py_hashtable_steal(traces, TO_PTR(ptr)); in tracemalloc_remove_trace() 531 _Py_hashtable_t *traces = tracemalloc_get_traces_table(domain); in tracemalloc_add_trace() local 532 if (traces == NULL) { in tracemalloc_add_trace() 533 traces = tracemalloc_create_traces_table(); in tracemalloc_add_trace() 534 if (traces == NULL) { in tracemalloc_add_trace() 538 if (_Py_hashtable_set(tracemalloc_domains, TO_PTR(domain), traces) < 0) { in tracemalloc_add_trace() 539 _Py_hashtable_destroy(traces); in tracemalloc_add_trace() 544 trace_t *trace = _Py_hashtable_get(traces, TO_PTR(ptr)); in tracemalloc_add_trace() [all …]
|
/external/oss-fuzz/infra/base-images/base-runner/ |
D | collect_dft | 36 local traces="$OUT/${target}_dft" 41 rm -rf $traces && mkdir -p $traces 43 timeout $COLLECT_DFT_TIMEOUT dataflow_tracer.py $OUT/$target $corpus $traces &> $log
|
/external/virglrenderer/perf-testing/Docker/ |
D | run_traces.sh | 11 mkdir /traces-db 12 mount -t virtiofs traces-db-tag /traces-db 39 trace_no_ext=$(cat /traces-db/current_trace) 45 command=$(cat /traces-db/command) 76 if [ -e /traces-db/wait_after_frame ]; then
|
/external/python/cpython3/Lib/test/ |
D | test_tracemalloc.py | 154 def find_trace(self, traces, traceback): argument 155 for trace in traces: 166 traces = tracemalloc._get_traces() 167 trace = self.find_trace(traces, obj_traceback) 193 traces = tracemalloc._get_traces() 198 trace1 = self.find_trace(traces, obj1_traceback) 199 trace2 = self.find_trace(traces, obj2_traceback) 287 self.assertGreater(snapshot.traces[1].traceback.total_nframe, 10) 295 self.assertEqual(snapshot2.traces, snapshot.traces) 360 self.assertEqual(len(snapshot.traces), 1) [all …]
|
/external/angle/ |
D | DEPS | 29 # Controls if we check out the restricted traces. 640 'package': 'angle/traces/aliexpress', 650 'package': 'angle/traces/among_us', 660 'package': 'angle/traces/angry_birds_2_1500', 670 'package': 'angle/traces/arena_of_valor', 680 'package': 'angle/traces/asphalt_8', 690 'package': 'angle/traces/avakin_life', 700 'package': 'angle/traces/aztec_ruins', 710 'package': 'angle/traces/beach_buggy_racing', 720 'package': 'angle/traces/brawl_stars', [all …]
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | test_error_message.lit.pbtxt.debug.pbtxt | 2 traces: { 11 traces: { 24 traces: {
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | error-message-with-source-info.pbtxt.debug | 2 traces: { 11 traces: { 24 traces: {
|