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

1 2 3 4 5 6 7

  /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/misc/common/swig/include/2.0.11/python/
std_iostream.i 4 %callback(1) ends;
  /prebuilts/ndk/current/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;
  /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;
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_iostream.i 4 %callback("%s") ends;
std_ios.i 11 AUTODOC(ends, "Ends stream");
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
str.pass.cpp 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
str.pass.cpp 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
  /external/libcxx/test/std/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
  /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);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec802.s 3 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
b-loc64k.s 3 % This file ends before the LOP_STAB.
  /external/libcxx/test/std/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/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 25 inout << i << ' ' << d << ' ' << s << std::ends; member in class:std
  /external/libcxx/test/std/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);
  /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);
  /ndk/tests/build/issue42841-LOCAL_PATH/jni/
Android.mk 1 # Note that the line LOCAL_PATH ends with trailing space and

Completed in 236 milliseconds

1 2 3 4 5 6 7