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

<<11

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java216 public void iccIO (int command, int fileid, String path, int p1, int p2, argument
219 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1048 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, argument
1050 iccIOForApp(command, fileid, path, p1, p2, p3, data,pin2, null, response);
1058 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java381 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, argument
621 public void iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, argument
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1287 String path = data.readString();
1290 boolean res = profileControl(process, userId, start, path, fd, profileType);
1514 String path = data.readString();
1517 boolean res = dumpHeap(process, userId, managed, path, fd);
3452 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException
3461 data.writeString(path);
3732 String path, ParcelFileDescriptor fd) throws RemoteException {
3739 data.writeString(path);
3451 profileControl(String process, int userId, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
3731 dumpHeap(String process, int userId, boolean managed, String path, ParcelFileDescriptor fd) argument
H A DActivityThread.java475 Slog.w(TAG, "Profiling failed on path " + profileFile);
522 String path; field in class:ActivityThread.ProfilerControlData
527 String path; field in class:ActivityThread.DumpHeapData
821 public void profilerControl(boolean start, String path, ParcelFileDescriptor fd, argument
824 pcd.path = path;
829 public void dumpHeap(boolean managed, String path, ParcelFileDescriptor fd) { argument
831 dhd.path = path;
4008 mProfiler.setProfiler(pcd.path, pc
[all...]
H A DIActivityManager.java270 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException;
310 public boolean dumpHeap(String process, int userId, boolean managed, String path, argument
269 profileControl(String process, int userId, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java435 public boolean clipPath(Path path) { argument
437 path.computeBounds(mPathBounds, true);
443 public boolean clipPath(Path path, Region.Op op) { argument
445 path.computeBounds(mPathBounds, true);
525 public boolean quickReject(Path path, EdgeType type) { argument
526 path.computeBounds(mPathBounds, true);
998 public void drawPath(Path path, Paint paint) { argument
1001 if (path.isSimplePath) {
1002 if (path.rects != null) {
1003 nDrawRects(mRenderer, path
1013 nDrawPath(int renderer, int path, int paint) argument
1229 drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, float vOffset, Paint paint) argument
1244 nDrawTextOnPath(int renderer, char[] text, int index, int count, int path, float hOffset, float vOffset, int bidiFlags, int nativePaint) argument
1248 drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) argument
1260 nDrawTextOnPath(int renderer, String text, int start, int end, int path, float hOffset, float vOffset, int bidiFlags, int nativePaint) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebSettingsClassic.java101 // The WebCore DatabaseTracker only allows the database path to be set
102 // once. Keep track of when the path has been set.
1152 * Tell the WebView to use Skia's hardware accelerated rendering path
1153 * @param flag True if the WebView should use Skia's hw-accel path
1254 public synchronized void setAppCachePath(String path) { argument
1255 // We test for a valid path and for repeated setting on the native
1257 if (mAppCachePath == null && path != null && !path.isEmpty()) {
1258 mAppCachePath = path;
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java420 assertStartsWith("The APK path should point to the ASEC",
422 assertStartsWith("The public APK path should point to the ASEC",
424 assertStartsWith("The native library path should point to the ASEC",
472 assertStartsWith("The APK path should point to the ASEC",
474 assertStartsWith("The public APK path should point to the ASEC",
476 assertStartsWith("The native library path should point to the ASEC",
500 private void assertDirOwnerGroupPerms(String reason, int uid, int gid, int perms, String path) { argument
504 stat = Libcore.os.lstat(path);
506 throw new AssertionError(reason + "\n" + "Got: " + path + " does not exist");
1187 final String path
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java266 * The stroke ends with the path, and does not project beyond it.
271 * end of the path.
276 * of the path.
288 * join on a stroked path. The default is MITER.
818 * @param src input path
819 * @param dst output path (may be the same as src)
820 * @return true if the path should be filled, or false if it should be
2093 * Return the path (outline) for the specified text.
2097 * @param text The text to retrieve the path from
2102 * @param path Th
2105 getTextPath(char[] text, int index, int count, float x, float y, Path path) argument
2127 getTextPath(String text, int start, int end, float x, float y, Path path) argument
2240 native_getTextPath(int native_object, int bidiFlags, char[] text, int index, int count, float x, float y, int path) argument
2242 native_getTextPath(int native_object, int bidiFlags, String text, int start, int end, float x, float y, int path) argument
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp174 jstring path,
182 jstring path,
1277 // generate the path for temp 3gp output file
1305 // Temp folder path for VSS use = ProjectPath
2232 jstring path,
2247 const char *pString = env->GetStringUTFChars(path, NULL);
2258 env->ReleaseStringUTFChars(path, pString);
2278 env->ReleaseStringUTFChars(path, pString);
2287 jstring path,
2301 const char *pString = env->GetStringUTFChars(path, NUL
2229 videoEditor_getPixels( JNIEnv* env, jobject thiz, jstring path, jintArray pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32 timeMS) argument
2284 videoEditor_getPixelsList( JNIEnv* env, jobject thiz, jstring path, jintArray pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32 noOfThumbnails, jlong startTime, jlong endTime, jintArray indexArray, jobject callback) argument
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp450 static int validateAttr(const String8& path, const ResTable& table, argument
466 path.string(), parser.getLineNumber(),
482 path.string(), parser.getLineNumber(),
491 path.string(), parser.getLineNumber(),
497 path.string(), parser.getLineNumber(),
503 path.string(), parser.getLineNumber(),
522 path.string(), parser.getLineNumber(),
530 path.string(), parser.getLineNumber(),
536 path.string(), parser.getLineNumber(),
544 path
551 checkForIds(const String8& path, ResXMLParser& parser) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java370 // requests or replies. Thus this code path will only release
1453 iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1455 iccIOForApp(command, fileid, path, p1, p2, p3, data, pin2, null, result);
1458 iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
1467 rr.mp.writeString(path);
1479 + " path: " + path + ","
H A DCommandsInterface.java1058 void iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1066 void iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java446 native int rsnFileA3DCreateFromFile(int con, String path); argument
447 synchronized int nFileA3DCreateFromFile(String path) { argument
449 return rsnFileA3DCreateFromFile(mContext, path);
451 native int rsnFileA3DCreateFromAsset(int con, AssetManager mgr, String path); argument
452 synchronized int nFileA3DCreateFromAsset(AssetManager mgr, String path) { argument
454 return rsnFileA3DCreateFromAsset(mContext, mgr, path);
482 native int rsnFontCreateFromAsset(int con, AssetManager mgr, String path, float size, int dpi); argument
483 synchronized int nFontCreateFromAsset(AssetManager mgr, String path, float size, int dpi) { argument
485 return rsnFontCreateFromAsset(mContext, mgr, path, size, dpi);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp881 // code path
1930 * Renders a convex path via tessellation. For AA paths, this function uses a similar approach to
1931 * that of AA lines in the drawLines() function. We expand the convex path by a half pixel in
1936 * Doesn't yet support joins, caps, or path effects.
1938 void OpenGLRenderer::drawConvexPath(const SkPath& path, SkPaint* paint) { argument
1946 PathRenderer::convexPathVertices(path, paint, mSnapshot->transform, vertexBuffer);
1983 SkRect bounds = PathRenderer::computePathBounds(path, paint);
2364 SkPath path; local
2372 path.addRoundRect(rect, rx, ry);
2373 drawConvexPath(path,
2389 SkPath path; local
2412 SkPath path; local
2446 SkPath path; local
2477 SkPath path; local
2489 SkPath path; local
2717 drawTextOnPath(const char* text, int bytesCount, int count, SkPath* path, float hOffset, float vOffset, SkPaint* paint) argument
2765 drawPath(SkPath* path, SkPaint* paint) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java1496 // we will need the shared library path, so look that up and store it here
2879 String path; // subpath within the semantic domain field in class:BackupManagerService.FileMetadata
2890 sb.append(domain); sb.append(':'); sb.append(path); sb.append(',');
2972 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime,
3193 if (info.path.equals(BACKUP_MANIFEST_FILENAME)) {
3323 + info.path);
3336 info.domain, info.path, info.mode, info.mtime,
3804 b.append(info.path);
3823 info.path = extractString(block, 345, 155); // prefix
3824 String path
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3105 public synchronized void onEvent(int event, String path) { notify(); }
4974 // <path-permission> below removes this ability
4978 // check if target holds any <path-permission> that match uri
4981 final String path = uri.getPath();
4986 if (pp.match(path)) {
4991 + ": match=" + pp.match(path)
5005 + ": match=" + pp.match(path)
5020 // <path-permission> above
5176 + " does not allow granting of permission to path of Uri "
13941 private void stopProfilerLocked(ProcessRecord proc, String path, in argument
13972 profileControl(String process, int userId, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
14068 dumpHeap(String process, int userId, boolean managed, String path, ParcelFileDescriptor fd) argument
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java1047 * path has been dexed.
1049 String bootClassPath = System.getProperty("java.boot.class.path");
1060 Slog.w(TAG, "Boot class path not found: " + paths[i]);
1105 String path = libPath.getPath();
1107 if (libFiles.contains(path)) {
1111 if (!path.endsWith(".apk") && !path.endsWith(".jar")) {
1115 if (dalvik.system.DexFile.isDexOptNeeded(path)) {
1116 mInstaller.dexopt(path, Process.SYSTEM_UID, true);
1120 Slog.w(TAG, "Jar not found: " + path);
5478 AppDirObserver(String path, int mask, boolean isrom) argument
5484 onEvent(int event, String path) argument
10123 createNewUserLILPw(int userHandle, File path) argument
[all...]

Completed in 547 milliseconds

<<11