Home
last modified time | relevance | path

Searched defs:dstPath (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/scripts/
Dbuild_spirv_binaries.py55 def cleanDstDir (dstPath): argument
62 def execBuildPrograms (buildCfg, generator, module, dstPath): argument
/external/libusb/msvc/
Dddk_build.cmd50 set dstPath=%destType%\Debug variable
52 set dstPath=%destType%\Release variable
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecator.java32 String dstPath = null; in main() local
/external/deqp/scripts/khr_util/
Dregistry_cache.py67 def fetchFile (dstPath, url, checksum): argument
/external/deqp/executor/tools/
DxeBatchResultToXml.cpp232 ResultToXmlFilesLogHandler (vector<xe::TestCaseResultHeader>& resultHeaders, const char* dstPath) in ResultToXmlFilesLogHandler()
334 static void batchResultToSeparateXmlFiles (const char* batchResultFilename, const char* dstPath) in batchResultToSeparateXmlFiles()
DxeExtractShaderPrograms.cpp50 string dstPath; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp109 void writeBinary (const ProgramBinary& binary, const std::string& dstPath) in writeBinary()
417 BinaryRegistryWriter::BinaryRegistryWriter (const std::string& dstPath) in BinaryRegistryWriter()
/external/skia/samplecode/
DClockFaceView.cpp170 SkPath path, dstPath; in drawdots() local
/external/skia/src/utils/
DSkDashPath.cpp89 SkPath* dstPath) { in cull_path()
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp363 BuildStats buildPrograms (tcu::TestContext& testCtx, const std::string& dstPath, bool validateBinar… in buildPrograms()