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

  /external/deqp/external/vulkancts/scripts/
build_spirv_binaries.py 55 def cleanDstDir (dstPath):
56 binFiles = [f for f in os.listdir(dstPath) if os.path.isfile(os.path.join(dstPath, f)) and fnmatch.fnmatch(f, "*.spv")]
59 print "Removing %s" % os.path.join(dstPath, binFile)
60 os.remove(os.path.join(dstPath, binFile))
62 def execBuildPrograms (buildCfg, generator, module, dstPath):
63 fullDstPath = os.path.realpath(dstPath)
94 dest="dstPath",
108 if not os.path.exists(args.dstPath):
109 os.makedirs(args.dstPath)
    [all...]
  /external/libusb/msvc/
ddk_build.cmd 50 set dstPath=%destType%\Debug
52 set dstPath=%destType%\Release
58 if exist %dstPath% goto md3
59 mkdir %dstPath%
61 if exist %dstPath%\dll goto md4
62 mkdir %dstPath%\dll
64 if exist %dstPath%\lib goto md5
65 md %dstPath%\lib
67 if exist %dstPath%\examples goto md6
68 md %dstPath%\example
    [all...]
  /external/deqp/external/
fetch_sources.py 105 dstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.archiveDir, self.filename)
110 if not os.path.exists(os.path.dirname(dstPath)):
111 os.mkdir(os.path.dirname(dstPath))
113 writeFile(dstPath, data)
120 dstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
137 if not os.path.exists(dstPath):
138 os.mkdir(dstPath)
141 if os.path.exists(os.path.join(dstPath, entry)):
144 shutil.move(os.path.join(topLevelPath, entry), dstPath)
149 self.postExtract(dstPath)
    [all...]
  /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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
Deprecator.java 32 String dstPath = null;
44 dstPath = args[++i];
73 if (dstPath == null) {
76 dstDir = new File(dstPath);
79 err.append("\nunable to create dst: '" + dstPath + "'");
82 err.append("\ndst exists but is not directory: '" + dstPath + "'");
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 108 void writeBinary (const ProgramBinary& binary, const std::string& dstPath)
110 const de::FilePath filePath(dstPath);
116 std::ofstream out (dstPath.c_str(), std::ios_base::binary);
119 throw tcu::Exception("Failed to open " + dstPath);
416 BinaryRegistryWriter::BinaryRegistryWriter (const std::string& dstPath)
417 : m_dstPath(dstPath)
419 if (de::FilePath(dstPath).exists())
420 initFromPath(dstPath);
514 void BinaryRegistryWriter::writeToPath (const std::string& dstPath) const
516 if (!de::FilePath(dstPath).exists()
    [all...]
vkBinaryRegistry.hpp 224 BinaryRegistryWriter (const std::string& dstPath);
232 void writeToPath (const std::string& dstPath) const;
  /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 85 // Only handles lines for now. If returns true, dstPath is the new (smaller)
86 // path. If returns false, then dstPath parameter is ignored.
89 SkPath* dstPath) {
142 dstPath->moveTo(pts[0]);
143 dstPath->lineTo(pts[1]);
  /external/skia/samplecode/
ClockFaceView.cpp 210 SkPath path, dstPath;
212 pe->filterPath(&dstPath, path, &rec, nullptr);
  /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...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 363 BuildStats buildPrograms (tcu::TestContext& testCtx, const std::string& dstPath, bool validateBinaries)
441 vk::BinaryRegistryWriter registryWriter (dstPath);
482 DE_DECLARE_COMMAND_LINE_OPT(DstPath, std::string);
492 parser << Option<opt::DstPath> ("d", "dst-path", "Destination path", "out")
535 cmdLine.getOption<opt::DstPath>(),
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 786 Path_Delegate dstPath = Path_Delegate.getDelegate(dst);
787 if (dstPath == null) {
794 dstPath.setJavaShape(strokeShape);
    [all...]

Completed in 4860 milliseconds