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

1 2

  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenProperties.groovy 157 String outputPath = relativeInputPath
158 outputPath = outputPath.replaceAll('_PROJECT_', targetSampleName())
159 outputPath = outputPath.replaceAll('_MODULE_', targetSampleModule())
160 outputPath = outputPath.replaceAll('_PACKAGE_', packageAsPath(targetSamplePackage))
164 outputPath = outputPath.replaceAll('_IDE_', "idea")
165 outputPath = outputPath.replaceAll(/\.ftl$/, ''
    [all...]
  /developers/build/
build.gradle 103 def outputPath = outPath("ant");
105 mkdir outputPath
106 into outputPath
122 def outputPath = outPath("gradle")
126 mkdir outputPath
127 into outputPath
182 def outputPath =outPath("browseable");
184 mkdir outputPath
185 into outputPath
221 def outputPath = "${samplegen.pathToBuild}/out/browseable
    [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);
  /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_pictures_main.cpp 187 SkString* outputPath = NULL;
189 outputPath = SkNEW(SkString);
190 make_output_filepath(outputPath, *outputDir, inputFilename);
193 bool success = renderer.render(outputPath, out);
194 if (outputPath) {
196 SkDebugf("Could not write to file %s\n", outputPath->c_str());
198 SkDELETE(outputPath);
333 SkString outputPath;
334 make_output_filepath(&outputPath, *outputDir, inputFilename);
335 outputPath.append(".png")
    [all...]
render_pdfs_main.cpp 136 SkString outputPath;
137 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) {
141 SkFILEWStream* stream = SkNEW_ARGS(SkFILEWStream, (outputPath.c_str()));
143 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());
  /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 123 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) {
127 std::string infoFile = outputPath;

Completed in 1213 milliseconds

1 2