/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | attestation_record.cpp | 143 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag()
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | DescriptorMessageInfoFactory.java | 161 private final Stack<Node> stack = new Stack<Node>(); field in DescriptorMessageInfoFactory.IsInitializedCheckAnalyzer
|
/aosp_15_r20/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduComposer.java | 1102 private LengthRecordNode stack = null; field in PduComposer.BufferStack
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | profiler_legacy.h | 203 const std::vector<std::string>& stack() const { in stack() function
|
/aosp_15_r20/system/nfc/src/gki/ulinux/ |
H A D | gki_ulinux.cc | 186 uint16_t* stack, uint16_t stacksize, void* pCondVar, in GKI_create_task()
|
/aosp_15_r20/external/libffi/src/riscv/ |
H A D | ffi.c | 448 size_t *stack, call_context *aregs) in ffi_closure_inner()
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | CodeAttribute.java | 58 public CodeAttribute(ConstPool cp, int stack, int locals, byte[] code, in CodeAttribute()
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cc | 143 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { in FdLocation()
|
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/ |
H A D | linux_ptrace_dumper_unittest.cc | 453 const void* stack; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/ |
D | unix.rs | 267 let stack = if stack { MAP_STACK } else { 0 }; in map_anon() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ast/ |
D | mod.rs | 1380 let mut stack = vec![mem::replace(self, empty_ast())]; in drop() localVariable 1441 let mut stack = vec![mem::replace(self, empty_set())]; in drop() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_dataflow_analysis.cc | 100 absl::InlinedVector<const HloInstruction*, 4> stack; in AreTransitiveUsesElementwiseOrTuple() local 227 absl::InlinedVector<const HloInstruction*, 4> stack; in AreTransitiveUsesEffectivelyElementwise() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | tensorexpr_init.cpp | 801 Stack stack; in initTensorExprBindings() local 818 Stack stack; in initTensorExprBindings() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | LDMLUtilities.java | 84 Map<String, String> stack) { in getFullyResolvedLDML() argument 890 Map<String, String> stack) { in resolveAliases() argument
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_darwin.c | 106 ffi_prep_args (extended_cif *ecif, unsigned long *const stack) in ffi_prep_args()
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_module_api.cpp | 74 std::vector<IValue> stack; in TEST() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | exec_linux.go | 201 stack uint64 // Pointer to lowest byte of stack member
|
/aosp_15_r20/external/libffi/src/x86/ |
H A D | ffi64.c | 562 char *stack, *argp; in ffi_call_int() local
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | minidump_processor.cc | 339 scoped_ptr<CallStack> stack(new CallStack()); in Process() local
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | trace_event_argument.cc | 359 std::vector<Value*> stack; in ToBaseValue() local
|
/aosp_15_r20/external/libdivsufsort/lib/ |
H A D | trsort.c | 331 struct { const saidx_t *a; saidx_t *b, *c; saint_t d, e; }stack[STACK_SIZE]; in tr_introsort() local
|
/aosp_15_r20/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
H A D | DelegateMethodAdapter.java | 408 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { in visitFrame()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | regalloc.c | 51 unsigned *stack; member
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | pyperf.h | 53 int32_t stack[STACK_MAX_LEN]; member
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkBlockAllocatorTest.cpp | 82 SkBlockAllocator stack{GrowthPolicy::kFixed, 2048}; in DEF_TEST() local
|