Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 10 of 10) sorted by relevance

/aosp14/system/core/mkbootfs/
H A Dmkbootfs.c257 int allocated = 8; in read_canned_config() local
261 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry)); in read_canned_config()
270 if (used >= allocated) { in read_canned_config()
271 allocated *= 2; in read_canned_config()
273 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()
290 if (used >= allocated) { in read_canned_config()
291 ++allocated; in read_canned_config()
293 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
H A DPluginInstanceTest.java184 public void assertInstances(Integer allocated, Integer created) { in assertInstances() argument
193 mCounter.assertInstances(allocated, created); in assertInstances()
200 public void assertInstances(Integer allocated, Integer created) { in assertInstances() argument
201 if (allocated != null) { in assertInstances()
202 assertEquals(allocated.intValue(), mAllocatedInstances.get()); in assertInstances()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp232 off_t allocated = 0; in Init() local
234 int status = fallocate(big_file_->fd, 0, allocated, next_consume); in Init()
242 allocated += next_consume; in Init()
248 LOG(INFO) << allocated << " bytes allocated to " << big_file_->path; in Init()
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto88 // Sectors allocated for the COW device. Recording this value right after
94 // Metadata sectors allocated for the COW device. Recording this value right
180 // Total number of sectors allocated in the COW files before performing the
189 // Sectors allocated for metadata in all the snapshot devices.
/aosp14/frameworks/base/config/
H A DREADME.md10 * preloaded-classes: classes that will be allocated in the boot image, and
H A Dpreloaded-classes18 # Classes in this file will be allocated into the boot image, and forcibly initialized in
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java525 ArrayList<Integer> allocated = new ArrayList<>(); in pollDevices() local
526 runDevicePolling(sourceAddress, pollingCandidates, retryCount, callback, allocated); in pollDevices()
567 final DevicePollingCallback callback, final List<Integer> allocated) { in runDevicePolling() argument
571 HdmiLogger.debug("[P]:AllocatedAddress=%s", allocated.toString()); in runDevicePolling()
572 callback.onPollingFinished(allocated); in runDevicePolling()
584 allocated.add(candidate); in runDevicePolling()
590 allocated); in runDevicePolling()
/aosp14/frameworks/base/core/proto/android/net/
H A Dnetworkcapabilities.proto105 // but may take into account link parameters (Radio technology, allocated
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DREADME.md89 (allocated) that number among the installed apps, intending to have some left over that could be
90 allocated as part of the rewards. There were several problems with that mechanism:
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes18 # Classes in this file will be allocated into the boot image, and forcibly initialized in