Searched refs:toFile (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
D | GenerateCodeTask.java | 79 …rintWriter cOut = new PrintWriter(new OutputStreamWriter(new FileOutputStream(cOutPath.toFile()))); in execute() 80 …er javaOut = new PrintWriter(new OutputStreamWriter(new FileOutputStream(javaOutPath.toFile())))) { in execute()
|
/third_party/typescript/src/services/ |
D | exportInfoMap.ts | 307 const toFile = program.getSourceFile(toPath); constant 310 return (toFile === to || !toFile) &&
|
/third_party/icu/tools/colprobe/ |
D | sortedlines.h | 97 void toFile(FILE *file, UBool useLinks, UErrorCode &status);
|
D | colprobeNew.cpp | 712 lines.toFile(fTailoringDump, true, status); in processCollator() 729 RefLines.toFile(fDefaultDump, true, status); in processCollator()
|
D | sortedlines.cpp | 1482 SortedLines::toFile(FILE *file, UBool useLinks, UErrorCode &status) in toFile() function in SortedLines
|
/third_party/typescript/src/services/codefixes/ |
D | importFixes.ts | 967 …function addSymbol(moduleSymbol: Symbol, toFile: SourceFile | undefined, exportedSymbol: Symbol, e… 969 …if (toFile && isImportableFile(program, fromFile, toFile, preferences, packageJsonFilter, moduleSp… 970 …!toFile && packageJsonFilter.allowsImportingAmbientModule(moduleSymbol, moduleSpecifierResolutionH… 973 …ker).toString(), { symbol: exportedSymbol, moduleSymbol, moduleFileName: toFile?.fileName, exportK…
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 1049 Paths.get(testlist.getParent(), testName.split("/")).toFile(), in addTestsToInstancesMap()
|