/frameworks/base/tools/aidl/ |
D | search_path.cpp | 32 vector<string>& paths = g_importPaths; local 33 for (vector<string>::iterator it=paths.begin(); it!=paths.end(); it++) {
|
/frameworks/base/media/java/android/media/ |
D | MediaScannerConnection.java | 185 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/ |
D | gen-build-stamp.py | 58 def compute_sha1_list(paths): argument 61 for path in paths:
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 614 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/ |
D | track-mem.jd | 28 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/ |
D | excluded.properties | 2 # The list of excluded package paths for the TestCaseClassLoader
|
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 573 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/ |
D | path-permission-element.jd | 28 specified multiple times to supply multiple paths. 44 Permission can be granted to all data subsets with paths that share this initial part.
|
D | grant-uri-permission-element.jd | 49 permission can be granted to all data subsets with paths that share that
|
D | provider-element.jd | 57 provider to identify particular data subsets, but those paths are not
|
/frameworks/base/core/java/android/server/ |
D | BluetoothA2dpService.java | 199 String [] paths = devices.split(","); in onBluetoothEnable() local 200 for (String path: paths) { in onBluetoothEnable()
|
/frameworks/base/libs/hwui/ |
D | DisplayListRenderer.cpp | 184 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/ |
D | IntentFilter.java | 903 final ArrayList<PatternMatcher> paths = mDataPaths; in matchData() local 922 if (paths == null) { in matchData()
|
/frameworks/base/services/java/com/android/server/ |
D | MountService.java | 483 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/ |
D | index.jd | 254 <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/ |
D | tools-notes.jd | 188 <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/ |
D | AssetManager.cpp | 289 const String8* paths[2] = { &originalPath, &overlayPath }; in createIdmapFileLocked() local 300 ap.path = *paths[i]; in createIdmapFileLocked()
|
/frameworks/base/services/java/com/android/server/pm/ |
D | PackageManagerService.java | 954 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/ |
D | content-providers.jd | 730 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/ |
D | services.jd | 728 different paths:</p> 748 <p>These two paths are not entirely separate. That is, you can bind to a service that was already
|
D | activities.jd | 466 <p>Figure 1 illustrates these loops and the paths an activity might take between states.
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 506 <dd>Complex shapes, paths, and circles for instance, are rendered using texture masks. Every
|
/frameworks/base/docs/html/guide/appendix/ |
D | market-filters.jd | 451 version codes for each APK to ensure proper update paths for each configuration.</p>
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | adb.jd | 167 <p>In the commands, <code><local></code> and <code><remote></code> refer to the paths t…
|
/frameworks/base/docs/html/guide/market/publishing/ |
D | multiple-apks.jd | 633 android.os.Build.VERSION#SDK_INT} and create different code paths depending on the API level
|