HomeSort by relevance Sort by last modified time
    Searched refs:outputPath (Results 1 - 25 of 28) sorted by null

1 2

  /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/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 24 outputPath = os.path.splitext(__file__)[0] + '.output'
25 testOutput = open(outputPath).read()
t020fuzzy.py 27 outputPath = os.path.splitext(__file__)[0] + '.output'
28 testOutput = open(outputPath).read()
t012lexerXML.py 41 outputPath = os.path.splitext(__file__)[0] + '.output'
42 testOutput = unicode(open(outputPath).read(), 'utf-8')
  /external/skia/tools/
render_pdfs_main.cpp 98 SkString outputPath;
99 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) {
103 SkFILEWStream stream(outputPath.c_str());
105 SkDebugf("Could not write to file %s\n", outputPath.c_str());
render_pictures_main.cpp 157 SkString* outputPath = NULL;
159 outputPath = SkNEW(SkString);
160 make_output_filepath(outputPath, *outputDir, inputFilename);
163 success = renderer.render(outputPath, out);
164 if (outputPath) {
166 SkDebugf("Could not write to file %s\n", outputPath->c_str());
168 SkDELETE(outputPath);
266 SkString outputPath;
267 make_output_filepath(&outputPath, *outputDir, inputFilename);
268 outputPath.append(".png")
    [all...]
skdiff_html.cpp 235 SkString outputPath(outputDir);
236 outputPath.append("index.html");
238 SkFILEWStream outputStream(outputPath.c_str());
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 46 String outputPath = null;
72 outputPath = getArg(args, ++i, "Missing value for output file");
106 name, runner, instrumentation, targetNameSpace, jarPath, testType, outputPath);
XmlGenerator.java 77 String jarPath, String testType, String outputPath) {
86 mOutputPath = outputPath;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 35 private String outputPath;
106 outputPath = path;
210 return outputPath;
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 50 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
  /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
  /frameworks/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 443 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw"
444 if (NULL == outputPath) {
447 memcpy(outputPath, path, len + 1);
448 strcat(outputPath, ".raw");
449 outputFp = fopen(outputPath, "w");
452 perror(outputPath);
    [all...]
  /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;
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 124 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) {
128 std::string infoFile = outputPath;
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 166 milliseconds

1 2