Home
last modified time | relevance | path

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

12

/cts/tests/tests/icu/resources/android/icu/cts/expectations/
Dicu-known-failures.txt10 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/
DP2pBroadcastReceiverTest.java83 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()
DConnectReqTestCase.java101 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/
Denvsetup.sh25 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/
Dvmtests-buildutil.sh22 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
Dstarttests24 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
Dstarthosttests24 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/
Dmonsoon.py70 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/
Dmonsoon.py94 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/
Dcts-api-coverage23 if expr "x${newProg}" : 'x/' >/dev/null; then
40 while expr "x$1" : 'x-J' >/dev/null; do
Dndk-api-report23 if expr "x${newProg}" : 'x/' >/dev/null; then
40 while expr "x$1" : 'x-J' >/dev/null; do
/cts/tools/release-parser/tests/resources/
Dbuild.prop5 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
Dbuild.prop.pb.txt55 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/
Dcfassembler23 if expr "x${newProg}" : 'x/' >/dev/null; then
54 while expr "x$1" : 'x-J' >/dev/null; do
/cts/tools/dasm/etc/
Ddasm23 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/
DRequesterTestActivity.java288 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/
DnullLayer.cpp166 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/
Dhardware.py331 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/
Dget_achievable_rates.py248 …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/
Drun-test12 cts-tradefed run commandAndExit cts-dev --module $1 --test $2 --disable-reboot --skip-device-info -…
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/
Drun-test12 cts-tradefed run commandAndExit cts-dev --module $1 --test $2 --disable-reboot --skip-device-info -…
/cts/tests/tests/security/tools/
Dformat_cert.sh36 -noout 2>/dev/null)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h186 struct device *dev; member
208 struct device *dev; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h186 struct device *dev; member
208 struct device *dev; member
/cts/tests/tests/permission/src/android/permission/cts/
DFileUtils.java63 public int dev; field in FileUtils.FileStatus

12