Home
last modified time | relevance | path

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

1234

/external/ImageMagick/coders/
Dmeta.c291 static ssize_t parse8BIM(Image *ifile, Image *ofile) in parse8BIM() argument
424 currentpos = TellBlob(ofile); in parse8BIM()
427 offset=SeekBlob(ofile,savedpos,SEEK_SET); in parse8BIM()
430 (void) WriteBlobMSBLong(ofile,(unsigned int) diff); in parse8BIM()
431 offset=SeekBlob(ofile,currentpos,SEEK_SET); in parse8BIM()
438 (void) WriteBlobByte(ofile,0x00); in parse8BIM()
441 (void) WriteBlobString(ofile,"8BIM"); in parse8BIM()
442 (void) WriteBlobMSBShort(ofile,(unsigned short) recnum); in parse8BIM()
446 (void) WriteBlobByte(ofile,nlen); in parse8BIM()
449 (void) WriteBlobByte(ofile,(unsigned char) name[i]); in parse8BIM()
[all …]
/external/python/cpython2/Lib/
Dmimify.py122 def unmimify_part(ifile, ofile, decode_base64 = 0): argument
151 ofile.write(pref + line)
178 ofile.write(pref + line)
183 ofile.write(pref + line)
185 unmimify_part(nifile, ofile, decode_base64)
205 ofile.write(pref + line)
218 ofile = open(outfile, 'w')
220 ofile = outfile
222 unmimify_part(nifile, ofile, decode_base64)
223 ofile.flush()
[all …]
/external/google-tv-pairing-protocol/cpp/
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"
/external/ltp/testcases/network/stress/ns-tools/
Dcheck_netem63 ofile=`mktemp -p $TMPDIR`
64 $LTP_RSH $RHOST "PATH=/sbin:/usr/sbin:$PATH tc qdisc add dev eth0 root netem help" >$ofile 2>&1
65 grep -l "Usage:.*netem" $ofile >/dev/null 2>&1
68 rm -f $ofile
71 rm -f $ofile
/external/libnetfilter_conntrack/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
129 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/lisa/libs/wlgen/wlgen/
Dperf_bench.py96 with open(logfile, 'w') as ofile:
98 ofile.write(line+'\n')
114 with open(perfile, 'w') as ofile:
115 json.dump(results, ofile, sort_keys=True, indent=4)
183 with open(logfile, 'w') as ofile:
185 ofile.write(line+'\n')
207 with open(perfile, 'w') as ofile:
208 json.dump(results, ofile, sort_keys=True, indent=4)
/external/libcap-ng/libcap-ng-0.7/
Dcompile226 ofile=
241 ofile=$2
263 if test -z "$ofile" || test -z "$cfile"; then
294 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
296 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/selinux/policycoreutils/hll/pp/
Dpp.c73 const char *ofile = NULL; in main() local
108 ofile = argv[2]; in main()
109 out = fopen(ofile, "w"); in main()
111 log_err("Failed to open %s: %s", ofile, strerror(errno)); in main()
131 if (ofile) { in main()
133 char *cil_path = strdup(ofile); in main()
/external/protobuf/gtest/build-aux/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/pcre/dist2/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/libmicrohttpd/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/protobuf/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/google-breakpad/autotools/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/libpng/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/strace/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/libxkbcommon/xkbcommon/build-aux/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/python/cpython2/Modules/_ctypes/libffi/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/python/cpython3/Modules/_ctypes/libffi/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/libedit/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/curl/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/libevent/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/valgrind/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/ImageMagick/config/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/lmfit/build-aux/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/libnetfilter_conntrack/build-aux/
Dcompile263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"

1234