Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/scripts/
Dbuild_spirv_binaries.py55 def cleanDstDir (dstPath): argument
62 def execBuildPrograms (buildCfg, generator, module, dstPath, vulkanVersion): argument
/third_party/node/test/parallel/
Dtest-fs-link.js12 const dstPath = path.join(tmpdir.path, 'link1.js'); constant
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/fusion/
Dquant_cast_fusion_pass.cc44 auto dstPath = matchedPath[kQuantCastDstOp]; in DoFusion() local
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecator.java32 String dstPath = null; in main() local
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/scripts/khr_util/
Dregistry_cache.py111 def fetchFile (dstPath, repository, revision, filename, checksum, cacheDir): argument
/third_party/vk-gl-cts/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()
/third_party/flutter/skia/samplecode/
DSampleTextEffects.cpp131 SkPath path, dstPath; in drawdots() local
/third_party/skia/src/utils/
DSkDashPath.cpp159 const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) { in cull_path()
/third_party/flutter/skia/src/utils/
DSkDashPath.cpp158 const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) { in cull_path()
/third_party/flutter/skia/tools/skqp/src/
Dskqp.cpp185 static void print_backend_info(const char* dstPath, in print_backend_info()
/third_party/skia/tools/skqp/src/
Dskqp.cpp198 static void print_backend_info(const char* dstPath, in print_backend_info()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp393 const std::string& dstPath, in buildPrograms()