/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 | 212 def HasInstrumentationTest(path): argument 285 def _IsJavaFile(self, path): argument 293 def _IsJavaPackage(self, path): argument 328 def _GetPackageNameFromDir(self, path): argument
|
/development/vndk/tools/ |
D | system_image_diff.py | 27 def system_files(path): argument 43 def system_files_to_package_map(path): argument 68 def package_to_vendor_map(path): argument
|
/development/vndk/tools/header-checker/header-abi-dumper/src/ |
D | workaround_openmp.cpp | 36 llvm::SmallString<64> path; in RemoveOpenMPIncludeDir() local 44 static std::error_code WriteFile(const char *path, const char *data, in WriteFile() 60 llvm::SmallString<64> path; in CreateOpenMPIncludeDir() local
|
/development/vndk/tools/definition-tool/tests/testdata/test_module_info/ |
D | module-info.json | 2 …"libA": { "path": ["system/core/libA"], "installed": ["out/target/product/generic_arm64/system/li… array 3 …"libB": { "path": ["frameworks/base/libB"], "installed": ["out/target/product/generic_arm64/syste… array 4 …"libC": { "path": ["frameworks/base/libC"], "installed": ["out/target/product/generic_arm64/syste… array
|
/development/vndk/tools/sourcedr/sourcedr/ |
D | utils.py | 12 def __init__(self, path, mode): argument 35 def _get_locked_path(cls, path): argument 41 def is_locked(cls, path): argument
|
D | map.py | 64 def load_build_dep_file_from_path(path): argument 69 def load_review_data(path): argument
|
D | pattern_db.py | 19 def __init__(self, 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 358 Item createStorageControls(CharSequence label, File path, in createStorageControls()
|
/development/vndk/tools/definition-tool/tests/ |
D | test_command_deps_insight.py | 27 def _get_module(cls, strs, mods, path): argument 35 def _get_module_deps(cls, strs, mods, path): argument 44 def _get_module_users(cls, strs, mods, path): argument
|
/development/vndk/tools/definition-tool/tools/ |
D | update_dataset.py | 15 def load_make_vars(path): argument 104 def update_tag(path, tag, comments=None): argument
|
/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()
|
D | IntelliJ.java | 93 String path = file.getPath(); in isTests() local
|
/development/samples/browseable/BeamLargeFiles/src/com.example.android.common/assetprovider/ |
D | AssetProvider.java | 66 String path = uri.getPath(); in getType() local 92 String path = uri.getPath(); in openAssetFile() local 106 private boolean fileExists(String path) { in fileExists()
|
/development/vndk/snapshot/ |
D | utils.py | 77 def arch_from_path(path): argument 89 def variant_from_path(path): argument 101 def find(path, names): argument
|
/development/vndk/tools/sourcedr/sourcedr/commands/ |
D | init.py | 11 def _is_dir_empty(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/tools/hosttestlib/src/com/android/hosttest/ |
D | DeviceTest.java | 50 public void setTestAppPath(String path); in setTestAppPath()
|
D | DeviceTestCase.java | 62 public void setTestAppPath(String path) { in setTestAppPath()
|
/development/vndk/tools/sourcedr/sourcedr/static/js/ |
D | main.js | 216 function setBrowsingFile(path) { argument 219 path: path property 262 path: $(item).text() property 315 path: $('#file_path').text(), property
|
/development/tools/winscope/loaders/ |
D | proto-loader.js | 17 var path = require("path"); variable
|
/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()
|
/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()
|