/tools/asuite/atest-py2/unittest_data/ |
D | module-info.json | 2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array 3 …"CtsJankDeviceTestCases": { "class": ["APPS"], "path": ["foo/bar/jank"], "tags": ["optional"], … array 4 …"CtsUiDeviceTestCases": { "class": ["APPS"], "path": ["tf/core/CtsUiDeviceTestCases"], "tags": [… array 5 …"VtsTarget": { "class": ["FAKE"], "path": ["foo/bar/jank"], "tags": ["optional"], "installed": … array 6 …"google-tradefed": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/core"], "tags": ["optional"], "… array 7 …"google-tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/contrib"], "tags": ["opt… array 8 …"tradefed": { "class": ["EXECUTABLES", "JAVA_LIBRARIES"], "path": ["tf/core"], "tags": ["option… array 9 …"tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["tf/contrib"], "tags": ["optional"],… array 11 …"module1": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array 12 …"module2": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array [all …]
|
/tools/asuite/atest/unittest_data/ |
D | module-info.json | 2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array 3 …"CtsJankDeviceTestCases": { "class": ["APPS"], "path": ["foo/bar/jank"], "tags": ["optional"], … array 4 …"CtsUiDeviceTestCases": { "class": ["APPS"], "path": ["tf/core/CtsUiDeviceTestCases"], "tags": [… array 5 …"VtsTarget": { "class": ["FAKE"], "path": ["foo/bar/jank"], "tags": ["optional"], "installed": … array 6 …"google-tradefed": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/core"], "tags": ["optional"], "… array 7 …"google-tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/contrib"], "tags": ["opt… array 8 …"tradefed": { "class": ["EXECUTABLES", "JAVA_LIBRARIES"], "path": ["tf/core"], "tags": ["option… array 9 …"tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["tf/contrib"], "tags": ["optional"],… array 11 …"module1": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array 12 …"module2": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array [all …]
|
D | not-valid-module-info.json | 2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array
|
/tools/repohooks/rh/ |
D | git.py | 92 def get_file_content(commit, path): argument 132 def raw_diff(path, target): argument 184 def find_repo_root(path=None): argument 199 def is_git_repository(path): argument
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_import_unit_test.py | 32 def import_module(name, path): argument 41 def import_module(name, path): argument
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/utils/ |
D | ApkZFileTestUtils.java | 78 public static File getResource(@Nonnull String path) { in getResource() 91 public static ByteSource getResourceBytes(@Nonnull String path) { in getResourceBytes()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | AlignmentRule.java | 38 int alignment(@Nonnull String path); in alignment()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | FileReadSandbox.kt | 91 System.getenv(it)?.let { path -> in <lambda>() method 142 val path = file.absolutePath in <lambda>() constant 162 val path = parent.absolutePath in <lambda>() constant
|
/tools/treble/build/sandbox/ |
D | overlay.py | 55 def _FindBindMountConflict(self, path): argument 365 def AllowReadWrite(path): argument 393 def ContainsReadWrite(path): argument 429 def is_replacement_allowed_func(overlay_name, path): argument
|
/tools/asuite/atest/tf_proto/ |
D | log_file.proto | 24 string path = 1; field
|
/tools/asuite/aidegen/sdk/ |
D | android_sdk.py | 155 def _gen_platform_mapping(self, path): argument 176 def is_android_sdk_path(self, path): argument
|
/tools/asuite/atest-py2/test_finders/ |
D | tf_integration_finder.py | 86 def _load_xml_file(self, path): argument 228 def find_int_test_by_path(self, path): argument
|
D | module_finder.py | 52 def _determine_testable_module(self, path): argument 221 def _get_test_info_filter(self, path, methods, **kwargs): argument 527 def find_test_by_path(self, path): argument
|
/tools/asuite/atest/test_finders/ |
D | tf_integration_finder.py | 95 def _load_xml_file(self, path): argument 318 def find_int_test_by_path(self, path): argument
|
D | module_finder.py | 54 def _determine_testable_module(self, path, file_path=None): argument 280 def _get_test_info_filter(self, path, methods, **kwargs): argument 890 def _is_comparted_src(self, path): argument
|
/tools/test/openhst/ |
D | stress_test_common.py | 36 def MakeDirsIfNeeded(path): argument
|
/tools/test/connectivity/acts/framework/tests/libs/uicd/ |
D | uicd_cli_test.py | 28 def _mock_walk(path, **_): argument
|
/tools/asuite/asuite_plugin/src/java/com/android/atest/ |
D | AtestUtils.java | 34 public static boolean hasTestMapping(String path) { in hasTestMapping()
|
/tools/asuite/atest/ |
D | unittest_utils.py | 118 def realpath_side_effect(path): argument
|
D | atest_utils.py | 834 def find_files(path, file_name=constants.TEST_MAPPING): argument 986 def read_test_record(path): argument 1011 def is_valid_json_file(path): argument 1104 def is_build_file(path): argument
|
/tools/asuite/atest-py2/ |
D | unittest_utils.py | 102 def realpath_side_effect(path): argument
|
D | cli_translator.py | 309 def _find_files(self, path, file_name=constants.TEST_MAPPING): argument 364 self, path='', test_group=constants.TEST_GROUP_PRESUBMIT, argument
|
/tools/acloud/create/ |
D | create_common.py | 100 def FindLocalImage(path, default_name_pattern): argument
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | Ndk.kt | 22 class Ndk(val path: File) { constant in com.android.ndkports.Ndk
|
/tools/external_updater/ |
D | archive_utils.py | 118 def find_archive_root(path): argument
|