Home
last modified time | relevance | path

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

/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/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/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/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/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/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/skia/tools/
Drender_pdfs_main.cpp121 SkString outputPath; in open_stream() local
122 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) { in open_stream()
127 SkNEW_ARGS(SkFILEWStream, (outputPath.c_str()))); in open_stream()
129 SkDebugf("Could not write to file %s\n", outputPath.c_str()); in open_stream()
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/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/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/skia/experimental/PdfViewer/
Dpdf_viewer_main.cpp161 SkString outputPath; in render_page() local
162 if (!make_output_filepath(&outputPath, outputDir, inputFilename, page)) { in render_page()
165 SkImageEncoder::EncodeFile(outputPath.c_str(), bitmap, SkImageEncoder::kPNG_Type, 100); in render_page()
/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/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()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...