/cts/tools/incremental-cts/ |
D | incremental_deqp.py | 216 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/apps/CameraITS/tests/scene7/ |
D | test_multi_camera_switch.py | 100 file_path = os.path.join(self.log_path, filename) 122 os.path.join(self.log_path, img_uw_file), 123 os.path.join(self.log_path, img_w_file)]) 126 uw_path = pathlib.Path(os.path.join(self.log_path, img_uw_file)) 128 os.rename(os.path.join(self.log_path, img_uw_file), uw_name) 130 w_path = pathlib.Path(os.path.join(self.log_path, img_w_file)) 132 os.rename(os.path.join(self.log_path, img_w_file), w_name) 143 img_name_stem = os.path.join(self.log_path, 'flipped_preview_uw') 147 img_name_stem = os.path.join(self.log_path, 'flipped_preview_w')
|
/cts/apps/CameraITS/tests/scene_tele/scene7_tele/ |
D | test_multi_camera_switch_tele.py | 117 file_path = os.path.join(self.log_path, filename) 137 os.path.join(self.log_path, img_w_file), 138 os.path.join(self.log_path, img_tele_file)]) 141 w_path = pathlib.Path(os.path.join(self.log_path, img_w_file)) 143 os.rename(os.path.join(self.log_path, img_w_file), w_name) 145 tele_path = pathlib.Path(os.path.join(self.log_path, img_tele_file)) 148 os.rename(os.path.join(self.log_path, img_tele_file), tele_name) 159 img_name_stem = os.path.join(self.log_path, 'flipped_preview_w') 163 img_name_stem = os.path.join(self.log_path, 'flipped_preview_tele')
|
/cts/hostsidetests/theme/ |
D | generate_images.py | 105 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/apps/CameraITS/tools/ |
D | run_all_tests.py | 38 CONFIG_FILE = os.path.join(YAML_FILE_DIR, 'config.yml') 82 os.path.join('scene_extensions', 'scene_hdr'), 83 os.path.join('scene_extensions', 'scene_low_light'), 84 os.path.join('scene_tele', 'scene6_tele'), 85 os.path.join('scene_tele', 'scene7_tele'), 102 _EXTENSIONS_SCENES = (os.path.join('scene_extensions', 'scene_hdr'), 103 os.path.join('scene_extensions', 'scene_low_light'), 106 _TELE_SCENES = (os.path.join('scene_tele', 'scene6_tele'), 107 os.path.join('scene_tele', 'scene7_tele'), 152 os.path.join('scene_extensions', 'scene_hdr'): ( [all …]
|
D | run_sensor_fusion.py | 134 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)
|
D | dng_noise_model.py | 63 _NAME_READ_NOISE = os.path.join(tempfile.gettempdir(), 'CameraITS/ReadNoise') 111 scale_a_str = ','.join([str(i) for i in scale_a]) 112 scale_b_str = ','.join([str(i) for i in scale_b]) 113 offset_a_str = ','.join([str(i) for i in offset_a]) 114 offset_b_str = ','.join([str(i) for i in offset_b]) 195 params_str = textwrap.indent(''.join(params), ' ' * 4) 218 os.path.join(log_path, 'noise_model.c'), 236 os.path.join(log_path, 'noise_model_avg.c'), 242 os.path.join(log_path, 'noise_profile_avg.cc'), 248 os.path.join(log_path, 'noise_profile.cc'), [all …]
|
D | run_all_unit_tests.py | 29 scene_path = os.path.join(os.environ['CAMERA_ITS_TOP'], 38 test_path = os.path.join(os.environ['CAMERA_ITS_TOP'],
|
/cts/hostsidetests/seccomp/app/ |
D | gen_blocklist.py | 108 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/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/hostsidetests/multidevices/tools/ |
D | run_all_tests.py | 32 CONFIG_FILE = os.path.join(os.getcwd(), 'config.yml') 33 TESTS_DIR = os.path.join(os.getcwd(), 'tests') 139 test_file_path = os.path.join(root, test_file) 154 summary_file_path = os.path.join(topdir, MOBLY_TEST_SUMMARY_TXT_FILE) 175 os.remove(os.path.join(topdir, MOBLY_TEST_SUMMARY_TXT_FILE))
|
/cts/apps/CameraITS/utils/ |
D | video_processing_utils.py | 197 ffmpeg_image_file_path = os.path.join( 203 os.path.join(log_path, video_file_name), 217 arr = os.listdir(os.path.join(log_path)) 277 'ffmpeg', '-i', os.path.join(log_path, video_file_name), 283 'ffmpeg', '-i', os.path.join(log_path, video_file_name), 320 os.path.join(log_path, last_key_frame_file)) 353 logging.debug('ffprobe command %s output: %s', ' '.join(cmd), output) 423 os.path.join(log_path, video_file_name)
|
D | ip_chart_extraction_utils.py | 83 os.path.join(log_path, output_file_name + '.png'), 86 return feature_image, os.path.join(log_path, output_file_name + '.png') 173 cv2.imwrite(os.path.join(log_path, patch_suffix + '.png'), cropped_patch) 207 cv2.imwrite(os.path.join(log_path, chart_name + '.png'), center_patch)
|
D | opencv_processing_utils_tests.py | 45 normal_img_path = os.path.join( 48 wide_img_path = os.path.join(
|
/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/apps/CameraITS/utils/utils_test/ |
D | ip_chart_pattern_detector_tests.py | 36 query_image = os.path.join(image_processing_utils.TEST_IMG_DIR, 51 query_image = os.path.join(image_processing_utils.TEST_IMG_DIR,
|
/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')))
|
/cts/hostsidetests/tagging/memtagapp/jni/ |
D | libcts_memtagapp_jni.cpp | 44 th.join(); in Java_android_cts_tagging_memtagapp_TaggingTest_isStackMteOnThread() 62 th.join(); in Java_android_cts_tagging_memtagapp_TaggingTest_hasMteTlsThread()
|
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/ |
D | InstallConstraintsTest.kt | 134 assertThat(future.join().areAllConstraintsSatisfied()).isFalse() in <lambda>() 171 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>() 187 assertThat(f2.join().areAllConstraintsSatisfied()).isTrue() in <lambda>() 205 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>() 221 assertThat(f2.join().areAllConstraintsSatisfied()).isTrue() in <lambda>() 241 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>() 251 assertThat(f2.join().areAllConstraintsSatisfied()).isTrue() in <lambda>() 273 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>() 283 assertThat(f2.join().areAllConstraintsSatisfied()).isTrue() in <lambda>() 307 assertThat(f1.join().areAllConstraintsSatisfied()).isFalse() in <lambda>() [all …]
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/ |
D | HdmiCecVendorCommandsTest.java | 166 test.join(); 185 test.join(); 204 test.join(); 225 test.join();
|
/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/hostsidetests/car/app/src/android/car/cts/app/ |
D | PowerPolicyListenerImpl.java | 71 policyStr.append(String.join(",", enables)); in getPolicyString() 78 policyStr.append(String.join(",", disables)); in getPolicyString()
|
/cts/apps/CameraITS/tests/scene8/ |
D | test_ae_awb_regions.py | 135 save_files = [os.path.join(log_path, file_name)] 137 frame_path = os.path.join(log_path, frame) 186 test_name_with_log_path = os.path.join(log_path, _NAME) 237 file_name_with_path = os.path.join(log_path, file_name)
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | GenericDeviceInfo.java | 97 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/apps/CameraITS/tests/scene_flash/ |
D | test_preview_min_frame_rate.py | 132 preview_file_name_with_path = os.path.join( 155 raise AssertionError('\n'.join(errors)) 162 os.path.join(self.log_path, last_key_frame))
|