Home
last modified time | relevance | path

Searched refs:dev (Results 1 – 25 of 28) sorted by relevance

12

/tools/test/connectivity/tools/lab/metrics/
Dusb_metric.py144 for dev in dev_name_dict:
145 if dev in dev_byte_dict:
147 Device(dev, dev_byte_dict[dev], dev_name_dict[dev]))
149 devices.append(Device(dev, 0, dev_name_dict[dev]))
/tools/metalava/
Dgradlew16 if expr "$link" : '/.*' > /dev/null; then
23 cd "`dirname \"$PRG\"`/" >/dev/null
25 cd "$SAVED" >/dev/null
85 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/tools/trebuchet/
Dgradlew16 if expr "$link" : '/.*' > /dev/null; then
23 cd "`dirname \"$PRG\"`/" >/dev/null
25 cd "$SAVED" >/dev/null
85 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/tools/tradefederation/core/atest/
Datest_completion.sh86 … while read dev; do echo $dev | awk '{print $1}'; done < <(adb devices | egrep -v "^List|^$"||true)
91 find -maxdepth 5 -type f -name TEST_MAPPING |sed 's/^.\///g'| xargs dirname 2>/dev/null
167 local _atest_executables=(atest atest-dev atest-src)
169 complete -F _atest $_atest_comp_options $exec 2>/dev/null || \
DAndroid.bp61 // Make atest's built name to atest-dev
62 stem: "atest-dev",
DAndroid.mk16 $(call dist-for-goals,droidcore,$(HOST_OUT_EXECUTABLES)/atest-dev)
/tools/test/connectivity/acts/framework/acts/controllers/
Dmonsoon.py96 for dev in os.listdir("/dev"):
101 if not dev.startswith(prefix):
103 tmpname = "/tmp/monsoon.%s.%s" % (os.uname()[0], dev)
113 logging.error("device %s is in use", dev)
117 self.ser = serial.Serial("/dev/%s" % dev, timeout=1)
122 logging.exception("Error opening device %s: %s", dev, e)
126 logging.error("no response from device %s", dev)
129 status["serialNumber"], dev)
649 self.dev = self.mon.ser.name
/tools/apksig/etc/
Dapksigner23 if expr "x${newProg}" : 'x/' >/dev/null; then
69 while expr "x$1" : 'x-J' >/dev/null; do
72 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
/tools/acloud/
Drun_tests.sh89 if ! pip list --format=legacy | grep $py_lib &> /dev/null; then
102 pushd $ACLOUD_DIR &> /dev/null
105 popd &> /dev/null
DAndroid.bp32 // Make acloud's built name to acloud-dev
33 stem: "acloud-dev",
/tools/test/connectivity/acts/tests/google/wifi/
DWifiSoftApPerformanceTest.py65 for dev in self.android_devices:
66 wutils.reset_wifi(dev)
67 dev.droid.wifiSetCountryCode(wutils.WifiEnums.CountryCode.US)
DWifiSensitivityTest.py116 for dev in self.android_devices:
117 wutils.wifi_toggle_state(dev, True)
121 for dev in self.android_devices:
122 wutils.wifi_toggle_state(dev, False)
DWifiPingTest.py108 for dev in self.android_devices:
109 wutils.wifi_toggle_state(dev, True)
113 for dev in self.android_devices:
114 wutils.wifi_toggle_state(dev, False)
DWifiRvrTest.py85 for dev in self.android_devices:
86 wutils.wifi_toggle_state(dev, True)
93 for dev in self.android_devices:
94 wutils.wifi_toggle_state(dev, False)
DWifiRoamingPerformanceTest.py74 for dev in self.android_devices:
75 wutils.wifi_toggle_state(dev, True)
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChain.java205 final BlockDevice dev = getDevice(); in readData() local
214 dev.read(getDevOffset(chain[chainIdx], clusOfs), dest); in readData()
225 dev.read(getDevOffset(chain[chainIdx], 0), dest); in readData()
DSuperFloppyFormatter.java116 public static SuperFloppyFormatter get(BlockDevice dev) throws IOException { in get() argument
117 return new SuperFloppyFormatter(dev); in get()
/tools/acloud/setup/pre_setup_sh/
Dgoogle_setup_warn.sh20 pushd $ACLOUD_PREBUILT_PROJECT_DIR &> /dev/null
22 popd &> /dev/null
Dsetup_utils.sh6 if realpath $0 &> /dev/null; then
/tools/asuite/aidegen/
DAndroid.bp32 // Make aidegen's built name to aidegen-dev
33 stem: "aidegen-dev",
/tools/security/fuzzing/fuzz/
Dfuzz116 if ! sanitizer-status asan cov &>/dev/null; then
216 ASAN_OPTIONS+=:log_path=/dev/null
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java513 ITestDevice dev = mMockManager.allocateDevice(); in testRun_configSerial() local
514 mDeviceOptions.addSerial(dev.getSerialNumber()); in testRun_configSerial()
522 mMockManager.freeDevice(dev, FreeDeviceState.AVAILABLE); in testRun_configSerial()
541 ITestDevice dev = mMockManager.allocateDevice(); in testRun_configExcludeSerial() local
542 mDeviceOptions.addExcludeSerial(dev.getSerialNumber()); in testRun_configExcludeSerial()
551 mMockManager.freeDevice(dev, FreeDeviceState.AVAILABLE); in testRun_configExcludeSerial()
/tools/acloud/internal/proto/
Duser_config.proto69 // Emulator (emu-dev) team
72 // released to (emu-dev-cts)
/tools/tradefederation/core/
Dscript_help.sh28 if ! type -P "$1" &> /dev/null; then
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dbluez_test_utils.py476 dev = self.find_device_in_objects(managed_objects, address)
477 path = dev.object_path

12