Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 24 of 24) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator_test.cpp26 const auto resources = GetParam(); in TEST_P() local
27 auto allocator = UniqueResourceAllocator<unsigned>::New(resources); in TEST_P()
31 std::unordered_set<unsigned> expected_ids{resources.cbegin(), in TEST_P()
32 resources.cend()}; in TEST_P()
36 for (int i = 0; i < resources.size(); i++) { in TEST_P()
Dunique_resource_allocator.h205 ReservationSet resources; in TakeAll() local
208 resources.insert(Reservation{*this, *(RemoveFromPool(itr))}); in TakeAll()
210 return resources; in TakeAll()
269 ReservationSet resources; in TakeRangeInternal() local
272 resources.insert(Reservation{*this, *(RemoveFromPool(itr))}); in TakeRangeInternal()
274 return resources; in TakeRangeInternal()
/device/sample/frameworks/PlatformLibrary/
DREADME.txt36 means there is no manifest or resources associated with the library.
37 Unfortunately this means that if you need any resources for the library, such
39 resources under frameworks/base/res. Please make sure when doing this that
40 you do not make any of these resources public, they should not become part of
42 own resources.
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/search/
DSearchFragment.java127 final Resources resources = getResources(); in onFocusChange() local
128 float elevation = resources.getDimension(hasFocus in onFocusChange()
131 ? resources.getFraction(R.fraction.search_item_focused_zoom, 1, 1) : 1.0f; in onFocusChange()
132 int duration = resources.getInteger(R.integer.search_orb_scale_duration_ms); in onFocusChange()
/device/google/atv/overlay/TvWifiOverlay/
DAndroid.bp21 package_name: "com.google.android.tv.overlay.wifi.resources",
22 target_package_name: "com.google.android.wifi.resources",
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DPriorityListManager.java19 PriorityListManager(@NonNull Resources resources) { in PriorityListManager() argument
20 String[] priorityList = resources.getStringArray(PRIORITIZED_QNAMES_ID); in PriorityListManager()
/device/google/caimito/rro_overlays/ConnectivityResourcesOverlayCaimito/
DAndroid.bp31 package_name: "com.google.android.connectivity.resources.caimito",
32 target_package_name: "com.google.android.connectivity.resources",
/device/google/cuttlefish/shared/phone/overlays/CuttlefishWifiOverlay/
DAndroid.bp30 package_name: "com.google.android.wifi.resources.cf",
31 target_package_name: "com.google.android.wifi.resources",
/device/google/comet/rro_overlays/ConnectivityResourcesOverlayComet/
DAndroid.bp31 package_name: "com.google.android.connectivity.resources.comet",
32 target_package_name: "com.google.android.connectivity.resources",
/device/google/cuttlefish/shared/auto/rro_overlay/ConnectivityOverlay/
DAndroid.bp32 package_name: "com.google.android.connectivity.resources.cuttlefish",
33 target_package_name: "com.google.android.connectivity.resources",
/device/generic/car/common/overlay_packages/ConnectivityOverlay/
DAndroid.bp33 package_name: "com.google.android.connectivity.resources.car.overlay",
34 target_package_name: "com.google.android.connectivity.resources",
/device/generic/goldfish/rro_overlays/ConnectivityOverlay/
DAndroid.bp44 package_name: "com.google.android.connectivity.resources.goldfish.overlay",
45 target_package_name: "com.google.android.connectivity.resources",
/device/generic/goldfish-opengl/system/hwc3/
DAndroid.bp35 "android.hardware.graphics.composer@2.1-resources",
36 "android.hardware.graphics.composer@2.2-resources",
/device/google/cuttlefish_vmm/x86_64-linux-gnu/
DCargo.lock24 "resources",
88 "resources",
766 "resources",
967 "resources",
1545 "resources",
2355 name = "resources"
2383 "resources",
2914 "resources",
3244 "resources",
Dbuilder-packages.txt581 python3-pkg-resources 40.8.0-1
/device/google/cuttlefish_vmm/aarch64-linux-gnu/
DCargo.lock24 "resources",
88 "resources",
766 "resources",
967 "resources",
1545 "resources",
2355 name = "resources"
2383 "resources",
2914 "resources",
3244 "resources",
Dbuilder-packages.txt547 python3-pkg-resources 40.8.0-1
/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.cpp208 XMLElement* resources = doc.RootElement(); in InitializeSimOperator() local
209 if (resources == NULL) { in InitializeSimOperator()
213 XMLElement* stringArray = resources->FirstChildElement("string-array"); in InitializeSimOperator()
/device/generic/car/emulator/cluster/rro_overlays/CarServiceOverlay_MdNd/
DAndroid.bp32 package_name: "com.google.android.car.resources.mdnd_emulator",
/device/generic/car/emulator/media/rro_overlay/CarServiceOverlay/
DAndroid.bp32 package_name: "com.google.android.car.resources.emulator.media",
/device/google/cuttlefish/shared/auto/rro_overlay/CarServiceOverlay/
DAndroid.bp32 package_name: "com.google.android.car.resources.cuttlefish",
/device/generic/car/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/
DAndroid.bp32 package_name: "com.google.android.car.resources.emulator.osdouble",
/device/generic/car/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/
DAndroid.bp32 package_name: "com.google.android.car.resources.md_emulator.osdouble",
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md25 This is where contexts, resources and fences are monitored.