Home
last modified time | relevance | path

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

1234

/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.
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
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
/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/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/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/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/cxx-stl/stlport/stlport/stl/
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_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_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()
D_streambuf.h129 ios_base::openmode = ios_base::in | ios_base::out);
134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
146 ios_base::openmode __mod = ios_base::in | ios_base::out)
150 ios_base::openmode __mod = ios_base::in | ios_base::out)
/ndk/build/core/
Dmain.mk75 _bad_apps := $(strip $(filter-out $(NDK_ALL_APPS),$(APP)))
113 _unknown_apps := $(filter-out $(NDK_ALL_APPS),$(APP))
135 NDK_APP_OUT := $(NDK_ROOT)/out/apps
Dadd-application.mk44 ifneq (,$(filter-out true false,$(APP_DEBUG)))
93 _bad_platform := $(strip $(filter-out $(NDK_ALL_PLATFORMS),$(APP_PLATFORM)))
116 _bad_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(APP_ABIS)))
188 $(if $(filter-out release debug,$(APP_OPTIM)),\
Dbuild-binary.mk76 bad_cpp_extensions := $(strip $(filter-out .%,$(LOCAL_CPP_EXTENSION)))
118 $(if $(filter-out thumb arm, $(LOCAL_ARM_MODE)),\
147 $(if $(filter-out true false,$(LOCAL_ARM_NEON)),\
173 thumb_sources := $(filter-out %.arm,$(LOCAL_SRC_FILES))
200 unknown_sources := $(strip $(filter-out $(all_source_patterns),$(LOCAL_SRC_FILES)))

1234