/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/ |
D | copy.pass.cpp | 23 std::istream_iterator<int> io; in main() local 24 std::istream_iterator<int> i = io; in main() 29 std::istream_iterator<int> io(inf); in main() local 30 std::istream_iterator<int> i = io; in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | time_facets_test.cpp | 51 basic_ios<char> io(0); in _time_put_get() local 52 io.imbue(loc); in _time_put_get() 60 i = tmg.get_monthname( i, e, io, err, &other ); in _time_put_get() 65 i = tmg.get_year( i, e, io, err, &other ); in _time_put_get() 84 j = tmg.get_date( j, e, io, err, &yet_more ); in _time_put_get() 97 j = tmg.get_time( j, e, io, err, &yet_more ); in _time_put_get() 134 basic_ios<char> io(0); in _time_put_get() local 135 io.imbue(loc); in _time_put_get() 143 i = tmg.get_monthname( i, e, io, err, &other ); in _time_put_get() 148 i = tmg.get_year( i, e, io, err, &other ); in _time_put_get() [all …]
|
D | rope_test.cpp | 29 CPPUNIT_TEST(io); 44 void io(); 57 void RopeTest::io() in io() function in RopeTest
|
D | sstream_test.cpp | 25 CPPUNIT_TEST(io); 45 void io(); 143 void SstreamTest::io() in io() function in SstreamTest
|
D | fstream_test.cpp | 41 CPPUNIT_TEST(io); 71 void io(); 173 void FstreamTest::io() in io() function in FstreamTest
|
/ndk/tests/device/test-stlport/unit/ |
D | time_facets_test.cpp | 51 basic_ios<char> io(0); in _time_put_get() local 52 io.imbue(loc); in _time_put_get() 60 i = tmg.get_monthname( i, e, io, err, &other ); in _time_put_get() 65 i = tmg.get_year( i, e, io, err, &other ); in _time_put_get() 84 j = tmg.get_date( j, e, io, err, &yet_more ); in _time_put_get() 97 j = tmg.get_time( j, e, io, err, &yet_more ); in _time_put_get() 134 basic_ios<char> io(0); in _time_put_get() local 135 io.imbue(loc); in _time_put_get() 143 i = tmg.get_monthname( i, e, io, err, &other ); in _time_put_get() 148 i = tmg.get_year( i, e, io, err, &other ); in _time_put_get() [all …]
|
D | rope_test.cpp | 29 CPPUNIT_TEST(io); 44 void io(); 57 void RopeTest::io() in io() function in RopeTest
|
D | sstream_test.cpp | 25 CPPUNIT_TEST(io); 45 void io(); 143 void SstreamTest::io() in io() function in SstreamTest
|
D | fstream_test.cpp | 41 CPPUNIT_TEST(io); 71 void io(); 173 void FstreamTest::io() in io() function in FstreamTest
|
/ndk/tests/abcc/src/compiler/abcc/ |
D | AbccService.java | 16 import java.io.File; 17 import java.io.FilenameFilter; 18 import java.io.FileOutputStream; 19 import java.io.IOException; 20 import java.io.InputStream; 21 import java.io.OutputStream;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | io_fwd.hpp | 17 namespace io namespace
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 436 self.io = start['_M_offset'] 451 if self.item == self.finish and self.io == self.fo: 455 if element & (1 << self.io): 457 self.io += 1 458 if self.io >= self.isize: 460 self.io = 0
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | results_reporter.ipp | 30 #include <boost/io/ios_state.hpp> 31 typedef ::boost::io::ios_base_all_saver io_saver_type;
|
D | xml_report_formatter.ipp | 24 #include <boost/test/utils/basic_cstring/io.hpp>
|
D | unit_test_log.ipp | 33 #include <boost/io/ios_state.hpp> 34 typedef ::boost::io::ios_base_all_saver io_saver_type;
|
D | xml_log_formatter.ipp | 22 #include <boost/test/utils/basic_cstring/io.hpp>
|
D | plain_report_formatter.ipp | 24 #include <boost/test/utils/basic_cstring/io.hpp>
|
D | compiler_log_formatter.ipp | 22 #include <boost/test/utils/basic_cstring/io.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | validation.ipp | 26 #include <boost/test/utils/basic_cstring/io.hpp>
|
D | parser.ipp | 30 #include <boost/test/utils/basic_cstring/io.hpp>
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | unlocked-io.m4 | 1 # unlocked-io.m4 serial 15
|
D | gnulib-comp.m4 | 345 lib/unlocked-io.h 437 m4/unlocked-io.m4
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
D | environment.ipp | 26 #include <boost/test/utils/basic_cstring/io.hpp>
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure.ac | 48 AC_CHECK_HEADERS_ONCE(io.h limits.h locale.h stdarg.h alloca.h stddef.h
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | fallback_malloc.ipp | 10 // http://mentorembedded.github.io/cxx-abi/abi-eh.html
|