Searched defs:path (Results 51 - 75 of 269) sorted by relevance

1234567891011

/frameworks/compile/mclinker/include/mcld/Support/
H A DDerivedPositionDependentOptions.h37 inline const sys::fs::Path *path() const { return &m_Path; } function in class:mcld::FileOption
H A DDirectory.h49 /// constructor - a directory whose path is pPath
75 /// path - the path of the directory
76 const Path& path() const function in class:mcld::sys::fs::Directory
138 Path* path();
139 const Path* path() const;
/frameworks/compile/mclinker/unittests/
H A DReadStageTest.cpp53 mcld::sys::fs::Path path = TOPDIR; local
54 path.append("test/libs/ARM/Android/android-14");
55 m_pLinker->setSysRoot(path);
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerProxy.java39 void setDataSource(String path) throws IllegalStateException, IOException; argument
H A DSingleThreadedMediaPlayerProxy.java57 public synchronized void setDataSource(String path) throws IllegalStateException, IOException { argument
58 mDelegate.setDataSource(path);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c43 * Creates all directories along the fully qualified path of the given file.
45 * @param[in] path A reference to the fully qualified path of a file.
50 static int FwdLockGlue_CreateDirectories(const char *path, mode_t mode) { argument
52 size_t partialPathLength = strlen(path);
59 if (path[i] == '/' && i > 0) {
66 partialPath[i] = path[i];
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp69 char * path = strtok(skipList, ","); local
71 while (path) {
72 mSkipIndex[i++] = strlen(path);
73 path = strtok(NULL, ",");
82 const char *path, MediaScannerClient &client) {
83 int pathLength = strlen(path);
93 strcpy(pathBuffer, path);
109 bool MediaScanner::shouldSkipDirectory(char *path) { argument
110 if (path && mSkipList && mSkipIndex) {
111 int len = strlen(path);
81 processDirectory( const char *path, MediaScannerClient &client) argument
131 doProcessDirectory( char *path, int pathRemaining, MediaScannerClient &client, bool noMedia) argument
172 doProcessDirectoryEntry( char *path, int pathRemaining, MediaScannerClient &client, bool noMedia, struct dirent* entry, char* fileSpot) argument
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp75 file.path = filename;
108 const char *path, const char *mimeType,
110 ALOGV("processFile '%s'.", path);
114 MediaScanResult result = processFileInternal(path, mimeType, client);
120 const char *path, const char *mimeType,
122 const char *extension = strrchr(path, '.');
141 return HandleMIDI(path, &client);
146 int fd = open(path, O_RDONLY | O_LARGEFILE);
150 status = mRetriever->setDataSource(path);
107 processFile( const char *path, const char *mimeType, MediaScannerClient &client) argument
119 processFileInternal( const char *path, const char *mimeType, MediaScannerClient &client) argument
/frameworks/av/media/mtp/
H A DMtpServer.h81 ObjectEdit(MtpObjectHandle handle, const char* path, uint64_t size, argument
83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) {
113 void addEditObject(MtpObjectHandle handle, MtpString& path,
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h71 String8 path; member in struct:android::BootAnimation::Animation::Part
/frameworks/base/cmds/screenshot/
H A Dscreenshot.c91 void fork_sound(const char* path) { argument
94 execl("/system/bin/stagefright", "stagefright", "-o", "-a", path, NULL);
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java63 String linkdomain, String rootpath, String path, BackupDataOutput output);
91 * to a location that is writeable by the caller, prefereably using an absolute path.
62 backupToTar(String packageName, String domain, String linkdomain, String rootpath, String path, BackupDataOutput output) argument
/frameworks/base/core/java/android/gesture/
H A DGesture.java129 public Path toPath(Path path) { argument
130 if (path == null) path = new Path();
136 path.addPath(strokes.get(i).getPath());
139 return path;
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { argument
147 if (path == null) path = new Path();
153 path.addPath(strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample));
156 return path;
[all...]
/frameworks/base/core/java/android/net/
H A DWebAddress.java59 /* path */ "(\\/?[^#]*)?" +
162 public void setPath(String path) { argument
163 mPath = path;
/frameworks/base/core/java/android/os/
H A DFileObserver.java91 public int startWatching(String path, int mask, FileObserver observer) { argument
92 int wfd = startWatching(m_fd, path, mask);
108 public void onEvent(int wfd, int mask, String path) { argument
125 observer.onEvent(mask, path);
134 private native int startWatching(int fd, String path, int mask); argument
151 * Equivalent to FileObserver(path, FileObserver.ALL_EVENTS).
153 public FileObserver(String path) { argument
154 this(path, ALL_EVENTS);
162 * @param path The file or directory to monitor
165 public FileObserver(String path, in argument
212 onEvent(int event, String path) argument
[all...]
H A DSELinux.java62 * @param path representing the path of file object to relabel.
66 public static final native boolean setFileContext(String path, String context); argument
70 * @param path the pathname of the file object.
73 public static final native String getFileContext(String path); argument
163 * @param file The File object representing the path to be relabeled.
171 Slog.e(TAG, "Error getting canonical path. Restorecon failed for " +
/frameworks/base/core/java/android/webkit/
H A DPlugin.java63 String path,
67 mPath = path;
139 public void setPath(String path) { argument
140 mPath = path;
62 Plugin(String name, String path, String fileName, String description) argument
/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
55 static PathMeasurePair* create(JNIEnv* env, jobject clazz, const SkPath* path, jboolea argument
59 setPath(JNIEnv* env, jobject clazz, PathMeasurePair* pair, const SkPath* path, jboolean forceClosed) argument
[all...]
H A DTextLayout.cpp51 // Draws or gets the path of a paragraph of text on a single line, running bidi and shaping.
52 // This will draw if canvas is not null, otherwise path must be non-null and it will create
53 // a path representing the text that would have been drawn.
55 jint bidiFlags, jfloat x, jfloat y, SkPath *path) {
64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path);
92 jint bidiFlags, jfloat x, jfloat y, SkPath *path) {
93 handleText(paint, text, len, bidiFlags, x, y, path);
99 SkPath* path, SkCanvas* canvas) {
111 canvas->drawTextOnPathHV(value->getGlyphs(), value->getGlyphsCount() * 2, *path, h_, v_, *paint);
54 handleText(SkPaint *paint, const jchar* text, jsize len, jint bidiFlags, jfloat x, jfloat y, SkPath *path) argument
91 getTextPath(SkPaint *paint, const jchar *text, jsize len, jint bidiFlags, jfloat x, jfloat y, SkPath *path) argument
97 drawTextOnPath(SkPaint* paint, const jchar* text, int count, int bidiFlags, jfloat hOffset, jfloat vOffset, SkPath* path, SkCanvas* canvas) argument
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java24 * of a path, and/or to find the position and tangent along it, call
27 * Note that once a path is associated with the measure object, it is
28 * undefined if the path is subsequently modified and the the measure object
29 * is used. If the path is modified, you must call setPath with the path.
37 * Create a PathMeasure object associated with the specified path object
39 * path's length, and the position and tangent of any position along the
40 * path.
42 * Note that once a path is associated with the measure object, it is
43 * undefined if the path i
50 PathMeasure(Path path, boolean forceClosed) argument
60 setPath(Path path, boolean forceClosed) argument
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DFileA3D.java228 * @param path location of the file to load
232 static public FileA3D createFromAsset(RenderScript rs, AssetManager mgr, String path) { argument
234 int fileId = rs.nFileA3DCreateFromAsset(mgr, path);
237 throw new RSRuntimeException("Unable to create a3d file from asset " + path);
249 * @param path location of the file to load
253 static public FileA3D createFromFile(RenderScript rs, String path) { argument
254 int fileId = rs.nFileA3DCreateFromFile(path);
257 throw new RSRuntimeException("Unable to create a3d file from " + path);
269 * @param path location of the file to load
273 static public FileA3D createFromFile(RenderScript rs, File path) { argument
[all...]
H A DFont.java161 static public Font createFromFile(RenderScript rs, Resources res, String path, float pointSize) { argument
164 int fontId = rs.nFontCreateFromFile(path, pointSize, dpi);
167 throw new RSRuntimeException("Unable to create font from file " + path);
177 static public Font createFromFile(RenderScript rs, Resources res, File path, float pointSize) { argument
178 return createFromFile(rs, res, path.getAbsolutePath(), pointSize);
184 static public Font createFromAsset(RenderScript rs, Resources res, String path, float pointSize) { argument
189 int fontId = rs.nFontCreateFromAsset(mgr, path, pointSize, dpi);
191 throw new RSRuntimeException("Unable to create font from asset " + path);
/frameworks/base/include/androidfw/
H A DAsset.h114 * path, it might be a colon-separated list of identifiers.
128 void setAssetSource(const String8& path) { mAssetSource = path; } argument
H A DAssetDir.h80 FileInfo(const String8& path) // useful for e.g. svect.indexOf argument
81 : mFileName(path), mFileType(kFileTypeUnknown)
109 void set(const String8& path, FileType type) { argument
110 mFileName = path;
115 void setFileName(const String8& path) { mFileName = path; } argument
121 void setSourceName(const String8& path) { mSourceName = path; } argument
H A DAssetManager.h88 * added asset path will be examined first when searching for assets,
95 bool addAssetPath(const String8& path, void** cookie);
113 * Return an asset path in the manager. 'which' must be between 0 and
153 * path hierarchy, and will not be seen by "AssetDir" or included
177 * Open a directory within a particular path of the asset manager.
224 String8 path; member in struct:android::AssetManager::asset_path
230 const asset_path& path);
232 const asset_path& path);
234 const asset_path& path, const char* locale, const char* vendor);
235 String8 createPathNameLocked(const asset_path& path, cons
[all...]

Completed in 248 milliseconds

1234567891011