Home
last modified time | relevance | path

Searched defs:stack (Results 326 – 350 of 2684) sorted by relevance

1...<<11121314151617181920>>...108

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dstack_overflow.rs200 let mut stack = mem::zeroed(); in make_handler() localVariable
216 let stack = libc::stack_t { in drop_handler() localVariable
/aosp_15_r20/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
H A DAnalyzerAdapterTest.java197 final Object[] stack) { in visitFrame()
207 ArrayList<Object> stack = toFrameTypes(analyzerAdapter.stack); in maybeInsertFrame() local
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
DFileOperationServiceTest.java327 DocumentStack stack = new DocumentStack(); in createCopyIntent() local
342 DocumentStack stack = new DocumentStack(); in createDeleteIntent() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc282 bool SymbolizePC(uptr addr, SymbolizedStack *stack) override { in SymbolizePC()
350 bool SymbolizePC(uptr addr, SymbolizedStack *stack) override { in SymbolizePC()
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
H A DWindowManagerState.kt210 for (stack in rootTasks) { in <lambda>() variable
252 ?.mapNotNull { stack -> in <lambda>() method
271 ?.mapNotNull { stack -> in <lambda>() method
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dbookkeeping_unittest.cc28 std::vector<unwindstack::FrameData> stack() { in stack() function
263 const std::vector<unwindstack::FrameData>* stack; // nullptr for free in TEST() member
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/
H A Duncore_acpi.c264 int stack = iio_pci_domain_stack_from_dev(iommu); in acpi_create_drhd() local
407 int stack = iio_pci_domain_stack_from_dev(dev); in acpi_create_atsr() local
/aosp_15_r20/external/flatbuffers/ts/flexbuffers/
H A Dbuilder.ts18 readonly stack: Array<StackValue> = []; property in Builder
217 const stack = this.stack constant
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dalgorithm.cc37 std::vector<Work> stack(start.size()); in DFSFromHelper() local
134 std::vector<Work> stack(start.size()); in ReverseDFSFromHelper() local
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
Dffi.c279 struct ia64_args *stack; in ffi_call() local
451 ffi_closure_unix_inner (ffi_closure *closure, struct ia64_args *stack, in ffi_closure_unix_inner()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_shape_analysis.cpp222 auto stack = createStack({at::rand({2, 5}), last_inps[0], last_inps[1]}); in TEST() local
232 Stack stack(inps.begin(), inps.end()); in TEST() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.h1000 Stack stack; in createStackForSchema() local
1059 inline py::object createPyObjectForStack(Stack&& stack) { in createPyObjectForStack()
1108 auto stack = in runAndInsertCall() local
/aosp_15_r20/external/selinux/checkpolicy/
H A Dmodule_compiler.c1114 static int is_scope_in_stack(const scope_datum_t * scope, const scope_stack_t * stack) in is_scope_in_stack()
1161 const scope_stack_t * stack) in is_perm_in_stack()
1371 static int copy_requirements(avrule_decl_t * dest, const scope_stack_t * stack) in copy_requirements()
/aosp_15_r20/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
H A DAnalyzerAdapter.java80 public List<Object> stack; field in AnalyzerAdapter
198 final Object[] stack) { in visitFrame()
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarZonesAudioFocusUnitTest.java460 AudioFocusStack stack = in transientlyLoseAudioFocusForZone_forActiveFocusHolders() local
483 AudioFocusStack stack = in transientlyLoseAudioFocusForZone_forInactiveFocusHolders() local
/aosp_15_r20/external/skia/src/core/
H A DSkClipStack.h449 B2TIter(const SkClipStack& stack) in B2TIter()
459 void reset(const SkClipStack& stack) { in reset()
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_thread.cc32 StackTrace *stack; member
84 u32 parent_tid, StackTrace *stack, in Create()
/aosp_15_r20/external/libffi/src/ia64/
H A Dffi.c295 struct ia64_args *stack; in ffi_call() local
467 ffi_closure_unix_inner (ffi_closure *closure, struct ia64_args *stack, in ffi_closure_unix_inner()
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc235 std::stack<State>* stack = &thread_state->stack; in PushState() local
248 std::stack<State>* stack = &it->second.stack; in PopState() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsignal_unix.go1378 stack stack member
1423 func signalstack(s *stack) {
/aosp_15_r20/external/cronet/components/metrics/call_stacks/
H A Dcall_stack_profile_metrics_provider_unittest.cc308 CallStackProfile::Stack* stack = call_stack_profile->add_stack(); in MakeMinimallySuccessfulCallStackProfile() local
439 CallStackProfile::Stack* stack = in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/
Drandom_state.rs170 let stack = self as *const _ as usize; localVariable
178 let stack = self as *const _ as usize; localVariable
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp472 std::vector<BasicBlock*> stack; in FindCaseFallThrough() local
1203 std::vector<BasicBlock*> stack; in ReachabilityPass() local
1223 std::vector<BasicBlock*> stack; in ReachabilityPass() local
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DActualValueInference.java891 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { in visitFrame()
1236 static FrameInfo create(ImmutableList<StackEntry> locals, ImmutableList<StackEntry> stack) { in create()
1242 abstract ImmutableList<StackEntry> stack(); in stack() method in ActualValueInference.FrameInfo
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp472 std::vector<BasicBlock*> stack; in FindCaseFallThrough() local
1203 std::vector<BasicBlock*> stack; in ReachabilityPass() local
1223 std::vector<BasicBlock*> stack; in ReachabilityPass() local

1...<<11121314151617181920>>...108