HomeSort by relevance Sort by last modified time
    Searched refs:tmpPath (Results 1 - 19 of 19) 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/deqp/external/
fetch_sources.py 57 tmpPath = os.path.join(EXTERNAL_DIR, ".extract-tmp-%s" % pkg.dstDir)
61 if os.path.exists(tmpPath):
62 shutil.rmtree(tmpPath, ignore_errors=False)
64 os.mkdir(tmpPath)
66 archive.extractall(tmpPath)
69 extractedEntries = os.listdir(tmpPath)
70 if len(extractedEntries) != 1 or not os.path.isdir(os.path.join(tmpPath, extractedEntries[0])):
73 topLevelPath = os.path.join(tmpPath, extractedEntries[0])
82 shutil.rmtree(tmpPath, ignore_errors=True)
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDeviceFlattener.cpp 81 SkPath tmpPath;
84 tmpPath = origPath;
85 pathPtr = &tmpPath;
95 bool fill = paintFlatten.getFillPath(*pathPtr, &tmpPath);
106 tmpPath.transform(*d.fMatrix);
112 INHERITED::drawPath(draw, tmpPath, paintFlatten, NULL, true);
  /external/skia/src/pdf/
SkPDFDeviceFlattener.cpp 81 SkPath tmpPath;
84 tmpPath = origPath;
85 pathPtr = &tmpPath;
95 bool fill = paintFlatten.getFillPath(*pathPtr, &tmpPath);
106 tmpPath.transform(*d.fMatrix);
112 INHERITED::drawPath(draw, tmpPath, paintFlatten, NULL, true);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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/deqp/scripts/
make_release.py 311 tmpPath = getTempDir()
313 dstBasePath = os.path.join(tmpPath, releaseName)
314 tmpBasePath = os.path.join(tmpPath, releaseName + "-tmp")
318 print "Creating release %s to %s" % (releaseName, tmpPath)
  /external/chromium_org/third_party/skia/src/gpu/
GrAAConvexPathRenderer.cpp 653 SkPath tmpPath;
655 origPath.transform(viewMatrix, &tmpPath);
656 path = &tmpPath;
SkGpuDevice.cpp 715 SkTLazy<SkPath> tmpPath;
722 result = tmpPath.init();
747 SkPath* strokedPath = pathIsMutable ? pathPtr : tmpPath.init();
756 SkPath* devPathPtr = pathIsMutable ? pathPtr : tmpPath.init();
    [all...]
GrContext.cpp     [all...]
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 646 SkPath tmpPath;
648 origPath.transform(viewMatrix, &tmpPath);
649 path = &tmpPath;
GrContext.cpp     [all...]
SkGpuDevice.cpp 746 SkTLazy<SkPath> tmpPath;
753 result = tmpPath.init();
778 SkPath* strokedPath = pathIsMutable ? pathPtr : tmpPath.init();
787 SkPath* devPathPtr = pathIsMutable ? pathPtr : tmpPath.init();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp     [all...]
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]
SkPaint.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 746 paint->getPosTextPath(glyphs + start, (end - start) << 1, pos + start, &tmpPath);
747 path->addPath(tmpPath);
758 SkPath tmpPath;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java     [all...]

Completed in 386 milliseconds