Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/tools/aidl/
Dsearch_path.cpp32 vector<string>& paths = g_importPaths; local
33 for (vector<string>::iterator it=paths.begin(); it!=paths.end(); it++) {
/frameworks/base/media/java/android/media/
DMediaScannerConnection.java185 ClientProxy(String[] paths, String[] mimeTypes, OnScanCompletedListener client) { in ClientProxy() argument
186 mPaths = paths; in ClientProxy()
230 public static void scanFile(Context context, String[] paths, String[] mimeTypes, in scanFile() argument
232 ClientProxy client = new ClientProxy(paths, mimeTypes, callback); in scanFile()
/frameworks/compile/libbcc/tools/
Dgen-build-stamp.py58 def compute_sha1_list(paths): argument
61 for path in paths:
/frameworks/base/core/java/android/content/res/
DAssetManager.java614 public final int[] addAssetPaths(String[] paths) { in addAssetPaths() argument
615 if (paths == null) { in addAssetPaths()
619 int[] cookies = new int[paths.length]; in addAssetPaths()
620 for (int i = 0; i < paths.length; i++) { in addAssetPaths()
621 cookies[i] = addAssetPath(paths[i]); in addAssetPaths()
/frameworks/base/docs/html/resources/articles/
Dtrack-mem.jd28 short-lived objects in performance critical code paths is thus very costly for
41 Tracking</em> and then use your application to make it execute the code paths
57 remove all allocations for your performance critical code paths. the allocation
63 reduce allocations in performance-critical code paths. You will also thus
/frameworks/base/test-runner/src/junit/runner/
Dexcluded.properties2 # The list of excluded package paths for the TestCaseClassLoader
/frameworks/base/core/java/android/os/storage/
DStorageManager.java573 String[] paths = new String[count]; in getVolumePaths() local
575 paths[i] = volumes[i].getPath(); in getVolumePaths()
577 return paths; in getVolumePaths()
/frameworks/base/docs/html/guide/topics/manifest/
Dpath-permission-element.jd28 specified multiple times to supply multiple paths.
44 Permission can be granted to all data subsets with paths that share this initial part.
Dgrant-uri-permission-element.jd49 permission can be granted to all data subsets with paths that share that
Dprovider-element.jd57 provider to identify particular data subsets, but those paths are not
/frameworks/base/core/java/android/server/
DBluetoothA2dpService.java199 String [] paths = devices.split(","); in onBluetoothEnable() local
200 for (String path: paths) { in onBluetoothEnable()
/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp184 const Vector<SkPath*> &paths = recorder.getPaths(); in initFromDisplayListRenderer() local
185 for (size_t i = 0; i < paths.size(); i++) { in initFromDisplayListRenderer()
186 mPaths.add(paths.itemAt(i)); in initFromDisplayListRenderer()
/frameworks/base/core/java/android/content/
DIntentFilter.java903 final ArrayList<PatternMatcher> paths = mDataPaths; in matchData() local
922 if (paths == null) { in matchData()
/frameworks/base/services/java/com/android/server/
DMountService.java483 String[] paths;
489 paths = keys.toArray(new String[count]);
492 states[i] = mVolumeStates.get(paths[i]);
497 String path = paths[i];
/frameworks/base/docs/html/sdk/ndk/
Dindex.jd254 <li>A Cygwin-specific bug where using very short paths for
264 …<li>The Cygwin installation now notifies the user of invalid installation paths that contain space…
408 code paths as needed.</li>
/frameworks/base/docs/html/sdk/
Dtools-notes.jd188 <li>Fix compilation issue in Ant (<code>dex</code> step) when paths have spaces.</li>
189 <li>Fix issue in emulator installation when paths have spaces.</li>
190 <li>Fix issue when AVD paths have spaces.</li>
/frameworks/base/libs/utils/
DAssetManager.cpp289 const String8* paths[2] = { &originalPath, &overlayPath }; in createIdmapFileLocked() local
300 ap.path = *paths[i]; in createIdmapFileLocked()
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java954 String[] paths = splitString(bootClassPath, ':'); in PackageManagerService() local
955 for (int i=0; i<paths.length; i++) { in PackageManagerService()
957 if (dalvik.system.DexFile.isDexOptNeeded(paths[i])) { in PackageManagerService()
958 libFiles.add(paths[i]); in PackageManagerService()
959 mInstaller.dexopt(paths[i], Process.SYSTEM_UID, true); in PackageManagerService()
963 Slog.w(TAG, "Boot class path not found: " + paths[i]); in PackageManagerService()
965 Slog.w(TAG, "Cannot dexopt " + paths[i] + "; is it an APK or JAR? " in PackageManagerService()
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd730 that identifies the content provider), and be distinguished only by their paths.
858 those paths would not be declared in the manifest. The authority is what
/frameworks/base/docs/html/guide/topics/fundamentals/
Dservices.jd728 different paths:</p>
748 <p>These two paths are not entirely separate. That is, you can bind to a service that was already
Dactivities.jd466 <p>Figure 1 illustrates these loops and the paths an activity might take between states.
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd506 <dd>Complex shapes, paths, and circles for instance, are rendered using texture masks. Every
/frameworks/base/docs/html/guide/appendix/
Dmarket-filters.jd451 version codes for each APK to ensure proper update paths for each configuration.</p>
/frameworks/base/docs/html/guide/developing/tools/
Dadb.jd167 <p>In the commands, <code>&lt;local&gt;</code> and <code>&lt;remote&gt;</code> refer to the paths t…
/frameworks/base/docs/html/guide/market/publishing/
Dmultiple-apks.jd633 android.os.Build.VERSION#SDK_INT} and create different code paths depending on the API level

12