/external/chromium_org/third_party/skia/tools/ |
skdiff_html.h | 19 const SkString& outputDir);
|
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_pdfs_main.cpp | 46 DEFINE_string2(outputDir, w, "", 135 * @param outputDir Output dir. 139 static SkWStream* open_stream(const SkString& outputDir, 141 if (outputDir.isEmpty()) { 146 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) { 219 SkString outputDir; 221 outputDir = FLAGS_outputDir[0]; 222 if (!sk_mkdir(outputDir.c_str())) { 223 SkDebugf("Unable to mkdir '%s'\n", outputDir.c_str()); 262 SkAutoTDelete<SkWStream> stream(open_stream(outputDir, files[i])) [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/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"); 121 * @param outputDir Output dir. 125 static SkWStream* open_stream(const SkString& outputDir, 127 if (outputDir.isEmpty()) { 132 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) { 147 * @param outputDir Output dir. 150 static bool render_pdf(const SkString& inputPath, const SkString& outputDir, 171 SkWStream* stream(open_stream(outputDir, inputFilename)); 190 * @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,
|
/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,
|
genrb.h | 50 const char *outputDir,
|
/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()); 59 void clear(StringRef outputDir = StringRef()); 70 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/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
blink_idl_lexer.py | 92 def __init__(self, debug=False, optimize=True, outputdir=None, 97 outputdir = None 98 if outputdir: 99 # Need outputdir in path because lex imports the cached lex table 101 sys.path.append(outputdir) 104 tablefile_root = os.path.join(outputdir, LEXTAB) 124 outputdir=outputdir) 132 outputdir = argv[1] 139 lexer = BlinkIDLLexer(outputdir=outputdir, rewrite_tables=True [all...] |
/external/clang/lib/ARCMigrate/ |
FileRemapper.cpp | 31 void FileRemapper::clear(StringRef outputDir) { 37 if (!outputDir.empty()) { 38 std::string infoFile = getRemapInfoFile(outputDir); 43 std::string FileRemapper::getRemapInfoFile(StringRef outputDir) { 44 assert(!outputDir.empty()); 45 SmallString<128> InfoFile = outputDir; 50 bool FileRemapper::initFromDisk(StringRef outputDir, DiagnosticsEngine &Diag, 52 std::string infoFile = getRemapInfoFile(outputDir); 112 bool FileRemapper::flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag) { 115 if (fs::create_directory(outputDir)) [all...] |
/external/chromium_org/third_party/skia/experimental/PdfViewer/ |
pdf_viewer_main.cpp | 104 * @param outputDir Output dir. 115 static bool render_page(const SkString& outputDir, 162 if (!make_output_filepath(&outputPath, outputDir, inputFilename, page)) { 177 * @param outputDir Output dir. 179 static bool process_pdf(const SkString& inputPath, const SkString& outputDir) { 220 success &= render_page(outputDir, inputFilename, *renderer, 225 success &= render_page(outputDir, inputFilename, *renderer, 229 success &= render_page(outputDir, inputFilename, *renderer, 232 success &= render_page(outputDir, inputFilename, *renderer, 237 success &= render_page(outputDir, inputFilename, *renderer [all...] |
/external/skia/experimental/PdfViewer/ |
pdf_viewer_main.cpp | 118 * @param outputDir Output dir. 133 static bool render_page(const SkString& outputDir, 203 if (!make_output_filepath(&outputPath, outputDir, inputFilename, page)) { 218 * @param outputDir Output dir. 220 static bool process_pdf(const SkString& inputPath, const SkString& outputDir) { 261 success &= render_page(outputDir, inputFilename, *renderer, 266 success &= render_page(outputDir, inputFilename, *renderer, 270 success &= render_page(outputDir, inputFilename, *renderer, 273 success &= render_page(outputDir, inputFilename, *renderer, 278 success &= render_page(outputDir, inputFilename, *renderer [all...] |
/external/chromium_org/third_party/binutils/ |
build-all.sh | 19 OUTPUTDIR="${1:-$PWD/output-$(date +%Y%m%d-%H%M%S)}" 20 if [ ! -d "$OUTPUTDIR" ]; then 21 mkdir -p "$OUTPUTDIR" 92 LOGFILE="$OUTPUTDIR/build-$ARCH.log" 107 cp -a "$BUILDDIR/output/$ARCHNAME" "$OUTPUTDIR" 114 echo " $OUTPUTDIR"
|
/external/chromium_org/third_party/skia/tools/tests/skdiff/identical-bits/output-expected/ |
stdout | 3 not writing any diffs to outputDir [tools/tests/skdiff/identical-bits/output-actual/]
|
/external/chromium_org/third_party/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/icu/icu4c/source/tools/genrb/ |
parse.h | 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
genrb.h | 53 const char *outputDir,
|
/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/]
|