Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 147) sorted by relevance

123456

/ndk/sources/host-tools/sed-4.2.1/testsuite/
DMakefile.tests26 < $(srcdir)/$@.inp | $(TR) -d \\r > $@.out
27 $(CMP) $(srcdir)/$@.good $@.out
28 @$(RM) $@.out
32 < $(srcdir)/$@.inp | $(TR) -d \\r > $@.out
33 $(CMP) $(srcdir)/$@.good $@.out
34 @$(RM) $@.out
38 < $(srcdir)/$@.inp | $(TR) -d \\r > $@.out
39 $(CMP) $(srcdir)/$@.good $@.out
41 < $(srcdir)/$@.inp | $(TR) -d \\r > $@.out
42 $(CMP) $(srcdir)/$@.good $@.out
[all …]
Dnoeolw.sed1 w noeolw.1out
4 w noeolw.1out
8 1,3w noeolw.2out
Dmac-mf.sed37 # Comment out any explicit srcdir setting.
50 # Comment out settings of anything set by mpw host config.
109 # Comment out symlinking.
121 # Comment out .PHONY rules.
123 # Comment out .SUFFIXES rules.
125 # Comment out .PRECIOUS rules.
127 ## Comment out default rules.
Dmiddle.inp2 translating, you are carving out a little bit of order in the
5 of order and maybe even beauty out of the raw materials that
Dhead.inp2 translating, you are carving out a little bit of order in the
5 of order and maybe even beauty out of the raw materials that
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c95 FILE *out = errmsg ? stderr : stdout; local
97 fprintf(out, _("GNU sed home page: <http://www.gnu.org/software/sed/>.\n\
104 fprintf(out, _("E-mail bug reports to: <%s>.\n\
114 FILE *out = status ? stderr : stdout; local
122 fprintf(out, _("\
126 fprintf(out, _(" -n, --quiet, --silent\n\
128 fprintf(out, _(" -e script, --expression=script\n\
130 fprintf(out, _(" -f script-file, --file=script-file\n\
133 fprintf(out, _(" --follow-symlinks\n\
136 fprintf(out, _(" -i[SUFFIX], --in-place[=SUFFIX]\n\
[all …]
/ndk/sources/host-tools/make-3.81/
Dansi2knr.c234 FILE *out = stdout; local
280 out = fopen(output_name, "w");
281 if ( out == NULL ) {
301 fprintf(out, "#line 1 \"%s\"\n", filename);
315 convert1(buf, out, 1, convert_varargs);
328 convert1(buf, out, 0, convert_varargs);
329 fputs(more, out);
339 fputs(buf, out);
350 wl: fputs(buf, out);
356 fputs(buf, out);
[all …]
Dmisc.c77 register char *in, *out, *p; in collapse_continuations() local
85 out = in; in collapse_continuations()
86 while (out > line && out[-1] == '\\') in collapse_continuations()
87 --out; in collapse_continuations()
104 if (in == out - 1) in collapse_continuations()
110 *out++ = '\\'; in collapse_continuations()
120 while (out > line && isblank ((unsigned char)out[-1])) in collapse_continuations()
121 --out; in collapse_continuations()
122 *out++ = ' '; in collapse_continuations()
126 *out++ = '\n'; in collapse_continuations()
[all …]
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp175 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in io()
210 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in err()
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc); in tellg()
299 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); in tellp()
307 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); in tellp()
338 ofstream o( "test_file.txt", ios_base::app | ios_base::out ); in tellp()
339 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expe… in tellp()
355 ofstream o( "test_file.txt", ios_base::app | ios_base::out ); in tellp()
357 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) … in tellp()
364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf()
[all …]
Dsstream_test.cpp336 ostream out(&full_buf); in streambuf_output() local
337 CPPUNIT_ASSERT( out ); in streambuf_output()
339 out << in.rdbuf(); in streambuf_output()
340 CPPUNIT_ASSERT( out ); in streambuf_output()
345 out << in.rdbuf(); in streambuf_output()
346 CPPUNIT_ASSERT( out.fail() ); in streambuf_output()
363 ostream out(&full_buf); in streambuf_output() local
364 CPPUNIT_ASSERT( out ); in streambuf_output()
366 out << in.rdbuf(); in streambuf_output()
367 CPPUNIT_ASSERT( out.bad() ); in streambuf_output()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp175 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in io()
210 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in err()
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc); in tellg()
299 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); in tellp()
307 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); in tellp()
338 ofstream o( "test_file.txt", ios_base::app | ios_base::out ); in tellp()
339 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expe… in tellp()
355 ofstream o( "test_file.txt", ios_base::app | ios_base::out ); in tellp()
357 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) … in tellp()
364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf()
[all …]
Dsstream_test.cpp336 ostream out(&full_buf); in streambuf_output() local
337 CPPUNIT_ASSERT( out ); in streambuf_output()
339 out << in.rdbuf(); in streambuf_output()
340 CPPUNIT_ASSERT( out ); in streambuf_output()
345 out << in.rdbuf(); in streambuf_output()
346 CPPUNIT_ASSERT( out.fail() ); in streambuf_output()
363 ostream out(&full_buf); in streambuf_output() local
364 CPPUNIT_ASSERT( out ); in streambuf_output()
366 out << in.rdbuf(); in streambuf_output()
367 CPPUNIT_ASSERT( out.bad() ); in streambuf_output()
[all …]
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp184 case ios_base::out: in _M_open()
185 case ios_base::out | ios_base::trunc: in _M_open()
189 case ios_base::out | ios_base::binary: in _M_open()
190 case ios_base::out | ios_base::trunc | ios_base::binary: in _M_open()
194 case ios_base::out | ios_base::app: in _M_open()
198 case ios_base::out | ios_base::app | ios_base::binary: in _M_open()
210 case ios_base::in | ios_base::out: in _M_open()
214 case ios_base::in | ios_base::out | ios_base::binary: in _M_open()
218 case ios_base::in | ios_base::out | ios_base::trunc: in _M_open()
222 case ios_base::in | ios_base::out | ios_base::trunc | ios_base::binary: in _M_open()
[all …]
Dfstream_unistd.cpp87 ret = ios_base::out; in flag_to_openmode()
90 ret = ios_base::in | ios_base::out; in flag_to_openmode()
167 case ios_base::out: in _M_open()
168 case ios_base::out | ios_base::trunc: in _M_open()
172 case ios_base::out | ios_base::app: in _M_open()
179 case ios_base::in | ios_base::out: in _M_open()
182 case ios_base::in | ios_base::out | ios_base::trunc: in _M_open()
186 case ios_base::in | ios_base::out | ios_base::app: in _M_open()
Dfstream_win32io.cpp53 ret = ios_base::out; break; in flag_to_openmode()
55 ret = ios_base::in | ios_base::out; break; in flag_to_openmode()
229 case ios_base::out: in _M_open()
230 case ios_base::out | ios_base::trunc: in _M_open()
237 case ios_base::out | ios_base::app: in _M_open()
246 case ios_base::in | ios_base::out: in _M_open()
250 case ios_base::in | ios_base::out | ios_base::trunc: in _M_open()
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp209 cout_buf.reset(_Stl_create_filebuf("/stdout.txt", ios::out)); in _S_initialize()
210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out)); in _S_initialize()
211 clog_buf.reset(_Stl_create_filebuf("/stdlog.txt", ios::out)); in _S_initialize()
219 cout_buf.reset(_Stl_create_filebuf(stdout, ios_base::out)); in _S_initialize()
220 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out)); in _S_initialize()
221 clog_buf.reset(_Stl_create_filebuf(stderr, ios_base::out)); in _S_initialize()
233 auto_ptr<wfilebuf> wout(_Stl_create_wfilebuf(stdout, ios_base::out)); in _S_initialize()
234 auto_ptr<wfilebuf> werr(_Stl_create_wfilebuf(stderr, ios_base::out)); in _S_initialize()
235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out)); in _S_initialize()
323 cout_buf.reset(_Stl_create_filebuf("/stdout.txt", ios::out)); in sync_with_stdio()
[all …]
Dstdio_streambuf.h63 = ios_base::in | ios_base::out);
66 = ios_base::in | ios_base::out);
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dfilter-out3 $description = "Test the filter-out function.";
6 filter-out function is first used to discard names ending in
7 .o with a single simple pattern. The second filter-out function
11 the pattern and text arguments. The result of both filter-out
17 files1 := $(filter-out %.o, foo.elc bar.o lose.o)
18 files2 := $(filter-out foo.i bar.i lose.i %.o, foo.i bar.i lose.i foo.elc bar.o lose.o)
/ndk/tests/device/test-gnustl-full/jni/
DAndroid.mk12 sources := $(filter-out string_header_test.c,$(sources))
15 sources := $(filter-out exception_test.cpp,$(sources))
18 sources := $(filter-out codecvt_test.cpp,$(sources))
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.h208 ios_base::openmode = ios_base::in | ios_base::out);
210 ios_base::openmode = ios_base::in | ios_base::out);
542 explicit basic_ofstream(const char* __s, ios_base::openmode __mod = ios_base::out)
545 if (!_M_buf.open(__s, __mod | ios_base::out))
550 explicit basic_ofstream(int __id, ios_base::openmode __mod = ios_base::out)
554 if (!_M_buf.open(__id, __mod | ios_base::out))
560 if (!_M_buf.open(__s, __m | ios_base::out, __protection)) in basic_ofstream()
564 explicit basic_ofstream(_STLP_fd __id, ios_base::openmode __mod = ios_base::out)
568 if (!_M_buf.open(__id, __mod | ios_base::out))
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) {
[all …]
D_sstream.h69 = ios_base::in | ios_base::out);
71 = ios_base::in | ios_base::out);
92 = ios_base::in | ios_base::out);
94 = ios_base::in | ios_base::out);
174 basic_ostringstream(ios_base::openmode __mode = ios_base::out);
176 ios_base::openmode __mode = ios_base::out);
220 basic_stringstream(openmode __mod = ios_base::in | ios_base::out);
222 openmode __mod = ios_base::in | ios_base::out);
D_strstream.h80 = ios_base::in | ios_base::out);
82 = ios_base::in | ios_base::out);
124 ostrstream(char*, int, ios_base::openmode = ios_base::out);
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
D_sstream.c82 if (_M_mode & ios_base::out) { in _M_set_ptrs()
124 else if (_M_mode & ios_base::out) { in pbackfail()
145 if (_M_mode & ios_base::out) { in overflow()
174 if ((_M_mode & ios_base::out) && __n > 0) { in xsputn()
217 if ((_M_mode & ios_base::out) && __n > 0) { in _M_xsputnc()
306 bool __omode = (__mode & ios_base::out) != 0; in seekoff()
362 bool __omode = (__mode & ios_base::out) != 0; in seekpos()
419 _M_buf(__mode | ios_base::out) { in basic_ostringstream()
427 _M_buf(__str, __mode | ios_base::out) { in basic_ostringstream()
/ndk/tests/device/test-stlport/jni/
DAndroid.mk12 sources := $(filter-out unit/string_header_test.c,$(sources))
15 sources := $(filter-out unit/exception_test.cpp,$(sources))
18 sources := $(filter-out unit/codecvt_test.cpp,$(sources))
/ndk/sources/host-tools/nawk-20071023/
Db.c156 f->out[2] = 0; in makeinit()
166 f->out[2] = 1; in makeinit()
176 f->out[0] = f->out[2]; in makeinit()
474 if (f->out[s]) in match()
482 if (f->out[s]) in match()
506 if (f->out[s]) /* final state */ in pmatch()
522 if (f->out[s]) in pmatch()
539 f->out[2] = f->out[0]; in pmatch()
564 if (f->out[s]) /* final state */ in nematch()
579 if (f->out[s]) in nematch()
[all …]

123456