/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerNotificationTest.java | 49 String tmpPath = createTempFiles(temps); 61 checkTempFiles(tmpPath, temps); 64 File noMedia = new File(tmpPath, ".nomedia"); 76 checkTempFiles(tmpPath, temps); 78 deleteTempFiles(tmpPath, temps); 92 String tmpPath = tmpDir.getAbsolutePath(); 93 assertFalse(tmpPath + " already exists", tmpDir.exists()); 97 File foo = new File(tmpPath, "foobar." + extensions[i]); 110 return tmpPath; 113 void checkTempFiles(String tmpPath, String [] extensions) [all...] |
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDeviceFlattener.cpp | 82 SkPath tmpPath; 85 tmpPath = origPath; 86 pathPtr = &tmpPath; 96 bool fill = paintFlatten.getFillPath(*pathPtr, &tmpPath); 107 tmpPath.transform(*d.fMatrix); 113 INHERITED::drawPath(draw, tmpPath, paintFlatten, NULL, true);
|
/external/skia/src/pdf/ |
SkPDFDeviceFlattener.cpp | 82 SkPath tmpPath; 85 tmpPath = origPath; 86 pathPtr = &tmpPath; 96 bool fill = paintFlatten.getFillPath(*pathPtr, &tmpPath); 107 tmpPath.transform(*d.fMatrix); 113 INHERITED::drawPath(draw, tmpPath, paintFlatten, NULL, true);
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
SAXParserTest.java | 146 String tmpPath = System.getProperty("java.io.tmpdir"); 149 list_wf = new File[] {new File(tmpPath + "/" + 151 list_nwf = new File[] {new File(tmpPath + "/" + 153 list_out_dh = new File[] {new File(tmpPath + "/" + 155 list_out_hb = new File[] {new File(tmpPath + "/" + 167 tmpPath + "/" + SAXParserTestSupport.XML_WF + "staff.dtd"), 173 tmpPath + "/" + SAXParserTestSupport.XML_NWF + "staff.dtd"), [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrAAConvexPathRenderer.cpp | 646 SkPath tmpPath; 648 origPath.transform(viewMatrix, &tmpPath); 649 path = &tmpPath;
|
SkGpuDevice.cpp | 880 SkPath tmpPath, effectPath; 886 result = &tmpPath; 907 if (stroke.applyToPath(&tmpPath, *pathPtr)) { 908 pathPtr = &tmpPath; 915 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath; [all...] |
GrContext.cpp | [all...] |
/external/skia/src/gpu/ |
GrAAConvexPathRenderer.cpp | 646 SkPath tmpPath; 648 origPath.transform(viewMatrix, &tmpPath); 649 path = &tmpPath;
|
SkGpuDevice.cpp | 880 SkPath tmpPath, effectPath; 886 result = &tmpPath; 907 if (stroke.applyToPath(&tmpPath, *pathPtr)) { 908 pathPtr = &tmpPath; 915 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath; [all...] |
GrContext.cpp | [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPaint.cpp | [all...] |
SkDraw.cpp | [all...] |
/external/skia/src/core/ |
SkPaint.cpp | [all...] |
SkDraw.cpp | [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
VideoModule.java | [all...] |
/packages/apps/Camera/src/com/android/camera/ |
VideoModule.java | [all...] |