Searched refs:paths (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java845 final List<String> paths = uri.getPathSegments();
846 if (paths.size() == 2) {
847 return PATH_DOCUMENT.equals(paths.get(0));
848 } else if (paths.size() == 4) {
849 return PATH_TREE.equals(paths.get(0)) && PATH_DOCUMENT.equals(paths.get(2));
858 final List<String> paths = uri.getPathSegments();
859 return (paths.size() == 2 && PATH_ROOT.equals(paths.get(0)));
876 final List<String> paths
[all...]
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java188 ClientProxy(String[] paths, String[] mimeTypes, OnScanCompletedListener client) { argument
189 mPaths = paths;
225 * @param paths Array of paths to be scanned.
233 public static void scanFile(Context context, String[] paths, String[] mimeTypes, argument
235 ClientProxy client = new ClientProxy(paths, mimeTypes, callback);
/frameworks/base/media/mca/filterfw/native/
H A Dlibfilterfw.mk16 # Add include paths for native code.
/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java178 final List<String> paths = pkg.getAllCodePathsExcludingResourceOnly();
181 for (String path : paths) {
H A DPackageDexOptimizer.java86 * Performs dexopt on all code paths and libraries of the specified package for specified
133 final List<String> paths = pkg.getAllCodePathsExcludingResourceOnly();
138 for (String path : paths) {
161 final List<String> paths = pkg.getAllCodePathsExcludingResourceOnly();
196 for (String path : paths) {
270 // dex-opted one or more paths or instruction sets or we've skipped
H A DPackageManagerService.java578 // Tracks available target package names -> overlay package paths.
2337 // Set flag to monitor and not change apk file paths when
2659 // the correct library paths.
7944 // DELETE_DATA_ON_FAILURES is only used by frozen paths
8004 // Bail out. The resource and code paths haven't been set.
8006 "Code and resource paths haven't been set correctly");
8127 + " and requiring known paths " + known.codePathString
8291 // library paths after the scan is done.
8406 // Get all of our default paths setup
8434 // Set native library paths agai
12580 calculateDirectorySize(IMediaContainerService mcs, File[] paths) argument
12589 clearDirectory(IMediaContainerService mcs, File[] paths) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java698 * the input array of paths is null.
701 public final int[] addAssetPaths(String[] paths) { argument
702 if (paths == null) {
706 int[] cookies = new int[paths.length];
707 for (int i = 0; i < paths.length; i++) {
708 cookies[i] = addAssetPath(paths[i]);
/frameworks/base/core/java/android/os/
H A DFileUtils.java584 public static String[] rewriteAfterRename(File beforeDir, File afterDir, String[] paths) { argument
585 if (paths == null) return null;
586 final String[] result = new String[paths.length];
587 for (int i = 0; i < paths.length; i++) {
588 result[i] = rewriteAfterRename(beforeDir, afterDir, paths[i]);
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java121 * least the number of paths in the gesture to prevent going out of bounds
143 private static long getTotalDuration(List<StrokeDescription> paths) { argument
145 for (int i = 0; i < paths.size(); i++) {
146 StrokeDescription path = paths.get(i);
161 * {@link GestureDescription#getMaxStrokeCount()} paths may be
202 // The tap location is only set for zero-length paths
235 // Treat zero-length paths as taps
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java290 void eraseFiles(File[] paths) { argument
291 for (File path : paths) {
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp395 std::vector<std::string> paths = android::base::Split(pathstr, ":"); local
396 for (const auto& path : paths) {
/frameworks/support/
H A DAndroid.mk32 # Returns: a list of paths relative to the base dir.
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h2526 typedef void (GL_APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLfloat *weights);
2539 typedef void (GL_APIENTRYP PFNGLSTENCILFILLPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat *transformValues);
2540 typedef void (GL_APIENTRYP PFNGLSTENCILSTROKEPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum transformType, const GLfloat *transformValues);
2544 typedef void (GL_APIENTRYP PFNGLCOVERFILLPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
2545 typedef void (GL_APIENTRYP PFNGLCOVERSTROKEPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
2551 typedef void (GL_APIENTRYP PFNGLGETPATHMETRICSNVPROC) (GLbitfield metricQueryMask, GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLsizei stride, GLfloat *metrics);
2553 typedef void (GL_APIENTRYP PFNGLGETPATHSPACINGNVPROC) (GLenum pathListMode, GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLfloat advanceScale, GLfloat kerningScale, GLenum transformType, GLfloat *returnedSpacing);
2566 typedef void (GL_APIENTRYP PFNGLSTENCILTHENCOVERFILLPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
2567 typedef void (GL_APIENTRYP PFNGLSTENCILTHENCOVERSTROKEPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
2584 GL_APICALL void GL_APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, cons
[all...]
/frameworks/base/libs/hwui/tests/unit/
H A DClipAreaTests.cpp93 TEST(ClipArea, paths) {
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java941 * Returns list of paths for all mountable volumes.
948 String[] paths = new String[count];
950 paths[i] = volumes[i].getPath();
952 return paths;
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java363 ArrayList<String> paths = new ArrayList<>();
364 paths.add(baseCodePath);
366 Collections.addAll(paths, splitCodePaths);
368 return paths;
895 // The AssetManager guarantees uniqueness for asset paths, so if this asset path
4715 // TODO: work towards making these paths invariant
5006 ArrayList<String> paths = new ArrayList<>();
5007 paths.add(baseCodePath);
5009 Collections.addAll(paths, splitCodePaths);
5011 return paths;
[all...]
/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp31 #include <paths.h>
/frameworks/base/core/java/android/content/
H A DIntentFilter.java130 * has matched against the Intent, <em>or</em> no paths were supplied in the
1115 * path to be considered. If any paths are
1117 * them. If no paths are included, then only the scheme/authority must
1148 * Return the number of data paths in the filter.
1163 * filter does not include any paths, false will <em>always</em> be
1202 * Return an iterator over the filter's data paths.
1236 * schemes/paths, the match will only succeed if the intent does not
1300 final ArrayList<PatternMatcher> paths = mDataPaths;
1301 if (paths == null) {
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp208 // new paths are always added at the end
298 const String8 paths[2] = { String8(targetApkPath), String8(overlayApkPath) }; local
304 ap.path = paths[i];
475 * To find a particular file, we have to try up to eight paths with
479 * with illegal characters or "../" backward relative paths.
H A DResourceTypes.cpp6694 const char* paths[] = { targetPath, overlayPath }; local
6697 const char* path = paths[j];
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... static transient void setLibrarySearchPaths (java.lang.String[]) String[] paths static synthetic java.lang.String access$000 ...

Completed in 2808 milliseconds