/aosp_15_r20/external/pytorch/c10/core/ |
H A D | Storage.h | 25 struct C10_API Storage { struct 32 Storage() = default; argument 33 Storage(c10::intrusive_ptr<StorageImpl> ptr) in Storage() argument 42 : storage_impl_(c10::make_intrusive<StorageImpl>( in storage_impl_() argument 57 : storage_impl_(c10::make_intrusive<StorageImpl>( in storage_impl_() argument 65 explicit Storage(unsafe_borrow_t, const Storage& rhs) in Storage() function 69 friend MaybeOwnedTraits<Storage>; argument 75 static Storage create_legacy(at::Device device) { in create_legacy() argument 86 void reset_legacy() { in reset_legacy() 93 void set_nbytes(size_t size_bytes) const { in set_nbytes() [all …]
|
/aosp_15_r20/device/generic/goldfish/fingerprint/ |
D | storage.h | 25 struct Storage { struct 38 Storage(int32_t sensorId, int32_t userId); argument 40 static constexpr int getMaxEnrollmentsPerUser() { return kMaxEnrollmentsPerUser; } in getMaxEnrollmentsPerUser() 41 int64_t getAuthenticatorId() const { return mAuthId; } in getAuthenticatorId() 53 static constexpr int kMaxEnrollmentsPerUser = 5; 55 struct LockOut { 66 const int32_t mSensorId; 67 const int32_t mUserId; 68 int64_t mAuthId = 0; 69 int64_t mSecureUserId = 0; [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/ |
D | Trace.h | 547 struct Storage { struct 550 std::vector<Process *> postmortem_processes; 559 live_thread_data; 563 live_cpu_data_sizes; 567 live_cpu_data; 570 llvm::DenseMap<ConstString, uint64_t> live_process_data; 595 Storage &GetUpdatedStorage(); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/ |
D | Trace.h | 547 struct Storage { struct 550 std::vector<Process *> postmortem_processes; 559 live_thread_data; 563 live_cpu_data_sizes; 567 live_cpu_data; 570 llvm::DenseMap<ConstString, uint64_t> live_process_data; 595 Storage &GetUpdatedStorage(); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/ |
D | Trace.h | 547 struct Storage { struct 550 std::vector<Process *> postmortem_processes; 559 live_thread_data; 563 live_cpu_data_sizes; 567 live_cpu_data; 570 llvm::DenseMap<ConstString, uint64_t> live_process_data; 595 Storage &GetUpdatedStorage(); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/ |
D | Trace.h | 547 struct Storage { struct 550 std::vector<Process *> postmortem_processes; 559 live_thread_data; 563 live_cpu_data_sizes; 567 live_cpu_data; 570 llvm::DenseMap<ConstString, uint64_t> live_process_data; 595 Storage &GetUpdatedStorage(); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 44 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 69 StorageType Storage, bool ShouldCreate) { in getImpl() 324 StorageType Storage, bool ShouldCreate) { in getImpl() 380 DISubrange::DISubrange(LLVMContext &C, StorageType Storage, in DISubrange() 384 StorageType Storage, bool ShouldCreate) { in getImpl() 394 int64_t Lo, StorageType Storage, in getImpl() 404 StorageType Storage, bool ShouldCreate) { in getImpl() 493 DIGenericSubrange::DIGenericSubrange(LLVMContext &C, StorageType Storage, in DIGenericSubrange() 501 StorageType Storage, in getImpl() 576 DIEnumerator::DIEnumerator(LLVMContext &C, StorageType Storage, in DIEnumerator() [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | bounded_inline_vector_impl.h | 123 struct Storage { struct 129 explicit Storage(Ts&&... elements) : size(sizeof...(Ts)) { in Storage() argument 133 Storage(const Storage& other) { in Storage() function 137 Storage(Storage&& other) { in Storage() function 156 ~Storage() { DestroyElements(data, size); } in ~Storage() argument 166 // Storage implementation for trivial element types when the capacity is small argument
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 43 Metadata *InlinedAt, StorageType Storage, in getImpl() 164 StorageType Storage, bool ShouldCreate) { in getImpl() 216 StorageType Storage, bool ShouldCreate) { in getImpl() 222 MDString *Name, StorageType Storage, in getImpl() 233 StorageType Storage, bool ShouldCreate) { in getImpl() 246 Metadata *ExtraData, StorageType Storage, bool ShouldCreate) { in getImpl() 262 Metadata *TemplateParams, MDString *Identifier, StorageType Storage, in getImpl() 341 StorageType Storage, in getImpl() 349 MDString *Directory, StorageType Storage, in getImpl() [all …]
|
/aosp_15_r20/external/executorch/extension/tensor/ |
H A D | tensor_ptr.cpp | 27 struct Storage final { struct 28 exec_aten::TensorImpl tensor_impl; 29 exec_aten::Tensor tensor; 30 std::vector<exec_aten::SizesType> sizes; 31 std::vector<exec_aten::DimOrderType> dim_order; 32 std::vector<exec_aten::StridesType> strides; 33 std::function<void(void*)> deleter; 35 Storage( in Storage() argument 48 ~Storage() { in ~Storage()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 29 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 54 StorageType Storage, bool ShouldCreate) { in getImpl() 265 StorageType Storage, bool ShouldCreate) { in getImpl() 321 StorageType Storage, bool ShouldCreate) { in getImpl() 328 int64_t Lo, StorageType Storage, in getImpl() 337 StorageType Storage, bool ShouldCreate) { in getImpl() 347 DIFlags Flags, StorageType Storage, in getImpl() 375 StorageType Storage, bool ShouldCreate) { in getImpl() 393 StorageType Storage, bool ShouldCreate) { in getImpl() 472 StorageType Storage, in getImpl() [all …]
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 38 struct Storage { struct 39 Storage() : NumDiagArgs(0) { } in Storage() function 41 enum { 51 unsigned char NumDiagArgs; 76 /// \brief An allocator for Storage objects, which uses a small cache to argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A D | async_runtime.cc | 83 struct Storage { struct in mlir::runtime::AsyncValue 84 static const int kSize = 128; // enough to fit memref descriptor of rank 5 85 static const int kAlign = alignof(std::max_align_t); 87 Storage(size_t size, size_t alignment) in Storage() argument 92 ~Storage() { in ~Storage() 96 static bool CanStoreInline(size_t size, size_t alignment) { in CanStoreInline() 101 bool is_inline; 102 union {
|
/aosp_15_r20/external/rust/android-crates-io/crates/moveit/src/ |
D | move_ref.rs | 215 type Storage: Sized; typedef 233 storage: DroppingSlot<'frame, Self::Storage>, in as_move() 240 type Storage = (); typedef 245 storage: DroppingSlot<'frame, Self::Storage>, in as_move() 255 type Storage = P::Storage; typedef 260 storage: DroppingSlot<'frame, Self::Storage>, in as_move() 400 storage: DroppingSlot<'frame, Self::Storage>, in deref_move() 410 _storage: DroppingSlot<'frame, Self::Storage>, in deref_move() 440 storage: DroppingSlot<'frame, Self::Storage>, in deref_move() 466 storage: DroppingSlot<'frame, T::Storage>, in deref_move()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/thread_local/fast_local/ |
H A D | eager.rs | 14 pub struct Storage<T> { struct 19 impl<T> Storage<T> { implementation 66 let storage = unsafe { &*(ptr as *const Storage<T>) }; in destroy() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/thread_local/fast_local/ |
H A D | eager.rs | 14 pub struct Storage<T> { struct 19 impl<T> Storage<T> { impl 66 let storage = unsafe { &*(ptr as *const Storage<T>) }; in destroy() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/thread_local/native/ |
H A D | eager.rs | 14 pub struct Storage<T> { struct 19 impl<T> Storage<T> { argument 66 let storage = unsafe { &*(ptr as *const Storage<T>) }; in destroy() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/native/ |
H A D | eager.rs | 14 pub struct Storage<T> { struct 19 impl<T> Storage<T> { implementation 66 let storage = unsafe { &*(ptr as *const Storage<T>) }; in destroy() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/native/ |
H A D | eager.rs | 14 pub struct Storage<T> { struct 19 impl<T> Storage<T> { argument 66 let storage = unsafe { &*(ptr as *const Storage<T>) }; in destroy() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/ |
H A D | os.rs | 44 pub struct Storage<T> { struct 49 unsafe impl<T> Sync for Storage<T> {} implementation 57 impl<T: 'static> Storage<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/thread_local/ |
H A D | os.rs | 44 pub struct Storage<T> { struct 49 unsafe impl<T> Sync for Storage<T> {} argument 57 impl<T: 'static> Storage<T> { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/ |
H A D | os.rs | 44 pub struct Storage<T> { struct 49 unsafe impl<T> Sync for Storage<T> {} argument 57 impl<T: 'static> Storage<T> { impl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 125 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 218 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode() 292 DISubrange(LLVMContext &C, StorageType Storage, Metadata *Node, in DISubrange() 352 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, in DIEnumerator() 401 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIScope() 492 DIFile(LLVMContext &C, StorageType Storage, in DIFile() 591 DIType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIType() 695 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType() 764 DIDerivedType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIDerivedType() 896 DICompositeType(LLVMContext &C, StorageType Storage, unsigned Tag, in DICompositeType() [all …]
|
/aosp_15_r20/prebuilts/tools/common/google-api-services-storage/1.24.1/ |
HD | google-api-services-storage-v1-rev155-1.24.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/ |
D | google-api-services-storage-v1-rev158-1.25.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |