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

  /cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java 48 String tmpPath = createTempFiles(temps);
56 checkTempFiles(tmpPath, temps);
59 File noMedia = new File(tmpPath, ".nomedia");
72 checkTempFiles(tmpPath, temps);
74 deleteTempFiles(tmpPath, temps);
89 String tmpPath = tmpDir.getAbsolutePath();
90 assertFalse(tmpPath + " already exists", tmpDir.exists());
94 File foo = new File(tmpPath, "foobar." + extensions[i]);
107 return tmpPath;
110 void checkTempFiles(String tmpPath, String [] extensions)
    [all...]
  /external/llvm/lib/Support/
Path.cpp 233 Path tmpPath;
236 if (tmpPath.set(tmp))
237 if (tmpPath.canRead())
238 Paths.push_back(tmpPath);
244 if (tmpPath.set(std::string(at)))
245 if (tmpPath.canRead())
246 Paths.push_back(tmpPath);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 767 string tmpPath = path.substr(pos + 7);
768 if (tmpPath.empty())
769 return tmpPath;
772 if (tmpPath[tmpPath.length() - 1] == '/')
773 tmpPath.erase(tmpPath.length() - 1);
775 pos = tmpPath.rfind('/');
777 return tmpPath.substr(pos + 1);
779 return tmpPath;
    [all...]
  /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/skia/src/gpu/
GrAAConvexPathRenderer.cpp 462 SkPath tmpPath;
464 origPath.transform(*vm, &tmpPath);
465 path = &tmpPath;
SkGpuDevice.cpp     [all...]
GrContext.cpp     [all...]
  /external/skia/legacy/src/core/
SkDraw.cpp 908 SkPath tmpPath;
918 result = &tmpPath;
965 doFill = paint->getFillPath(*pathPtr, &tmpPath);
966 pathPtr = &tmpPath;
981 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath;
    [all...]
  /external/skia/src/core/
SkPaint.cpp     [all...]
SkDraw.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 856 // This is not the most efficient way to add a rect to a path, but if we don't create the tmpPath,
858 QPainterPath tmpPath;
859 tmpPath.addRoundedRect(rect, radius, radius);
860 path = path.united(tmpPath);
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
VideoModule.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java     [all...]

Completed in 832 milliseconds