Home
last modified time | relevance | path

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

123

/development/testrunner/test_defs/
Dtest_walker.py34 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
Dinstrumentation_test.py212 def HasInstrumentationTest(path): argument
285 def _IsJavaFile(self, path): argument
293 def _IsJavaPackage(self, path): argument
328 def _GetPackageNameFromDir(self, path): argument
Dnative_test.py124 def _FilterOutMissing(self, path, sources): argument
148 def _FindFileRecursively(self, path, match): argument
/development/samples/ApiDemos/src/com/example/android/apis/content/
DExternalStorage.java185 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/testdata/test_module_info/
Dmodule-info.json2 …"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/tools/idegen/src/
DEclipse.java69 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()
DExcludes.java37 public boolean exclude(String path) { in exclude()
DIntelliJ.java93 String path = file.getPath(); in isTests() local
/development/samples/browseable/BeamLargeFiles/src/com.example.android.common/assetprovider/
DAssetProvider.java66 String path = uri.getPath(); in getType() local
92 String path = uri.getPath(); in openAssetFile() local
106 private boolean fileExists(String path) { in fileExists()
/development/samples/Obb/src/com/example/android/obbapp/
DObbMountActivity.java140 public CharSequence path; field in ObbMountActivity.ObbState
142 ObbState(StorageManager storageManager, CharSequence status, CharSequence path) { in ObbState()
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py29 def makedirs(path, exist_ok): argument
449 def _parse_from_file(self, path): argument
458 def _parse_from_dump_lines(self, path, lines): argument
489 def _parse_from_dump_file(self, path): argument
500 def load(path): argument
514 def load_dump(path): argument
591 def is_ll_ndk(self, path): argument
594 def is_sp_ndk(self, path): argument
597 def is_hl_ndk(self, path): argument
600 def is_ndk(self, path): argument
[all …]
/development/vndk/tools/abi-tool/
Dvndk_abi_tool.py24 def makedirs(path, exist_ok): argument
29 def which(cmd, mode=os.F_OK | os.X_OK, path=None): argument
30 def is_executable(path): argument
193 def is_elf_file(path): argument
/development/samples/ApiDemos/src/com/example/android/apis/
DApiDemos.java43 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/
DUtilityService.java77 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/tools/hosttestlib/src/com/android/hosttest/
DDeviceTest.java50 public void setTestAppPath(String path); in setTestAppPath()
DDeviceTestCase.java62 public void setTestAppPath(String path) { in setTestAppPath()
DDeviceTestSuite.java86 public void setTestAppPath(String path) { in setTestAppPath()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DMediaPlayerDemo_Audio.java38 private String path; field in MediaPlayerDemo_Audio
/development/vndk/tools/definition-tool/tests/
Dtest_tagged_dict.py369 def __init__(self, path): argument
377 def add(self, path): argument
Dcompat.py33 def makedirs(path, exist_ok): argument
Dtest_generic_refs.py25 def __init__(self, path, exported_symbols): argument
/development/vndk/tools/vtable-dumper/tests/
Dtest_vndk_vtable_dumper.py33 def get_dirnames(path, n): argument
78 def run_vtable_dump(path, verbose=False): argument
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DDataLayerListenerService.java72 String path = uri.getPath(); in onDataChanged() local
/development/testrunner/
Dandroid_manifest.py112 def CreateAndroidManifest(path): argument
/development/testrunner/coverage/
Dcoverage_target.py34 def AddPath(self, path): argument

123