Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 54) sorted by relevance

123

/test/vti/test_serving/gae/frontend/src/app/
Dapp.module.ts64 { 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/
Dpath_utils.py19 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/
Dfile_util.py42 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/
Dutils.py207 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/
DVtsDashboardApiTransport.java75 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/
Dtarget_file_utils.py54 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/
DApkPackageNameCheck.java97 String path = f.getPath(); in testApkPackageNames() local
113 String path = f.getPath(); in testApkPackageNames() local
/test/framework/harnesses/host_controller/build/
Dbuild_provider.py83 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
Dbuild_provider_local_fs.py26 def Fetch(self, path, full_device_images=False): argument
Dbuild_provider_gcs.py58 def Fetch(self, path, full_device_images=False, set_suite_as=None): argument
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DITestResult.java86 void setBugReport(String path); in setBugReport()
96 void setLog(String path); in setLog()
106 void setScreenshot(String path); in setScreenshot()
DTestResult.java139 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/
Dcommand_config_local.py47 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/
DKernelApiSysfsTest.py69 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/
Dgenerate_module.py74 def _remove_empty_dirs(path): argument
227 def _file_path(path): argument
233 def _dir_path(path): argument
/test/vts/testcases/template/binary_test/
Dbinary_test_case.py61 path, argument
167 def path(self): member in BinaryTestCase
172 def path(self, path): argument
/test/vts-testcase/hal/wifi/supplicant/V1_2/host/
DVtsHalWifiSupplicantV1_2HostTest.py38 def CreateTestCase(self, path, tag=''): argument
/test/vts-testcase/hal/wifi/supplicant/V1_3/host/
DVtsHalWifiSupplicantV1_3HostTest.py38 def CreateTestCase(self, path, tag=''): argument
/test/vts-testcase/security/poc/target/kernel_sound/28838221/
Dpoc.cpp17 const char* path = host_input.params["path"].c_str(); in main() local
/test/vti/test_serving/gae/testing/
De2e_test.py50 def fixup_paths(path): argument
/test/vts-testcase/hal/wifi/supplicant/V1_1/host/
DVtsHalWifiSupplicantV1_1HostTest.py50 def CreateTestCase(self, path, tag=''): argument
/test/vts-testcase/hal/wifi/supplicant/V1_0/host/
DVtsHalWifiSupplicantV1_0HostTest.py50 def CreateTestCase(self, path, tag=''): argument
/test/vts/utils/python/reporting/
Dlog_uploading_utils.py115 def path_filter(path): argument
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java242 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/
DBinderServer.cpp68 const char* path = data.readCString(); in onTransact() local
145 int32_t LoadHal(const string& path, int target_class, int target_type, in LoadHal()

123