Home
last modified time | relevance | path

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

12345678910>>...13

/cts/tools/incremental-cts/
Dincremental_deqp.py216 adb_cmd = ' '.join(adb_cmd)
433 test_file = os.path.join(device_deqp_dir, self.get_test_list_name(test))
434 log_file = os.path.join(device_deqp_out_dir, self.get_test_log_name(test))
435 perf_file = os.path.join(device_deqp_out_dir, self.get_test_perf_name(test))
436 deqp_binary = os.path.join(device_deqp_dir, self.get_test_binary_name(test))
447 host_log_file = os.path.join(self._work_dir, self.get_test_log_name(test))
449 if not self.check_test_log(os.path.join(self._test_dir, self.get_test_list_name(test)),
460 perf_file = os.path.join(device_deqp_out_dir, self.get_test_perf_name(test))
461 dump_file = os.path.join(self._work_dir, self.get_perf_dump_name(test))
571 extra_deqp_deps_file = os.path.join(test_dir, 'extra_deqp_dependency.txt')
[all …]
/cts/hostsidetests/theme/
Dgenerate_images.py105 t.join()
134 out_file = os.path.join(out_path, os.path.join(version, "%s.zip" % density_bucket))
187 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
220 theme_apk = os.path.join(os.environ['ANDROID_HOST_OUT'],
226 out_path = os.path.join(os.environ['ANDROID_BUILD_TOP'],
/cts/hostsidetests/seccomp/app/
Dgen_blocklist.py108 kernel_uapi_path = os.path.join(os.getenv('ANDROID_BUILD_TOP'),
113 '-I' + os.path.join(kernel_uapi_path,
115 '-I' + os.path.join(kernel_uapi_path)
151 candidates = sorted(glob.glob(os.path.join(os.getenv('ANDROID_BUILD_TOP'),
154 clang_exe = os.path.join(clang_dir, 'bin/clang')
/cts/apps/CameraITS/tools/
Drun_sensor_fusion.py134 os.mkdir(os.path.join(topdir, camera_id))
137 mobly_output_logs_path = os.path.join(topdir, camera_id)
138 mobly_scene_output_logs_path = os.path.join(
156 os.path.join(os.environ['CAMERA_ITS_TOP'], 'tests',
181 file_name = os.path.join(root_output_path, 'test_log.DEBUG')
199 tmp_yml_file = os.path.join(run_all_tests.YAML_FILE_DIR, tmp_yml_file_name)
Ddng_noise_model.py64 _NAME_READ_NOISE = os.path.join(tempfile.gettempdir(), 'CameraITS/ReadNoise')
112 scale_a_str = ','.join([str(i) for i in scale_a])
113 scale_b_str = ','.join([str(i) for i in scale_b])
114 offset_a_str = ','.join([str(i) for i in offset_a])
115 offset_b_str = ','.join([str(i) for i in offset_b])
196 params_str = textwrap.indent(''.join(params), ' ' * 4)
219 os.path.join(log_path, 'noise_model.c'),
237 os.path.join(log_path, 'noise_model_avg.c'),
243 os.path.join(log_path, 'noise_profile_avg.cc'),
249 os.path.join(log_path, 'noise_profile.cc'),
[all …]
Drun_all_tests.py38 CONFIG_FILE = os.path.join(YAML_FILE_DIR, 'config.yml')
78 os.path.join('scene_extensions', 'scene_hdr'),
79 os.path.join('scene_extensions', 'scene_low_light'),
96 _EXTENSIONS_SCENES = (os.path.join('scene_extensions', 'scene_hdr'),
97 os.path.join('scene_extensions', 'scene_low_light'),
136 os.path.join('scene_extensions', 'scene_hdr'): (
141 os.path.join('scene_extensions', 'scene_low_light'): (
356 img_name = os.path.join(out_path, f'test_{scene}.jpg')
794 mobly_output_logs_path = os.path.join(topdir, f'cam_id_{camera_id_str}')
805 mobly_scene_output_logs_path = os.path.join(mobly_output_logs_path, s)
[all …]
Drun_all_unit_tests.py29 scene_path = os.path.join(os.environ['CAMERA_ITS_TOP'],
38 test_path = os.path.join(os.environ['CAMERA_ITS_TOP'],
/cts/hostsidetests/multidevices/tools/
Drun_all_tests.py31 CONFIG_FILE = os.path.join(os.getcwd(), 'config.yml')
32 TESTS_DIR = os.path.join(os.getcwd(), 'tests')
125 test_file_path = os.path.join(root, file)
135 summary_file_path = os.path.join(topdir, MOBLY_TEST_SUMMARY_TXT_FILE)
152 os.remove(os.path.join(topdir, MOBLY_TEST_SUMMARY_TXT_FILE))
/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/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/apps/CameraITS/utils/
Dvideo_processing_utils.py187 ffmpeg_image_file_path = os.path.join(
193 os.path.join(log_path, video_file_name),
207 arr = os.listdir(os.path.join(log_path))
266 'ffmpeg', '-i', os.path.join(log_path, video_file_name),
303 os.path.join(log_path, last_key_frame_file))
336 logging.debug('ffprobe command %s output: %s', ' '.join(cmd), output)
409 os.path.join(log_path, video_file_name)
Dopencv_processing_utils_tests.py45 normal_img_path = os.path.join(
48 wide_img_path = os.path.join(
Dpreview_processing_utils.py180 p.join()
216 os.path.join(log_path, file)
283 file_to_remove = os.path.join(log_path, file)
531 file_path = os.path.join(log_path, file_name)
542 file_path = os.path.join(log_path, file_name)
573 its_session_utils.remove_file(os.path.join(log_path, file_name))
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DInstallConstraintsTest.kt131 assertThat(future.join().areAllConstraintsSatisfied()).isFalse() in <lambda>()
168 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>()
182 assertThat(f2.join().areAllConstraintsSatisfied()).isTrue() in <lambda>()
200 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>()
214 assertThat(f2.join().areAllConstraintsSatisfied()).isTrue() in <lambda>()
234 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>()
244 assertThat(f2.join().areAllConstraintsSatisfied()).isTrue() in <lambda>()
266 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>()
276 assertThat(f2.join().areAllConstraintsSatisfied()).isTrue() in <lambda>()
300 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>()
[all …]
/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/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecVendorCommandsTest.java166 test.join();
185 test.join();
204 test.join();
225 test.join();
/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/hostsidetests/car/app/src/android/car/cts/app/
DPowerPolicyListenerImpl.java71 policyStr.append(String.join(",", enables)); in getPolicyString()
78 policyStr.append(String.join(",", disables)); in getPolicyString()
/cts/apps/CameraITS/tests/scene_flash/
Dtest_preview_min_frame_rate.py123 preview_file_name_with_path = os.path.join(
146 raise AssertionError('\n'.join(errors))
153 os.path.join(self.log_path, last_key_frame))
/cts/apps/CameraITS/tests/scene7/
Dtest_multi_camera_switch.py448 os.path.join(self.log_path, img_uw_file),
449 os.path.join(self.log_path, img_w_file)])
452 uw_path = pathlib.Path(os.path.join(self.log_path, img_uw_file))
454 os.rename(os.path.join(self.log_path, img_uw_file), uw_name)
456 w_path = pathlib.Path(os.path.join(self.log_path, img_w_file))
458 os.rename(os.path.join(self.log_path, img_w_file), w_name)
469 img_name_stem = os.path.join(self.log_path, 'flipped_preview')
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGenericDeviceInfo.java97 store.addResult(BUILD_ABIS, TextUtils.join(",", Build.SUPPORTED_ABIS)); in collectDeviceInfo()
98 store.addResult(BUILD_ABIS_32, TextUtils.join(",", Build.SUPPORTED_32_BIT_ABIS)); in collectDeviceInfo()
99 store.addResult(BUILD_ABIS_64, TextUtils.join(",", Build.SUPPORTED_64_BIT_ABIS)); in collectDeviceInfo()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerStubActivity.java175 thread.join(); in testReclaimResource()
214 thread.join(); in testVideoCodecReclaim()
255 thread.join(); in doTestReclaimResource()
306 thread.join(); in doTestCodecImportanceReclaimResource()
/cts/apps/CameraITS/tests/scene6/
Dtest_preview_zoom.py121 uncompressed_video = os.path.join(log_path,
134 img_bgr = cv2.imread(os.path.join(log_path, img_name))
184 compressed_video = os.path.join(log_path, 'output_frames.mp4')
/cts/tests/signature/lib/common/src/android/signature/cts/
DDexMethod.java38 return "(" + String.join("", mParamTypeList) + ")" + getDexType(); in getDexSignature()
67 + "(" + String.join(", ", getJavaParameterTypes()) + ")"; in toString()

12345678910>>...13