Home
last modified time | relevance | path

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

1234

/external/chromium_org/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"
/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/chromium_org/mojo/spy/ui/
Dspy_shell_to_html.py17 ofile = open(options.output_file, 'w')
19 ofile = sys.stdout
20 GenerateHTML(ofile)
21 if ofile != sys.stdout:
22 ofile.close()
24 def GenerateHTML(ofile): argument
37 ofile, load_sequence,
/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/bison/build-aux/
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/libopus/
Dcompile259 ofile=
274 ofile=$2
296 if test -z "$ofile" || test -z "$cfile"; then
327 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
329 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/external/chromium_org/third_party/opus/src/
Dcompile259 ofile=
274 ofile=$2
296 if test -z "$ofile" || test -z "$cfile"; then
327 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
329 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/pcre/dist/
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/libusb/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/libogg/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/chromium_org/third_party/libxslt/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/cmockery/cmockery_0_1_2/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/chromium_org/third_party/tcmalloc/vendor/
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/libvorbis/
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-analyzer100 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
130 rename($ofile, "$PPFile.stderr.txt");
253 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/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp48 UUIDsMatch(Module *module, ObjectFile *ofile, lldb_private::Stream *feedback_strm) in UUIDsMatch() argument
50 if (module && ofile) in UUIDsMatch()
55 if (!ofile->GetUUID(&dsym_uuid)) in UUIDsMatch()
60 ofile->GetFileSpec().Dump(feedback_strm); in UUIDsMatch()
79 ofile->GetFileSpec().Dump(feedback_strm); in UUIDsMatch()
/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/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/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/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp311 ObjectFile *ofile = module_sp->GetObjectFile(); in GetObjCVersion() local
312 if (!ofile) in GetObjCVersion()
/external/bison/data/
Dglr.cc101 [b4_syncline([@oline@], [@ofile@])[
115 [b4_syncline([@oline@], [@ofile@])[
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h56 SymbolFileDWARFDebugMap (lldb_private::ObjectFile* ofile);

1234