Searched refs:path (Results 226 - 250 of 464) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java106 String path = PackageHelper.mountSdDir(fullId, "none",
108 Log.e(TAG, "mount done " + path);
/frameworks/base/include/storage/
H A DIMountService.h60 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
71 virtual bool getMountedObbPath(const String16& filename, String16& path) = 0;
/frameworks/base/services/java/com/android/server/
H A DCertBlacklister.java57 public BlacklistObserver(String key, String name, String path, ContentResolver cr) { argument
61 mPath = path;
H A DDiskStatsService.java87 private void reportFreeSpace(File path, String name, PrintWriter pw) { argument
89 StatFs statfs = new StatFs(path.getPath());
H A DSamplingProfilerService.java70 public void onEvent(int event, String path) {
71 handleSnapshotFile(new File(SNAPSHOT_DIR, path), dropbox);
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncView.java75 public void loadA3DFile(String path) { argument
76 mRender.loadA3DFile(path);
H A DFBOTestView.java75 public void loadA3DFile(String path) { argument
76 mRender.loadA3DFile(path);
/frameworks/compile/mclinker/include/mcld/MC/
H A DCommandAction.h33 const sys::fs::Path& path() const { return m_Path; } function in class:mcld::InputFileAction
64 const sys::fs::Path& path() const { return m_Path; } function in class:mcld::BitcodeAction
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp52 const char *path,
61 if (extractor->setDataSource(path) != OK) {
62 fprintf(stderr, "unable to instantiate extractor. %s\n", path);
70 ALOGV("input file %s, output file %s", path, outputFileName);
50 muxing( const android::sp<android::ALooper> &looper, const char *path, bool useAudio, bool useVideo, const char *outputFileName, bool enableTrim, int trimStartTimeMs, int trimEndTimeMs, int rotationDegrees) argument
/frameworks/av/include/media/stagefright/
H A DMediaMuxer.h50 // Construct the muxer with the output file path.
51 MediaMuxer(const char *path, OutputFormat format);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DAndroid.mk36 $(call include-path-for, corecg graphics) \
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp98 ALOGE("Failed to load from cached library path!");
141 bool Crypto::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) { argument
144 ssize_t index = mLibraryPathToOpenLibraryMap.indexOfKey(path);
148 index = mLibraryPathToOpenLibraryMap.add(path, NULL);
152 mLibrary = new SharedLibrary(path);
H A DCrypto.h71 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
/frameworks/base/core/java/android/webkit/
H A DWebIconDatabaseClassic.java176 public void open(String path) { argument
177 if (path != null) {
179 File db = new File(path);
283 private static native void nativeOpen(String path); argument
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java638 * Modify the current clip with the specified path.
640 * @param path The path to operate on the current clip
644 public boolean clipPath(Path path, Region.Op op) { argument
645 return native_clipPath(mNativeCanvas, path.ni(), op.nativeInt);
649 * Intersect the current clip with the specified path.
651 * @param path The path to intersect with the current clip
654 public boolean clipPath(Path path) { argument
655 return clipPath(path, Regio
754 quickReject(Path path, EdgeType type) argument
1052 drawPath(Path path, Paint paint) argument
1576 drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, float vOffset, Paint paint) argument
1599 drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) argument
1696 native_quickReject(int nativeCanvas, int path) argument
1728 native_drawPath(int nativeCanvas, int path, int paint) argument
1784 native_drawTextOnPath(int nativeCanvas, char[] text, int index, int count, int path, float hOffset, float vOffset, int bidiFlags, int paint) argument
1790 native_drawTextOnPath(int nativeCanvas, String text, int path, float hOffset, float vOffset, int flags, int paint) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp128 jstring path = (jstring)env->GetObjectField(jstorage, field_MtpStorage_path); local
134 const char *pathStr = env->GetStringUTFChars(path, NULL);
141 env->ReleaseStringUTFChars(path, pathStr);
144 env->ReleaseStringUTFChars(path, pathStr);
/frameworks/compile/libbcc/tests/
H A Dbccarm39 remoteFileName = os.path.join("/system/bin/bccdata", file)
/frameworks/opt/net/voip/src/jni/rtp/
H A DAndroid.mk54 $(call include-path-for, audio-effects)
/frameworks/rs/
H A DrsPath.cpp36 rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops);
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java428 if (DEBUG) Log.w(TAG, "Error canonicalizing path of " + file);
444 * operation. The agent is given the path to the file's original location as well
480 int type, String domain, String path, long mode, long mtime)
485 + " domain=" + domain + " relpath=" + path + " mode=" + mode
515 // Canonicalize the nominal path and verify that it lies within the stated domain
516 File outFile = new File(basePath, path);
519 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath);
523 // Attempt to restore to a path outside the file's nominal domain.
530 // Not a supported output location, or bad path: we need to consume the data
533 if (DEBUG) Log.i(TAG, "[ skipping file " + path
479 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
663 doRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime, int token, IBackupManager callbackBinder) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java314 Path_Delegate path = Path_Delegate.getDelegate(native_path);
315 if (path == null) {
319 dstRegion.mArea = new Area(path.getJavaShape());
356 Path_Delegate path = Path_Delegate.getDelegate(native_path);
357 if (path == null) {
362 path.reset();
366 path.setPathIterator(region.mArea.getPathIterator(new AffineTransform()));
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp57 const SkPath* path, const SkRegion* clip) {
58 SkASSERT(dst && path && clip);
59 return dst->setPath(*path, *clip);
67 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, const SkRegion* region, SkPath* path) { argument
68 return region->getBoundaryPath(path);
56 Region_setPath(JNIEnv* env, jobject, SkRegion* dst, const SkPath* path, const SkRegion* clip) argument
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DFsUtils.java213 "?path=" + dirRelativePath +
217 Log.e(LOG_TAG, "path=" + dirRelativePath + " recurse=" + recurse + " mode=" +
282 public static List<String> loadTestListFromStorage(String path) { argument
284 if (path != null && !path.isEmpty()) {
286 File file = new File(path);
287 Log.d(LOG_TAG, "test list loaded from " + path);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java915 * Sets the data source (file-path or http/rtsp URL) to use.
917 * @param path the path of the file, or the http/rtsp URL of the stream you want to play
920 * <p>When <code>path</code> refers to a local file, the file may actually be opened by a
922 * should be an absolute path (as any other process runs with unspecified current working
927 public void setDataSource(String path) argument
929 setDataSource(path, null, null);
933 * Sets the data source (file-path or http/rtsp URL) to use.
935 * @param path the path o
940 setDataSource(String path, Map<String, String> headers) argument
960 setDataSource(String path, String[] keys, String[] values) argument
980 _setDataSource( String path, String[] keys, String[] values) argument
1739 addTimedTextSource(String path, String mimeType) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp38 MediaMuxer::MediaMuxer(const char *path, OutputFormat format) argument
41 mWriter = new MPEG4Writer(path);

Completed in 826 milliseconds

1234567891011>>