/cts/tests/tests/icu/resources/android/icu/cts/expectations/ |
D | icu-known-failures.txt | 10 name: "android.icu.dev.test" 15 name: "android.icu.dev.test.format.NumberFormatRegressionTest#TestSerialization", 20 name: "android.icu.dev.test.bidi.TestCompatibility#testCompatibility", 25 name: "android.icu.dev.test.format.NumberFormatTest#TestDataDrivenJDK", 31 "android.icu.dev.test.collator.CollationCreationMethodTest#TestRuleVsLocaleCreationMonkey", 32 "android.icu.dev.test.collator.CollationMiscTest#TestImport", 33 "android.icu.dev.test.collator.CollationMiscTest#TestImportWithType", 34 "android.icu.dev.test.collator.CollationMiscTest#TestUCARules", 35 "android.icu.dev.test.collator.CollationTest#TestDataDriven", 36 "android.icu.dev.test.collator.G7CollationTest#TestG7Data" [all …]
|
/cts/apps/CameraITS/build/ |
D | envsetup.sh | 25 command -v adb >/dev/null 2>&1 || \ 28 command -v python >/dev/null 2>&1 || \ 36 python -c "import $M" >/dev/null 2>&1 || \ 43 python -c "from $module import $submodule" >/dev/null 2>&1 || \
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | P2pBroadcastReceiverTest.java | 81 for (WifiP2pDevice dev: mPeers.getDeviceList()) { in waitDeviceFound() 82 if (dev.deviceAddress.equals(targetAddr)) { in waitDeviceFound() 83 return dev; in waitDeviceFound() 127 for (WifiP2pDevice dev: mPeers.getDeviceList()) { in waitPeerConnected() 128 if (dev.deviceAddress.equals(targetAddr)) { in waitPeerConnected() 129 if (dev.status == WifiP2pDevice.CONNECTED) { in waitPeerConnected() 158 for (WifiP2pDevice dev: mPeers.getDeviceList()) { in waitPeerDisconnected() 159 if (dev.deviceAddress.equals(targetAddr)) { in waitPeerDisconnected() 160 if (dev.status != WifiP2pDevice.CONNECTED) { in waitPeerDisconnected()
|
D | ConnectReqTestCase.java | 100 WifiP2pDevice dev = mReceiverTest.waitDeviceFound(mTargetAddress, TIMEOUT); in connectTest() local 101 if (dev == null) { in connectTest() 106 if (!isJoin && dev.isGroupOwner()) { in connectTest() 110 } else if (isJoin && !dev.isGroupOwner()) { in connectTest() 126 config.deviceAddress = dev.deviceAddress; in connectTest()
|
/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/tools/vm-tests-tf/etc/ |
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/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/dasm/etc/ |
D | dasm | 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/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/framework/base/activitymanager/util/ |
D | run-test | 12 cts-tradefed run commandAndExit cts-dev --module $1 --test $2 --disable-reboot --skip-device-info -…
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
D | RequesterTestActivity.java | 269 for (WifiP2pDevice dev: peerList) { in showSelectTargetDialog() 270 items[i++] = dev.deviceName; in showSelectTargetDialog() 280 for (WifiP2pDevice dev: peerList) { in showSelectTargetDialog() 282 sTargetAddr = dev.deviceAddress; in showSelectTargetDialog()
|
/cts/tests/tests/security/tools/ |
D | format_cert.sh | 36 -noout 2>/dev/null)
|
/cts/apps/CameraITS/tools/ |
D | hardware.py | 331 for dev in self._device_list: 332 if dev[self.KEY_NAME] == name and dev[self.KEY_NAME] is not None: 333 return dev[self.KEY_TTY]
|
/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), 259 for dev, ddata in xmlInfo.items(): 260 outFile = '{}.media_codecs_performance.xml'.format(dev)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8432/ |
D | local_poc.h | 186 struct device *dev; member 208 struct device *dev; member
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8431/ |
D | local_poc.h | 186 struct device *dev; member 208 struct device *dev; member
|
/cts/hostsidetests/gputools/layers/jni/ |
D | nullLayer.cpp | 167 …"))) VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice dev, const char *funcNa… in vkGetDeviceProcAddr() argument 168 return GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | FileUtils.java | 63 public int dev; field in FileUtils.FileStatus
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | FileUtils.java | 62 public int dev; field in FileUtils.FileStatus
|
/cts/hostsidetests/theme/ |
D | README | 41 available internally at go/emu-dev. This script will install the image in 128 cts-tradefed run singleCommand cts-dev --module CtsThemeHostTestCases \
|