Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 32) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dconst_data_members.pass.cpp68 struct other {}; struct
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_error.h27 Error(const Error& other) { Set(other.buff_); } in Error()
Dcrazy_linker_util.cpp27 String::String(const String& other) { in String()
Dcrazy_linker_util.h116 void Assign(const String& other) { Assign(other.ptr_, other.size_); } in Assign()
122 void Append(const String& other) { Append(other.ptr_, other.size_); } in Append()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; typedef
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; typedef
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
Ddiscard.pass.cpp42 other() in other() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp198 exception_ptr::exception_ptr(const exception_ptr& other) _NOEXCEPT in exception_ptr()
217 exception_ptr& exception_ptr::operator=(const exception_ptr& other) _NOEXCEPT in operator =()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator()
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} in ParamGenerator()
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const { in Equals()
228 Iterator(const Iterator& other) in Iterator()
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const { in Equals()
325 Iterator(const Iterator& other) in Iterator()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_pthread_alloc.h110 typedef pthread_allocator<_NewType> other; typedef
199 typedef pthread_allocator<_NewType> other; typedef
D_iostream_string.h56 typedef __iostring_allocator<_Tp1> other; typedef
D_alloc.h286 typedef allocator<_Tp1> other; typedef
375 typedef allocator<_Tp1> other; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Dstack_allocator.h30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; typedef
/ndk/sources/android/support/tests/minitest/
Dminitest.cc32 String& String::operator+=(const String& other) { in operator +=()
53 String& String::operator<<(const String& other) { in operator <<()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h52 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef
112 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; typedef
170 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef
/ndk/tests/device/test-gnustl-full/unit/
Dtime_facets_test.cpp58 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local
141 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local
Dmvctor_declaration_test.cpp94 typedef allocator<_Tp1> other; typedef
Dstack_allocator.h84 typedef StackAllocator<_Other> other; typedef
Dvector_test.cpp513 typedef NotSTLportAllocator<_Tp1> other; typedef
/ndk/tests/device/test-stlport/unit/
Dtime_facets_test.cpp58 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local
141 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local
Dmvctor_declaration_test.cpp94 typedef allocator<_Tp1> other; typedef
Dstack_allocator.h84 typedef StackAllocator<_Other> other; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h47 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef
103 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dshared_array.hpp128 void swap(shared_array<T> & other) // never throws in swap()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-param-test_test.cc268 DogAdder(const DogAdder& other) : value_(other.value_.c_str()) {} in DogAdder()
270 DogAdder operator=(const DogAdder& other) { in operator =()
306 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper()
308 IntWrapper operator=(const IntWrapper& other) { in operator =()

12