Home
last modified time | relevance | path

Searched refs:pword (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/
Dpword.pass.cpp37 assert(b.pword(i) == 0); in main()
38 b.pword(i) = (void*)i; in main()
39 assert(b.pword(i) == (void*)i); in main()
41 assert(b.pword(j) == (void*)j); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Dswap.pass.cpp87 ios1.pword(0) = &c1; in main()
88 ios1.pword(1) = &c2; in main()
89 ios1.pword(2) = &c3; in main()
111 ios2.pword(0) = &d1; in main()
112 ios2.pword(1) = &d2; in main()
136 assert(ios1.pword(0) == &d1); in main()
137 assert(ios1.pword(1) == &d2); in main()
157 assert(ios2.pword(0) == &c1); in main()
158 assert(ios2.pword(1) == &c2); in main()
159 assert(ios2.pword(2) == &c3); in main()
Dcopyfmt.pass.cpp125 ios1.pword(0) = &c1; in main()
126 ios1.pword(1) = &c2; in main()
127 ios1.pword(2) = &c3; in main()
149 ios2.pword(0) = &d1; in main()
150 ios2.pword(1) = &d2; in main()
183 assert(ios1.pword(0) == &d1); in main()
184 assert(ios1.pword(1) == &d2); in main()
Dmove.pass.cpp100 ios2.pword(0) = &d1; in main()
101 ios2.pword(1) = &d2; in main()
125 assert(ios1.pword(0) == &d1); in main()
126 assert(ios1.pword(1) == &d2); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
Dios_state.hpp303 : s_save_( s ), a_save_( s.pword(i) ), i_save_( i ) in ios_pword_saver()
306 : s_save_( s ), a_save_( s.pword(i) ), i_save_( i ) in ios_pword_saver()
307 { s.pword(i) = a; } in ios_pword_saver()
312 { s_save_.pword( i_save_ ) = a_save_; } in restore()
413 , a2_save_( s.pword(i) ) in ios_all_word_saver()
421 s_save_.pword( i_save_ ) = a2_save_; in restore()
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp167 void*& ios_base::pword(int index) { in pword() function in ios_base
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h150 void*& pword(int __index);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp196 ios_base::pword(int index) in pword() function in ios_base
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios91 void*& pword(int index);
299 void*& pword(int __index);
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1674 $(call gen-test, input.output/iostreams.base/ios.base/ios.base.storage/pword)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1665 $(call gen-test, input.output/iostreams.base/ios.base/ios.base.storage/pword)