HomeSort by relevance Sort by last modified time
    Searched full:outputpath (Results 1 - 21 of 21) sorted by null

  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 84 String outputPath = outputFile.getCanonicalPath();
85 name = outputPath
86 .substring(outputPath.lastIndexOf("/") + 1);
87 outputPath = outputPath.substring(0, outputPath
89 File outputDir = new File(outputPath);
91 outputFile = new File(outputPath, name);
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 47 llvm::StringRef OutputPath, bool ShowDepth) {
52 if (!OutputPath.empty()) {
55 OutputPath.str().c_str(), Error, llvm::raw_fd_ostream::F_Append);
CompilerInstance.cpp 244 llvm::StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
245 if (OutputPath == "-")
246 OutputPath = "";
247 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
436 CompilerInstance::createOutputFile(llvm::StringRef OutputPath,
441 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
448 << OutputPath << Error;
461 CompilerInstance::createOutputFile(llvm::StringRef OutputPath,
470 if (!OutputPath.empty()) {
471 OutFile = OutputPath;
    [all...]
  /external/zlib/contrib/dotzlib/DotZLib/
DotZLib.csproj 39 OutputPath = "bin\Debug\"
59 OutputPath = "bin\Release\"
  /sdk/anttasks/src/com/android/ant/
ZipAlignTask.java 46 public void setOutput(Path outputPath) {
47 mOutput = TaskHelper.checkSinglePath("output", outputPath);
  /external/clang/tools/driver/
cc1as_main.cpp 88 std::string OutputPath;
120 OutputPath = "-";
183 Opts.OutputPath = Args->getLastArgValue(OPT_o);
214 if (Opts.OutputPath.empty())
215 Opts.OutputPath = "-";
219 if (Opts.OutputPath != "-")
220 sys::RemoveFileOnSignal(sys::Path(Opts.OutputPath));
224 new raw_fd_ostream(Opts.OutputPath.c_str(), Error,
228 << Opts.OutputPath << Error;
343 if (!Success && Opts.OutputPath != "-"
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 571 createOutputFile(llvm::StringRef OutputPath,
578 /// If \arg OutputPath is empty, then createOutputFile will derive an output
580 /// Extension appended. If OutputPath is not stdout createOutputFile will
581 /// create a new temporary file that must be renamed to OutputPath in the end.
583 /// \param OutputPath - If given, the path to the output file.
585 /// \param BaseInput - If \arg OutputPath is empty, the input path name to use
597 createOutputFile(llvm::StringRef OutputPath, std::string &Error,
Utils.h 87 /// \param OutputPath - If non-empty, a path to write the header include
90 llvm::StringRef OutputPath = "",
  /cts/tools/utils/
DescriptionGenerator.java 107 String outputPath = XML_OUTPUT_PATH;
111 outputPath = option[1];
117 xmlGenerator = new XMLGenerator(outputPath);
257 XMLGenerator(String outputPath) throws ParserConfigurationException {
258 mOutputPath = outputPath;
  /libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 69 private static final String outputPath = System.getProperty(GOLDEN_PATH,
116 if (outputPath != null && outputPath.length() != 0) {
117 path = outputPath + File.separator + path;
132 String goldenPath = outputPath + File.separatorChar
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 88 private static final String outputPath = System.getProperty(GOLDEN_PATH,
161 if (outputPath != null && outputPath.length() != 0) {
162 path = outputPath + File.separator + path;
177 String goldenPath = outputPath + File.separatorChar
  /system/media/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 265 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw"
266 if (NULL == outputPath) {
269 memcpy(outputPath, path, len + 1);
270 strcat(outputPath, ".raw");
271 gFp = fopen(outputPath, "w");
slesTestDecodeAac.cpp 383 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw"
384 if (NULL == outputPath) {
387 memcpy(outputPath, path, len + 1);
388 strcat(outputPath, ".raw");
389 outputFp = fopen(outputPath, "w");
392 perror(outputPath);
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 529 milliseconds