Searched refs:path (Results 176 - 200 of 464) sorted by relevance

1234567891011>>

/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java126 int type, String domain, String path, long mode, long mtime)
128 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path);
136 if (path.equals(WALLPAPER_INFO_FILENAME)) {
139 } else if (path.equals(WALLPAPER_IMAGE_FILENAME)) {
147 Slog.w(TAG, "Skipping unrecognized system file: [ " + domain + " : " + path + " ]");
125 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
/frameworks/compile/slang/tests/
H A Dtest.py31 if not os.path.isfile(actual):
35 if not os.path.isfile(expect):
203 if os.path.isdir(arg):
214 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'):
218 if os.path.isdir(f):
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp55 DrmMetadata* DrmPassthruPlugIn::onGetMetadata(int uniqueId, const String8* path) { argument
60 int uniqueId, const String8* path, int action) {
160 bool DrmPassthruPlugIn::onCanHandle(int uniqueId, const String8& path) { argument
161 ALOGV("DrmPassthruPlugIn::canHandle: %s ", path.string());
162 String8 extension = path.getPathExtension();
167 String8 DrmPassthruPlugIn::onGetOriginalMimeType(int uniqueId, const String8& path, int fd) { argument
173 int uniqueId, const String8& path, const String8& mimeType) {
178 int DrmPassthruPlugIn::onCheckRightsStatus(int uniqueId, const String8& path, int action) { argument
196 bool DrmPassthruPlugIn::onValidateAction(int uniqueId, const String8& path, argument
202 status_t DrmPassthruPlugIn::onRemoveRights(int uniqueId, const String8& path) { argument
59 onGetConstraints( int uniqueId, const String8* path, int action) argument
172 onGetDrmObjectType( int uniqueId, const String8& path, const String8& mimeType) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DAndroid.mk25 $(call include-path-for, opengl-tests-includes)
55 $(call include-path-for, opengl-tests-includes)
88 $(call include-path-for, opengl-tests-includes)
119 $(call include-path-for, opengl-tests-includes)
150 $(call include-path-for, opengl-tests-includes)
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h93 virtual bool clipPath(SkPath* path, SkRegion::Op op);
117 virtual status_t drawPath(SkPath* path, SkPaint* paint);
120 virtual status_t drawTextOnPath(const char* text, int bytesCount, int count, SkPath* path,
216 inline SkPath* refPath(SkPath* path) { argument
217 if (!path) return NULL;
219 SkPath* pathCopy = mPathMap.valueFor(path);
220 if (pathCopy == NULL || pathCopy->getGenerationID() != path->getGenerationID()) {
221 pathCopy = new SkPath(*path);
222 pathCopy->setSourcePath(path);
224 mPathMap.replaceValueFor(path, pathCop
[all...]
H A DPathTessellator.h95 static void tessellatePath(const SkPath& path, const SkPaint* paint,
102 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java107 * Set the region to the area described by the path and clip.
109 * that is identical to the pixels that would be drawn by the path
112 public boolean setPath(Path path, Region clip) { argument
113 return nativeSetPath(mNativeRegion, path.ni(), clip.mNativeRegion);
154 * the path will also be empty.
157 Path path = new Path();
158 nativeGetBoundaryPath(mNativeRegion, path.ni());
159 return path;
163 * Set the path to the boundary of the region. If the region is empty, the
164 * path wil
166 getBoundaryPath(Path path) argument
[all...]
/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/services/java/com/android/server/am/
H A DProcessList.java223 private void writeFile(String path, String data) { argument
226 fos = new FileOutputStream(path);
229 Slog.w(ActivityManagerService.TAG, "Unable to write " + path);
/frameworks/compile/mclinker/include/mcld/Support/
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/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp108 DrmConstraints* FwdLockEngine::onGetConstraints(int uniqueId, const String8* path, int action) { argument
113 if (NULL != path &&
114 (RightsStatus::RIGHTS_VALID == onCheckRightsStatus(uniqueId, *path, action))) {
122 DrmMetadata* FwdLockEngine::onGetMetadata(int uniqueId, const String8* path) { argument
127 if (NULL != path) {
225 bool FwdLockEngine::onCanHandle(int uniqueId, const String8& path) { argument
228 String8 extString = path.getPathExtension();
264 const String8& path,
271 if (onCanHandle(uniqueId, path)) {
303 const String8& path,
263 onCheckRightsStatus(int uniqueId, const String8& path, int action) argument
302 onValidateAction(int uniqueId, const String8& path, int action, const ActionDescription& description) argument
312 onGetOriginalMimeType(int uniqueId, const String8& path, int fd) argument
335 onGetDrmObjectType(int uniqueId, const String8& path, const String8& mimeType) argument
356 onRemoveRights(int uniqueId, const String8& path) argument
[all...]
/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/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java220 final String path = mContext.getDatabasePath(mName).getPath();
221 db = SQLiteDatabase.openDatabase(path, mFactory,
234 final String path = mContext.getDatabasePath(mName).getPath();
235 db = SQLiteDatabase.openDatabase(path, mFactory,
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java28 * filesystem path where it may be mounted.
54 public StorageVolume(File path, int descriptionId, boolean primary, boolean removable, argument
57 mPath = path;
81 public static StorageVolume fromTemplate(StorageVolume template, File path, UserHandle owner) { argument
82 return new StorageVolume(path, template.mDescriptionId, template.mPrimary,
88 * Returns the mount path for the volume.
90 * @return the mount path
/frameworks/base/tools/aapt/
H A DFileFinder.h35 /* findFiles takes a path, a Vector of extensions, and a destination KeyedVector
36 * and places path/modification date key/values pointing to
39 * path is a valid system path
42 * compares the end of the path string so if the "."
49 * matching files encountered in subdirectories of path
62 * checkAndAddFile looks at a single file path and stat combo
71 * is added to the KeyedVector with the path as the key and the modification
75 static void checkAndAddFile(String8 path, const struct stat* stats,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DTypeface_Delegate.java141 /*package*/ static synchronized int nativeCreateFromAsset(AssetManager mgr, String path) { argument
148 /*package*/ static synchronized int nativeCreateFromFile(String path) { argument
149 if (path.startsWith(SYSTEM_FONTS) ) {
150 String relativePath = path.substring(SYSTEM_FONTS.length());
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java84 for (String path : osJarPath) {
85 log.info("Input : %1$s", path);
133 for (String path : osJarPath) {
134 log.info("- Input JAR : %1$s", path);
200 log.error("Missing parameter: path to input jar");
204 log.error("Missing parameter: path to output jar");
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp167 Path* DirIterator::path() function in class:DirIterator
174 const Path* DirIterator::path() const function in class:DirIterator
240 const Path* x_path = path();
241 const Path* y_path = y.path();
H A Draw_mem_ostream.cpp25 fatal(diag::fatal_unwritable_output) << m_MemoryArea.handler()->path();
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_file.c49 static int calcDirSize(char *path, int len, uint8_t includeSubdirs);
123 * calculate the size of everything inside path pointed directory
124 * this function will use path pointed buffer to store some extra info
126 * @param path the directory path need to calculate
127 * @param len length of the path buffer, not the path string length
128 * @param includeSubdirs also calculate all the subdirs in path holds?
131 static int calcDirSize(char *path, int len, uint8_t includeSubdirs) argument
139 int dirPathLen = strlen(path);
[all...]
/frameworks/av/media/libnbaio/
H A DAndroid.mk21 #LOCAL_C_INCLUDES += path/to/libsndfile/src
/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp48 static void ReadFile(const char* path, String8& s) { argument
49 int fd = open(path, O_RDONLY);
H A Dandroid_os_SELinux.cpp153 * path: the location of the file system object
156 * Exception: NullPointerException is thrown if either path or context strign are NULL
163 ScopedUtfChars path(env, pathStr);
164 if (path.c_str() == NULL) {
175 int ret = setfilecon(path.c_str(), tmp);
177 ALOGV("setFileCon(%s, %s) => %d", path.c_str(), context.c_str(), ret);
183 * Purpose: retrieves the context associated with the given path in the file system
185 * path: given path in the file system
189 * Exceptions: NullPointerException if the path objec
[all...]
/frameworks/wilhelm/tests/
H A DAndroid.mk21 $(call include-path-for, wilhelm) \
/frameworks/av/media/libmedia/
H A DAndroid.mk75 $(call include-path-for, graphics corecg) \
78 $(call include-path-for, audio-effects) \
79 $(call include-path-for, audio-utils)

Completed in 912 milliseconds

1234567891011>>