HomeSort by relevance Sort by last modified time
    Searched refs:iword (Results 1 - 23 of 23) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/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);
  /ndk/sources/cxx-stl/llvm-libc++/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...]
  /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...]
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/src/
ios.cpp 160 ios_base::iword(int index) function in class:ios_base
  /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
721 * application calls xalloc in order to obtain an index in the iword and
726 * that is safe to use in the iword and pword arrays.
736 * The iword function provides access to an array of integers that can be
745 iword(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
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.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
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/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
721 * application calls xalloc in order to obtain an index in the iword and
726 * that is safe to use in the iword and pword arrays.
736 * The iword function provides access to an array of integers that can be
745 iword(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
721 * application calls xalloc in order to obtain an index in the iword and
726 * that is safe to use in the iword and pword arrays.
736 * The iword function provides access to an array of integers that can be
745 iword(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
721 * application calls xalloc in order to obtain an index in the iword and
726 * that is safe to use in the iword and pword arrays.
736 * The iword function provides access to an array of integers that can be
745 iword(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
721 * application calls xalloc in order to obtain an index in the iword and
726 * that is safe to use in the iword and pword arrays.
736 * The iword function provides access to an array of integers that can be
745 iword(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
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/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
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

Completed in 168 milliseconds