/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | stackwalk_common.cc | 315 static void PrintStack(const CallStack* stack, in PrintStack() 958 static void PrintStackMachineReadable(int thread_num, const CallStack* stack) { in PrintStackMachineReadable() 1296 const CallStack* stack = process_state.threads()->at(requesting_thread); in PrintRequestingThreadBrief() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | stack.go | 446 func stackfree(stk stack) { 797 func fillstack(stk stack, b byte) { 803 func findsghi(gp *g, stk stack) uintptr {
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | skip_gram.cc | 73 const std::vector<int>& stack, int stack_idx, in ShouldStepInRecursion() 122 std::vector<int> stack(params->ngram_size, 0); in Eval() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/clone3/ |
H A D | clone302.c | 21 unsigned long stack; variable 31 unsigned long stack; member
|
/aosp_15_r20/frameworks/base/tools/preload/ |
H A D | Proc.java | 96 LinkedList<Operation> stack = stacks.get(threadId); in startOperation() local 118 LinkedList<Operation> stack = stacks.get(threadId); in endOperation() local
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/ |
D | AbstractJobTest.java | 103 DocumentStack stack = in createOperation() local 127 DocumentStack stack = in createJob() local
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/cpx/ |
H A D | soc_util.c | 39 uint8_t socket0_get_ubox_busno(const uint8_t stack) in socket0_get_ubox_busno() 73 uint8_t soc_get_iio_ioapicid(int socket, int stack) in soc_get_iio_ioapicid()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/ |
D | Nodes.java | 977 Deque<N> stack = new ArrayDeque<>(8); in initStack() local 988 protected final N findNextLeafNode(Deque<N> stack) { in findNextLeafNode() 1108 Deque<Node<T>> stack = initStack(); in forEachRemaining() local 1162 Deque<N> stack = initStack(); in forEachRemaining() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/ |
D | Nodes.java | 977 Deque<N> stack = new ArrayDeque<>(8); in initStack() local 988 protected final N findNextLeafNode(Deque<N> stack) { in findNextLeafNode() 1108 Deque<Node<T>> stack = initStack(); in forEachRemaining() local 1162 Deque<N> stack = initStack(); in forEachRemaining() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/ |
H A D | Nodes.java | 977 Deque<N> stack = new ArrayDeque<>(8); in initStack() local 988 protected final N findNextLeafNode(Deque<N> stack) { in findNextLeafNode() 1108 Deque<Node<T>> stack = initStack(); in forEachRemaining() local 1162 Deque<N> stack = initStack(); in forEachRemaining() local
|
/aosp_15_r20/external/libxml2/ |
H A D | timsort.h | 324 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) { in CHECK_INVARIANT() 373 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, in TIM_SORT_MERGE() 426 static int TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, in TIM_SORT_COLLAPSE()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | timsort.h | 322 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) { in CHECK_INVARIANT() 371 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, in TIM_SORT_MERGE() 424 static int TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, in TIM_SORT_COLLAPSE()
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_linux.cc | 159 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { in ReadContextStack() 165 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { in ReadContextStack()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/ |
H A D | backend_fallback_test.cpp | 26 void generic_mode_fallback(const c10::OperatorHandle& op, torch::jit::Stack* stack) { in generic_mode_fallback() 47 void generic_wrapper_fallback(const c10::OperatorHandle& op, torch::jit::Stack* stack) { in generic_wrapper_fallback()
|
/aosp_15_r20/external/grpc-grpc/test/core/channel/ |
H A D | channel_stack_builder_test.cc | 85 auto stack = builder.Build(); in TEST() local 100 auto stack = builder.Build(); in TEST() local
|
/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/ |
D | guest_thread.cc | 118 GuestThread* GuestThread::CreatePthread(void* stack, size_t stack_size, size_t guard_size) { in CreatePthread() 206 bool GuestThread::AllocStack(void* stack, size_t stack_size, size_t guard_size) { in AllocStack()
|
/aosp_15_r20/external/grpc-grpc/test/core/util/ |
H A D | stack_tracer.cc | 69 void DumpStackTrace(void* const stack[], int frame_sizes[], int depth, in DumpStackTrace() 96 void* stack[kNumStackFrames]; in GetCurrentStackTrace() local
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | torchscript_functions.cpp | 19 std::vector<c10::IValue>& stack, in rpcTorchscript() 85 std::vector<c10::IValue>& stack, in remoteTorchscript()
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi.c | 40 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() 228 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, in ffi_prep_incoming_args_SYSV()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/ |
H A D | function_impl.cpp | 68 void GraphFunction::run(Stack& stack) { in run() 74 Stack& stack, in runAsync()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/ |
D | generation.go | 180 stacks *dataTable[stackID, stack], argument 269 func addStacks(stackTable *dataTable[stackID, stack], pcs map[uint64]frame, b batch) error { argument
|
/aosp_15_r20/external/libffi/src/x86/ |
H A D | ffi.c | 264 char *stack, *argp; in ffi_call_int() local 423 ffi_closure_inner (struct closure_frame *frame, char *stack) in ffi_closure_inner() 673 char *stack, *argp; in ffi_raw_call() local
|
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | stack_sampling_profiler_test_util.cc | 361 void ExpectStackContains(const std::vector<Frame>& stack, in ExpectStackContains() 382 void ExpectStackContainsNames(const std::vector<Frame>& stack, in ExpectStackContainsNames() 401 const std::vector<Frame>& stack, in ExpectStackDoesNotContain()
|
/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/ |
H A D | NotificationStack.kt | 127 val stack = waitForObj(NOTIFICATION_STACK_SCROLLER) in <lambda>() constant 390 val stack: UiObject2 = in <lambda>() constant
|
/aosp_15_r20/external/pytorch/functorch/dim/ |
H A D | __init__.py | 90 stack = _C.stack variable 95 stack = reference.stack variable
|