| /development/testrunner/test_defs/ |
| D | test_walker.py | 34 def FindTests(self, path): argument 90 def _IsPathInBuildTree(self, path): argument 101 def _MakePathRelativeToBuild(self, path): argument 119 def _FindSubTests(self, path, tests, upstream_build_path=None): argument 166 def _FindUpstreamTests(self, path): argument 181 def _GetTestFactory(self, android_mk_parser, path, build_path): argument 208 def _GetTestFactoryForPath(self, path): argument 227 def _FindUpstreamTestFactory(self, path): argument 245 def _CreateSuites(self, android_mk_parser, path, upstream_build_path): argument
|
| D | native_test.py | 124 def _FilterOutMissing(self, path, sources): argument 148 def _FindFileRecursively(self, path, match): argument
|
| D | instrumentation_test.py | 214 def HasInstrumentationTest(path): argument 287 def _IsJavaFile(self, path): argument 295 def _IsJavaPackage(self, path): argument 330 def _GetPackageNameFromDir(self, path): argument
|
| /development/tools/otagui/src/router/ |
| D | index.js | 10 path: '/', property 15 path: '/check-job/:id', property 21 path: '/about', property 26 path: '/create', property 31 path: '/:catchAll(.*)', property
|
| /development/vndk/tools/ |
| D | system_image_diff.py | 38 def system_files(path): argument 54 def system_files_to_package_map(path): argument 79 def package_to_vendor_map(path): argument
|
| /development/samples/ApiDemos/src/com/example/android/apis/content/ |
| D | ExternalStorage.java | 185 File path = Environment.getExternalStoragePublicDirectory( in createExternalStoragePublicPicture() local 227 File path = Environment.getExternalStoragePublicDirectory( in deleteExternalStoragePublicPicture() local 238 File path = Environment.getExternalStoragePublicDirectory( in hasExternalStoragePublicPicture() local 253 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES); in createExternalStoragePrivatePicture() local 291 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES); in deleteExternalStoragePrivatePicture() local 303 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES); in hasExternalStoragePrivatePicture() local 353 Item createStorageControls(CharSequence label, File path, in createStorageControls()
|
| /development/tools/ota_analysis/src/router/ |
| D | index.js | 9 path: '/', property 17 path: '/demo', property 22 path: '/about', property 27 path: '/:catchAll(.*)', property
|
| /development/scripts/ |
| D | update_crate_tests.py | 166 def query_modules(self, path): argument 195 def find_all_test_mapping_files(self, path): argument 204 def test_to_test_mapping(self, env, path, test): argument 228 def query_rdep_tests_dirs(self, env, modules, path, exclude_dir): argument 266 def __init__(self, path, env, bazel): argument 306 def __init__(self, env, bazel, path): argument
|
| /development/tools/winscope/ |
| D | webpack.config.unit_test.js | 16 const path = require('path'); constant 32 path: path.resolve(__dirname, 'dist/unit_test'), property
|
| D | webpack.config.prod.js | 18 const path = require('path'); constant 30 path: path.resolve(__dirname, 'dist/prod'), property
|
| /development/tools/idegen/src/ |
| D | Eclipse.java | 69 String path = sourceRoot.getPath().substring(2); in generateFrom() local 119 String path = sourceRoot.getPath(); in constructExcluding() local 184 private boolean matches(String path) { in matches()
|
| D | Excludes.java | 37 public boolean exclude(String path) { in exclude()
|
| /development/tools/winscope/src/adb/ |
| D | winscope_proxy.py | 87 def __init__(self, path, matcher, filetype) -> None: argument 104 def __init__(self, path, matcher, filetype) -> None: argument 371 def process(self, server, path): argument 471 def process(self, server, path): argument 487 def process(self, server, path): argument 500 def process(self, server, path): argument 507 def process_with_device(self, server, path, device_id): argument 521 def process_with_device(self, server, path, device_id): argument 672 def process_with_device(self, server, path, device_id): argument 699 def process_with_device(self, server, path, device_id): argument [all …]
|
| /development/vndk/tools/elfcheck/elfcheck/ |
| D | android.py | 22 def find_android_build_top(path): argument
|
| D | readobj.py | 31 def readobj(path): argument
|
| /development/samples/Obb/src/com/example/android/obbapp/ |
| D | ObbMountActivity.java | 140 public CharSequence path; field in ObbMountActivity.ObbState 142 ObbState(StorageManager storageManager, CharSequence status, CharSequence path) { in ObbState()
|
| /development/vndk/snapshot/ |
| D | utils.py | 116 def prebuilt_arch_from_path(path): argument 128 def snapshot_arch_from_path(path): argument 140 def find(path, names): argument
|
| /development/vndk/tools/header-checker/src/utils/ |
| D | source_path_utils.cpp | 41 static bool PathEndsWith(llvm::StringRef path, in PathEndsWith() 70 std::string_view path; in ParseRootDirs() local 104 std::string NormalizePath(std::string_view path, const RootDirs &root_dirs) { in NormalizePath()
|
| D | source_path_utils.h | 28 std::string path; member
|
| /development/vndk/tools/sourcedr/blueprint/ |
| D | analyze_manifest_split.py | 56 def find(self, path): argument 87 def add_module(self, path, rule, attrs): argument
|
| /development/tools/otagui/ |
| D | vue.config.js | 1 const path = require('path') constant
|
| D | target_lib.py | 106 def new_build(self, filename, path): argument 169 def get_build_by_path(self, path): argument
|
| /development/vndk/tools/sourcedr/ninja/ |
| D | list_source_file.py | 91 def _normalize_path(path): argument
|
| /development/samples/ApiDemos/src/com/example/android/apis/ |
| D | ApiDemos.java | 43 String path = intent.getStringExtra("com.example.android.apis.Path"); in onCreate() local 127 protected Intent browseIntent(String path) { in browseIntent()
|
| /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/ |
| D | UtilityService.java | 77 public static void startDeviceActivity(Context context, String path, String name, String city) { in startDeviceActivity() 147 private void startDeviceActivityInternal(String path, String extraInfo) { in startDeviceActivityInternal()
|