Home
last modified time | relevance | path

Searched refs:stack_entries (Results 1 – 21 of 21) sorted by relevance

/external/bcc/tests/python/
Dtest_stackid.py33 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/
Dexception.py186 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/
DDebugInfo.php21 private $stack_entries; variable in Grpc\\Testing\\DebugInfo
48 return $this->stack_entries;
59 $this->stack_entries = $arr;
/external/chromium-crossbench/crossbench/runner/
Dresult_origin.py92 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/
Ddebug_info.cpp87 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.py69 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/
Dgrpc_status_test.py57 stack_entries=traceback.format_stack(),
159 self.assertIn("_error_details_unary_unary", info.stack_entries[-1])
/external/mesa3d/src/amd/vulkan/nir/
Dradv_nir_rt_common.h122 uint32_t stack_entries; member
Dradv_nir_lower_ray_queries.c156 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()
Dradv_nir_rt_common.c556 … 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()
Dradv_nir_rt_shader.c1598 .stack_entries = MAX_STACK_ENTRY_COUNT, in radv_build_traversal()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Decho_messages.proto26 repeated string stack_entries = 1; field
/external/grpc-grpc/src/proto/grpc/testing/
Decho_messages.proto26 repeated string stack_entries = 1; field
/external/pigweed/pw_thread/pw_thread_protos/
Dthread.proto70 // 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/
Derror_details.proto99 repeated string stack_entries = 1; field
/external/googleapis/google/rpc/
Derror_details.proto99 repeated string stack_entries = 1; field
/external/python/cpython3/Python/
Doptimizer.c114 int Py_UNUSED(stack_entries)) in never_optimize() argument
/external/bcc/libbpf-tools/x86/
Dvmlinux.h50050 long unsigned int stack_entries[64]; member
Dvmlinux_518.h50050 long unsigned int stack_entries[64]; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h104940 long unsigned int stack_entries[64]; member
Dvmlinux.h104940 long unsigned int stack_entries[64]; member