Home
last modified time | relevance | path

Searched defs:stack (Results 201 – 225 of 2684) sorted by relevance

12345678910>>...108

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstackwalk_common.cc315 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/
Dstack.go446 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 Dskip_gram.cc73 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 Dclone302.c21 unsigned long stack; variable
31 unsigned long stack; member
/aosp_15_r20/frameworks/base/tools/preload/
H A DProc.java96 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/
DAbstractJobTest.java103 DocumentStack stack = in createOperation() local
127 DocumentStack stack = in createJob() local
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/cpx/
H A Dsoc_util.c39 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/
DNodes.java977 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/
DNodes.java977 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 DNodes.java977 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 Dtimsort.h324 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 Dtimsort.h322 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 Dasan_linux.cc159 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 Dbackend_fallback_test.cpp26 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 Dchannel_stack_builder_test.cc85 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/
Dguest_thread.cc118 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 Dstack_tracer.cc69 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 Dtorchscript_functions.cpp19 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/
Dffi.c40 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 Dfunction_impl.cpp68 void GraphFunction::run(Stack& stack) { in run()
74 Stack& stack, in runAsync()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dgeneration.go180 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 Dffi.c264 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 Dstack_sampling_profiler_test_util.cc361 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 DNotificationStack.kt127 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__.py90 stack = _C.stack variable
95 stack = reference.stack variable

12345678910>>...108