/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.format.NumberFormatTest#TestDataDrivenJDK", 26 "android.icu.dev.test.collator.CollationCreationMethodTest#TestRuleVsLocaleCreationMonkey", 27 "android.icu.dev.test.collator.CollationMiscTest#TestImport", 28 "android.icu.dev.test.collator.CollationMiscTest#TestImportWithType", 29 "android.icu.dev.test.collator.CollationMiscTest#TestUCARules", 30 "android.icu.dev.test.collator.CollationTest#TestDataDriven", 31 "android.icu.dev.test.collator.G7CollationTest#TestG7Data" 37 name: "android.icu.dev.test.TestLocaleNamePackaging#testLanguageDisplayNames",
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | P2pBroadcastReceiverTest.java | 83 for (WifiP2pDevice dev: mPeers.getDeviceList()) { in waitDeviceFound() 84 if (dev.deviceAddress.equals(targetAddr)) { in waitDeviceFound() 85 return dev; in waitDeviceFound() 129 for (WifiP2pDevice dev: mPeers.getDeviceList()) { in waitPeerConnected() 130 if (dev.deviceAddress.equals(targetAddr)) { in waitPeerConnected() 131 if (dev.status == WifiP2pDevice.CONNECTED) { in waitPeerConnected() 160 for (WifiP2pDevice dev: mPeers.getDeviceList()) { in waitPeerDisconnected() 161 if (dev.deviceAddress.equals(targetAddr)) { in waitPeerDisconnected() 162 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 | 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/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/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/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/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/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/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/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/hostsidetests/gputools/layers/jni/ |
D | nullLayer.cpp | 166 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice dev, const char* funcName) { in GetDeviceProcAddr() argument 173 return (PFN_vkVoidFunction)g_VulkanDispatchTable.GetDeviceProcAddr(dev, funcName); in GetDeviceProcAddr() 211 …"))) VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice dev, const char *funcNa… in vkGetDeviceProcAddr() argument 212 return GetDeviceProcAddr(dev, funcName); in vkGetDeviceProcAddr()
|
/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/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/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/ |
D | local_poc.h | 186 struct device *dev; member 208 struct device *dev; member
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/ |
D | local_poc.h | 186 struct device *dev; member 208 struct device *dev; member
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | FileUtils.java | 63 public int dev; field in FileUtils.FileStatus
|