/external/skia/tools/ |
skdiff_html.h | 19 const SkString& outputDir);
|
render_pdfs_main.cpp | 45 " %s <input>... [-w <outputDir>] [--jpegQuality N] \n" 52 " outputDir: directory to write the rendered pdfs.\n\n"); 130 * @param outputDir Output dir. 134 static SkWStream* open_stream(const SkString& outputDir, 136 if (outputDir.isEmpty()) { 141 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) { 156 * @param outputDir Output dir. 159 static bool render_pdf(const SkString& inputPath, const SkString& outputDir, 181 SkWStream* stream(open_stream(outputDir, inputFilename)); 200 * @param outputDir Output dir [all...] |
skdiff_image.cpp | 20 /// If outputDir.isEmpty(), don't write out diff files. 25 const SkString& outputDir, 72 create_and_write_diff_image(drp, dmp, colorThreshold, outputDir, outputFilename); 73 //TODO: copy fBase.fFilename and fComparison.fFilename to outputDir 76 //TODO: serialize drp to outputDir 100 "\n --outputdir: directory to write difference images" 105 "\n The base <filename> will be used to create files in outputdir." 128 SkString outputDir; 196 if (!strcmp(argv[i], "--outputdir")) { 198 SkDebugf("outputdir expects one argument.\n") [all...] |
skdiff_utils.h | 45 * If !outputDir.isEmpty(), writes out difference and white images. 50 const SkString& outputDir,
|
render_pictures_main.cpp | 140 static bool render_picture_internal(const SkString& inputPath, const SkString* outputDir, 193 if (NULL != outputDir && outputDir->size() > 0 && !FLAGS_writeEncodedImages) { 195 make_output_filepath(outputPath, *outputDir, inputFilename); 250 * Render the SKP file(s) within inputPath, writing their bitmap images into outputDir. 253 * @param outputDir if not NULL, write the image(s) generated into this directory 257 static bool render_picture(const SkString& inputPath, const SkString* outputDir, 264 FLAGS_writeWholeImage ? NULL : outputDir, 350 // It would be better for the filename (without outputDir) to be passed in here, 351 // and used both for the checksum file and writing into outputDir [all...] |
skdiff_html.cpp | 229 const SkString& outputDir) { 233 SkASSERT(!outputDir.isEmpty()); 235 SkString outputPath(outputDir); 240 // Need to convert paths from relative-to-cwd to relative-to-outputDir 241 // FIXME this doesn't work if there are '..' inside the outputDir 245 if (outputDir.size() > 0 && PATH_DIV_CHAR == outputDir[0]) { 251 if (outputDir.size() > 1 && ':' == outputDir[1]) { 259 for (ui = 0; ui < outputDir.size(); ui++) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
BuildDependencyGenerator.java | 61 * outputdir/TParser.java : T.g 100 File outputDir = tool.getOutputDirectory(grammarFileName); 101 if (outputDir.getName().equals(".")) { 102 outputDir = null; 103 } else if (outputDir.getName().indexOf(' ') >= 0) { // has spaces? 104 String escSpaces = Utils.replace(outputDir.toString(), 107 outputDir = new File(escSpaces); 112 files.add(new File(outputDir, recognizer)); 124 files.add(new File(outputDir, fileName)); 132 files.add(new File(outputDir, lexer)) [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
parse.h | 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, UErrorCode *status);
|
genrb.h | 46 const char *outputDir,
|
genrb.c | 25 void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status); 26 static char *make_res_filename(const char *filename, const char *outputDir, 120 const char *outputDir = NULL; /* NULL = no output directory, use current */ 238 outputDir = options[DESTDIR].value; 427 processFile(arg, encoding, inputDir, outputDir, gPackageName, &status); 434 bundle_write(newPoolBundle, outputDir, NULL, outputFileName, sizeof(outputFileName), &status); 451 processFile(const char *filename, const char *cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status) { 558 data = parse(ucbuf, inputDir, outputDir, status); 591 rbname = make_res_filename(filename, outputDir, packageName, status); 597 bundle_write_java(data,outputDir,outputEnc, outputFileName, sizeof(outputFileName),packageName,bundleName,status) [all...] |
/external/icu4c/tools/genrb/ |
parse.h | 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
genrb.h | 50 const char *outputDir,
|
genrb.c | 25 void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir, 27 static char *make_res_filename(const char *filename, const char *outputDir, 118 const char *outputDir = NULL; /* NULL = no output directory, use current */ 249 outputDir = options[DESTDIR].value; 422 processFile(arg, encoding, inputDir, outputDir, NULL, 431 bundle_write(newPoolBundle, outputDir, NULL, outputFileName, sizeof(outputFileName), &status); 451 const char *filename, const char *cp, const char *inputDir, const char *outputDir, const char *packageName, 560 data = parse(ucbuf, inputDir, outputDir, !omitBinaryCollation, status); 593 rbname = make_res_filename(filename, outputDir, packageName, status); 599 bundle_write_java(data,outputDir,outputEnc, outputFileName, sizeof(outputFileName) [all...] |
/external/clang/include/clang/ARCMigrate/ |
FileRemapper.h | 45 bool initFromDisk(StringRef outputDir, DiagnosticsEngine &Diag, 49 bool flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag); 53 StringRef outputDir = StringRef()); 61 void clear(StringRef outputDir = StringRef()); 72 std::string getRemapInfoFile(StringRef outputDir);
|
ARCMT.h | 55 /// and metadata into the \p outputDir path. 68 StringRef outputDir, 72 /// \brief Get the set of file remappings from the \p outputDir path that 77 StringRef outputDir, 103 StringRef outputDir = StringRef());
|
/external/skia/tools/tests/skdiff/identical-bits/output-expected/ |
stdout | 3 not writing any diffs to outputDir [tools/tests/skdiff/identical-bits/output-actual/]
|
/external/skia/tools/tests/skdiff/identical-bits-or-pixels/output-expected/ |
stdout | 3 not writing any diffs to outputDir [tools/tests/skdiff/identical-bits-or-pixels/output-actual/]
|
/external/clang/lib/ARCMigrate/ |
FileRemapper.cpp | 31 void FileRemapper::clear(StringRef outputDir) { 37 if (!outputDir.empty()) { 38 std::string infoFile = getRemapInfoFile(outputDir); 44 std::string FileRemapper::getRemapInfoFile(StringRef outputDir) { 45 assert(!outputDir.empty()); 46 SmallString<128> InfoFile = outputDir; 51 bool FileRemapper::initFromDisk(StringRef outputDir, DiagnosticsEngine &Diag, 53 std::string infoFile = getRemapInfoFile(outputDir); 112 bool FileRemapper::flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag) { 116 if (fs::create_directory(outputDir, existed) != llvm::errc::success [all...] |
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
rule_bison.py | 48 outputDir = sys.argv[2] 62 os.path.join(outputDir, inputRoot + '.cpp.h'), 63 os.path.join(outputDir, inputRoot + '.hpp'), 73 outputCpp = os.path.join(outputDir, inputRoot + '.cpp') 98 outputH = os.path.join(outputDir, inputRoot + '.h')
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/ |
unisetperf.pl | 24 "outputDir"=>"../results" 73 "outputDir"=>"../results"
|
/external/icu4c/test/perf/unisetperf/ |
unisetperf.pl | 24 "outputDir"=>"../results" 73 "outputDir"=>"../results"
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
idl_reader.py | 40 def __init__(self, interface_dependencies_filename=None, additional_idl_filenames=None, idl_attributes_filename=None, outputdir='', verbose=False): 51 self.parser = blink_idl_parser.BlinkIDLParser(outputdir=outputdir, verbose=verbose)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrint.java | 43 File outputDir; 45 public FingerPrint(String name, PrintStream ps, File outputDir) { 48 this.outputDir = outputDir; 149 File outputFile = new File(this.outputDir, fileName+".gif"); 183 FingerPrintGraph graph = new FingerPrintGraph(this.outputDir, fileName, GRAPH_WIDTH, allResults);
|
/external/chromium_org/base/allocator/ |
prep_libc.py | 10 # Usage: prep_libc.py <VCLibDir> <OutputDir> <arch> 14 # OutputDir is the directory where the modified libcmt file should be stored.
|
/external/chromium_org/chrome/installer/linux/rpm/ |
build.sh | 163 "${OUTPUTDIR}" 166 chmod a+r "${OUTPUTDIR}/${PKGNAME}.$ARCHITECTURE.rpm" 181 echo "-o dir package output directory [${OUTPUTDIR}]" 223 OUTPUTDIR=$(readlink -f "${OPTARG}") 224 mkdir -p "${OUTPUTDIR}" 259 OUTPUTDIR="${PWD}" 294 # Make everything happen in the OUTPUTDIR. 295 cd "${OUTPUTDIR}"
|