HomeSort by relevance Sort by last modified time
    Searched defs:dstPath (Results 1 - 6 of 6) sorted by null

  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 50 string dstPath;
70 const string basePath = string(de::FilePath::join(cmdLine.dstPath, casePath).getPath()) + "." + de::toString(programNdx);
214 else if (cmdLine.dstPath.empty())
215 cmdLine.dstPath = arg;
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
Deprecator.java 30 String dstPath = null;
42 dstPath = args[++i];
71 if (dstPath == null) {
74 dstDir = new File(dstPath);
77 err.append("\nunable to create dst: '" + dstPath + "'");
80 err.append("\ndst exists but is not directory: '" + dstPath + "'");
  /external/skia/samplecode/
ClockFaceView.cpp 207 SkPath path, dstPath;
209 pe->filterPath(&dstPath, path, &rec, nullptr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 223 final String dstPath = dstFile.getAbsolutePath();
228 EFS.getLocalFileSystem().getStore(new Path(dstPath));
242 dstPath);
  /frameworks/base/tools/aapt2/link/
Link.cpp 301 std::string dstPath;
455 fileOp.dstPath = util::utf16ToUtf8(*fileRef->path);
499 bool result = flattenXml(fileOp.xmlToFlatten.get(), fileOp.dstPath, maxSdkLevel,
506 bool result = copyFileToArchive(fileOp.fileToCopy, fileOp.dstPath,
507 getCompressionFlags(fileOp.dstPath),
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 797 Path_Delegate dstPath = Path_Delegate.getDelegate(dst);
798 if (dstPath == null) {
805 dstPath.setJavaShape(strokeShape);
    [all...]

Completed in 6623 milliseconds