Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 52) 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
Dnative_test.py124 def _FilterOutMissing(self, path, sources): argument
148 def _FindFileRecursively(self, path, match): 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
Dgtest.py41 def SetTargetExecPath(self, path): 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/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/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/
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/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/
DNDKHelper.java75 public boolean loadTexture(String path) in loadTexture()
117 public Bitmap openBitmap(String path, boolean iScalePOT) in openBitmap()
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/
DNDKHelper.java75 public boolean loadTexture(String path) in loadTexture()
117 public Bitmap openBitmap(String path, boolean iScalePOT) in openBitmap()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DMediaPlayerDemo_Audio.java38 private String path; field in MediaPlayerDemo_Audio
/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
Dmake_tree.py90 def AddPath(self, path): argument
/development/testrunner/coverage/
Dcoverage_target.py34 def AddPath(self, path): argument
/development/build/tools/
Dmk_sources_zip.py166 def checkJavaFile(path): argument
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java272 List<String> path = resourceUri.getPathSegments(); in getResourceXmlPullParser() local
380 StringBuilder path = new StringBuilder(); in parseWith() local
/development/samples/browseable/Interpolator/src/com.example.android.interpolator/
DInterpolatorFragment.java205 public ObjectAnimator startAnimation(Interpolator interpolator, long duration, Path path) { in startAnimation()

123