/frameworks/base/cmds/incident_helper/tests/ |
D | SystemPropertiesParser_test.cpp | 68 SystemPropertiesProto::Ro* ro = expected.mutable_ro(); in TEST_F() local 69 ro->mutable_boot()->add_boottime("1BLL:85"); in TEST_F() 70 ro->mutable_boot()->add_boottime("1BLE:898"); in TEST_F() 71 ro->mutable_boot()->add_boottime("2BLL:0"); in TEST_F() 72 ro->mutable_boot()->add_boottime("2BLE:862"); in TEST_F() 73 ro->mutable_boot()->add_boottime("SW:6739"); in TEST_F() 74 ro->mutable_boot()->add_boottime("KL:340"); in TEST_F() 75 ro->mutable_bootimage()->set_build_date_utc(1509394807LL); in TEST_F() 76 ro->mutable_bootimage()->set_build_fingerprint( in TEST_F() 78 ro->mutable_hardware()->set_value("marlin"); in TEST_F() [all …]
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | system_properties.txt | 9 [ro.boot.boottime]: [1BLL:85,1BLE:898,2BLL:0,2BLE:862,SW:6739,KL:340] 10 [ro.bootimage.build.date.utc]: [1509394807] 11 [ro.bootimage.build.fingerprint]: [google/marlin/marlin:P/MASTER/jinyithu10301320:eng/dev-keys] 12 [ro.hardware]: [marlin] 13 [ro.hardware.power]: [marlin-profile] 14 [ro.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi] 15 [ro.product.vendor.brand]: [google] 16 [ro.wifi.channels]: []
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 41 prop_name: "ro.surface_flinger.vsync_event_phase_offset_ns" 49 prop_name: "ro.surface_flinger.vsync_sf_event_phase_offset_ns" 58 prop_name: "ro.surface_flinger.use_context_priority" 67 prop_name: "ro.surface_flinger.max_frame_buffer_acquired_buffers" 85 prop_name: "ro.surface_flinger.has_wide_color_display" 95 prop_name: "ro.surface_flinger.running_without_sync_framework" 105 # ro.surface_flinger.has_HDR_display to true in device.mk 106 # ro.surface_flinger.has_wide_color_display must be set to true when 107 # ro.surface_flinger.has_HDR_display is true. 113 prop_name: "ro.surface_flinger.has_HDR_display" [all …]
|
/frameworks/base/cmds/incident_helper/src/parsers/ |
D | SystemPropertiesParser.cpp | 109 Message ro(&roTable); in Parse() local 115 ro.addSubMessage(SystemPropertiesProto::Ro::BOOT, &boot); in Parse() 121 ro.addSubMessage(SystemPropertiesProto::Ro::BOOTIMAGE, &bootimage); in Parse() 133 ro.addSubMessage(SystemPropertiesProto::Ro::BUILD, &build); in Parse() 139 ro.addSubMessage(SystemPropertiesProto::Ro::CONFIG, &config); in Parse() 145 ro.addSubMessage(SystemPropertiesProto::Ro::HARDWARE, &hardware); in Parse() 157 ro.addSubMessage(SystemPropertiesProto::Ro::PRODUCT, &product); in Parse() 163 ro.addSubMessage(SystemPropertiesProto::Ro::TELEPHONY, &telephony); in Parse() 169 ro.addSubMessage(SystemPropertiesProto::Ro::VENDOR, &vendor); in Parse() 171 sysProp.addSubMessage(SystemPropertiesProto::RO, &ro); in Parse()
|
/frameworks/base/libs/hwui/ |
D | HWUIProperties.sysprop | 6 prop_name: "ro.hwui.use_vulkan" 13 prop_name: "ro.hwui.render_ahead"
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/ |
D | tuningfork_clearcut_log.proto | 17 // From system property 'ro.build.fingerprint'. 20 // From system property 'ro.build.version.sdk'.
|
/frameworks/opt/gamesdk/src/tuningfork/proto/ |
D | tuningfork_clearcut_log.proto | 17 // From system property 'ro.build.fingerprint'. 20 // From system property 'ro.build.version.sdk'.
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/ |
D | tuningfork_clearcut_log.proto | 17 // From system property 'ro.build.fingerprint'. 20 // From system property 'ro.build.version.sdk'.
|
/frameworks/opt/gamesdk/test/tuningfork/proto/ |
D | tuningfork_clearcut_log.proto | 17 // From system property 'ro.build.fingerprint'. 20 // From system property 'ro.build.version.sdk'.
|
/frameworks/rs/perf-test-scripts/ |
D | get-thermal | 40 echo Device: `adb shell getprop ro.product.model`
|
D | set-gpu-freq | 42 echo Device: `adb shell getprop ro.product.model`
|
D | get-freq | 34 echo Device: `adb shell getprop ro.product.model`
|
D | set-cpu-freq | 42 echo Device: `adb shell getprop ro.product.model`
|
/frameworks/native/cmds/installd/ |
D | otapreopt_slot.sh | 21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
|
/frameworks/base/libs/hwui/tests/scripts/ |
D | prep_generic.sh | 64 DEVICE=`getprop ro.product.device` 65 MODEL=`getprop ro.product.model`
|
/frameworks/base/cmds/statsd/ |
D | statsd.rc | 22 on property:ro.statsd.enable=false
|
/frameworks/base/core/jni/ |
D | runtime_native_boot-flags-test.sh | 261 case $(adb shell getprop ro.zygote) in
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 24 available from this address: http://jet.ro/files/angeles.zip
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 247 adb shell getprop ro.build.version.sdk 249 adb shell getprop ro.build.version.sdk
|
/frameworks/base/core/proto/android/os/ |
D | system_properties.proto | 397 // value of ro.hardware itself 519 optional Ro ro = 21; field
|