HomeSort by relevance Sort by last modified time
    Searched refs:tmpPath (Results 1 - 21 of 21) 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 119 tmpPath = os.path.join(EXTERNAL_DIR, ".extract-tmp-%s" % self.baseDir)
123 if os.path.exists(tmpPath):
124 shutil.rmtree(tmpPath, ignore_errors=False)
126 os.mkdir(tmpPath)
128 archive.extractall(tmpPath)
131 extractedEntries = os.listdir(tmpPath)
132 if len(extractedEntries) != 1 or not os.path.isdir(os.path.join(tmpPath, extractedEntries[0])):
135 topLevelPath = os.path.join(tmpPath, extractedEntries[0])
146 shutil.rmtree(tmpPath, ignore_errors=True)
  /external/swiftshader/third_party/LLVM/lib/Support/
Path.cpp 241 Path tmpPath;
244 if (tmpPath.set(tmp))
245 if (tmpPath.canRead())
246 Paths.push_back(tmpPath);
252 if (tmpPath.set(std::string(at)))
253 if (tmpPath.canRead())
254 Paths.push_back(tmpPath);
  /frameworks/base/libs/hwui/pipeline/skia/
ReorderBarrierDrawables.cpp 168 SkPath tmpPath;
175 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, &tmpPath);
176 tmpPath.setIsVolatile(true);
177 casterPath = &tmpPath;
184 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, &tmpPath);
185 tmpPath.setIsVolatile(true);
186 casterPath = &tmpPath;
  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 71 SkTLazy<SkPath> tmpPath;
79 if (!fStyle.applyToPath(tmpPath.init(), &fill, *skPath, SK_Scalar1)) {
85 skPath = tmpPath.get();
GrGLPath.cpp 282 SkTLazy<SkPath> tmpPath;
289 if (style.applyPathEffectToPath(tmpPath.init(), &stroke, *skPath, SK_Scalar1)) {
290 skPath = tmpPath.get();
303 if (!tmpPath.isValid()) {
304 tmpPath.init();
306 SkAssertResult(stroke.applyToPath(tmpPath.get(), *skPath));
307 skPath = tmpPath.get();
  /external/skia/src/gpu/
GrBlurUtils.cpp 157 SkTLazy<SkPath> tmpPath;
163 if (0 == scale || !style.applyToPath(tmpPath.init(), &fillOrHairline, *path, scale)) {
167 path = tmpPath.get();
181 if (!tmpPath.isValid()) {
182 tmpPath.init();
184 result = tmpPath.get();
275 SkTLazy<SkPath> tmpPath;
284 SkPath* result = pathIsMutable ? const_cast<SkPath*>(path) : tmpPath.init();
GrShape.cpp 275 SkTLazy<SkPath> tmpPath;
285 srcForPathEffect = tmpPath.init();
286 parent.asPath(tmpPath.get());
310 if (!tmpPath.isValid()) {
311 tmpPath.init();
313 tmpParent.get()->asPath(tmpPath.get());
318 *tmpPath.get(), scale));
335 srcForParentStyle = tmpPath.init();
336 parent.asPath(tmpPath.get());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
CompatibilityTest.java 55 String tmpPath = fileName.replaceAll("\\\\", "/");
57 int fileBreak = tmpPath.lastIndexOf('/');
58 this.className = fileName.substring(fileBreak + 1, tmpPath.lastIndexOf('.'));
59 int finalDirBreak = tmpPath.lastIndexOf("/ICU");
60 this.icuVersion = tmpPath.substring(finalDirBreak + 1, fileBreak);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CompatibilityTest.java 54 String tmpPath = fileName.replaceAll("\\\\", "/");
56 int fileBreak = tmpPath.lastIndexOf('/');
57 this.className = fileName.substring(fileBreak + 1, tmpPath.lastIndexOf('.'));
58 int finalDirBreak = tmpPath.lastIndexOf("/ICU");
59 this.icuVersion = tmpPath.substring(finalDirBreak + 1, fileBreak);
  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 410 String tmpPath = "/data/local/tmp/" + APPLICATION_PACKAGE + ".push.tmp";
411 assertTrue(mDevice.pushFile(new File(hostPath), tmpPath));
420 executeSuShellAdbCommand("mv", tmpPath, targetPath);
422 // Important: Use "restorecon" here because the file in tmpPath retains the
438 String tmpPath = "/data/local/tmp/" + APPLICATION_PACKAGE + ".pull.tmp";
439 executeSuShellAdbCommand("cp", targetPath, tmpPath);
441 executeSuShellAdbCommand("chmod", "606", tmpPath);
442 assertTrue(mDevice.pullFile(tmpPath, new File(hostPath)));
444 executeSuShellAdbCommand("rm", tmpPath);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
SwatDeprecated.java 190 String tmpPath = tmpFile.getPath();
192 pw.println("tmpFile: " + tmpPath);
284 throw new RuntimeException("unable to delete unneeded temporary file: " + tmpPath);
  /external/skia/samplecode/
SampleAndroidShadows.cpp 213 SkPath tmpPath;
216 Op(fSquareRRectPath, tmpClipPath, kIntersect_SkPathOp, &tmpPath);
221 this->drawShadowedPath(canvas, tmpPath, zPlaneParams, paint, .1f,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTest.java 151 String tmpPath = System.getProperty("java.io.tmpdir");
154 list_wf = new File[] {new File(tmpPath + "/" +
156 list_nwf = new File[] {new File(tmpPath + "/" +
158 list_out_dh = new File[] {new File(tmpPath + "/" +
160 list_out_hb = new File[] {new File(tmpPath + "/" +
172 tmpPath + "/" + SAXParserTestSupport.XML_WF + "staff.dtd"),
178 tmpPath + "/" + SAXParserTestSupport.XML_NWF + "staff.dtd"),
    [all...]
  /external/deqp/scripts/
make_release.py 332 tmpPath = getTempDir()
334 dstBasePath = os.path.join(tmpPath, releaseName)
335 tmpBasePath = os.path.join(tmpPath, releaseName + "-tmp")
339 print "Creating release %s to %s" % (releaseName, tmpPath)
  /external/skia/src/core/
SkDraw.cpp     [all...]
SkPaint.cpp     [all...]
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 855 SkTLazy<SkPath> tmpPath;
857 SkPath* tmpPathPtr = tmpPath.init(*pathPtr);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 294 paint->getPosTextPath(glyphs + start, (end - start) << 1, pos + start, &tmpPath);
295 path->addPath(tmpPath);
306 SkPath tmpPath;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java     [all...]
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 992 milliseconds