/cts/tests/tests/net/src/android/net/rtp/cts/ |
D | AudioGroupTest.java | 106 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/ |
D | run_all_tests.py | 48 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 …]
|
D | run_sensor_fusion_box.py | 29 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')
|
D | hardware.py | 137 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)
|
D | run_parallel_tests.py | 80 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',
|
D | load_scene.py | 50 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)
|
D | dng_noise_model.py | 304 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/ |
D | generate_images.py | 99 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/ |
D | gen_blacklist.py | 104 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/ |
D | Test_monitor_enter.java | 42 tr1.join(); in testN1() 43 tr2.join(); in testN1() 62 tr1.join(); in testN2() 63 tr2.join(); in testN2()
|
/cts/tools/utils/ |
D | buildCts.py | 32 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')))
|
D | android_api_description_splitter.py | 88 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/ |
D | cv2image.py | 25 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/ |
D | TestThread.java | 75 this.join(runTime); in joinAndCheck() 78 this.join(runTime); in joinAndCheck()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | TestThread.java | 75 this.join(runTime); in joinAndCheck() 78 this.join(runTime); in joinAndCheck()
|
/cts/libs/vogar-expect/src/vogar/expect/util/ |
D | Strings.java | 71 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/ |
D | GenericDeviceInfo.java | 93 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/ |
D | DexMethod.java | 38 return "(" + String.join("", mParamTypeList) + ")" + getDexType(); in getDexSignature() 56 + "(" + String.join(", ", getJavaParameterTypes()) + ")"; in toString()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResultsReport.java | 97 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/ |
D | AtomTestCase.java | 226 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/ |
D | DalvikTest.java | 400 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/ |
D | SessionCommitBroadcastTest.java | 126 assertTrue(TextUtils.join(" ", runShellCommand("am start-user " + userId)) in testBroadcastReceivedForEnablingApp() 130 assertTrue(TextUtils.join(" ", runShellCommand( in testBroadcastReceivedForEnablingApp()
|
/cts/tools/utils/cts/ |
D | tools.py | 210 entry.setAttribute('exclude', ';'.join(self.excludedTestsMap[package])) 212 entry.setAttribute('include', ';'.join(self.includedTestsMap[package]))
|
/cts/tests/signature/api-check/ |
D | build_signature_apk.mk | 53 cts_signature_module_resources := $(join $(cts_signature_module_resources),$(LOCAL_SIGNATURE_API_FI…
|
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 212 dhrystone.join(); in testShader() 213 dhrystone1.join(); in testShader()
|