/cts/tests/tests/wifi/src/android/net/wifi/p2p/cts/ |
D | WifiP2pDeviceTest.java | 31 WifiP2pDevice dev = new WifiP2pDevice(); in testDefaultWpsMethodSupportCheck() local 33 assertFalse(dev.wpsPbcSupported()); in testDefaultWpsMethodSupportCheck() 34 assertFalse(dev.wpsDisplaySupported()); in testDefaultWpsMethodSupportCheck() 35 assertFalse(dev.wpsKeypadSupported()); in testDefaultWpsMethodSupportCheck() 39 WifiP2pDevice dev = new WifiP2pDevice(); in testDefaultDeviceCapabilityCheck() local 41 assertFalse(dev.isServiceDiscoveryCapable()); in testDefaultDeviceCapabilityCheck() 46 WifiP2pDevice dev = new WifiP2pDevice(); in testGetVendorElements() local 47 dev.getVendorElements(); in testGetVendorElements() 54 WifiP2pDevice dev = new WifiP2pDevice(); in testGetIpAddress() local 55 dev.getIpAddress(); in testGetIpAddress()
|
/cts/hostsidetests/multidevices/build/ |
D | envsetup.sh | 23 command -v adb >/dev/null 2>&1 || \ 26 command -v python >/dev/null 2>&1 || \ 34 python3 -c "import $M" >/dev/null 2>&1 || \
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | P2pBroadcastReceiverTest.java | 82 WifiP2pDevice dev = mPeers.get(targetAddr); in waitDeviceFound() local 83 if (dev != null) { in waitDeviceFound() 84 return dev; in waitDeviceFound() 125 WifiP2pDevice dev = mPeers.get(targetAddr); in waitPeerConnected() local 126 if (dev != null && dev.status == WifiP2pDevice.CONNECTED) { in waitPeerConnected() 148 WifiP2pDevice dev = mPeers.get(targetAddr); in waitPeerDisconnected() local 150 if (dev == null ) return true; in waitPeerDisconnected() 152 if (dev.status != WifiP2pDevice.CONNECTED) { in waitPeerDisconnected()
|
D | ConnectReqTestCase.java | 101 WifiP2pDevice dev = mReceiverTest.waitDeviceFound(mTargetAddress, TIMEOUT); in connectTest() local 102 if (dev == null) { in connectTest() 107 if (!isJoin && dev.isGroupOwner()) { in connectTest() 111 } else if (isJoin && !dev.isGroupOwner()) { in connectTest() 127 config.deviceAddress = dev.deviceAddress; in connectTest()
|
/cts/apps/CameraITS/build/ |
D | envsetup.sh | 26 command -v adb >/dev/null 2>&1 || \ 29 command -v python >/dev/null 2>&1 || \ 37 python -c "import $M" >/dev/null 2>&1 || \ 44 python -c "from $module import $submodule" >/dev/null 2>&1 || \
|
/cts/tools/vm-tests-tf/etc/ |
D | vmtests-buildutil.sh | 22 if expr "x${newProg}" : 'x/' >/dev/null; then 61 while expr "x$1" : 'x-J' >/dev/null; do 64 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
|
D | starttests | 24 if expr "x${newProg}" : 'x/' >/dev/null; then 41 while expr "x$1" : 'x-J' >/dev/null; do 131 adb push $dexcore /data/local/tmp/dexcore.jar >> /dev/null 2>&1 172 adb push ${depJar} ${deviceFileName} &> /dev/null 182 adb shell rm ${jar} &> /dev/null
|
D | starthosttests | 24 if expr "x${newProg}" : 'x/' >/dev/null; then 39 while expr "x$1" : 'x-J' >/dev/null; do
|
/cts/tests/tests/icu/resources/android/icu/cts/expectations/ |
D | icu-known-failures.txt | 7 name: "android.icu.dev.test.format.NumberFormatRegressionTest#TestSerialization", 12 name: "android.icu.dev.test.format.NumberFormatTest#TestDataDrivenJDK", 17 name: "android.icu.dev.test.format.DateTimeGeneratorTest#testISO8601",
|
/cts/tools/cts-api-coverage/etc/ |
D | cts-api-coverage | 23 if expr "x${newProg}" : 'x/' >/dev/null; then 40 while expr "x$1" : 'x-J' >/dev/null; do
|
D | ndk-api-report | 23 if expr "x${newProg}" : 'x/' >/dev/null; then 40 while expr "x$1" : 'x-J' >/dev/null; do
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
D | monsoon.py | 70 self.log("device %s is in use" % dev) 139 self.log( "error opening device %s: %s" % (dev, e)) 198 for dev in ser_device_list: 200 lockfile = Power_Monitor.lock( dev ) 202 logging.info( "... device %s in use, skipping"%dev) 208 ser = serial.Serial( dev, timeout=TIMEOUT_SERIAL) 210 logging.error( "error opening device %s: %s" % (dev, e) ) 214 logging.info("... found device %s"%dev) 221 monsoon = Power_Monitor(device = dev) 228 logging.info("... found power monitor @ %s"%dev) [all …]
|
/cts/tools/cfassembler/etc/ |
D | cfassembler | 23 if expr "x${newProg}" : 'x/' >/dev/null; then 54 while expr "x$1" : 'x-J' >/dev/null; do
|
/cts/tools/utils/ |
D | monsoon.py | 94 for dev in os.listdir("/dev"): 95 if not dev.startswith("ttyACM"): continue 96 tmpname = "/tmp/monsoon.%s.%s" % (os.uname()[0], dev) 105 print >>sys.stderr, "device %s is in use" % dev 109 self.ser = serial.Serial("/dev/%s" % dev, timeout=1) 114 print >>sys.stderr, "error opening device %s: %s" % (dev, e) 118 print >>sys.stderr, "no response from device %s" % dev 121 (status["serialNumber"], dev))
|
/cts/tools/release-parser/tests/resources/ |
D | build.prop | 5 ro.build.display.id=marlin-userdebug 9 PPR1.180610.011 4904810 dev-keys 20 ro.build.tags=dev-keys 40 ro.build.description=marlin-userdebug 9 PPR1.180610.011 4904810 dev-keys 41 ro.build.fingerprint=google/marlin/marlin:9/PPR1.180610.011/4904810:userdebug/dev-keys
|
D | build.prop.pb.txt | 55 value: "dev-keys" 115 value: "marlin-userdebug 9 PPR1.180610.011 4904810 dev-keys" 143 value: "marlin-userdebug 9 PPR1.180610.011 4904810 dev-keys" 147 value: "google/marlin/marlin:9/PPR1.180610.011/4904810:userdebug/dev-keys"
|
/cts/tools/mcts/ |
D | download_mcts.sh | 82 pushd $full_dir_path > /dev/null 106 popd > /dev/null
|
/cts/hostsidetests/gputools/layers/jni/ |
D | nullLayer.cpp | 177 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice dev, const char* funcName) { in GetDeviceProcAddr() argument 184 return (PFN_vkVoidFunction)g_VulkanDispatchTable.GetDeviceProcAddr(dev, funcName); in GetDeviceProcAddr() 222 …"))) VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice dev, const char *funcNa… in vkGetDeviceProcAddr() argument 223 return GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
D | RequesterTestActivity.java | 288 for (WifiP2pDevice dev: peerList) { in showSelectTargetDialog() 289 items[i++] = dev.deviceName; in showSelectTargetDialog() 299 for (WifiP2pDevice dev: peerList) { in showSelectTargetDialog() 301 sTargetAddr = dev.deviceAddress; in showSelectTargetDialog()
|
/cts/tests/framework/base/windowmanager/util/ |
D | run-test | 12 cts-tradefed run commandAndExit cts-dev --module $1 --test $2 --disable-reboot --skip-device-info -…
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/ |
D | run-test | 12 cts-tradefed run commandAndExit cts-dev --module $1 --test $2 --disable-reboot --skip-device-info -…
|
/cts/tests/tests/security/tools/ |
D | format_cert.sh | 36 -noout 2>/dev/null)
|
/cts/tests/tests/uidmigration/ |
D | system-app-test.sh | 22 adb shell pm uninstall $PKGNAME >/dev/null 2>&1 || true 23 adb shell pm uninstall-system-updates $PKGNAME >/dev/null 2>&1 || true
|
/cts/tools/cts-media/ |
D | get_achievable_rates.py | 248 …for dev, build, codec, size, num, std, avg, p0, p5, p10, p20, p30, p40, p50, p60, p70, p80, p90, p… 253 xmlInfo[dev][(not encoder, goog, mime, codec)][size].append(p95) 256 nice(dict(config=dict(dev=dev, codec=codec, size=str(size), N=num), 260 for dev, ddata in xmlInfo.items(): 261 outFile = '{}.media_codecs_performance.xml'.format(dev)
|
/cts/common/device-side/bedstead/remoteframeworkclasses/ |
D | update-apis.sh | 16 SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|