HomeSort by relevance Sort by last modified time
    Searched refs:ends (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
struc.asm 4 s ends
segment.asm 3 data ends
8 code ends
  /external/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
str.pass.cpp 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
str.pass.cpp 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
default.pass.cpp 25 out << i << ' ' << d << ' ' << s << std::ends; member in class:std
cp_size_mode.pass.cpp 28 out << i << ' ' << d << ' ' << s << std::ends; member in class:std
38 out << i << ' ' << d << ' ' << s << std::ends; member in class:std
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java 42 private final CodeAddress[] ends; field in class:BlockAddresses
55 this.ends = new CodeAddress[maxLabel];
109 return ends[block.getLabel()];
120 return ends[label];
140 ends[label] = new CodeAddress(pos);
  /dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java 42 private final CodeAddress[] ends; field in class:BlockAddresses
55 this.ends = new CodeAddress[maxLabel];
109 return ends[block.getLabel()];
120 return ends[label];
140 ends[label] = new CodeAddress(pos);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
BlockAddresses.java 42 private final CodeAddress[] ends; field in class:BlockAddresses
55 this.ends = new CodeAddress[maxLabel];
109 return ends[block.getLabel()];
120 return ends[label];
140 ends[label] = new CodeAddress(pos);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 25 inout << i << ' ' << d << ' ' << s << std::ends; member in class:std
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
ends.pass.cpp 16 // basic_ostream<charT,traits>& ends(basic_ostream<charT,traits>& os);
58 ends(os);
66 ends(os);

Completed in 517 milliseconds

1 2 3 4 5 6