Home
last modified time | relevance | path

Searched refs:Storage (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/libs/debugstore/rust/src/
Dstorage.rs20 pub struct Storage<T, const N: usize> { struct
24 impl<T, const N: usize> Storage<T, N> { implementation
59 let storage = Storage::<i32, 10>::new(); in test_insert_and_retrieve()
68 let storage = Storage::<i32, 5>::new(); in test_fold_functionality()
82 let storage = Storage::<i32, 10>::new(); in test_insert_and_retrieve_multiple_values()
102 let storage = Storage::<i32, 1>::new(); in test_storage_limit()
115 let storage = Arc::new(Storage::<i32, 100>::new()); in test_concurrent_insertions()
Dcore.rs18 use super::storage::Storage;
32 event_store: Storage<Event, { DebugStore::DEFAULT_EVENT_LIMIT }>,
53 Self { id_generator: AtomicU64::new(1), event_store: Storage::new() } in new()
/frameworks/base/services/incremental/
DMetadata.proto18 message Storage { message
23 Storage storage = 1;
DIncrementalService.h333 struct Storage { struct
340 using StorageMap = std::unordered_map<StorageId, Storage>;
DIncrementalService.cpp274 return storages.insert_or_assign(id, Storage{std::move(fullName)}).first; in makeStorage()
1575 IncFsMount::Storage{path::join(root, name)}); in adoptMountedInstances()
1763 IncFsMount::Storage{ in mountExistingImage()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_QPD_Init.cpp36 pQPD_State->pDelay = pTaps->Storage; in LVPSA_QPD_Init()
43 pQPD_State->pDelay = pTaps->Storage; in LVPSA_QPD_Init_Float()
DLVPSA_QPD.h47 LVM_INT32 Storage[1]; member
52 LVM_FLOAT Storage[1]; member
/frameworks/base/core/jni/
Dcom_android_internal_security_VerityUtils.cpp115 using Storage = std::aligned_storage_t<sizeof(fsverity_digest) + kDigestSha256>; in measureFsverity() typedef
117 Storage bytes; in measureFsverity()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Timer.h49 LVM_INT32 Storage[9]; member
DBIQUAD.h32 LVM_FLOAT Storage[LVM_MAX_CHANNELS]; member
/frameworks/base/wifi/migration_samples/
DREADME.txt18 2) WifiConfigStoreSoftAp.xml - Storage for user's softap/tethering configuration.
32 4) WifiConfigStoreNetworkSuggestions.xml - Storage for app installed network suggestions.
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DOWNERS6 per-file *Storage* = file:/core/java/android/os/storage/OWNERS
/frameworks/base/docs/downloads/
DREADME9 Google Cloud Storage.
/frameworks/base/core/java/android/os/storage/
DOWNERS5 # Android Storage Team
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto174 // ACTION: Settings -> Storage -> Manage storage -> Click Storage Manager
535 // ACTION: Storage initialization wizard initialization choice of external/portable
540 // ACTION: Storage initialization wizard initialization choice of internal/adoptable
545 // ACTION: Storage initialization wizard benchmark fast choice of continue
550 // ACTION: Storage initialization wizard benchmark slow choice of continue
555 // ACTION: Storage initialization wizard benchmark slow choice of abort
560 // ACTION: Storage initialization wizard migration choice of now
565 // ACTION: Storage initialization wizard migration choice of later
2588 // OPEN: Settings > Internal storage > Storage manager
2693 // OPEN: Settings > Storage > Dialog for forgetting a storage device
[all …]
Dtvsettings_enums.proto514 // TvSettings > Apps > App permission > Storage
691 // TvSettings > System > Storage
/frameworks/av/services/mediametrics/fuzzer/
DREADME.md13 2. Media Metrics Time Machine Storage (module name: `TimeMachineStorage`)
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecConfig.java70 private @interface Storage {} annotation in HdmiCecConfig
718 @Storage
874 @Storage int storage = getStorage(setting); in retrieveValue()
890 @Storage int storage = getStorage(setting); in storeValue()
943 @Storage int storage = getStorage(setting); in registerChangeListener()
/frameworks/base/services/core/java/com/android/server/
DOWNERS33 per-file *Storage* = file:/core/java/android/os/storage/OWNERS
DEventLogTags.logtags58 # Storage volume state and usable space in bytes
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2334 // OPEN: Settings > Internal storage > Storage manager
2343 // ACTION: Settings > Storage > Free Up Space > Photos & Videos > Toggle
2348 // ACTION: Settings > Storage > Free Up Space > Apps > Toggle
2353 // ACTION: Settings > Storage > Free Up Space > Apps > Click an unchecked app
2358 // ACTION: Settings > Storage > Free Up Space > Apps > Click a checked app
2363 // ACTION: Settings > Storage > Free Up Space > Apps > Click category
2368 // ACTION: Settings > Storage > Free Up Space > Downloads > Check On
2373 // ACTION: Settings > Storage > Free Up Space > Downloads > Click category
2378 // ACTION: Settings > Storage > Free Up Space > Free up ... GB
2382 // ACTION: Settings > Storage > Free Up Space > Cancel
[all …]
/frameworks/proto_logging/stats/atoms/sdksandbox/
Dsdksandbox_extension_atoms.proto115 // Storage
/frameworks/proto_logging/stats/atoms/art/
Dodrefresh_extension_atoms.proto82 // Storage operation failed.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto916 message Storage { message
922 optional Storage storage = 115;
/frameworks/proto_logging/stats/atoms/adservices/
Dadservices_extension_atoms.proto1834 * Storage stats for a single file group. This is logged as a nested field and is not meant to be lo…
1851 // Storage stats for all file groups in the MDD Instance

12