Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 151) sorted by relevance

1234567

/cts/tests/tests/net/src/android/net/rtp/cts/
DAudioGroupTest.java106 mStreamA.join(mGroup); in testTraffic()
109 mStreamB.join(mGroup); in testTraffic()
112 mStreamA.join(null); in testTraffic()
118 mStreamA.join(mGroup); in testTraffic()
129 mStreamA.join(mGroup); in testSetMode()
130 mStreamB.join(mGroup); in testSetMode()
140 mStreamA.join(mGroup); in testAdd()
143 mStreamB.join(mGroup); in testAdd()
146 mStreamA.join(mGroup); in testAdd()
151 mStreamA.join(mGroup); in testRemove()
[all …]
/cts/apps/CameraITS/tools/
Drun_all_tests.py48 SCENE3_FILE = os.path.join(os.environ['CAMERA_ITS_TOP'], 'pymodules', 'its',
318 dump_path = os.path.join(topdir, 'CtsVerifier.txt')
388 cmd = ["python", os.path.join(os.environ["CAMERA_ITS_TOP"], "tools",
411 os.mkdir(os.path.join(topdir, id_combo_string))
413 os.mkdir(os.path.join(topdir, id_combo_string, d))
421 tests = [(s[:-3], os.path.join("tests", scene, s))
422 for s in os.listdir(os.path.join("tests", scene))
434 out_path = os.path.join(topdir, id_combo_string, scene+".jpg")
449 os.path.join(os.getcwd(), 'tools/load_scene.py'),
459 os.path.join(os.getcwd(),
[all …]
Drun_sensor_fusion_box.py29 TEST_DIR = os.path.join(os.getcwd(), 'tests', SCENE_NAME)
105 print 'Image dimensions are ' + 'x'.join(img_size.split(','))
111 os.mkdir(os.path.join(tmpdir, camera_id))
121 os.mkdir(os.path.join(tmpdir, camera_id, SCENE_NAME+'_'+str(i)))
124 cmd = ['python', os.path.join(TEST_DIR, TEST_NAME+'.py'),
127 outdir = os.path.join(tmpdir, camera_id, SCENE_NAME+'_'+str(i))
128 outpath = os.path.join(outdir, TEST_NAME+'_stdout.txt')
129 errpath = os.path.join(outdir, TEST_NAME+'_stderr.txt')
Dhardware.py137 path = os.path.join(root, attr)
154 path = os.path.join(root, attr)
192 inf_path = os.path.join(self._USB_DEVICE_SYS_ROOT,
197 tty_list = os.listdir(os.path.join(inf_path, 'tty'))
201 return os.path.join(self._DEV_ROOT, tty_list[0])
210 return os.path.join(self._DEV_ROOT, entry)
222 path = os.path.join(self._USB_DEVICE_SYS_ROOT, dir_entry)
249 dev_path = os.path.join(self._USB_DEVICE_SYS_ROOT, dir_entry)
Drun_parallel_tests.py80 proc.join()
93 os.path.join(os.getcwd(),'tools/run_all_tests.py'),
123 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',
Dload_scene.py50 src_scene_path = os.path.join(os.environ['CAMERA_ITS_TOP'], 'tests', scene)
61 src_scene_file = os.path.join(src_scene_path, file_name)
Ddng_noise_model.py304 A_array = ",".join([str(i) for i in A])
305 B_array = ",".join([str(i) for i in B])
306 C_array = ",".join([str(i) for i in C])
307 D_array = ",".join([str(i) for i in D])
/cts/hostsidetests/theme/
Dgenerate_images.py99 t.join()
128 out_file = os.path.join(out_path, os.path.join(version, "%s.zip" % density_bucket))
181 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
214 theme_apk = os.path.join(os.environ['ANDROID_HOST_OUT'],
220 out_path = os.path.join(os.environ['ANDROID_BUILD_TOP'],
/cts/hostsidetests/seccomp/app/
Dgen_blacklist.py104 kernel_uapi_path = os.path.join(os.getenv('ANDROID_BUILD_TOP'),
109 '-I' + os.path.join(kernel_uapi_path,
111 '-I' + os.path.join(kernel_uapi_path)
147 candidates = sorted(glob.glob(os.path.join(os.getenv('ANDROID_BUILD_TOP'),
150 clang_exe = os.path.join(clang_dir, 'bin/clang')
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
DTest_monitor_enter.java42 tr1.join(); in testN1()
43 tr2.join(); in testN1()
62 tr1.join(); in testN2()
63 tr2.join(); in testN2()
/cts/tools/utils/
DbuildCts.py32 return [x for x in os.listdir(root) if os.path.isdir(os.path.join(root, x))]
45 REPO_ROOT = os.path.join(testRoot, "../../..")
46 f = open(os.path.join(REPO_ROOT, "external/deqp/android/cts", file), 'r');
47 lines = [string.join(line.strip().rsplit('.',1),'#') for line in f.readlines()]
90 self.test_repository = os.path.join(self.out_dir, 'repository/testcases')
91 self.plan_repository = os.path.join(self.out_dir, 'repository/plans')
92 self.definedplans_repository = os.path.join(self.android_root, 'cts/tests/plans')
101 pool.join()
106 plan.Write(os.path.join(self.plan_repository, plan_name + '.xml'))
113 descriptions = sorted(glob.glob(os.path.join(self.test_repository, '*.xml')))
Dandroid_api_description_splitter.py88 self.out = os.path.join(outPath, "xml")
123 … filename = os.path.join(self.out, elem.getAttribute("name").replace(".", "_").lower() + ".xml")
/cts/apps/CameraITS/pymodules/its/
Dcv2image.py25 CHART_FILE = os.path.join(os.environ['CAMERA_ITS_TOP'], 'pymodules', 'its',
354 chart_file = os.path.join(os.environ['CAMERA_ITS_TOP'], 'pymodules',
371 basedir = os.path.join(
374 normal_img_path = os.path.join(basedir, 'normal.jpg')
375 wide_img_path = os.path.join(basedir, 'wide.jpg')
386 basedir = os.path.join(
403 normal_img_path = os.path.join(
405 wide_img_path = os.path.join(
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DTestThread.java75 this.join(runTime); in joinAndCheck()
78 this.join(runTime); in joinAndCheck()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTestThread.java75 this.join(runTime); in joinAndCheck()
78 this.join(runTime); in joinAndCheck()
/cts/libs/vogar-expect/src/vogar/expect/util/
DStrings.java71 public static String join(String delimiter, Object... objects) { in join() method in Strings
72 return join(Arrays.asList(objects), delimiter); in join()
75 public static String join(Iterable<?> objects, String delimiter) { in join() method in Strings
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGenericDeviceInfo.java93 store.addResult(BUILD_ABIS, TextUtils.join(",", Build.SUPPORTED_ABIS)); in collectDeviceInfo()
94 store.addResult(BUILD_ABIS_32, TextUtils.join(",", Build.SUPPORTED_32_BIT_ABIS)); in collectDeviceInfo()
95 store.addResult(BUILD_ABIS_64, TextUtils.join(",", Build.SUPPORTED_64_BIT_ABIS)); in collectDeviceInfo()
/cts/tests/signature/lib/common/src/android/signature/cts/
DDexMethod.java38 return "(" + String.join("", mParamTypeList) + ")" + getDexType(); in getDexSignature()
56 + "(" + String.join(", ", getJavaParameterTypes()) + ")"; in toString()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResultsReport.java97 abis = TextUtils.join(",", Build.SUPPORTED_ABIS); in generateResult()
98 abis32 = TextUtils.join(",", Build.SUPPORTED_32_BIT_ABIS); in generateResult()
99 abis64 = TextUtils.join(",", Build.SUPPORTED_64_BIT_ABIS); in generateResult()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java226 String.join(" ", "cat", remotePath, "|", UPDATE_CONFIG_CMD, in uploadConfig()
233 String.join(" ", REMOVE_CONFIG_CMD, String.valueOf(configId))); in removeConfig()
377 String.join(" ", DUMP_REPORT_CMD, String.valueOf(CONFIG_ID), in getReportList()
391 String.join(" ", DUMP_BATTERYSTATS_CMD, in getBatteryStatsProto()
405 String.join(" ", DUMPSYS_STATS_CMD, "--proto")); in getReportsFromStatsDataDumpProto()
427 String.join(" ", DUMP_PROCSTATS_CMD, in getProcStatsProto()
453 String.join(" ", DUMP_PROCSTATS_CMD, in getAllProcStatsProto()
477 String.join(" ", DUMP_BATTERY_CMD, "--proto")); in hasBattery()
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java400 String dalvikArgs = ArrayUtil.join(" ", mDalvikArgs); in run()
403 String runnerArgs = ArrayUtil.join(" ", mRunnerArgs); in run()
408 includeFilters.append(ArrayUtil.join(",", mIncludeFilters)); in run()
413 excludeFilters.append(ArrayUtil.join(",", mExcludeFilters)); in run()
419 ArrayUtil.join(File.pathSeparator, mClasspath), in run()
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DSessionCommitBroadcastTest.java126 assertTrue(TextUtils.join(" ", runShellCommand("am start-user " + userId)) in testBroadcastReceivedForEnablingApp()
130 assertTrue(TextUtils.join(" ", runShellCommand( in testBroadcastReceivedForEnablingApp()
/cts/tools/utils/cts/
Dtools.py210 entry.setAttribute('exclude', ';'.join(self.excludedTestsMap[package]))
212 entry.setAttribute('include', ';'.join(self.includedTestsMap[package]))
/cts/tests/signature/api-check/
Dbuild_signature_apk.mk53 cts_signature_module_resources := $(join $(cts_signature_module_resources),$(LOCAL_SIGNATURE_API_FI…
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java212 dhrystone.join(); in testShader()
213 dhrystone1.join(); in testShader()

1234567