Home
last modified time | relevance | path

Searched refs:outdir (Results 1 – 25 of 31) sorted by relevance

12

/external/bison/build-aux/
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/
Dfindmisopt53 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/${name}.opt.ll"
67 opts="$outdir/${name}.opt.s"
68 optprog="$outdir/${name}.opt"
69 optout="$outdir/${name}.opt.out"
[all …]
/external/e2fsprogs/e2fsck/
Drehash.c223 static errcode_t alloc_size_dir(ext2_filsys fs, struct out_dir *outdir, in alloc_size_dir() argument
228 if (outdir->max) { in alloc_size_dir()
229 new_mem = realloc(outdir->buf, blocks * fs->blocksize); in alloc_size_dir()
232 outdir->buf = new_mem; in alloc_size_dir()
233 new_mem = realloc(outdir->hashes, in alloc_size_dir()
237 outdir->hashes = new_mem; in alloc_size_dir()
239 outdir->buf = malloc(blocks * fs->blocksize); in alloc_size_dir()
240 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t)); in alloc_size_dir()
241 outdir->num = 0; in alloc_size_dir()
243 outdir->max = blocks; in alloc_size_dir()
[all …]
/external/elfutils/src/src/
Dmake-debug-archive.in25 outdir=${TMPDIR:-/tmp}/debugar$$
120 new_archive="$outdir.a"
127 $MKDIR "$outdir" &&
128 $UNSTRIP -d "$outdir" -m -a -R "$@" &&
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
/external/skia/platform_tools/android/tests/
Dmakefile_writer_tests.py176 outdir = tempfile.mkdtemp()
177 generate_dummy_makefile(outdir)
179 utils.compare_to_expectation(os.path.join(outdir, MAKEFILE_NAME),
182 shutil.rmtree(outdir)
185 outdir = tempfile.mkdtemp()
186 tool_dir = os.path.join(outdir, TOOL_DIR)
/external/v8/
DMakefile315 @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) \
340 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
348 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
357 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
366 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR)/native \
[all …]
/external/v8/tools/
Dgenerate-builtins-tests.py90 filename = os.path.join(options.outdir, "%s.js" % (full_name))
108 if os.path.exists(options.outdir):
109 shutil.rmtree(options.outdir)
118 os.makedirs(options.outdir)
Drun_perf.py442 shell_dir = os.path.join(workspace, options.outdir, "Release")
444 shell_dir = os.path.join(workspace, options.outdir,
/external/libcxx/test/libcxx/android/test/
Dformat.py27 outdir = os.getenv('ANDROID_HOST_OUT')
29 os.path.join(outdir, 'lib'),
30 os.path.join(outdir, 'lib64'),
/external/deqp/framework/delibs/cmake/
DLCovUtils.cmake6 macro(MAKE_LCOV_REPORT_TARGET target exe-targets projects outdir title)
13 …add_custom_target(${target} ALL genhtml -o ${outdir} -t "${title}" ${INFO_FILES} | grep "\\.\\.:" …
/external/lldb/scripts/Python/
Dbuild-swig-Python.sh341 …IMIT_MACROS -D__STDC_CONSTANT_MACROS -MMD -MF "${swig_depend_file}.tmp" -outdir "${CONFIG_BUILD_DI…
349 …SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -outdir "${CONFIG_BUILD_DI…
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
DPySourceColor.py779 convert(source=input, outdir=output, colors=colorscheme,
997 def convert(source, outdir=None, colors=None, argument
1009 path2file(source, outdir, colors, show, markup,
1019 if outdir != None:
1020 if os.path.splitext(outdir)[1] != '':
1021 outdir = os.path.split(outdir)[0]
1024 path2file(item, outdir, colors, show, markup,
1048 outdir = os.path.split(out)[0]
1049 if not os.path.isdir(outdir):
1050 os.makedirs(outdir)
/external/chromium-trace/trace-viewer/tracing/
Dtrace_viewer.gyp25 '--outdir', '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing']
DBUILD.gn25 "--outdir", rebase_path(output_resource_dir, root_build_dir),
/external/google-breakpad/src/third_party/libdisasm/swig/tcl/
DMakefile-swig50 swig -tcl -o $(TCL_SHADOW) -outdir . $<
/external/google-breakpad/src/third_party/libdisasm/swig/ruby/
DMakefile-swig56 swig -ruby -o $(RUBY_SHADOW) -outdir . $<
/external/parameter-framework/bindings/python/
DAndroid.mk107 -Wall -Werror -v -python -c++ -outdir $(HOST_LIBRARY_PATH)/ -o $@ $^
/external/lldb/scripts/
DCMakeLists.txt7 …#COMMAND swig -c++ -shadow -python -I${LLDB_SOURCE_DIR}/include -I./. -outdir ${LLDB_SOURCE_DIR}/s…
/external/google-breakpad/src/third_party/libdisasm/swig/perl/
DMakefile-swig51 swig -perl -shadow -o $(PERL_SHADOW) -outdir . $<
/external/selinux/libsemanage/src/
DMakefile66 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./
68 SWIGRUBY = swig -Wall -ruby -o $(SWIGRUBYCOUT) -outdir ./
/external/google-breakpad/src/third_party/libdisasm/swig/python/
DMakefile-swig50 swig -python -shadow -o $(PYTHON_SHADOW) -outdir . $<
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res7 'd', 'dir', 'outdir':
/external/fio/tools/plot/
Dfio2gnuplot.manpage113 To plot all Bandwidth oriented log files in a directory name 'outdir'
114 $ fio2gnuplot -g -b -d outdir
/external/selinux/libselinux/src/
DMakefile87 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./
89 SWIGRUBY = swig -Wall -ruby -o $(SWIGRUBYCOUT) -outdir ./
/external/libpng/contrib/visupng/
DVisualPng.dsp63 PostBuild_Cmds=$(outdir)\VisualPng.exe ..\..\contrib\pngsuite\basn6a16.png
97 PostBuild_Cmds=$(outdir)\VisualPng.exe ..\..\contrib\pngsuite\basn6a16.png

12