/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/ |
pword.pass.cpp | 14 // void*& pword(int idx); 37 assert(b.pword(i) == 0); 38 b.pword(i) = (void*)i; 39 assert(b.pword(i) == (void*)i); 41 assert(b.pword(j) == (void*)j);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
swap.pass.cpp | 87 ios1.pword(0) = &c1; 88 ios1.pword(1) = &c2; 89 ios1.pword(2) = &c3; 111 ios2.pword(0) = &d1; 112 ios2.pword(1) = &d2; 136 assert(ios1.pword(0) == &d1); 137 assert(ios1.pword(1) == &d2); 157 assert(ios2.pword(0) == &c1); 158 assert(ios2.pword(1) == &c2); 159 assert(ios2.pword(2) == &c3) [all...] |
copyfmt.pass.cpp | 125 ios1.pword(0) = &c1; 126 ios1.pword(1) = &c2; 127 ios1.pword(2) = &c3; 149 ios2.pword(0) = &d1; 150 ios2.pword(1) = &d2; 183 assert(ios1.pword(0) == &d1); 184 assert(ios1.pword(1) == &d2);
|
move.pass.cpp | 100 ios2.pword(0) = &d1; 101 ios2.pword(1) = &d2; 125 assert(ios1.pword(0) == &d1); 126 assert(ios1.pword(1) == &d2);
|
/external/valgrind/main/docs/lib/ |
line-wrap.xsl | 83 <xsl:with-param name="pWord" select="$arg1/word"/> 106 <xsl:param name="pWord" select="/.."/> 114 <xsl:when test="not($vLineLength + string-length($pWord) > $pLineLength)"> 117 <xsl:copy-of select="$pWord"/> 123 <xsl:copy-of select="$pWord"/>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/ |
ios_state.hpp | 303 : s_save_( s ), a_save_( s.pword(i) ), i_save_( i ) 306 : s_save_( s ), a_save_( s.pword(i) ), i_save_( i ) 307 { s.pword(i) = a; } 312 { s_save_.pword( i_save_ ) = a_save_; } 413 , a2_save_( s.pword(i) ) 421 s_save_.pword( i_save_ ) = a2_save_;
|
/external/chromium/base/win/ |
pe_image.cc | 230 PWORD ordinals = reinterpret_cast<PWORD>( 271 PWORD ordinals = reinterpret_cast<PWORD>(RVAToAddr( 319 PWORD reloc = reinterpret_cast<PWORD>(base + 1);
|
/external/chromium_org/base/win/ |
pe_image.cc | 231 PWORD ordinals = reinterpret_cast<PWORD>( 272 PWORD ordinals = reinterpret_cast<PWORD>(RVAToAddr( 320 PWORD reloc = reinterpret_cast<PWORD>(base + 1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
ios_base.h | 502 // 27.4.2.5 Members for iword/pword storage 510 // Only for failed iword/pword calls. 514 // The first 5 iword and pword slots are reserved for internal use. 720 * index for the iword and pword functions. The expectation is that an 722 * pword arrays that can be used without fear of conflict. 726 * that is safe to use in the iword and pword arrays. 757 * The pword function provides access to an array of pointers that can be 766 pword(int __ix) function in class:ios_base
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 502 // 27.4.2.5 Members for iword/pword storage 510 // Only for failed iword/pword calls. 514 // The first 5 iword and pword slots are reserved for internal use. 720 * index for the iword and pword functions. The expectation is that an 722 * pword arrays that can be used without fear of conflict. 726 * that is safe to use in the iword and pword arrays. 757 * The pword function provides access to an array of pointers that can be 766 pword(int __ix) function in class:ios_base
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 502 // 27.4.2.5 Members for iword/pword storage 510 // Only for failed iword/pword calls. 514 // The first 5 iword and pword slots are reserved for internal use. 720 * index for the iword and pword functions. The expectation is that an 722 * pword arrays that can be used without fear of conflict. 726 * that is safe to use in the iword and pword arrays. 757 * The pword function provides access to an array of pointers that can be 766 pword(int __ix) function in class:ios_base
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 502 // 27.4.2.5 Members for iword/pword storage 510 // Only for failed iword/pword calls. 514 // The first 5 iword and pword slots are reserved for internal use. 720 * index for the iword and pword functions. The expectation is that an 722 * pword arrays that can be used without fear of conflict. 726 * that is safe to use in the iword and pword arrays. 757 * The pword function provides access to an array of pointers that can be 766 pword(int __ix) function in class:ios_base
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
ios_base.h | 502 // 27.4.2.5 Members for iword/pword storage 510 // Only for failed iword/pword calls. 514 // The first 5 iword and pword slots are reserved for internal use. 720 * index for the iword and pword functions. The expectation is that an 722 * pword arrays that can be used without fear of conflict. 726 * that is safe to use in the iword and pword arrays. 757 * The pword function provides access to an array of pointers that can be 766 pword(int __ix) function in class:ios_base
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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 720 * pword arrays that can be used without fear of conflict. 724 * that is safe to use in the iword and pword arrays. 755 * The pword function provides access to an array of pointers that can be 764 pword(int __ix) function in class:ios_base
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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 720 * pword arrays that can be used without fear of conflict. 724 * that is safe to use in the iword and pword arrays. 755 * The pword function provides access to an array of pointers that can be 764 pword(int __ix) function in class:ios_base
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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 720 * pword arrays that can be used without fear of conflict. 724 * that is safe to use in the iword and pword arrays. 755 * The pword function provides access to an array of pointers that can be 764 pword(int __ix) function in class:ios_base
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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 720 * pword arrays that can be used without fear of conflict. 724 * that is safe to use in the iword and pword arrays. 755 * The pword function provides access to an array of pointers that can be 764 pword(int __ix) function in class:ios_base
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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 720 * pword arrays that can be used without fear of conflict. 724 * that is safe to use in the iword and pword arrays. 755 * The pword function provides access to an array of pointers that can be 764 pword(int __ix) function in class:ios_base
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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 720 * pword arrays that can be used without fear of conflict. 724 * that is safe to use in the iword and pword arrays. 755 * The pword function provides access to an array of pointers that can be 764 pword(int __ix) function in class:ios_base
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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 718 * pword arrays that can be used without fear of conflict. 722 * that is safe to use in the iword and pword arrays. 753 * The pword function provides access to an array of pointers that can be 762 pword(int __ix) function in class:ios_base
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
delphi.php | 206 'PShortInt', 'PShortString', 'PSingle', 'PSmallInt', 'PString', 'PHandle', 'PVariant', 'PWord',
|
/external/dropbear/ |
svr-auth.c | 241 TRACE(("leave checkusername: empty pword"))
|
/external/stlport/src/ |
ios.cpp | 165 void*& ios_base::pword(int index) { function in class:ios_base
|
/external/stlport/stlport/stl/ |
_ios_base.h | 148 void*& pword(int __index);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
ios.cpp | 188 ios_base::pword(int index) function in class:ios_base
|