/cts/tools/incremental-cts/ |
D | incremental_deqp.py | 196 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/apps/CameraITS/tools/ |
D | run_sensor_fusion.py | 133 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)
|
D | run_all_tests.py | 33 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 …]
|
D | dng_noise_model.py | 64 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/theme/ |
D | generate_images.py | 103 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/hostsidetests/seccomp/app/ |
D | gen_blocklist.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/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/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/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/apps/CameraITS/tests/scene1_2/ |
D | test_yuv_plus_dng.py | 67 img, '%s_yuv.jpg' % os.path.join(log_path, NAME)) 69 with open('%s.dng'%(os.path.join(log_path, NAME)), 'wb') as f:
|
D | test_yuv_plus_raw12.py | 81 os.path.join(log_path, NAME), mode), True) 91 os.path.join(log_path, NAME), mode), True)
|
D | test_yuv_plus_raw.py | 81 os.path.join(log_path, NAME), mode), True) 91 os.path.join(log_path, NAME), mode), True)
|
D | test_yuv_plus_raw10.py | 81 os.path.join(log_path, NAME), mode), True) 91 os.path.join(log_path, NAME), mode), True)
|
/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/scene1_1/ |
D | test_burst_sameness_manual.py | 101 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))
|
D | test_crop_regions.py | 81 os.path.join(log_path, NAME), wfull, hfull)) 109 os.path.join(log_path, NAME), i)) 121 os.path.join(log_path, NAME), j))
|
D | test_param_exposure_time.py | 81 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/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/scene3/ |
D | test_flip_mirror.py | 83 '%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/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/ |
D | Processor.java | 301 method.getSimpleName(), String.join(", ", params)); in generateRemoteFrameworkClassWrapper() 304 String.join(", ", params)); in generateRemoteFrameworkClassWrapper() 312 method.getSimpleName(), String.join(", ", params)); in generateRemoteFrameworkClassWrapper() 317 String.join(", ", params)); in generateRemoteFrameworkClassWrapper() 320 method.getSimpleName(), String.join(", ", params)); in generateRemoteFrameworkClassWrapper() 427 String.join(", ", params)); in generateDpmParentWrapper() 430 method.getSimpleName(), String.join(", ", params)); in generateDpmParentWrapper() 505 method.getSimpleName(), String.join(", ", paramNames)); in generateTargetedRemoteActivityImpl() 509 method.getSimpleName(), String.join(", ", paramNames)); in generateTargetedRemoteActivityImpl() 577 String.join(", ", params)); in generateTargetedRemoteActivityWrapper() [all …]
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | DexMethod.java | 38 return "(" + String.join("", mParamTypeList) + ")" + getDexType(); in getDexSignature() 67 + "(" + String.join(", ", getJavaParameterTypes()) + ")"; in toString()
|
/cts/hostsidetests/media/app/MediaExtractorTest/jni/ |
D | MediaExtractorDeviceSideTestNative.cpp | 47 std::thread(mediaExtractorTask).join(); in Java_android_media_cts_MediaExtractorDeviceSideTest_extractUsingNdkMediaExtractor()
|
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/ |
D | CpmsFrameworkLayerStateInfo.java | 143 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()
|