/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/ |
iword.pass.cpp | 14 // long& iword(int idx); 36 assert(b.iword(i) == 0); 37 b.iword(i) = i; 38 assert(b.iword(i) == i); 40 assert(b.iword(j) == j);
|
Android.mk | 19 test_name := input.output/iostreams.base/ios.base/ios.base.storage/iword 20 test_src := iword.pass.cpp
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/ |
iword.pass.cpp | 14 // long& iword(int idx); 36 assert(b.iword(i) == 0); 37 b.iword(i) = i; 38 assert(b.iword(i) == i); 40 assert(b.iword(j) == j);
|
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
move.pass.cpp | 93 ios2.iword(0) = 4; 94 ios2.iword(1) = 5; 95 ios2.iword(2) = 6; 96 ios2.iword(3) = 7; 97 ios2.iword(4) = 8; 98 ios2.iword(5) = 9; 119 assert(ios1.iword(0) == 4); 120 assert(ios1.iword(1) == 5); 121 assert(ios1.iword(2) == 6); 122 assert(ios1.iword(3) == 7) [all...] |
swap.pass.cpp | 83 ios1.iword(0) = 1; 84 ios1.iword(1) = 2; 85 ios1.iword(2) = 3; 104 ios2.iword(0) = 4; 105 ios2.iword(1) = 5; 106 ios2.iword(2) = 6; 107 ios2.iword(3) = 7; 108 ios2.iword(4) = 8; 109 ios2.iword(5) = 9; 130 assert(ios1.iword(0) == 4) [all...] |
copyfmt.pass.cpp | 121 ios1.iword(0) = 1; 122 ios1.iword(1) = 2; 123 ios1.iword(2) = 3; 142 ios2.iword(0) = 4; 143 ios2.iword(1) = 5; 144 ios2.iword(2) = 6; 145 ios2.iword(3) = 7; 146 ios2.iword(4) = 8; 147 ios2.iword(5) = 9; 177 assert(ios1.iword(0) == 4) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
move.pass.cpp | 93 ios2.iword(0) = 4; 94 ios2.iword(1) = 5; 95 ios2.iword(2) = 6; 96 ios2.iword(3) = 7; 97 ios2.iword(4) = 8; 98 ios2.iword(5) = 9; 119 assert(ios1.iword(0) == 4); 120 assert(ios1.iword(1) == 5); 121 assert(ios1.iword(2) == 6); 122 assert(ios1.iword(3) == 7) [all...] |
swap.pass.cpp | 83 ios1.iword(0) = 1; 84 ios1.iword(1) = 2; 85 ios1.iword(2) = 3; 104 ios2.iword(0) = 4; 105 ios2.iword(1) = 5; 106 ios2.iword(2) = 6; 107 ios2.iword(3) = 7; 108 ios2.iword(4) = 8; 109 ios2.iword(5) = 9; 130 assert(ios1.iword(0) == 4) [all...] |
copyfmt.pass.cpp | 121 ios1.iword(0) = 1; 122 ios1.iword(1) = 2; 123 ios1.iword(2) = 3; 142 ios2.iword(0) = 4; 143 ios2.iword(1) = 5; 144 ios2.iword(2) = 6; 145 ios2.iword(3) = 7; 146 ios2.iword(4) = 8; 147 ios2.iword(5) = 9; 177 assert(ios1.iword(0) == 4) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/ |
ios_state.hpp | 276 : s_save_( s ), a_save_( s.iword(i) ), i_save_( i ) 279 : s_save_( s ), a_save_( s.iword(i) ), i_save_( i ) 280 { s.iword(i) = a; } 285 { s_save_.iword( i_save_ ) = a_save_; } 412 : s_save_( s ), i_save_( i ), a1_save_( s.iword(i) ) 422 s_save_.iword( i_save_ ) = a1_save_;
|
/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 273 LCHAR iword[MAX_STRING_LEN]; local 346 ASSERT( sizeof( iword[0]) == sizeof(char)); // else more code to write! 347 if (sscanf(line, "%s ", iword) == 1) 349 LSTRCPY(oword, line + LSTRLEN(iword) + 1); 351 /* copy the line starting after the iword */ 352 for (i = 0, p = line + LSTRLEN(iword) + 1; *p; p++) 401 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4) 423 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4) 429 ilabel = wordmap_find_index(ilabels, iword); [all...] |
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_ios.i | 143 iword(int __ix);
|
/external/stlport/src/ |
ios.cpp | 148 long& ios_base::iword(int index) { function in class:ios_base
|
/ndk/sources/cxx-stl/stlport/src/ |
ios.cpp | 150 long& ios_base::iword(int index) { function in class:ios_base
|
/external/stlport/stlport/stl/ |
_ios_base.h | 147 long& iword(int __index);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 149 long& iword(int __index);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 147 long& iword(int __index);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 147 long& iword(int __index);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 147 long& iword(int __index);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 149 long& iword(int __index);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ios_base.h | 149 long& iword(int __index);
|
/external/libcxx/src/ |
ios.cpp | 167 ios_base::iword(int index) function in class:ios_base
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
ios.cpp | 167 ios_base::iword(int index) function in class:ios_base
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
ios_base.h | 500 // 27.4.2.5 Members for iword/pword storage 508 // Only for failed iword/pword calls. 512 // The first 5 iword and pword slots are reserved for internal use. 718 * index for the iword and pword functions. The expectation is that an 719 * application calls xalloc in order to obtain an index in the iword and 724 * that is safe to use in the iword and pword arrays. 734 * The iword function provides access to an array of integers that can be 743 iword(int __ix) function in class:ios_base
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 498 // 27.4.2.5 Members for iword/pword storage 506 // Only for failed iword/pword calls. 510 // The first 5 iword and pword slots are reserved for internal use. 716 * index for the iword and pword functions. The expectation is that an 717 * application calls xalloc in order to obtain an index in the iword and 722 * that is safe to use in the iword and pword arrays. 732 * The iword function provides access to an array of integers that can be 741 iword(int __ix) function in class:ios_base
|