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

1 2

  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenProperties.groovy 159 String outputPath = relativeInputPath
160 outputPath = outputPath.replaceAll('_PROJECT_', targetSampleName())
161 outputPath = outputPath.replaceAll('_MODULE_', targetSampleModule())
162 outputPath = outputPath.replaceAll('_PACKAGE_', packageAsPath(targetSamplePackage))
166 outputPath = outputPath.replaceAll('_IDE_', "idea")
167 outputPath = outputPath.replaceAll(/\.ftl$/, ''
    [all...]
  /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);
  /developers/build/
build.gradle 103 def outputPath = outPath("ant");
105 into outputPath
121 def outputPath = outPath("gradle")
125 into outputPath
191 def outputPath = "."
195 outputPath = "${moduleName}"
197 println "\n---------------- processing MODULE ${moduleName} to outputPath ${outputPath}"
211 into("${outputPath}/src") {
219 fcd.path = "${outputPath}/src/${collapsed}"
    [all...]
  /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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 35 private String outputPath;
106 outputPath = path;
210 return outputPath;
  /frameworks/base/core/java/com/android/internal/os/
InstallerConnection.java 102 boolean debuggable, String outputPath) {
118 builder.append(outputPath != null ? outputPath : "!");
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 50 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
  /external/skia/tools/
render_pdfs_main.cpp 121 SkString outputPath;
122 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) {
127 SkNEW_ARGS(SkFILEWStream, (outputPath.c_str())));
129 SkDebugf("Could not write to file %s\n", outputPath.c_str());
skdiff_html.cpp 235 SkString outputPath(outputDir);
236 outputPath.append("index.html");
238 SkFILEWStream outputStream(outputPath.c_str());
  /libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 69 private static final String outputPath = System.getProperty(GOLDEN_PATH,
115 if (outputPath != null && outputPath.length() != 0) {
116 path = outputPath + File.separator + path;
131 String goldenPath = outputPath + File.separatorChar
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 49 String outputPath = null;
82 outputPath = getArg(args, ++i, "Missing value for output file");
132 jarPath, testType, outputPath, additionalAttributes);
  /external/skia/experimental/PdfViewer/
pdf_viewer_main.cpp 161 SkString outputPath;
162 if (!make_output_filepath(&outputPath, outputDir, inputFilename, page)) {
165 SkImageEncoder::EncodeFile(outputPath.c_str(), bitmap, SkImageEncoder::kPNG_Type, 100);
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 87 private static final String outputPath = System.getProperty(GOLDEN_PATH,
160 if (outputPath != null && outputPath.length() != 0) {
161 path = outputPath + File.separator + path;
176 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");
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 295 * @param outputPath output XML path for the generated diff
298 static int newApi(String origApiPath, String newApiPath, String outputPath) {
318 apiWriter = new PrintStream(outputPath);
320 System.err.println("can't open file: " + outputPath);
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 84 std::string outputPath;
105 cmdLine.outputPath = opts.getArgs()[1];
389 batchResultToSingleXmlFile(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());
391 batchResultToSeparateXmlFiles(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());
  /cts/tools/utils/
DescriptionGenerator.java 110 String outputPath = XML_OUTPUT_PATH;
116 outputPath = option[1];
129 xmlGenerator = new XMLGenerator(outputPath);
269 XMLGenerator(String outputPath) throws ParserConfigurationException {
270 mOutputPath = outputPath;

Completed in 1641 milliseconds

1 2