Home
last modified time | relevance | path

Searched refs:ofile (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium/sdch/open-vcdiff/
Dcompile34 ofile=
42 ofile=$2
44 case "$ofile" in
48 args="$args -o $ofile"
49 ofile=
64 if test -z "$ofile" || test -z "$cfile"; then
95 mv "$cofile" "$ofile"
Dconfigure6515 ofile="$default_ofile"
10498 cfgfile="${ofile}T"
10501 { echo "$as_me:$LINENO: creating $ofile" >&5
10502 echo "$as_me: creating $ofile" >&6;}
10882 mv -f "$cfgfile" "$ofile" || \
10883 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
10884 chmod +x "$ofile"
10913 if test ! -f "${ofile}"; then
10914 { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
10915 echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
[all …]
Daclocal.m4157 ofile="$default_ofile"
1942 if test ! -f "${ofile}"; then
1943 AC_MSG_WARN([output file `$ofile' does not exist])
1947 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1949 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1951 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1955 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1958 # Extract list of available tagged configurations in $ofile.
1960 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1972 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
[all …]
/external/libffi/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
Dltconfig211 ofile="$default_ofile"
372 --output | -o) prev=ofile ;;
373 --output=*) ofile="$optarg" ;;
435 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$ofile" > /dev/null; then
440 if test ! -f "$ofile"; then
441 echo "$progname: warning: output file \`$ofile' does not exist" 1>&2
445 eval "`$SHELL $ofile --config | grep '^LTCC='`"
447 echo "$progname: warning: output file \`$ofile' does not look like a libtool script" 1>&2
449 echo "$progname: warning: using \`LTCC=$LTCC', extracted from \`$ofile'" 1>&2
2192 trap "$rm \"$ofile\"; exit 1" 1 2 15
[all …]
Dconfigure6867 ofile="$default_ofile"
10511 cfgfile="${ofile}T"
10514 { echo "$as_me:$LINENO: creating $ofile" >&5
10515 echo "$as_me: creating $ofile" >&6;}
10891 mv -f "$cfgfile" "$ofile" || \
10892 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
10893 chmod +x "$ofile"
10922 if test ! -f "${ofile}"; then
10923 { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
10924 echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
[all …]
Daclocal.m4155 ofile="$default_ofile"
1847 if test ! -f "${ofile}"; then
1848 AC_MSG_WARN([output file `$ofile' does not exist])
1852 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1854 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1856 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1860 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1863 # Extract list of available tagged configurations in $ofile.
1865 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1877 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
[all …]
/external/libusb/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/grub/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/libusb-compat/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/clang/tools/scan-build/
Dccc-analyzer95 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
125 system 'mv',$ofile,"$PPFile.stderr.txt";
254 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
269 $HtmlDir, "Crash", $ofile);
274 $HtmlDir, $ParserRejects, $ofile);
277 $HtmlDir, $OtherError, $ofile);
282 if (open(CHILD, $ofile)) {
310 $HtmlDir, $AttributeIgnored, $ofile);
323 unlink($ofile);
Dc++-analyzer95 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
125 system 'mv',$ofile,"$PPFile.stderr.txt";
254 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
269 $HtmlDir, "Crash", $ofile);
274 $HtmlDir, $ParserRejects, $ofile);
277 $HtmlDir, $OtherError, $ofile);
282 if (open(CHILD, $ofile)) {
310 $HtmlDir, $AttributeIgnored, $ofile);
323 unlink($ofile);
/external/qemu/distrib/jpeg-6b/
Dltconfig1310 ofile=libtool
1311 trap "$rm $ofile; exit 1" 1 2 15
1312 echo creating $ofile
1313 $rm $ofile
1314 cat <<EOF > $ofile
1490 cat <<\EOF >> $ofile
1504 cat "$ltmain" >> $ofile || (rm -f $ofile; exit 1)
1506 chmod +x $ofile
/external/jpeg/
Dltconfig1310 ofile=libtool
1311 trap "$rm $ofile; exit 1" 1 2 15
1312 echo creating $ofile
1313 $rm $ofile
1314 cat <<EOF > $ofile
1490 cat <<\EOF >> $ofile
1504 cat "$ltmain" >> $ofile || (rm -f $ofile; exit 1)
1506 chmod +x $ofile
/external/openssh/
Dmoduli.c146 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, in qfileout() argument
156 res = fprintf(ofile, "%04d%02d%02d%02d%02d%02d %u %u %u %u %x ", in qfileout()
164 if (BN_print_fp(ofile, omodulus) < 1) in qfileout()
167 res = fprintf(ofile, "\n"); in qfileout()
168 fflush(ofile); in qfileout()
/external/blktrace/btt/
Dbtt_plot.py312 ofile = output_file
314 ofile = '%s.png' % type
317 print 'Generating plot into %s' % ofile
353 plt.savefig(ofile)
/external/bison/data/
Dglr.cc94 b4_syncline([@oline@], [@ofile@])
106 b4_syncline([@oline@], [@ofile@])[
243 b4_syncline([@oline@], [@ofile@])[
296 b4_syncline([@oline@], [@ofile@])
Dlalr1.cc60 b4_syncline([@oline@], [@ofile@])[
115 b4_syncline([@oline@], [@ofile@])
318 b4_syncline([@oline@], [@ofile@])[
555 b4_syncline([@oline@], [@ofile@])])dnl
676 b4_syncline([@oline@], [@ofile@])[
Dyacc.c191 b4_syncline([@oline@], [@ofile@])
217 b4_syncline([@oline@], [@ofile@])[
1077 b4_syncline([@oline@], [@ofile@])
1268 b4_syncline([@oline@], [@ofile@])[
1501 b4_syncline([@oline@], [@ofile@])
Dglr.c179 b4_syncline([@oline@], [@ofile@])
235 b4_syncline([@oline@], [@ofile@])
931 b4_syncline([@oline@], [@ofile@])[
2317 b4_syncline([@oline@], [@ofile@])])dnl
/external/expat/
Dconfigure5838 ofile="$default_ofile"
9409 cfgfile="${ofile}T"
9412 { echo "$as_me:$LINENO: creating $ofile" >&5
9413 echo "$as_me: creating $ofile" >&6;}
9789 mv -f "$cfgfile" "$ofile" || \
9790 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
9791 chmod +x "$ofile"
9820 if test ! -f "${ofile}"; then
9821 { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
9822 echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
[all …]
/external/llvm/projects/sample/autoconf/m4/
Dlibtool.m4144 ofile="$default_ofile"
1790 if test ! -f "${ofile}"; then
1791 AC_MSG_WARN([output file `$ofile' does not exist])
1795 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1797 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1799 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1803 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1806 # Extract list of available tagged configurations in $ofile.
1808 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1820 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
[all …]
/external/expat/conftools/
Dlibtool.m4144 ofile="$default_ofile"
1794 if test ! -f "${ofile}"; then
1795 AC_MSG_WARN([output file `$ofile' does not exist])
1799 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1801 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1803 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1807 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1810 # Extract list of available tagged configurations in $ofile.
1812 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1824 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
[all …]
/external/llvm/autoconf/m4/
Dlibtool.m4144 ofile="$default_ofile"
1790 if test ! -f "${ofile}"; then
1791 AC_MSG_WARN([output file `$ofile' does not exist])
1795 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1797 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1799 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1803 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1806 # Extract list of available tagged configurations in $ofile.
1808 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
1820 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
[all …]
/external/chromium/third_party/libevent/
Dconfigure6782 ofile="$default_ofile"
10754 cfgfile="${ofile}T"
10757 { $as_echo "$as_me:$LINENO: creating $ofile" >&5
10758 $as_echo "$as_me: creating $ofile" >&6;}
11138 mv -f "$cfgfile" "$ofile" || \
11139 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
11140 chmod +x "$ofile"
11169 if test ! -f "${ofile}"; then
11170 { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
11171 $as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
[all …]

12