Searched refs:iword (Results 1 - 25 of 31) sorted by relevance

12

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.base.storage/
H A Diword.pass.cpp14 // 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);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/
H A Diword.pass.cpp14 // 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);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.base.storage/
H A Diword.pass.cpp14 // 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);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/
H A Dmove.pass.cpp95 ios2.iword(0) = 4;
96 ios2.iword(1) = 5;
97 ios2.iword(2) = 6;
98 ios2.iword(3) = 7;
99 ios2.iword(4) = 8;
100 ios2.iword(5) = 9;
121 assert(ios1.iword(0) == 4);
122 assert(ios1.iword(1) == 5);
123 assert(ios1.iword(2) == 6);
124 assert(ios1.iword(
[all...]
H A Dswap.pass.cpp86 ios1.iword(0) = 1;
87 ios1.iword(1) = 2;
88 ios1.iword(2) = 3;
107 ios2.iword(0) = 4;
108 ios2.iword(1) = 5;
109 ios2.iword(2) = 6;
110 ios2.iword(3) = 7;
111 ios2.iword(4) = 8;
112 ios2.iword(5) = 9;
133 assert(ios1.iword(
[all...]
H A Dcopyfmt.pass.cpp125 ios1.iword(0) = 1;
126 ios1.iword(1) = 2;
127 ios1.iword(2) = 3;
146 ios2.iword(0) = 4;
147 ios2.iword(1) = 5;
148 ios2.iword(2) = 6;
149 ios2.iword(3) = 7;
150 ios2.iword(4) = 8;
151 ios2.iword(5) = 9;
181 assert(ios1.iword(
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dmove.pass.cpp93 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(
[all...]
H A Dswap.pass.cpp83 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(
[all...]
H A Dcopyfmt.pass.cpp121 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(
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/
H A Dmove.pass.cpp95 ios2.iword(0) = 4;
96 ios2.iword(1) = 5;
97 ios2.iword(2) = 6;
98 ios2.iword(3) = 7;
99 ios2.iword(4) = 8;
100 ios2.iword(5) = 9;
121 assert(ios1.iword(0) == 4);
122 assert(ios1.iword(1) == 5);
123 assert(ios1.iword(2) == 6);
124 assert(ios1.iword(
[all...]
H A Dswap.pass.cpp86 ios1.iword(0) = 1;
87 ios1.iword(1) = 2;
88 ios1.iword(2) = 3;
107 ios2.iword(0) = 4;
108 ios2.iword(1) = 5;
109 ios2.iword(2) = 6;
110 ios2.iword(3) = 7;
111 ios2.iword(4) = 8;
112 ios2.iword(5) = 9;
133 assert(ios1.iword(
[all...]
H A Dcopyfmt.pass.cpp125 ios1.iword(0) = 1;
126 ios1.iword(1) = 2;
127 ios1.iword(2) = 3;
146 ios2.iword(0) = 4;
147 ios2.iword(1) = 5;
148 ios2.iword(2) = 6;
149 ios2.iword(3) = 7;
150 ios2.iword(4) = 8;
151 ios2.iword(5) = 9;
181 assert(ios1.iword(
[all...]
/prebuilts/misc/common/swig/include/2.0.11/std/
H A Dstd_ios.i143 iword(int __ix);
/prebuilts/ndk/current/sources/cxx-stl/stlport/src/
H A Dios.cpp150 long& ios_base::iword(int index) { function in class:ios_base
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
H A Dios.cpp150 long& ios_base::iword(int index) { function in class:ios_base
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
H A Dios.cpp150 long& ios_base::iword(int index) { function in class:ios_base
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h149 long& iword(int __index);
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h149 long& iword(int __index);
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h149 long& iword(int __index);
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h149 long& iword(int __index);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dios_base.h498 // 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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dios_base.h498 // 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
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dios_base.h498 // 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
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dios_base.h498 // 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
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dios_base.h498 // 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

Completed in 3527 milliseconds

12