HomeSort by relevance Sort by last modified time
    Searched refs:tmpPath (Results 1 - 15 of 15) sorted by null

  /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/skia/src/pdf/
SkPDFDeviceFlattener.cpp 83 SkPath tmpPath;
86 tmpPath = origPath;
87 pathPtr = &tmpPath;
97 bool fill = paintFlatten.getFillPath(*pathPtr, &tmpPath);
108 tmpPath.transform(*d.fMatrix);
114 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 615 SkPath tmpPath;
617 origPath.transform(viewMatrix, &tmpPath);
618 path = &tmpPath;
SkGpuDevice.cpp 901 SkPath tmpPath, effectPath;
907 result = &tmpPath;
932 if (stroke.applyToPath(&tmpPath, *pathPtr)) {
933 pathPtr = &tmpPath;
940 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath;
    [all...]
GrContext.cpp     [all...]
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 615 SkPath tmpPath;
617 origPath.transform(viewMatrix, &tmpPath);
618 path = &tmpPath;
SkGpuDevice.cpp 901 SkPath tmpPath, effectPath;
907 result = &tmpPath;
932 if (stroke.applyToPath(&tmpPath, *pathPtr)) {
933 pathPtr = &tmpPath;
940 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...]

Completed in 545 milliseconds