/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/ |
D | InstallerActivity.java | 83 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/ |
D | InstallerActivity.java | 83 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/ |
D | InstallerActivity.java | 83 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/ |
D | InstallerActivity.java | 83 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/ |
D | InstallerActivity.java | 83 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/ |
D | InstallerActivity.java | 84 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/ |
D | InstallerActivity.java | 83 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/ |
D | statistics-for-json.R | 34 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/ |
D | t018llstar.py | 24 outputPath = os.path.splitext(__file__)[0] + '.output' 25 testOutput = open(outputPath).read()
|
D | t020fuzzy.py | 27 outputPath = os.path.splitext(__file__)[0] + '.output' 28 testOutput = open(outputPath).read()
|
D | t012lexerXML.py | 41 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/ |
D | ShadowMediaRecorder.java | 35 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/ |
D | SerializationTest.java | 87 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/ |
D | xeBatchResultToXml.cpp | 84 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/ |
D | skdiff_html.cpp | 235 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/ |
D | ApiCheck.java | 298 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/ |
D | FileRemapper.h | 50 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
|
/external/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 120 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) { in flushToFile() argument 124 std::string infoFile = outputPath; in flushToFile()
|