/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | VmapInterpreter.cpp | 8 torch::jit::Stack* stack) { in processImpl() 15 torch::jit::Stack* stack, in sendToNextInterpreterImpl()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | graph_executor.cpp | 246 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 D | ssl_stack.c | 32 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 D | StackTraceTools.java | 16 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 D | asan_report.cc | 885 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/ |
D | channel_stack.cc | 112 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 D | static-policy.json | 31 "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 D | grafana-afl++.json | 112 "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 D | Logger.java | 317 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 D | binder_tracker.cc | 558 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 D | JavaCrashParser.java | 56 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 D | function.cpp | 58 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 D | fallback.cpp | 27 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 D | test_type_specializations.cpp | 60 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/ |
D | virtual_guest_call_frame_riscv64_test.cc | 36 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 D | Volley.java | 42 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 D | rule-tracing.rb | 20 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 D | cord_rep_btree.cc | 359 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 D | cord_rep_btree.cc | 359 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/ |
D | cord_rep_btree.cc | 360 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 D | cord_rep_btree.cc | 359 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 D | qpTestLog.c | 85 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 D | cord_rep_btree.cc | 360 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 D | cord_rep_btree.cc | 359 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 D | ValidationException.java | 54 Stack<Supplier<String>> stack = contextLocal.get(); in pushCurrentThreadValidationContext() local 74 Stack<?> stack = contextLocal.get(); in popCurrentThreadValidationContext() local
|