HomeSort by relevance Sort by last modified time
    Searched defs:std (Results 126 - 150 of 427) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/forward/
move_only.pass.cpp 31 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
32 move_only(std::__rv<move_only>) {}
47 test(std::move(mo));
move_only1.fail.cpp 34 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
35 move_only(std::__rv<move_only>) {}
move_only2.fail.cpp 34 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
35 move_only(std::__rv<move_only>) {}
move_only3.fail.cpp 31 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
32 move_only(std::__rv<move_only>) {}
48 test(std::move(ca));
move_only4.fail.cpp 34 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
35 move_only(std::__rv<move_only>) {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 101 namespace std { namespace
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 66 namespace std namespace
  /ndk/tests/device/issue39680-chrono-resolution/jni/
issue39680-chrono-resolution.cpp 8 namespace std { namespace
19 using namespace std;
43 std::cout << "system_clock: " << std::endl;
44 printClockData<std::chrono::system_clock>(is_high_res1, is_steady);
45 std::cout << "\nhigh_resolution_clock: " << std::endl;
46 printClockData<std::chrono::high_resolution_clock>(is_high_res2, is_steady);
47 std::cout << "\nsteady_clock: " << std::endl
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
exception_ptr.h 45 namespace std namespace
84 friend exception_ptr std::current_exception() throw();
85 friend void std::rethrow_exception(exception_ptr);
182 { return std::copy_exception<_Ex>(__ex); }
185 } // namespace std
nested_exception.h 47 namespace std namespace
158 } // namespace std
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
fenv.h 55 namespace std namespace
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
exception_ptr.h 45 namespace std namespace
84 friend exception_ptr std::current_exception() throw();
85 friend void std::rethrow_exception(exception_ptr);
182 { return std::copy_exception<_Ex>(__ex); }
185 } // namespace std
nested_exception.h 47 namespace std namespace
158 } // namespace std
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
fenv.h 55 namespace std namespace
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 101 namespace std { namespace
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 66 namespace std namespace
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 101 namespace std { namespace
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 66 namespace std namespace
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 101 namespace std { namespace
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 66 namespace std namespace
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 45 namespace std namespace
84 friend exception_ptr std::current_exception() throw();
85 friend void std::rethrow_exception(exception_ptr);
182 { return std::copy_exception<_Ex>(__ex); }
185 } // namespace std
nested_exception.h 47 namespace std namespace
158 } // namespace std
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 55 namespace std namespace
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 45 namespace std namespace
84 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
85 friend void std::rethrow_exception(exception_ptr);
187 { return std::copy_exception<_Ex>(__ex); }
190 } // namespace std
nested_exception.h 47 namespace std namespace
158 } // namespace std

Completed in 2606 milliseconds

1 2 3 4 56 7 8 91011>>