/device/google/cuttlefish/common/libs/utils/ |
D | unique_resource_allocator_test.cpp | 26 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()
|
D | unique_resource_allocator.h | 205 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/ |
D | README.txt | 36 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/ |
D | SearchFragment.java | 127 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/ |
D | Android.bp | 21 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/ |
D | PriorityListManager.java | 19 PriorityListManager(@NonNull Resources resources) { in PriorityListManager() argument 20 String[] priorityList = resources.getStringArray(PRIORITIZED_QNAMES_ID); in PriorityListManager()
|
/device/google/caimito/rro_overlays/ConnectivityResourcesOverlayCaimito/ |
D | Android.bp | 31 package_name: "com.google.android.connectivity.resources.caimito", 32 target_package_name: "com.google.android.connectivity.resources",
|
/device/google/cuttlefish/shared/phone/overlays/CuttlefishWifiOverlay/ |
D | Android.bp | 30 package_name: "com.google.android.wifi.resources.cf", 31 target_package_name: "com.google.android.wifi.resources",
|
/device/google/comet/rro_overlays/ConnectivityResourcesOverlayComet/ |
D | Android.bp | 31 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/ |
D | Android.bp | 32 package_name: "com.google.android.connectivity.resources.cuttlefish", 33 target_package_name: "com.google.android.connectivity.resources",
|
/device/generic/car/common/overlay_packages/ConnectivityOverlay/ |
D | Android.bp | 33 package_name: "com.google.android.connectivity.resources.car.overlay", 34 target_package_name: "com.google.android.connectivity.resources",
|
/device/generic/goldfish/rro_overlays/ConnectivityOverlay/ |
D | Android.bp | 44 package_name: "com.google.android.connectivity.resources.goldfish.overlay", 45 target_package_name: "com.google.android.connectivity.resources",
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | Android.bp | 35 "android.hardware.graphics.composer@2.1-resources", 36 "android.hardware.graphics.composer@2.2-resources",
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | Cargo.lock | 24 "resources", 88 "resources", 766 "resources", 967 "resources", 1545 "resources", 2355 name = "resources" 2383 "resources", 2914 "resources", 3244 "resources",
|
D | builder-packages.txt | 581 python3-pkg-resources 40.8.0-1
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | Cargo.lock | 24 "resources", 88 "resources", 766 "resources", 967 "resources", 1545 "resources", 2355 name = "resources" 2383 "resources", 2914 "resources", 3244 "resources",
|
D | builder-packages.txt | 547 python3-pkg-resources 40.8.0-1
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | network_service.cpp | 208 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/ |
D | Android.bp | 32 package_name: "com.google.android.car.resources.mdnd_emulator",
|
/device/generic/car/emulator/media/rro_overlay/CarServiceOverlay/ |
D | Android.bp | 32 package_name: "com.google.android.car.resources.emulator.media",
|
/device/google/cuttlefish/shared/auto/rro_overlay/CarServiceOverlay/ |
D | Android.bp | 32 package_name: "com.google.android.car.resources.cuttlefish",
|
/device/generic/car/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/ |
D | Android.bp | 32 package_name: "com.google.android.car.resources.emulator.osdouble",
|
/device/generic/car/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/ |
D | Android.bp | 32 package_name: "com.google.android.car.resources.md_emulator.osdouble",
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 25 This is where contexts, resources and fences are monitored.
|