Home
last modified time | relevance | path

Searched refs:exportFile (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffExporter.java184 exportFile(rbm, directory, base_name, (Bundle)bundleIter.nextElement()); in export()
246 private void exportFile(RBManager rbm, File directory, String base_name, Bundle main_bundle) in exportFile() method in RBxliffExporter
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestPackage.cpp818 …deFile* exportFile = deFile_create(caseListName.c_str(), DE_FILEMODE_CREATE | DE_FILEMODE_OPEN |… in runTestsInSubprocess() local
820 deFile_write(exportFile, subprocessTestList.c_str(), subprocessTestList.size(), &numWritten); in runTestsInSubprocess()
821 deFile_destroy(exportFile); in runTestsInSubprocess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp876 …deFile* exportFile = deFile_create(caseListName.c_str(), DE_FILEMODE_CREATE | DE_FILEMODE_OPEN |… in runTestsInSubprocess() local
878 deFile_write(exportFile, subprocessTestList.c_str(), subprocessTestList.size(), &numWritten); in runTestsInSubprocess()
879 deFile_destroy(exportFile); in runTestsInSubprocess()
/third_party/mindspore/patches/
D0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch7369 - AddFlag(&NetTrainFlags::export_file_, "exportFile", "MS File to export trained model into", ""…
8115 + AddFlag(&NetTrainFlags::export_file_, "exportFile", "MS File to export trained model into", ""…