Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 18 of 18) sorted by relevance

/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
DInstallerActivity.java83 String outputPath = outputFile.getCanonicalPath(); in unzipLangPack() local
84 name = outputPath in unzipLangPack()
85 .substring(outputPath.lastIndexOf("/") + 1); in unzipLangPack()
86 outputPath = outputPath.substring(0, outputPath in unzipLangPack()
88 File outputDir = new File(outputPath); in unzipLangPack()
90 outputFile = new File(outputPath, name); in unzipLangPack()
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
DInstallerActivity.java83 String outputPath = outputFile.getCanonicalPath(); in unzipLangPack() local
84 name = outputPath in unzipLangPack()
85 .substring(outputPath.lastIndexOf("/") + 1); in unzipLangPack()
86 outputPath = outputPath.substring(0, outputPath in unzipLangPack()
88 File outputDir = new File(outputPath); in unzipLangPack()
90 outputFile = new File(outputPath, name); in unzipLangPack()
/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
DInstallerActivity.java83 String outputPath = outputFile.getCanonicalPath(); in unzipLangPack() local
84 name = outputPath in unzipLangPack()
85 .substring(outputPath.lastIndexOf("/") + 1); in unzipLangPack()
86 outputPath = outputPath.substring(0, outputPath in unzipLangPack()
88 File outputDir = new File(outputPath); in unzipLangPack()
90 outputFile = new File(outputPath, name); in unzipLangPack()
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
DInstallerActivity.java83 String outputPath = outputFile.getCanonicalPath(); in unzipLangPack() local
84 name = outputPath in unzipLangPack()
85 .substring(outputPath.lastIndexOf("/") + 1); in unzipLangPack()
86 outputPath = outputPath.substring(0, outputPath in unzipLangPack()
88 File outputDir = new File(outputPath); in unzipLangPack()
90 outputFile = new File(outputPath, name); in unzipLangPack()
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
DInstallerActivity.java83 String outputPath = outputFile.getCanonicalPath(); in unzipLangPack() local
84 name = outputPath in unzipLangPack()
85 .substring(outputPath.lastIndexOf("/") + 1); in unzipLangPack()
86 outputPath = outputPath.substring(0, outputPath in unzipLangPack()
88 File outputDir = new File(outputPath); in unzipLangPack()
90 outputFile = new File(outputPath, name); in unzipLangPack()
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
DInstallerActivity.java84 String outputPath = outputFile.getCanonicalPath(); in unzipLangPack() local
85 name = outputPath in unzipLangPack()
86 .substring(outputPath.lastIndexOf("/") + 1); in unzipLangPack()
87 outputPath = outputPath.substring(0, outputPath in unzipLangPack()
89 File outputDir = new File(outputPath); in unzipLangPack()
91 outputFile = new File(outputPath, name); in unzipLangPack()
/external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
DInstallerActivity.java83 String outputPath = outputFile.getCanonicalPath(); in unzipLangPack() local
84 name = outputPath in unzipLangPack()
85 .substring(outputPath.lastIndexOf("/") + 1); in unzipLangPack()
86 outputPath = outputPath.substring(0, outputPath in unzipLangPack()
88 File outputDir = new File(outputPath); in unzipLangPack()
90 outputFile = new File(outputPath, name); in unzipLangPack()
/external/v8/tools/perf/
Dstatistics-for-json.R34 outputPath <- args[3] globalVar
66 ggsave(filename=sprintf("%s/%s.svg", outputPath, testName),
74 ggsave(filename=sprintf("%s/%s-before.svg", outputPath, testName),
111 ggsave(filename=sprintf("%s/speedup-estimates.svg", outputPath),
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt018llstar.py24 outputPath = os.path.splitext(__file__)[0] + '.output'
25 testOutput = open(outputPath).read()
Dt020fuzzy.py27 outputPath = os.path.splitext(__file__)[0] + '.output'
28 testOutput = open(outputPath).read()
Dt012lexerXML.py41 outputPath = os.path.splitext(__file__)[0] + '.output'
42 testOutput = unicode(open(outputPath).read(), 'utf-8')
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMediaRecorder.java35 private String outputPath; field in ShadowMediaRecorder
106 outputPath = path; in setOutputFile()
210 return outputPath; in getOutputPath()
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
DSerializationTest.java87 private static final String outputPath = System.getProperty(GOLDEN_PATH, field in SerializationTest
160 if (outputPath != null && outputPath.length() != 0) { in getDataFile()
161 path = outputPath + File.separator + path; in getDataFile()
176 String goldenPath = outputPath + File.separatorChar in produceGoldenFiles()
/external/deqp/executor/tools/
DxeBatchResultToXml.cpp84 std::string outputPath; member
105 cmdLine.outputPath = opts.getArgs()[1]; in parseCommandLine()
389 batchResultToSingleXmlFile(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str()); in main()
391 batchResultToSeparateXmlFiles(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str()); in main()
/external/skia/tools/
Dskdiff_html.cpp235 SkString outputPath(outputDir); in print_diff_page() local
236 outputPath.append("index.html"); in print_diff_page()
238 SkFILEWStream outputStream(outputPath.c_str()); in print_diff_page()
/external/doclava/src/com/google/doclava/apicheck/
DApiCheck.java298 static int newApi(String origApiPath, String newApiPath, String outputPath) { in newApi() argument
318 apiWriter = new PrintStream(outputPath); in newApi()
320 System.err.println("can't open file: " + outputPath); in newApi()
/external/clang/include/clang/ARCMigrate/
DFileRemapper.h50 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp120 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) { in flushToFile() argument
124 std::string infoFile = outputPath; in flushToFile()