Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/tests/unit_fuzzers/
DMemoryDealerFuzz.cpp54 sp<IMemory> allocated = dealer->allocate(allocSize); in LLVMFuzzerTestOneInput() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginInstanceTest.java254 private void assertInstances(int allocated, int created) { in assertInstances()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java536 ArrayList<Integer> allocated = new ArrayList<>(); in pollDevices() local
583 final List<Integer> allocated, final long pollingMessageInterval, in runDevicePolling()
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp474 std::vector<std::pair<int, sp<Fence>>> allocated; in TEST_F() local