HomeSort by relevance Sort by last modified time
    Searched refs:getprop (Results 1 - 25 of 75) sorted by null

1 2 3

  /system/core/toolbox/
tools.h 3 TOOL(getprop)
  /device/generic/goldfish/
init.ranchu-net.sh 6 wifi=`getprop ro.kernel.qemu.wifi`
16 my_ip=`getprop net.shared_net_ip`
init.ranchu-core.sh 5 bootanim=`getprop ro.kernel.android.bootanim`
init.goldfish.sh 7 wifi=`getprop ro.kernel.qemu.wifi`
30 qemud=`getprop ro.kernel.android.qemud`
33 radio_ril=`getprop ro.kernel.android.ril`
46 num_dns=`getprop ro.kernel.ndns`
60 boot_anim=`getprop ro.kernel.android.bootanim`
68 my_ip=`getprop net.shared_net_ip`
  /device/google/marlin/
init.mid.sh 5 SKU=`getprop ro.boot.mid`
init.power.sh 43 if [[ $(getprop ro.debuggable) == "1" && ! -e /sys/class/tty/ttyHSL0 ]]
  /frameworks/rs/perf-test-scripts/
get-freq 11 getprop() { function
34 echo Device: `adb shell getprop ro.product.model`
47 if fileexists $CPU_DIR/$core/online && [ `getprop $CPU_DIR/$core/online` -eq 0 ]; then
55 frequencies=(`getprop $CPU_DIR/$core/cpufreq/scaling_available_frequencies`)
64 frequency=`getprop $CPU_DIR/$core/cpufreq/scaling_cur_freq`
76 frequencies=(`getprop $GPU_DIR/devfreq/available_frequencies`)
78 frequencies=(`getprop $GPU_DIR/gpu_available_frequencies`)
80 frequencies=(`getprop /d/clock/gbus/possible_rates`)
94 freq=`getprop $GPU_DIR/max_gpuclk`
96 freq=`getprop /d/clock/override.gbus/rate
    [all...]
get-thermal 13 getprop() { function
22 local ERROR=`getprop $1 | grep "Invalid"`
24 eval "$2=`getprop $1`"
40 echo Device: `adb shell getprop ro.product.model`
set-gpu-freq 15 getprop() { function
42 echo Device: `adb shell getprop ro.product.model`
46 frequencies=(`getprop $DIR/devfreq/available_frequencies`)
48 frequencies=(`getprop $DIR/gpu_available_frequencies`)
50 frequencies=(`getprop /d/clock/gbus/possible_rates`)
set-cpu-freq 15 getprop() { function
42 echo Device: `adb shell getprop ro.product.model`
70 frequencies=(`getprop $DIR/$core/cpufreq/scaling_available_frequencies`)
98 if fileexists $DIR/$core/online && [ `getprop $DIR/$core/online` -eq 0 ]; then
103 frequency=`getprop $DIR/$core/cpufreq/scaling_cur_freq`
  /device/google/wahoo/
init.ramoops.sh 17 if [[ $(getprop ro.hardware) == "walleye" ]]; then
init.power.sh 49 if [[ $(getprop ro.debuggable) == "1" && ! -e /sys/class/tty/ttyMSM0 ]]
  /external/toolchain-utils/binary_search_tool/android/
boot_test.sh 21 status=`adb shell getprop init.svc.bootanim | tr -d '[:space:]'`
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
PropertyDeviceInfo.java 49 Process getprop = new ProcessBuilder("getprop").start(); local
50 scanner = new Scanner(getprop.getInputStream());
  /frameworks/native/cmds/installd/
otapreopt_script.sh 32 BOOT_COMPLETE=$(getprop $BOOT_PROPERTY_NAME)
otapreopt_slot.sh 21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
  /system/libufdt/tests/
verifyDTBO.sh 18 boot_suffix=$(adb wait-for-device shell getprop ro.boot.slot_suffix)
  /development/scripts/
gdbclient 20 local candidate=`adb shell getprop ro.hardware | tr -d '\r\n'`
23 candidate=`adb shell getprop ro.product.device | tr -d '\r\n'`
154 local CPU_ABI=`adb shell getprop ro.product.cpu.abilist | tr -d '\r\n'`
  /system/core/logcat/
logpersist 4 case `getprop ro.debuggable` in
13 case `getprop ${property#persist.}.enable` in
70 log_tag="`getprop ${log_tag_property}`"
71 logd_logpersistd="`getprop ${property}`"
86 current_buffer="`getprop ${property#persist.}.buffer`"
87 current_size="`getprop ${property#persist.}.size`"
88 if [ "${service}" = "`getprop ${property#persist.}`" ]; then
129 while [ "clear" = "`getprop ${property#persist.}`" ]; do
142 getprop ${property#persist.}
155 if [ -n "`getprop ${property#persist.}.buffer`" ]; the
    [all...]
  /system/core/rootdir/
asan_extract.sh 34 VOLD_STATUS=$(getprop vold.decrypt)
  /tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
adb_sideload_ota_tool_test.py 59 runner.android_device.adb.getprop = mock.Mock(side_effect=['a', 'b'])
  /art/tools/
setup-buildbot-device.sh 61 adb shell getprop
  /tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
ota_runner.py 36 old_info = self.android_device.adb.getprop('ro.build.fingerprint')
44 new_info = self.android_device.adb.getprop('ro.build.fingerprint')
  /development/tools/labpretest/
labpretest.sh 195 local result=$($ADB -s $device shell getprop dev.bootcomplete)
201 result=$($ADB -s $device shell getprop dev.bootcomplete)
538 result=$($ADB -s $device shell getprop dev.bootcomplete)
544 result=$($ADB -s $device shell getprop dev.bootcomplete)
  /external/dtc/tests/
pylibfdt_tests.py 193 value = self.fdt.getprop(root, "compatible")
195 self.assertEquals(-libfdt.NOTFOUND, self.fdt.getprop(root, 'missing',
199 self.fdt.getprop(root, 'missing')
203 value = self.fdt.getprop(node, "compatible")

Completed in 1881 milliseconds

1 2 3