Home
last modified time | relevance | path

Searched defs:stack (Results 26 – 50 of 2684) sorted by relevance

12345678910>>...108

/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_quantization.cpp51 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
81 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
113 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
165 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
209 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
246 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
301 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
340 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
371 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
433 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dslice_tracker.cc107 auto finder = [this, category, name](const SlicesStack& stack) { in End()
121 auto& stack = it->slice_stack; in AddArgs() local
155 auto& stack = track_info.slice_stack; in StartSlice() local
228 SlicesStack& stack = track_info.slice_stack; in CompleteSlice() local
275 const SlicesStack& stack, in MatchingIncompleteSliceIndex()
351 const auto& stack = iter->slice_stack; in GetTopmostSliceOnTrack() local
359 const SlicesStack& stack, in MaybeCloseStack()
423 int64_t SliceTracker::GetStackHash(const SlicesStack& stack) { in GetStackHash()
445 auto& stack = stacks_[track_id].slice_stack; in StackPop() local
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DADInterpreters.cpp12 const torch::jit::Stack* stack, in checkForInvalidMutationOnCaptures()
63 torch::jit::Stack* stack, in autogradBasedTransformProcess()
84 torch::jit::Stack* stack, in autogradBasedTransformSendToNext()
208 torch::jit::Stack* stack) { in processImpl()
214 torch::jit::Stack* stack, in sendToNextInterpreterImpl()
226 torch::jit::Stack* stack) { in processImpl()
232 torch::jit::Stack* stack, in sendToNextInterpreterImpl()
H A DBatchRulesDynamic.cpp21 void unsupportedDynamicOp(const c10::OperatorHandle& op, torch::jit::Stack* stack) { in unsupportedDynamicOp()
30 void unsupportedLocalScalarDense(const c10::OperatorHandle& op, torch::jit::Stack* stack) { in unsupportedLocalScalarDense()
43 void unsupportedItem(const c10::OperatorHandle& op, torch::jit::Stack* stack) { in unsupportedItem()
51 void unsupportedIsNonzero(const c10::OperatorHandle& op, torch::jit::Stack* stack) { in unsupportedIsNonzero()
59 void unsupportedAllclose(const c10::OperatorHandle& op, torch::jit::Stack* stack) { in unsupportedAllclose()
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_worker_stack_unittest.cc76 SchedulerWorkerStack stack; in TEST_F() local
119 SchedulerWorkerStack stack; in TEST_F() local
159 SchedulerWorkerStack stack; in TEST_F() local
197 SchedulerWorkerStack stack; in TEST_F() local
228 SchedulerWorkerStack stack; in TEST_F() local
248 SchedulerWorkerStack stack; in TEST_F() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_operators.cpp32 Stack stack; in TEST() local
62 Stack stack; in TEST() local
104 Stack stack; in TEST() local
141 Stack stack; in TEST() local
207 [](Stack& stack) { in TEST()
226 [](Stack& stack) { in TEST()
250 Stack stack; in TEST() local
H A Dtest_interpreter.cpp47 std::vector<IValue> stack({a, b}); in TEST_F() local
59 std::vector<IValue> stack({a, b}); in TEST_F() local
69 std::vector<IValue> stack({a, b}); in TEST_F() local
80 std::vector<IValue> stack({a, b}); in TEST_F() local
90 std::vector<IValue> stack({a, b}); in TEST_F() local
216 std::vector<IValue> stack; in TEST() local
245 std::vector<IValue> stack({a, b}); in TEST() local
/aosp_15_r20/external/google-breakpad/docs/
H A Dstack_walking.md60 ### Finding the Module
66 ### Locating Symbols
76 ### Loading Symbols
86 ### Getting source line information
107 ### Finding the caller frame
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc24 StackTrace stack = StackDepotGet(i1); in TEST() local
31 StackTrace stack = StackDepotGet((1 << 30) - 1); in TEST() local
37 StackTrace stack = StackDepotGet(i1); in TEST() local
42 StackTrace stack = StackDepotGet(0); in TEST() local
52 StackTrace stack = StackDepotGet(i1); in TEST() local
86 StackTrace stack = StackDepotGet(ids[i]); in TEST() local
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java41 int[] stack = new int[length]; in computeMaxStack() local
62 private void initStack(int[] stack, CodeAttribute ca) { in initStack()
72 private void visitBytecode(CodeIterator ci, int[] stack, int index) in visitBytecode()
100 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch()
191 int[] stack, int stackDepth) in checkTarget()
212 private int visitInst(int op, CodeIterator ci, int index, int stack) in visitInst()
/aosp_15_r20/external/libnetfilter_conntrack/src/conntrack/
H A Dstack.c17 struct stack { struct
24 struct stack *stack_create(size_t elem_size, int max_elems) in stack_create() argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Djit_trace.cpp38 Node* traceNode(Node* node, TracingData& td, Stack& stack) { in traceNode()
83 [pr, n, b, &td](Stack& stack) { in createPropNodeForIfBlock()
114 std::function<void(Stack&)> optional_profiler = [pr, n, &td](Stack& stack) { in traceLoopCounter()
146 std::function<void(Stack&)> optional_profiler = [pr, n, &td](Stack& stack) { in traceLoop()
185 std::function<void(Stack&)> optional_profiler = [pr, n, &td](Stack& stack) { in traceLoop()
242 std::function<void(Stack&)> optional_profiler = [pr, n, &td](Stack& stack) { in insertTracingNodes()
280 Stack& stack) { in TraceGraph()
/aosp_15_r20/external/executorch/runtime/kernel/test/
H A Doperator_registry_test.cpp94 "test::boo", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
137 "test::bar", key_1, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
142 "test::bar", key_2, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
197 "test::baz", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
202 "test::baz", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
218 "test::qux", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
250 "test::quux", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
282 [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java42 public void execute(CommandStack stack); in execute()
88 public void execute(CommandStack stack) { in execute()
105 public void execute(CommandStack stack) { in execute()
120 public void execute(CommandStack stack) { in execute()
143 public void execute(CommandStack stack) { in execute()
158 public void execute(CommandStack stack) { in execute()
173 public void execute(CommandStack stack) { in execute()
190 public void execute(CommandStack stack) { in execute()
217 public void execute(CommandStack stack) { in execute()
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DSimulator.java398 ExecutionStack stack = frame.getStack(); in visitNoArgs() local
421 ExecutionStack stack = frame.getStack(); in visitNoArgs() local
453 ExecutionStack stack = frame.getStack(); in visitNoArgs() local
465 ExecutionStack stack = frame.getStack(); in visitNoArgs() local
485 ExecutionStack stack = frame.getStack(); in visitNoArgs() local
506 ExecutionStack stack = frame.getStack(); in visitNoArgs() local
538 ExecutionStack stack = frame.getStack(); in visitNoArgs() local
/aosp_15_r20/external/coreboot/tests/lib/
H A Dstack-test.c24 u32 *stack = (u32 *)_stack; in fill_stack() local
56 u32 *stack = (u32 *)_stack; in test_almost_full_stack() local
82 u32 *stack = (u32 *)_stack; in test_partialy_filled_stack() local
96 u32 *stack = (u32 *)_stack; in test_alternately_filled_stack() local
111 u32 *stack = (u32 *)_stack; in test_incorrectly_initialized_stack() local
/aosp_15_r20/art/tools/ahat/etc/
H A Dhprofdump.py158 stack = readu4(hprof) variable
189 stack = readu4(hprof) variable
198 stack = readu4(hprof) variable
248 stack = readu4(hprof) ; length -= 4 variable
287 stack = readu4(hprof) ; length -= 4 variable
296 stack = readu4(hprof) ; length -= 4 variable
304 stack = readu4(hprof) ; length -= 4 variable
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/impl/
H A Dkernel_stackbased_test.cpp21 void errorKernel(const OperatorHandle&, Stack* stack) { in errorKernel()
25 void incrementKernel(const OperatorHandle&, Stack* stack) { in incrementKernel()
31 void decrementKernel(const OperatorHandle&, Stack* stack) { in decrementKernel()
38 …atchingKernel_with_DispatchKeySet(const OperatorHandle& op, c10::DispatchKeySet ks, Stack* stack) { in redispatchingKernel_with_DispatchKeySet()
148 void kernelWithoutTensorInputs(const OperatorHandle&, Stack* stack) { in kernelWithoutTensorInputs()
167 void kernelForSchemaInference(const OperatorHandle&, Stack* stack) { in kernelForSchemaInference()
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRunningTasksTest.java72 final Task stack = new TaskBuilder(mSupervisor) in testTaskInfo_expectNoExtrasByDefault() local
97 final Task stack = new TaskBuilder(mSupervisor) in testTaskInfo_expectExtrasWithKeepExtraFlag() local
122 final Task stack = new TaskBuilder(mSupervisor) in testGetTasksSortByFocusAndVisibility() local
171 private Task createTask(Task stack, String className, int taskId, Bundle extras) { in createTask()
193 final Task stack = new TaskBuilder(mSupervisor) in testMultipleDisplays() local
H A DActivityTaskManagerServiceTests.java110 final Task stack = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testActivityFinish() local
124 final Task stack = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testOnPictureInPictureRequested() local
144 final Task stack = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testOnPictureInPictureRequested_cannotEnterPip() local
157 final Task stack = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testOnPictureInPictureRequested_alreadyInPIPMode() local
321 final Task stack = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testEnterPipModeWhenResumed_autoEnterEnabled_returnTrue() local
337 final Task stack = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testEnterPipModeWhenResumed_autoEnterDisabled_returnTrue() local
353 final Task stack = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testEnterPipModeWhenPausing_autoEnterEnabled_returnFalse() local
369 final Task stack = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testEnterPipModeWhenPausing_autoEnterDisabled_returnTrue() local
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp66 static void FinishPendingText(Stack* stack) { in FinishPendingText()
80 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); in StartNamespaceHandler() local
97 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); in EndNamespaceHandler() local
108 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); in StartElementHandler() local
146 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); in EndElementHandler() local
156 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); in CharacterDataHandler() local
177 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); in CommentDataHandler() local
188 Stack stack; in Inflate() local
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_copier_suspend_unittest.cc107 const std::vector<uintptr_t> stack = {0, 1, 2, 3, 4}; in TEST() local
128 std::vector<uintptr_t> stack; in TEST() local
170 std::vector<uintptr_t> stack(2); in TEST() local
196 const std::vector<uintptr_t> stack = {0}; in TEST() local
217 const std::vector<uintptr_t> stack = {0}; in TEST() local
235 std::vector<uintptr_t> stack = {0, 1, 2}; in TEST() local
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_eager/
H A Dkernel_holder.cpp63 const torch::jit::Stack& stack, in unpack_tensors()
102 const torch::jit::Stack& stack) { in unpack_input_parameters()
193 torch::jit::Stack* stack) { in operator ()()
205 const torch::jit::Stack* stack, in cache_lookup()
230 torch::jit::Stack* stack) { in cache_hit()
443 torch::jit::Stack* stack) { in cache_miss()
464 const torch::jit::Stack* stack) { in produce_aoti_kernel_lib()
/aosp_15_r20/external/executorch/extension/aten_util/test/
H A Dmake_aten_functor_from_et_functor_test.cpp320 torch::jit::Stack stack = {a, b}; in TEST_F() local
340 torch::jit::Stack stack = {weight, scale, zero_point, 0, 1, indices, out}; in TEST_F() local
354 torch::jit::Stack stack = {a, b, out}; in TEST_F() local
369 torch::jit::Stack stack = {a, b, out}; in TEST_F() local
384 torch::jit::Stack stack = {arrayref, out}; in TEST_F() local
400 torch::jit::Stack stack = {arrayref, out}; in TEST_F() local
418 torch::jit::Stack stack = {arrayref, out}; in TEST_F() local
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_poisoning.cc44 StackTrace *stack) { in CopyOrigin()
99 StackTrace *stack) { in MoveShadowAndOrigin()
109 StackTrace *stack) { in CopyShadowAndOrigin()
117 void CopyMemory(void *dst, const void *src, uptr size, StackTrace *stack) { in CopyMemory()
165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory()

12345678910>>...108