Home
last modified time | relevance | path

Searched refs:ro (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/perf-test-scripts/
Dget-thermal40 echo Device: `adb shell getprop ro.product.model`
Dset-gpu-freq42 echo Device: `adb shell getprop ro.product.model`
Dget-freq34 echo Device: `adb shell getprop ro.product.model`
Dset-cpu-freq42 echo Device: `adb shell getprop ro.product.model`
/frameworks/native/cmds/installd/
Dotapreopt_slot.sh21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc19 /vendor/lib/hw/vulkan.<ro.product.platform>.so
20 /vendor/lib64/hw/vulkan.<ro.product.platform>.so
22 where +<ro.product.platform>+ is replaced by the value of the system property of that name. See htt…
42 On debuggable devices (+ro.debuggable+ property exists and is non-zero, generally rooted or enginee…
/frameworks/native/opengl/tests/angeles/
DREADME.txt24 available from this address: http://jet.ro/files/angeles.zip
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java1599 ResolvedComponentInfo ro, CharSequence roLabel) { in processGroup() argument
1604 addResolveInfoWithAlternates(ro, null, roLabel); in processGroup()
1608 final ApplicationInfo ai = ro.getResolveInfoAt(0).activityInfo.applicationInfo; in processGroup()