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

  /external/deqp/external/
fetch_sources.py 44 dstPath = os.path.join(EXTERNAL_DIR, pkg.filename)
49 out = open(dstPath, 'wb')
58 dstPath = os.path.join(EXTERNAL_DIR, pkg.dstDir)
76 if os.path.exists(os.path.join(dstPath, entry)):
80 shutil.move(os.path.join(topLevelPath, entry), dstPath)
85 pkg.postExtract(dstPath)
  /external/deqp/scripts/khr_util/
registry_cache.py 66 def fetchFile (dstPath, url, checksum):
72 if not os.path.exists(os.path.dirname(dstPath)):
73 os.makedirs(os.path.dirname(dstPath))
82 writeFile(dstPath, data)
  /external/mesa3d/src/gallium/state_trackers/vega/
api_path.c 123 void vegaAppendPath(VGPath dstPath, VGPath srcPath)
128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
133 dst = handle_to_path(dstPath);
143 void vegaAppendPathData(VGPath dstPath,
152 if (dstPath == VG_INVALID_HANDLE) {
171 p = handle_to_path(dstPath);
186 void vegaModifyPathCoords(VGPath dstPath,
194 if (dstPath == VG_INVALID_HANDLE) {
203 p = handle_to_path(dstPath);
221 void vegaTransformPath(VGPath dstPath, VGPath srcPath
    [all...]
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 232 ResultToXmlFilesLogHandler (vector<xe::TestCaseResultHeader>& resultHeaders, const char* dstPath)
234 , m_dstPath (dstPath)
334 static void batchResultToSeparateXmlFiles (const char* batchResultFilename, const char* dstPath)
341 if (!de::FilePath(dstPath).exists())
342 de::createDirectoryAndParents(dstPath);
344 XE_CHECK_MSG(de::FilePath(dstPath).getType() == de::FilePath::TYPE_DIRECTORY, "Destination is not directory");
348 ResultToXmlFilesLogHandler handler (shortResults, dstPath);
367 de::FilePath indexPath = de::FilePath::join(dstPath, "caselist.xml");
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/deqp/scripts/
build_caselists.py 100 dstPath = os.path.join(dstDir, caseListFile)
110 shutil.copyfile(srcPath, dstPath)
  /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);
  /external/skia/src/utils/
SkDashPath.cpp 90 // Only handles lines for now. If returns true, dstPath is the new (smaller)
91 // path. If returns false, then dstPath parameter is ignored.
94 SkPath* dstPath) {
147 dstPath->moveTo(pts[0]);
148 dstPath->lineTo(pts[1]);
  /external/skia/samplecode/
ClockFaceView.cpp 208 SkPath path, dstPath;
210 pe->filterPath(&dstPath, path, &rec, NULL);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 118 * @param dstPath the path of destination video file.
127 private static void genVideoUsingMuxer(String srcPath, String dstPath,
138 muxer = new MediaMuxer(dstPath, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
  /external/mesa3d/include/VG/
openvg.h 593 VG_API_CALL void VG_API_ENTRY vgAppendPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
594 VG_API_CALL void VG_API_ENTRY vgAppendPathData(VGPath dstPath,
598 VG_API_CALL void VG_API_ENTRY vgModifyPathCoords(VGPath dstPath, VGint startIndex,
601 VG_API_CALL void VG_API_ENTRY vgTransformPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
602 VG_API_CALL VGboolean VG_API_ENTRY vgInterpolatePath(VGPath dstPath,
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 111 public int movedex(String srcPath, String dstPath, String instructionSet) {
121 builder.append(dstPath);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 801 Path_Delegate dstPath = Path_Delegate.getDelegate(dst);
802 if (dstPath == null) {
809 dstPath.setJavaShape(strokeShape);
    [all...]

Completed in 533 milliseconds