HomeSort by relevance Sort by last modified time
    Searched refs:ofile (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/sdch/open-vcdiff/
compile 34 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/
compile 34 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/
spy_shell_to_html.py 17 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):
37 ofile, load_sequence,
  /external/chromium_org/third_party/libxslt/
compile 58 ofile=
74 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/
compile 58 ofile=
74 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/
compile 58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /external/libogg/
compile 58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /external/libusb/
compile 58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /external/libusb-compat/
compile 58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /external/libvorbis/
compile 58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /external/bison/build-aux/
compile 226 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/chromium_org/third_party/opus/src/
compile 259 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/libcap-ng/libcap-ng-0.7/
compile 226 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/
compile 259 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/libpng/
compile 263 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/
compile 263 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/clang/tools/scan-build/
ccc-analyzer 100 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/
SymbolVendorMacOSX.cpp 48 UUIDsMatch(Module *module, ObjectFile *ofile, lldb_private::Stream *feedback_strm)
50 if (module && ofile)
55 if (!ofile->GetUUID(&dsym_uuid))
60 ofile->GetFileSpec().Dump(feedback_strm);
79 ofile->GetFileSpec().Dump(feedback_strm);
  /external/jpeg/
ltconfig     [all...]
  /external/blktrace/btt/
btt_plot.py 312 ofile = output_file
314 ofile = '%s.png' % type
317 print 'Generating plot into %s' % ofile
353 plt.savefig(ofile)
  /build/tools/releasetools/
add_img_to_target_files 61 ofile = open(os.path.join(OPTIONS.input_tmp,"SYSTEM",fn), "w")
62 ofile.write(data)
63 ofile.close()
add_img_to_target_files.py 61 ofile = open(os.path.join(OPTIONS.input_tmp,"SYSTEM",fn), "w")
62 ofile.write(data)
63 ofile.close()
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 311 ObjectFile *ofile = module_sp->GetObjectFile(); local
312 if (!ofile)
  /external/bison/data/
glr.cc 101 [b4_syncline([@oline@], [@ofile@])[
115 [b4_syncline([@oline@], [@ofile@])[
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.h 56 SymbolFileDWARFDebugMap (lldb_private::ObjectFile* ofile);

Completed in 768 milliseconds

1 2