/external/bcc/tests/python/ |
D | test_stackid.py | 33 stack_entries = b[b"stack_entries"] 36 k = stack_entries.Key(1) 37 self.assertIn(k, stack_entries) 38 stackid = stack_entries[k] 71 stack_entries = b[b"stack_entries"] 75 k = stack_entries.Key(1) 76 self.assertIn(k, stack_entries) 77 stackid = stack_entries[k]
|
/external/chromium-crossbench/crossbench/ |
D | exception.py | 186 def info(self, *stack_entries: str) -> ExceptionAnnotationScope: 188 return ExceptionAnnotationScope(self, tuple(), tuple(), stack_entries) 192 *stack_entries: str, 200 return ExceptionAnnotationScope(self, exceptions, ignore, stack_entries, 205 *stack_entries, argument 210 with self.capture(*stack_entries, exceptions=exceptions, ignore=ignore): 310 *stack_entries: str, 319 *stack_entries, exceptions=exceptions, ignore=ignore) 326 def annotate_argparsing(*stack_entries: str, 334 *stack_entries,
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | DebugInfo.php | 21 private $stack_entries; variable in Grpc\\Testing\\DebugInfo 48 return $this->stack_entries; 59 $this->stack_entries = $arr;
|
/external/chromium-crossbench/crossbench/runner/ |
D | result_origin.py | 92 def exception_info(self, *stack_entries: str) -> ExceptionAnnotationScope: 93 return self.exceptions.info(*stack_entries) 96 self, *stack_entries: str, exceptions: TExceptionTypes = (Exception,) 98 return self.exceptions.capture(*stack_entries, exceptions=exceptions)
|
/external/pytorch/torch/csrc/jit/mobile/ |
D | debug_info.cpp | 87 std::vector<StackEntry> stack_entries; in getStackTraceWithModuleHierarchy() local 96 stack_entries.insert(stack_entries.end(), entries.begin(), entries.end()); in getStackTraceWithModuleHierarchy() 107 format_stack_trace(ss, stack_entries); in getStackTraceWithModuleHierarchy()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/status/ |
D | _grpc_status_test.py | 69 stack_entries=traceback.format_stack(), 181 self.assertIn("_error_details_unary_unary", info.stack_entries[-1])
|
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/status/ |
D | grpc_status_test.py | 57 stack_entries=traceback.format_stack(), 159 self.assertIn("_error_details_unary_unary", info.stack_entries[-1])
|
/external/mesa3d/src/amd/vulkan/nir/ |
D | radv_nir_rt_common.h | 122 uint32_t stack_entries; member
|
D | radv_nir_lower_ray_queries.c | 156 uint32_t stack_entries; member 242 dst->stack_entries = MAX_SCRATCH_STACK_ENTRY_COUNT; in init_ray_query_vars() 246 dst->stack_entries = shared_stack_entries; in init_ray_query_vars() 595 .stack_entries = vars->stack_entries, in lower_rq_proceed()
|
D | radv_nir_rt_common.c | 556 … nir_umod_imm(b, nir_load_deref(b, args->vars.stack), args->stack_stride * args->stack_entries); in radv_build_ray_traversal() 660 … nir_def *stack_ptr = nir_umod_imm(b, stack, args->stack_entries * args->stack_stride); in radv_build_ray_traversal() 666 … nir_iadd_imm(b, nir_load_deref(b, args->vars.stack), -args->stack_entries * args->stack_stride); in radv_build_ray_traversal()
|
D | radv_nir_rt_shader.c | 1598 .stack_entries = MAX_STACK_ENTRY_COUNT, in radv_build_traversal()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | echo_messages.proto | 26 repeated string stack_entries = 1; field
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | echo_messages.proto | 26 repeated string stack_entries = 1; field
|
/external/pigweed/pw_thread/pw_thread_protos/ |
D | thread.proto | 70 // Results of symbolizing stack_entries. This is usually not provided by the
|
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/rpc/ |
D | error_details.proto | 99 repeated string stack_entries = 1; field
|
/external/googleapis/google/rpc/ |
D | error_details.proto | 99 repeated string stack_entries = 1; field
|
/external/python/cpython3/Python/ |
D | optimizer.c | 114 int Py_UNUSED(stack_entries)) in never_optimize() argument
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 50050 long unsigned int stack_entries[64]; member
|
D | vmlinux_518.h | 50050 long unsigned int stack_entries[64]; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 104940 long unsigned int stack_entries[64]; member
|
D | vmlinux.h | 104940 long unsigned int stack_entries[64]; member
|