Home
last modified time | relevance | path

Searched defs:stack (Results 151 – 175 of 2684) sorted by relevance

12345678910>>...108

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DVmapInterpreter.cpp8 torch::jit::Stack* stack) { in processImpl()
15 torch::jit::Stack* stack, in sendToNextInterpreterImpl()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_executor.cpp246 static void unpackReturnTuple(Stack& stack) { in unpackReturnTuple()
261 Stack stack; in apply() local
573 void GraphExecutorImplBase::run(Stack& stack) { in run()
591 Stack& stack, in runAsync()
833 Stack& stack, in runAsync()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_stack.c32 OPENSSL_STACK *stack; in OPENSSL_sk_new() local
70 void OPENSSL_sk_free(OPENSSL_STACK *stack) in OPENSSL_sk_free()
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/util/
H A DStackTraceTools.java16 public static int getTestRoot(StackTraceElement[] stack,ITestNGMethod method) { in getTestRoot()
32 …public static StackTraceElement[] getTestNGInstrastructure(StackTraceElement[] stack,ITestNGMethod… in getTestNGInstrastructure()
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_report.cc885 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack) { in ReportMallocUsableSizeNotOwned()
899 BufferedStackTrace *stack) { in ReportSanitizerGetAllocatedSizeNotOwned()
915 BufferedStackTrace *stack) { in ReportStringFunctionMemoryRangesOverlap()
933 BufferedStackTrace *stack) { in ReportStringFunctionSizeOverflow()
948 BufferedStackTrace *stack) { in ReportBadParamsToAnnotateContiguousContainer()
1025 BufferedStackTrace *stack) { in ReportMacMzReallocUnknown()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_stack.cc112 grpc_channel_stack* stack) { in grpc_channel_stack_init()
169 void grpc_channel_stack_destroy(grpc_channel_stack* stack) { in grpc_channel_stack_destroy()
238 void grpc_call_stack_destroy(grpc_call_stack* stack, in grpc_call_stack_destroy()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dstatic-policy.json31 "stack": ["isrg_root_x1", "LEX3_isrg_root_x1"] array
34 "stack": ["digicert_global_ca_g2", "digicert_global_root_g2"] array
37 "stack": ["starfield_class_2_ca", "starfield_services_root_ca"] array
40 "stack": ["amazon_root_ca_1", "starfield_class_2_ca", "starfield_services_root_ca"] array
/aosp_15_r20/external/AFLplusplus/docs/resources/
H A Dgrafana-afl++.json112 "stack": false, boolean
224 "stack": false, boolean
319 "stack": false, boolean
423 "stack": false, boolean
518 "stack": false, boolean
622 "stack": false, boolean
726 "stack": false, boolean
821 "stack": false, boolean
925 "stack": false, boolean
1020 "stack": false, boolean
[all …]
/aosp_15_r20/external/emma/core/java12/com/vladium/logging/
H A DLogger.java317 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); in getLogger() local
340 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); in push() local
355 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); in pop() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dbinder_tracker.cc558 std::stack<BinderTracker::TxnFrame>* stack = utid_stacks_.Find(utid); in GetTidTopFrame() local
567 auto& stack = utid_stacks_[utid]; in PushTidFrame() local
574 std::stack<BinderTracker::TxnFrame>* stack = utid_stacks_.Find(utid); in PopTidFrame() local
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/parser/
H A DJavaCrashParser.java56 StringBuilder stack = new StringBuilder(); in parse() local
127 private void addMessageStack(JavaCrashItem jc, String message, String stack) { in addMessageStack()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dfunction.cpp58 std::vector<std::shared_ptr<Node>>& stack) { in gatherFunctions()
96 std::vector<std::shared_ptr<Node>> stack; in deleteNode() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dfallback.cpp27 return [dim, num_inputs](Stack& stack) { in __anon9268f9170202()
39 void runFallback(int64_t key, Stack& stack) { in runFallback()
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_type_specializations.cpp60 std::vector<IValue> stack = {ival, ival}; in TEST() local
61 auto run = [&](std::shared_ptr<Graph>& graph, std::vector<IValue> stack) { in TEST()
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/
Dvirtual_guest_call_frame_riscv64_test.cc36 alignas(uint64_t) std::array<char, 128> stack; in TEST() local
64 alignas(uint64_t) std::array<char, 128> stack; in TEST() local
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/
H A DVolley.java42 public static RequestQueue newRequestQueue(Context context, BaseHttpStack stack) { in newRequestQueue()
84 public static RequestQueue newRequestQueue(Context context, HttpStack stack) { in newRequestQueue()
/aosp_15_r20/external/antlr/runtime/Ruby/test/functional/debugging/
H A Drule-tracing.rb20 attr_accessor :stack, :traces accessor in TestRuleTracing
37 attr_accessor :stack, :traces accessor in TestRuleTracing
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc359 NodeStack stack; member
1022 CordRepBtree* stack[kMaxDepth]; in GetAppendBufferSlow() local
1109 void CordRepBtree::Rebuild(CordRepBtree** stack, CordRepBtree* tree, in Rebuild()
1150 CordRepBtree* stack[CordRepBtree::kMaxDepth + 1] = {node}; in Rebuild() local
1169 NodeStack stack; in ExtractAppendBuffer() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc359 NodeStack stack; member
1012 CordRepBtree* stack[kMaxDepth]; in GetAppendBufferSlow() local
1099 void CordRepBtree::Rebuild(CordRepBtree** stack, CordRepBtree* tree, in Rebuild()
1140 CordRepBtree* stack[CordRepBtree::kMaxDepth + 1] = {node}; in Rebuild() local
1159 NodeStack stack; in ExtractAppendBuffer() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc360 NodeStack stack; member
1013 CordRepBtree* stack[kMaxDepth]; in GetAppendBufferSlow() local
1100 void CordRepBtree::Rebuild(CordRepBtree** stack, CordRepBtree* tree, in Rebuild()
1141 CordRepBtree* stack[CordRepBtree::kMaxDepth + 1] = {node}; in Rebuild() local
1160 NodeStack stack; in ExtractAppendBuffer() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc359 NodeStack stack; member
1022 CordRepBtree* stack[kMaxDepth]; in GetAppendBufferSlow() local
1109 void CordRepBtree::Rebuild(CordRepBtree** stack, CordRepBtree* tree, in Rebuild()
1150 CordRepBtree* stack[CordRepBtree::kMaxDepth + 1] = {node}; in Rebuild() local
1169 NodeStack stack; in ExtractAppendBuffer() local
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpTestLog.c85 DE_INLINE void ContainerStack_reset(ContainerStack *stack) in ContainerStack_reset()
90 DE_INLINE bool ContainerStack_isEmpty(const ContainerStack *stack) in ContainerStack_isEmpty()
95 DE_INLINE bool ContainerStack_push(ContainerStack *stack, ContainerType type) in ContainerStack_push()
109 DE_INLINE ContainerType ContainerStack_pop(ContainerStack *stack) in ContainerStack_pop()
116 DE_INLINE ContainerType ContainerStack_getTop(const ContainerStack *stack) in ContainerStack_getTop()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcord_rep_btree.cc360 NodeStack stack; member
1013 CordRepBtree* stack[kMaxDepth]; in GetAppendBufferSlow() local
1100 void CordRepBtree::Rebuild(CordRepBtree** stack, CordRepBtree* tree, in Rebuild()
1141 CordRepBtree* stack[CordRepBtree::kMaxDepth + 1] = {node}; in Rebuild() local
1160 NodeStack stack; in ExtractAppendBuffer() local
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc359 NodeStack stack; member
1022 CordRepBtree* stack[kMaxDepth]; in GetAppendBufferSlow() local
1109 void CordRepBtree::Rebuild(CordRepBtree** stack, CordRepBtree* tree, in Rebuild()
1150 CordRepBtree* stack[CordRepBtree::kMaxDepth + 1] = {node}; in Rebuild() local
1169 NodeStack stack; in ExtractAppendBuffer() local
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/
H A DValidationException.java54 Stack<Supplier<String>> stack = contextLocal.get(); in pushCurrentThreadValidationContext() local
74 Stack<?> stack = contextLocal.get(); in popCurrentThreadValidationContext() local

12345678910>>...108