Searched refs:outdir (Results 1 - 25 of 40) sorted by relevance

12

/external/bison/build-aux/
H A Dgendocs.sh137 outdir=manual
146 -o) shift; outdir=$1;;
245 case $outdir in
246 /*) abs_outdir=$outdir;;
247 *) abs_outdir=$srcdir/$outdir;;
255 mkdir -p "$outdir/"
256 tar czf "$outdir/$PACKAGE.info.tar.gz" $PACKAGE.info*
257 info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"`
268 mv $PACKAGE.dvi.gz "$outdir/"
274 mv $PACKAGE.pdf "$outdir/"
[all...]
/external/llvm/utils/
H A Dfindmisopt20 # findmisopt bcfile outdir progargs [match]
25 # outdir
38 echo "usage: findmisopt bcfile outdir progargs [match]"
53 outdir="$2"
61 ll="$outdir/${name}.ll"
62 s="$outdir/${name}.s"
63 prog="$outdir/${name}"
64 out="$outdir/${name}.out"
65 optbc="$outdir/${name}.opt.bc"
66 optll="$outdir/
[all...]
/external/chromium_org/tools/site_compare/scrapers/chrome/
H A Dchrome011010.py19 def Scrape(urls, outdir, size, pos, timeout=20, **kwargs):
24 outdir: directory to place output
35 return chromebase.Scrape(urls, outdir, size, pos, timeout, kwargs)
H A Dchrome01970.py19 def Scrape(urls, outdir, size, pos, timeout=20, **kwargs):
24 outdir: directory to place output
35 return chromebase.Scrape(urls, outdir, size, pos, timeout, kwargs)
H A Dchromebase.py50 def Scrape(urls, outdir, size, pos, timeout, kwargs):
55 outdir: directory to place output
100 filename = windowing.URLtoFilename(url, outdir, ".bmp")
/external/chromium_org/third_party/binutils/
H A Ddownload.py57 outdir = os.path.join(archdir, BINUTILS_OUT)
69 os.path.exists(outdir) and
84 if os.path.exists(outdir):
85 shutil.rmtree(outdir)
86 assert not os.path.exists(outdir)
87 os.makedirs(outdir)
88 assert os.path.exists(outdir)
91 subprocess.check_call(['tar', 'axf', tarball], cwd=outdir)
94 assert os.path.exists(os.path.join(outdir, tool))
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dsdk_update_common.py27 def RemoveDir(outdir):
37 outdir: The directory to delete
47 shutil.rmtree(outdir)
50 if not os.path.exists(outdir):
59 cmd = ['rmdir', '/S', '/Q', outdir]
78 raise Error('Unable to remove directory "%s"\n %s' % (outdir,
/external/chromium_org/tools/site_compare/commands/
H A Dcompare2.py52 ["-o", "--outdir"], "Directory to store scrape files", metaname="DIR")
107 outdir = command["--outdir"]
108 if not outdir: outdir = tempfile.gettempdir()
114 __slots__ = ["browser_path", "scraper", "outdir", "result"]
123 scrape_info.outdir = os.path.join(outdir,
126 scrape_info.outdir = os.path.join(outdir, st
[all...]
H A Dmaskmaker.py41 ["-o", "--outdir"], "Directory to store generated masks", metaname="DIR",
122 outdir = command["--outdir"]
140 mask_filename = drivers.windowing.URLtoFilename(url.url, outdir, ".bmp")
/external/e2fsprogs/e2fsck/
H A Drehash.c223 static errcode_t alloc_size_dir(ext2_filsys fs, struct out_dir *outdir, argument
228 if (outdir->max) {
229 new_mem = realloc(outdir->buf, blocks * fs->blocksize);
232 outdir->buf = new_mem;
233 new_mem = realloc(outdir->hashes,
237 outdir->hashes = new_mem;
239 outdir->buf = malloc(blocks * fs->blocksize);
240 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t));
241 outdir->num = 0;
243 outdir
247 free_out_dir(struct out_dir *outdir) argument
255 get_next_block(ext2_filsys fs, struct out_dir *outdir, char ** ret) argument
397 copy_dir_entries(e2fsck_t ctx, struct fill_dir_struct *fd, struct out_dir *outdir) argument
549 calculate_tree(ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, ext2_ino_t parent) argument
625 struct out_dir *outdir; member in struct:write_dir_struct
674 write_directory(e2fsck_t ctx, ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, int compress) argument
717 struct out_dir outdir; local
[all...]
/external/elfutils/0.153/src/
H A Dmake-debug-archive.in25 outdir=${TMPDIR:-/tmp}/debugar$$
120 new_archive="$outdir.a"
125 trap '$RM -rf "$outdir" "$new_archive"' 0 1 2 15
127 $MKDIR "$outdir" &&
128 $UNSTRIP -d "$outdir" -m -a -R "$@" &&
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
/external/chromium_org/base/allocator/
H A Dprep_libc.py37 outdir = sys.argv[2]
42 output_lib = os.path.join(outdir, 'libcmt.lib')
45 os.path.join(outdir, 'libcmt.pdb'))
/external/chromium_org/tools/gen_keyboard_overlay_data/
H A Dgen_keyboard_overlay_data.py25 The output directory of the generated files can be changed with --outdir.
28 python gen_keyboard_overlay_data.py --outdir=tmp --js
247 parser.add_option('--outdir', dest='outdir', default=None,
420 outdir=None):
426 if outdir:
427 outpath = os.path.join(outdir, original_filename)
440 def OutputJson(keyboard_glyph_data, hotkey_data, layouts, var_name, outdir):
451 if not outdir:
452 outdir
[all...]
/external/chromium-trace/trace-viewer/build/
H A Dgenerate_about_tracing_contents.py42 def generate_html(outdir):
58 rel_filename = os.path.relpath(style_sheet.filename, outdir)
74 def generate_js(outdir):
98 rel_filename = os.path.relpath(dependent_raw_script.filename, outdir)
101 rel_filename = os.path.relpath(module.filename, outdir)
113 parser = optparse.OptionParser(usage="%prog --outdir=<directory>")
114 parser.add_option("--outdir", dest="out_dir",
119 sys.stderr.write("ERROR: Must specify --outdir=<directory>")
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dgenerate_make.py129 outdir = os.path.join(dstroot, desc['DEST'], name)
131 dstpath = os.path.join(outdir, 'index.html')
146 outdir = os.path.join(dstroot, desc['DEST'], desc['NAME'])
148 dstpath = os.path.join(outdir, 'manifest.json')
238 outdir = os.path.dirname(os.path.abspath(make_path))
240 AddMakeBat(pepperdir, outdir)
297 outdir = os.path.dirname(os.path.abspath(out_path))
299 AddMakeBat(pepperdir, outdir)
H A Ddsc2gyp.py369 outdir = os.path.dirname(options.output)
370 if not os.path.exists(outdir):
371 os.makedirs(outdir)
H A Dbuild_app.py29 def RemoveBuildCruft(outdir):
30 for root, _, files in os.walk(outdir):
45 def StripNexes(outdir, platform, pepperdir):
46 for root, _, files in os.walk(outdir):
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dmakefile_writer_tests.py177 outdir = tempfile.mkdtemp()
178 generate_dummy_makefile(outdir)
180 utils.compare_to_expectation(os.path.join(outdir, MAKEFILE_NAME),
183 shutil.rmtree(outdir)
186 outdir = tempfile.mkdtemp()
187 tool_dir = os.path.join(outdir, TOOL_DIR)
/external/skia/platform_tools/android/tests/
H A Dmakefile_writer_tests.py177 outdir = tempfile.mkdtemp()
178 generate_dummy_makefile(outdir)
180 utils.compare_to_expectation(os.path.join(outdir, MAKEFILE_NAME),
183 shutil.rmtree(outdir)
186 outdir = tempfile.mkdtemp()
187 tool_dir = os.path.join(outdir, TOOL_DIR)
/external/chromium_org/v8/
H A DMakefile311 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
316 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
320 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
324 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
328 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
332 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
336 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
344 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
353 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
362 @tools/run-tests.py $(TESTJOBS) --outdir
[all...]
/external/chromium_org/chrome/installer/util/prebuild/
H A Dcreate_string_rc.py227 def __init__(self, name, inputs, outdir):
234 outdir: The directory into which the files will be generated.
238 self.outdir = outdir
335 with io.open(os.path.join(self.outdir, self.name + '.rc'),
388 with open(os.path.join(self.outdir, self.name + '.h'), 'wb') as outfile:
417 dest='outdir')
427 StringRcMaker(args.name, args.inputs, args.outdir).MakeFiles()
/external/chromium_org/tools/site_compare/scrapers/firefox/
H A Dfirefox2.py76 def Scrape(urls, outdir, size, pos, timeout=20, **kwargs):
81 outdir: directory to place output
138 filename = windowing.URLtoFilename(url, outdir, ".bmp")
/external/chromium_org/tools/site_compare/scrapers/ie/
H A Die7.py67 def Scrape(urls, outdir, size, pos, timeout=20, **kwargs):
72 outdir: directory to place output
121 filename = windowing.URLtoFilename(url, outdir, ".bmp")
/external/lldb/scripts/Python/
H A Dbuild-swig-Python.sh341 if $SWIG -c++ -shadow -python -threads -I"${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MMD -MF "${swig_depend_file}.tmp" -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}"
349 $SWIG -c++ -shadow -python -threads -I"${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}" || exit $?
/external/chromium_org/courgette/
H A Drun_stress_test17 USAGE: $(basename ${0}) [-s] dir1 dir2 [outdir]
25 and bzipped patches against the likewise bsdiff patches. If outdir is

Completed in 1159 milliseconds

12