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

  /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...]
  /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/chromium_org/third_party/skia/tests/
PDFJpegEmbedTest.cpp 94 const char* outputPath = getenv("SKIA_TESTS_PDF_JPEG_EMBED_OUTPUT_PATH");
95 if (outputPath) {
96 SkFILEWStream output(outputPath);
  /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/chromium_org/third_party/skia/tools/
render_pdfs_main.cpp 145 SkString outputPath;
146 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) {
151 SkNEW_ARGS(SkFILEWStream, (outputPath.c_str())));
153 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());
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 50 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
  /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);
XmlGenerator.java 89 String testType, String outputPath, Map<String, String> additionalAttributes) {
98 mOutputPath = outputPath;
  /external/chromium_org/third_party/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
  /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 109 String outputPath = XML_OUTPUT_PATH;
115 outputPath = option[1];
128 xmlGenerator = new XMLGenerator(outputPath);
268 XMLGenerator(String outputPath) throws ParserConfigurationException {
269 mOutputPath = outputPath;
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 122 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) {
126 std::string infoFile = outputPath;
  /developers/build/lib/
buildSrc.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 202 milliseconds