Searched refs:path (Results 76 - 100 of 535) sorted by relevance

1234567891011>>

/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk10 $(call include-path-for, wilhelm)
39 $(call include-path-for, wilhelm)
66 $(call include-path-for, wilhelm) \
67 $(call include-path-for, wilhelm-ut)
98 $(call include-path-for, wilhelm) \
99 $(call include-path-for, wilhelm-ut)
130 $(call include-path-for, wilhelm)
157 $(call include-path-for, wilhelm)
188 $(call include-path-for, wilhelm)
219 $(call include-path
[all...]
/frameworks/base/core/jni/
H A Dandroid_app_backup_FullBackup.cpp69 * rootpath: prefix to be snipped from full path when encoding in tar
70 * path: absolute path to the file to be saved
86 String8 path(pathchars ? pathchars : "");
100 ALOGE("No output stream provided [%s]", path.string());
104 if (path.length() < rootpath.length()) {
105 ALOGE("file path [%s] shorter than root path [%s]",
106 path.string(), rootpath.string());
110 return (jint) write_tarfile(packageName, domain, rootpath, path, write
[all...]
/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java39 * Path path = new Path();
40 * path.lineTo(0.25f, 0.25f);
41 * path.moveTo(0.25f, 0.5f);
42 * path.lineTo(1f, 1f);
58 * @param path The <code>Path</code> to use to make the line representing the interpolator.
60 public PathInterpolator(Path path) { argument
61 initPath(path);
110 Path path = PathParser.createPathFromPathData(pathData);
111 if (path == null) {
112 throw new InflateException("The path i
157 initPath(Path path) argument
[all...]
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp101 int uniqueId, const String8* path, const int action) {
103 if ((NULL != path) && (EMPTY_STRING != *path)) {
105 getDrmManagerService()->getConstraints(uniqueId, path, action);
110 DrmMetadata* DrmManagerClientImpl::getMetadata(int uniqueId, const String8* path) { argument
112 if ((NULL != path) && (EMPTY_STRING != *path)) {
113 drmMetadata = getDrmManagerService()->getMetadata(uniqueId, path);
119 int uniqueId, const String8& path, const String8& mimeType) {
121 if ((EMPTY_STRING != path) || (EMPTY_STRIN
100 getConstraints( int uniqueId, const String8* path, const int action) argument
118 canHandle( int uniqueId, const String8& path, const String8& mimeType) argument
151 getOriginalMimeType( int uniqueId, const String8& path, int fd) argument
160 getDrmObjectType( int uniqueId, const String8& path, const String8& mimeType) argument
170 checkRightsStatus( int uniqueId, const String8& path, int action) argument
202 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
213 removeRights(int uniqueId, const String8& path) argument
[all...]
H A DNoOpDrmManagerClientImpl.cpp35 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints(int uniqueId, const String8* path, const int action) { argument
39 DrmMetadata* NoOpDrmManagerClientImpl::getMetadata(int uniqueId, const String8* path) { argument
43 bool NoOpDrmManagerClientImpl::canHandle(int uniqueId, const String8& path, const String8& mimeType) { argument
60 String8 NoOpDrmManagerClientImpl::getOriginalMimeType(int uniqueId, const String8& path, int fd) { argument
64 int NoOpDrmManagerClientImpl::getDrmObjectType(int uniqueId, const String8& path, const String8& mimeType) { argument
68 int NoOpDrmManagerClientImpl::checkRightsStatus(int uniqueId, const String8& path, int action) { argument
82 int uniqueId, const String8& path, int action, const ActionDescription& description) {
86 status_t NoOpDrmManagerClientImpl::removeRights(int uniqueId, const String8& path) { argument
81 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/base/core/java/android/os/
H A DEnvironment.java365 * Writing to this path requires the
377 * This path may change between platform versions, so applications should
539 * @return Returns the File path for the directory. Note that this
549 * Returns the path for android-specific data on the SD card.
558 * Generates the raw path to an application's data
567 * Generates the raw path to an application's media
576 * Generates the raw path to an application's OBB files
585 * Generates the path to an application's files.
594 * Generates the path to an application's cache.
610 * Unknown storage state, such as when a path is
704 getStorageState(File path) argument
718 getExternalStorageState(File path) argument
755 isExternalStorageRemovable(File path) argument
786 isExternalStorageEmulated(File path) argument
859 getStorageVolume(File path) argument
893 maybeTranslateEmulatedPathToInternal(File path) argument
[all...]
/frameworks/wilhelm/tests/examples/
H A DAndroid.mk10 $(call include-path-for, wilhelm)
34 $(call include-path-for, wilhelm)
58 $(call include-path-for, wilhelm)
86 $(call include-path-for, wilhelm)
111 $(call include-path-for, wilhelm)
135 $(call include-path-for, wilhelm)
159 $(call include-path-for, wilhelm)
183 $(call include-path-for, wilhelm)
207 $(call include-path-for, wilhelm)
231 $(call include-path
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp76 file.path = filename;
109 const char *path, const char *mimeType,
111 ALOGV("processFile '%s'.", path);
115 MediaScanResult result = processFileInternal(path, mimeType, client);
121 const char *path, const char * /* mimeType */,
123 const char *extension = strrchr(path, '.');
142 return HandleMIDI(path, &client);
147 int fd = open(path, O_RDONLY | O_LARGEFILE);
151 status = mRetriever->setDataSource(NULL /* httpService */, path);
108 processFile( const char *path, const char *mimeType, MediaScannerClient &client) argument
120 processFileInternal( const char *path, const char * , MediaScannerClient &client) argument
/frameworks/compile/mclinker/lib/MC/
H A DCommandAction.cpp31 pBuilder.createNode<InputTree::Positional>(path().stem().native(), path());
46 const sys::fs::Path* path = NULL; local
47 // find out the real path of the namespec.
54 path = m_SearchDirs.find(namespec(), Input::Archive);
59 path = m_SearchDirs.find(namespec(), Input::DynObj);
64 path = m_SearchDirs.find(namespec(), Input::Archive);
67 if (NULL == path) {
72 pBuilder.createNode<InputTree::Positional>(namespec(), *path); local
85 pBuilder.createNode<InputTree::Positional>("bitcode", path(), Inpu
[all...]
/frameworks/base/media/java/android/media/
H A DMediaScanner.java348 // set to true if file path comparisons should be case insensitive.
361 FileEntry(long rowId, String path, long lastModified, int format) { argument
363 mPath = path;
376 String path; field in class:MediaScanner.PlaylistEntry
442 public FileEntry beginFile(String path, String mimeType, long lastModified, argument
450 if (!noMedia && isNoMediaFile(path)) {
462 MediaFile.MediaFileType mediaFileType = MediaFile.getFileType(path);
472 mFileType = getFileTypeFromDrm(path);
476 FileEntry entry = makeEntryFor(path);
484 entry = new FileEntry(0, path, lastModifie
517 scanFile(String path, long lastModified, long fileSize, boolean isDirectory, boolean noMedia) argument
524 doScanFile(String path, String mimeType, long lastModified, long fileSize, boolean isDirectory, boolean scanAlways, boolean noMedia) argument
733 processImageFile(String path) argument
1017 doesPathHaveFilename(String path, String filename) argument
1036 getFileTypeFromDrm(String path) argument
1174 inScanDirectory(String path, String[] directories) argument
1359 scanSingleFile(String path, String volumeName, String mimeType) argument
1383 isNoMediaFile(String path) argument
1432 isNoMediaPath(String path) argument
1474 scanMtpFile(String path, String volumeName, int objectHandle, int format) argument
1531 makeEntryFor(String path) argument
1662 processM3uPlayList(String path, String playListDirectory, Uri uri, ContentValues values, Cursor fileList) argument
1694 processPlsPlayList(String path, String playListDirectory, Uri uri, ContentValues values, Cursor fileList) argument
1763 processWplPlayList(String path, String playListDirectory, Uri uri, ContentValues values, Cursor fileList) argument
1864 processDirectory(String path, MediaScannerClient client) argument
1865 processFile(String path, String mimeType, MediaScannerClient client) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java189 /*package*/ static Font loadFont(String path) { argument
190 if (path.startsWith(SYSTEM_FONTS) ) {
191 String relativePath = path.substring(SYSTEM_FONTS.length());
197 if (path.endsWith(".otf") && e instanceof FontFormatException) {
246 /*package*/ static boolean nAddFont(long nativeFamily, final String path) { argument
253 delegate.addFont(path);
258 return delegate.addFont(path);
264 /*package*/ static boolean nAddFontWeightStyle(long nativeFamily, final String path, argument
272 delegate.addFont(path, weight, isItalic);
277 return delegate.addFont(path, weigh
283 nAddFontFromAsset(long nativeFamily, AssetManager mgr, String path) argument
299 addFont(@onNull String path) argument
303 addFont(@onNull String path, int weight, boolean isItalic) argument
[all...]
/frameworks/av/services/audioflinger/tests/
H A DAndroid.mk26 $(call include-path-for, audio-utils) \
50 $(call include-path-for, audio-effects) \
51 $(call include-path-for, audio-utils) \
/frameworks/base/cmds/idmap/
H A Didmap.cpp15 idmap --path target overlay idmap \n\
40 --fd: create idmap for target package 'target' (path to apk) and overlay package 'overlay' \n\
41 (path to apk); write results to file descriptor 'fd' (integer). This invocation \n\
48 --path: create idmap for target package 'target' (path to apk) and overlay package \n\
49 'overlay' (path to apk); write results to 'idmap' (path). \n\
51 --scan: non-recursively search directory 'dir-to-scan' (path) for overlay packages with \n\
52 target package 'target-to-look-for' (package name) present at 'target' (path to \n\
54 (path)
99 verify_directory_readable(const char *path) argument
104 verify_directory_writable(const char *path) argument
109 verify_file_readable(const char *path) argument
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java35 public static GestureLibrary fromFile(String path) { argument
36 return fromFile(new File(path));
39 public static GestureLibrary fromFile(File path) { argument
40 return new FileGestureLibrary(path);
54 public FileGestureLibrary(File path) { argument
55 mPath = path;
/frameworks/base/core/java/android/os/storage/
H A DIMountServiceListener.java78 String path;
79 path = data.readString();
84 this.onStorageStateChanged(path, oldState, newState);
130 * @param path The volume mount path.
136 public void onStorageStateChanged(String path, String oldState, String newState) argument
142 _data.writeString(path);
169 * @param path The volume mount path.
174 public void onStorageStateChanged(String path, Strin argument
[all...]
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java58 // path to primary storage
185 String path = subDirectories[i];
186 mSubDirectoriesWhereArgs[j++] = path;
187 mSubDirectoriesWhereArgs[j++] = path + "/%";
276 // check to see if the path is contained in one of our storage subdirectories
278 private boolean inStorageSubDirectory(String path) { argument
280 if (path == null) return false;
283 int pathLength = path.length();
288 path.charAt(subdirLength) == '/' &&
289 path
298 isStorageSubDirectory(String path) argument
309 inStorageRoot(String path) argument
324 beginSendObject(String path, int format, int parent, int storageId, long size, long modified) argument
375 endSendObject(String path, int handle, int format, boolean succeeded) argument
[all...]
/frameworks/native/cmds/installd/
H A Dinstalld.h84 #define PKG_PATH_MAX 256 /* max size of any path we use */
89 char* path; member in struct:__anon1168
135 int create_pkg_path_in_dir(char path[PKG_PATH_MAX],
140 int create_pkg_path(char path[PKG_PATH_MAX],
145 int create_user_path(char path[PKG_PATH_MAX],
148 int create_user_media_path(char path[PKG_PATH_MAX], userid_t userid);
150 int create_user_config_path(char path[PKG_PATH_MAX], userid_t userid);
152 int create_move_path(char path[PKG_PATH_MAX],
159 int create_cache_path(char path[PKG_PATH_MAX], const char *src,
182 int validate_system_app_path(const char* path);
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h78 * @param[in] path Path of the protected content
86 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
92 * @param[in] path Path of the protected content
98 virtual DrmMetadata* getMetadata(int uniqueId, const String8* path);
101 * Check whether the given mimetype or path can be handled
104 * @param[in] path Path of the content needs to be handled
107 * True if DrmManager can handle given path or mime type.
109 virtual bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
133 * Save DRM rights to specified rights path
134 * and make association with content path
[all...]
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h96 * @param[in] path Path of the protected content
105 int uniqueId, const String8* path, int action) = 0;
111 * @param[in] path Path of the protected content
117 virtual DrmMetadata* getMetadata(int uniqueId, const String8* path) = 0;
123 * @param[in] path Path the protected object
127 virtual bool canHandle(int uniqueId, const String8& path) = 0;
151 * Save DRM rights to specified rights path
152 * and make association with content path
156 * @param[in] rightsPath File path where rights to be saved
157 * @param[in] contentPath File path wher
[all...]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h49 * @param path Path of the protected content
57 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action);
63 * @param path Path of the protected content
69 DrmMetadata* onGetMetadata(int uniqueId, const String8* path);
104 * @param path Path to the protected object
108 bool onCanHandle(int uniqueId, const String8& path);
122 * Save DRM rights to specified rights path
123 * and make association with content path.
127 * @param rightsPath File path where rights to be saved
128 * @param contentPath File path wher
[all...]
/frameworks/av/media/libeffects/visualizer/
H A DAndroid.mk20 $(call include-path-for, audio-effects)
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp25 client to be sure not to edit the path while we have an active measure
28 This costs us the copy of the path, for the sake of not allowing a bad
30 native path has been modified).
33 later changes this, and is internally safe from changes to the path, then
36 Note that we do not have a reference on the java side to the java path.
38 reference, so that the java path would not get GD'd while the measure object
43 PathMeasurePair(const SkPath& path, bool forceClosed) argument
44 : fPath(path), fMeasure(fPath, forceClosed) {}
46 SkPath fPath; // copy of the user's path
57 const SkPath* path local
70 const SkPath* path = reinterpret_cast<SkPath*>(pathHandle); local
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DPathShape.java25 * The path can be drawn to a Canvas with its own draw() method,
40 * @param path a Path that defines the geometric paths for this shape
48 public PathShape(Path path, float stdWidth, float stdHeight) { argument
49 mPath = path;
/frameworks/base/libs/storage/
H A DIMountServiceListener.cpp40 String16 path = data.readString16(); local
43 onStorageStateChanged(path, oldState, newState);
/frameworks/base/media/jni/audioeffect/
H A DAndroid.mk17 $(call include-path-for, audio-effects)

Completed in 810 milliseconds

1234567891011>>