/test/vti/test_serving/gae/frontend/src/app/ |
D | app.module.ts | 64 { path: 'build', component: BuildComponent }, constant 65 { path: 'job', component: JobComponent }, constant 66 { path: 'lab', component: LabComponent }, constant 67 { path: 'schedule', component: ScheduleComponent }, constant 68 { path: '', component: DashboardComponent }, constant 69 { path: '**', redirectTo: '/', pathMatch: 'full' } constant
|
/test/vts/utils/python/os/ |
D | path_utils.py | 19 def JoinTargetPath(path, *paths): argument 32 def TargetBaseName(path): argument 44 def TargetDirName(path): argument 56 def TargetNormPath(path): argument
|
/test/vts/utils/python/io/ |
D | file_util.py | 42 def Rmdirs(path, ignore_errors=False): argument 63 def Mkdir(path, skip_if_exists=True): argument 90 def Makedirs(path, skip_if_exists=True): argument
|
/test/vts-testcase/vndk/ |
D | utils.py | 207 def Exists(self, path): argument 211 def IsDirectory(self, path): argument 215 def _Stat(self, fmt, path): argument 223 def IsExecutable(self, path): argument 227 def FindFiles(self, path, name_pattern, *options): argument
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | VtsDashboardApiTransport.java | 75 public <T> T get(String path, Type responseType) throws IOException { in get() 98 public <T> T post(String path, Object request, Type responseType) throws IOException { in post() 123 public String postFile(String path, String fileType, String testFilePath) throws IOException { in postFile() 142 public String postMultiFiles(String path, Map<String, String> testFileMap) throws IOException { in postMultiFiles() argument
|
/test/vts/utils/python/file/ |
D | target_file_utils.py | 54 def IsDirectory(path, shell): argument 67 def FindFiles(shell, path, name_pattern, options=None): argument 122 def GetPermission(path, shell): argument 298 def assertPermissionsAndExistence(shell, path, check_permission): argument
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | ApkPackageNameCheck.java | 97 String path = f.getPath(); in testApkPackageNames() local 113 String path = f.getPath(); in testApkPackageNames() local
|
/test/framework/harnesses/host_controller/build/ |
D | build_provider.py | 83 def SetDeviceImage(self, name, path): argument 107 def SetDeviceImageZip(self, path, full_device_images=False): argument 152 def SetTestSuitePackage(self, test_suite, path): argument 184 def SetHostControllerPackage(self, package_type, path): argument 209 def SetConfigPackage(self, config_type, path): argument
|
D | build_provider_local_fs.py | 26 def Fetch(self, path, full_device_images=False): argument
|
D | build_provider_gcs.py | 58 def Fetch(self, path, full_device_images=False, set_suite_as=None): argument
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | ITestResult.java | 86 void setBugReport(String path); in setBugReport() 96 void setLog(String path); in setLog() 106 void setScreenshot(String path); in setScreenshot()
|
D | TestResult.java | 139 public void setBugReport(String path) { in setBugReport() 155 public void setLog(String path) { in setLog() 171 public void setScreenshot(String path) { in setScreenshot()
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_config_local.py | 47 def UpdateConfig(self, path, update_build, clear_schedule, clear_labinfo): argument 62 def UpdateConfigLoop(self, path, update_build, update_interval, argument
|
/test/vts-testcase/kernel/api/sysfs/ |
D | KernelApiSysfsTest.py | 69 def GetPathPermission(self, path, assert_if_absent): argument 82 def IsReadOnly(self, path, assert_if_absent=True): argument 93 def IsReadWrite(self, path, assert_if_absent=True): argument
|
/test/app_compat/csuite/tools/script/ |
D | generate_module.py | 74 def _remove_empty_dirs(path): argument 227 def _file_path(path): argument 233 def _dir_path(path): argument
|
/test/vts/testcases/template/binary_test/ |
D | binary_test_case.py | 61 path, argument 167 def path(self): member in BinaryTestCase 172 def path(self, path): argument
|
/test/vts-testcase/hal/wifi/supplicant/V1_2/host/ |
D | VtsHalWifiSupplicantV1_2HostTest.py | 38 def CreateTestCase(self, path, tag=''): argument
|
/test/vts-testcase/hal/wifi/supplicant/V1_3/host/ |
D | VtsHalWifiSupplicantV1_3HostTest.py | 38 def CreateTestCase(self, path, tag=''): argument
|
/test/vts-testcase/security/poc/target/kernel_sound/28838221/ |
D | poc.cpp | 17 const char* path = host_input.params["path"].c_str(); in main() local
|
/test/vti/test_serving/gae/testing/ |
D | e2e_test.py | 50 def fixup_paths(path): argument
|
/test/vts-testcase/hal/wifi/supplicant/V1_1/host/ |
D | VtsHalWifiSupplicantV1_1HostTest.py | 50 def CreateTestCase(self, path, tag=''): argument
|
/test/vts-testcase/hal/wifi/supplicant/V1_0/host/ |
D | VtsHalWifiSupplicantV1_0HostTest.py | 50 def CreateTestCase(self, path, tag=''): argument
|
/test/vts/utils/python/reporting/ |
D | log_uploading_utils.py | 115 def path_filter(path): argument
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/ |
D | CertificationChecksumHelper.java | 242 private void addDirectory(File directory, String path) { in addDirectory() 258 private void addFile(File file, String path) { in addFile() 273 boolean containsFile(File file, String path) { in containsFile()
|
/test/vts/drivers/hal/server/ |
D | BinderServer.cpp | 68 const char* path = data.readCString(); in onTransact() local 145 int32_t LoadHal(const string& path, int target_class, int target_type, in LoadHal()
|