/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/pa/ |
D | ffi.c | 142 void ffi_prep_args_pa32(UINT32 *stack, extended_cif *ecif, unsigned bytes) in ffi_prep_args_pa32() 419 ffi_status ffi_closure_inner_pa32(ffi_closure *closure, UINT32 *stack) in ffi_closure_inner_pa32()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | examine_stack.cc | 239 void DumpPCAndFrameSizesAndStackTrace(void* const pc, void* const stack[], in DumpPCAndFrameSizesAndStackTrace() 282 void** stack = stack_buf; in DumpStackTrace() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | examine_stack.cc | 236 void DumpPCAndFrameSizesAndStackTrace(void* const pc, void* const stack[], in DumpPCAndFrameSizesAndStackTrace() 279 void** stack = stack_buf; in DumpStackTrace() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/internal/ |
H A D | examine_stack.cc | 236 void DumpPCAndFrameSizesAndStackTrace(void* const pc, void* const stack[], in DumpPCAndFrameSizesAndStackTrace() 279 void** stack = stack_buf; in DumpStackTrace() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | examine_stack.cc | 236 void DumpPCAndFrameSizesAndStackTrace(void* const pc, void* const stack[], in DumpPCAndFrameSizesAndStackTrace() 279 void** stack = stack_buf; in DumpStackTrace() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | examine_stack.cc | 239 void DumpPCAndFrameSizesAndStackTrace(void* const pc, void* const stack[], in DumpPCAndFrameSizesAndStackTrace() 282 void** stack = stack_buf; in DumpStackTrace() local
|
/aosp_15_r20/external/autotest/client/cros/crash/ |
H A D | user_crash_test.py | 112 def _is_frame_in_stack(self, frame_index, module_name, argument 144 def _verify_stack(self, stack, basename, from_crash_reporter): argument
|
/aosp_15_r20/external/libffi/src/pa/ |
H A D | ffi.c | 142 void ffi_prep_args_pa32(UINT32 *stack, extended_cif *ecif, unsigned bytes) in ffi_prep_args_pa32() 419 ffi_status ffi_closure_inner_pa32(ffi_closure *closure, UINT32 *stack) in ffi_closure_inner_pa32()
|
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/ |
H A D | examine_stack.cc | 239 void DumpPCAndFrameSizesAndStackTrace(void* const pc, void* const stack[], in DumpPCAndFrameSizesAndStackTrace() 282 void** stack = stack_buf; in DumpStackTrace() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/ |
H A D | range_trie.rs | 250 let mut stack = self.iter_stack.borrow_mut(); in iter() localVariable 299 let mut stack = mem::replace(&mut self.insert_stack, vec![]); in insert() localVariable 471 let mut stack = mem::replace(&mut self.dupe_stack, vec![]); in duplicate() localVariable
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | cmd_debug_unwind.cpp | 260 const PerfSampleStackUserType* stack = &sr.stack_user_data; in ProcessRecord() local 304 const PerfSampleStackUserType& stack) { in UnwindRecord() 585 auto& stack = unwinding_r.stack_user_data; in ReportUnwindingResult() local
|
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/ |
H A D | string_projection.cc | 385 bool ShouldStepInRecursion(const std::vector<int>& stack, int stack_idx, in ShouldStepInRecursion() 404 std::string JoinTokensBySpace(const std::vector<int>& stack, int stack_idx, in JoinTokensBySpace() 436 std::vector<int> stack(params.ngram_size + 1, 0); in ExtractSkipGramsImpl() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/ |
H A D | module.cpp | 203 void Method::run(Stack& stack) { in run() 209 IValue Method::operator()(std::vector<IValue> stack, const Kwargs& kwargs) in operator ()() 217 std::vector<IValue> stack, in run_async()
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/nfa/ |
D | range_trie.rs | 253 let mut stack = self.iter_stack.borrow_mut(); in iter() localVariable 301 let mut stack = mem::replace(&mut self.insert_stack, vec![]); in insert() localVariable 471 let mut stack = mem::replace(&mut self.dupe_stack, vec![]); in duplicate() localVariable
|
/aosp_15_r20/external/javassist/src/main/javassist/expr/ |
H A D | FieldAccess.java | 269 int stack; in doit() local 320 int stack; in doit() local
|
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 113 const void* stack[kMaxStackEntries]; in CheckForDefaultUnwindTables() local 270 const void* stack[kMaxStackEntries]; in CaptureNativeStack() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | dtype_analysis.cpp | 36 auto stack = std::make_unique<std::vector<IValue>>(); in MTensorArgumentCreator() local 108 auto stack = MTensorArgumentCreator(n); in inferWithMetaTensor() local
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | LastAccessedProvider.java | 125 ContentResolver resolver, String packageName, DocumentStack stack) { in setLastAccessed() 254 final DocumentStack stack = new DocumentStack(); in purgeByAuthority() local
|
/aosp_15_r20/external/libtraceevent/plugins/ |
H A D | plugin_function.c | 20 char **stack; member 58 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_libbacktrace.cc | 158 bool LibbacktraceSymbolizer::SymbolizePC(uptr addr, SymbolizedStack *stack) { in SymbolizePC() 184 bool LibbacktraceSymbolizer::SymbolizePC(uptr addr, SymbolizedStack *stack) { in SymbolizePC()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/ |
H A D | check_alias_annotation.cpp | 53 Stack deepCopy(const Stack& stack) { in deepCopy() 253 Stack stack; in checkAliasAnnotation() local
|
/aosp_15_r20/external/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | native-lib.cpp | 90 std::visit([id](auto &&stack) { in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative() 130 std::visit([&arr, &id, &index](auto &&stack) { in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/ |
H A D | op_registration_test.cpp | 305 void stackBasedKernel(const OperatorHandle&, c10::Stack* stack) { in stackBasedKernel() 419 void backend_fallback_kernel(const c10::OperatorHandle& op, c10::Stack* stack) { in backend_fallback_kernel() 429 auto stack = callOp(*op, dummyTensor(c10::DispatchKey::CPU), "hello "); in TEST() local 440 auto stack = callOp(*op, dummyTensor(c10::DispatchKey::CPU), "hello "); in TEST() local 457 auto stack = callOp(*op, dummyTensor(c10::DispatchKey::CUDA), "hello "); in TEST() local 472 auto stack = callOp(*op, dummyTensor(c10::DispatchKey::CPU), "hello "); in TEST() local 488 auto stack = callOp(*op, dummyTensor(c10::DispatchKey::CPU), "hello "); in TEST() local 1363 auto stack = callOp(*op, dummyTensor(c10::DispatchKey::CPU), "hello "); in TEST() local 1938 auto stack = callOp(*op, dummyTensor(c10::DispatchKey::CPU), "hello "); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
D | pikevm.rs | 35 stack: &'r mut Vec<FollowEpsilon>, field 47 stack: Vec<FollowEpsilon>, field
|
/aosp_15_r20/external/ruy/ruy/profiler/ |
H A D | treeview.cc | 46 void AddStack(const detail::Stack& stack, TreeView::Node* node, int level) { in AddStack() 92 detail::Stack stack; in Populate() local
|