Home
last modified time | relevance | path

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

12345678910

/cts/tools/incremental-cts/
Dincremental_deqp.py196 adb_cmd = ' '.join(adb_cmd)
409 test_file = os.path.join(device_deqp_dir, self.get_test_list_name(test))
410 log_file = os.path.join(device_deqp_out_dir, self.get_test_log_name(test))
411 perf_file = os.path.join(device_deqp_out_dir, self.get_test_perf_name(test))
412 deqp_binary = os.path.join(device_deqp_dir, self.get_test_binary_name(test))
423 host_log_file = os.path.join(self._work_dir, self.get_test_log_name(test))
425 if not self.check_test_log(os.path.join(self._test_dir, self.get_test_list_name(test)),
436 perf_file = os.path.join(device_deqp_out_dir, self.get_test_perf_name(test))
437 dump_file = os.path.join(self._work_dir, self.get_perf_dump_name(test))
515 extra_deqp_deps_file = os.path.join(test_dir, 'extra_deqp_dependency.txt')
[all …]
/cts/hostsidetests/theme/
Dgenerate_images.py103 t.join()
132 out_file = os.path.join(out_path, os.path.join(version, "%s.zip" % density_bucket))
185 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
218 theme_apk = os.path.join(os.environ['ANDROID_HOST_OUT'],
224 out_path = os.path.join(os.environ['ANDROID_BUILD_TOP'],
/cts/apps/CameraITS/tools/
Drun_sensor_fusion.py133 os.mkdir(os.path.join(topdir, camera_id))
136 mobly_output_logs_path = os.path.join(topdir, camera_id)
137 mobly_scene_output_logs_path = os.path.join(
155 os.path.join(os.environ['CAMERA_ITS_TOP'], 'tests',
172 file_name = os.path.join(
189 tmp_yml_file = os.path.join(run_all_tests.YAML_FILE_DIR, tmp_yml_file_name)
Drun_all_tests.py33 CONFIG_FILE = os.path.join(YAML_FILE_DIR, 'config.yml')
197 os.path.join(os.environ['CAMERA_ITS_TOP'], 'tests', scene))
200 src_scene_file = os.path.join(os.environ['CAMERA_ITS_TOP'], 'tests',
236 img_name = os.path.join(out_path, f'test_{scene}.jpg')
449 mobly_output_logs_path = os.path.join(topdir, cam_id_string)
459 mobly_scene_output_logs_path = os.path.join(mobly_output_logs_path, s)
485 os.path.join(os.environ['CAMERA_ITS_TOP'], 'tests', s))
507 os.path.join(os.environ['CAMERA_ITS_TOP'], test), '-c',
513 os.path.join(os.environ['CAMERA_ITS_TOP'], 'tests', s, test),
585 scene_test_summary_path = os.path.join(mobly_scene_output_logs_path,
[all …]
Ddng_noise_model.py64 noise_model_a_array = ','.join([str(i) for i in noise_model_a])
65 noise_model_b_array = ','.join([str(i) for i in noise_model_b])
66 noise_model_c_array = ','.join([str(i) for i in noise_model_c])
67 noise_model_d_array = ','.join([str(i) for i in noise_model_d])
110 text_file = open(os.path.join(log_path, 'noise_model.c'), 'w')
142 text_file = open(os.path.join(log_path, 'noise_profile.cc'), 'w')
162 name_with_log_path = os.path.join(log_path, _NAME)
/cts/hostsidetests/seccomp/app/
Dgen_blocklist.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/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/apps/CameraITS/tests/scene1_1/
Dtest_burst_sameness_manual.py101 imgs[0], '%s_frame000.jpg' % os.path.join(log_path, NAME))
108 imgs[i], '%s_frame%03d.jpg'%(os.path.join(log_path, NAME), i))
121 '%s_plot_means.png' % os.path.join(log_path, NAME))
Dtest_crop_regions.py82 os.path.join(log_path, NAME), wfull, hfull))
110 os.path.join(log_path, NAME), i))
122 os.path.join(log_path, NAME), j))
Dtest_param_exposure_time.py81 img, '%s_frame%d.jpg' % (os.path.join(log_path, NAME), i))
98 plot_name = '%s_plot_means.png' % os.path.join(log_path, NAME)
/cts/apps/CameraITS/tests/scene1_2/
Dtest_yuv_plus_dng.py67 img, '%s_yuv.jpg' % os.path.join(log_path, NAME))
69 with open('%s.dng'%(os.path.join(log_path, NAME)), 'wb') as f:
Dtest_yuv_plus_raw12.py81 os.path.join(log_path, NAME), mode), True)
91 os.path.join(log_path, NAME), mode), True)
Dtest_yuv_plus_raw.py81 os.path.join(log_path, NAME), mode), True)
91 os.path.join(log_path, NAME), mode), True)
Dtest_yuv_plus_raw10.py81 os.path.join(log_path, NAME), mode), True)
91 os.path.join(log_path, NAME), mode), True)
Dtest_post_raw_sensitivity_boost.py118 matplotlib.pyplot.savefig('%s_plot_means.png' % os.path.join(log_path, _NAME))
166 os.path.join(log_path, _NAME), sens, sens_boost)
170 os.path.join(log_path, _NAME), sens, sens_boost)
/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/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/apps/CameraITS/tests/scene3/
Dtest_flip_mirror.py83 '%s_template.jpg' % os.path.join(log_path, NAME))
88 '%s_scene_patch.jpg' % os.path.join(log_path, NAME))
111 cv2.imwrite('%s_%s.jpg' % (os.path.join(log_path, NAME), orientation),
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsFrameworkLayerStateInfo.java143 sb.append("enables=").append(String.join(",", mEnables)).append(' '); in toString()
144 sb.append("disables=").append(String.join(",", mDisables)); in toString()
145 sb.append("controlledEnables=").append(String.join(",", mControlledEnables)).append(' '); in toString()
146 sb.append("controlledDisables=").append(String.join(",", mControlledDisables)); in toString()
147 sb.append("changedComponents=").append(String.join(",", mChangedComponents)); in toString()
259 + String.join(",", StateInfoParser.HEADERS); in parse()
/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/CameraITS/utils/
Dopencv_processing_utils.py34 TEST_IMG_DIR = os.path.join(os.environ['CAMERA_ITS_TOP'], 'test_images')
35 CHART_FILE = os.path.join(TEST_IMG_DIR, 'ISO12233.png')
211 af_scene_name = os.path.join(log_path, 'af_scene.jpg')
561 normal_img_path = os.path.join(
563 wide_img_path = os.path.join(
587 normal_img_path = os.path.join(
589 wide_img_path = os.path.join(

12345678910