HomeSort by relevance Sort by last modified time
    Searched refs:other (Results 376 - 400 of 9229) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/gles31/stress/
es31sStressTests.hpp 45 StressTests (const StressTests& other);
46 StressTests& operator= (const StressTests& other);
es31sTessellationGeometryInteractionTests.hpp 45 TessellationGeometryInteractionTests (const TessellationGeometryInteractionTests& other);
46 TessellationGeometryInteractionTests& operator= (const TessellationGeometryInteractionTests& other);
es31sVertexAttributeBindingTests.hpp 45 VertexAttributeBindingTests (const VertexAttributeBindingTests& other);
46 VertexAttributeBindingTests& operator= (const VertexAttributeBindingTests& other);
  /external/icu/icu4c/source/common/
cstr.h 31 * If no other conversion is available, use invariant conversion and substitue
54 CStr(const CStr &other); // Forbid copying of this class.
55 CStr &operator =(const CStr &other); // Forbid assignment.
  /external/libmojo/mojo/edk/embedder/
scoped_platform_handle.h 24 ScopedPlatformHandle(ScopedPlatformHandle&& other)
25 : handle_(other.release()) {}
27 ScopedPlatformHandle& operator=(ScopedPlatformHandle&& other) {
28 if (this != &other)
29 handle_ = other.release();
35 void swap(ScopedPlatformHandle& other) {
37 handle_ = other.handle_;
38 other.handle_ = temp;
  /external/libmojo/mojo/public/cpp/bindings/
associated_interface_request.h 27 AssociatedInterfaceRequest(AssociatedInterfaceRequest&& other) {
28 handle_ = std::move(other.handle_);
30 AssociatedInterfaceRequest& operator=(AssociatedInterfaceRequest&& other) {
31 if (this != &other)
32 handle_ = std::move(other.handle_);
58 bool Equals(const AssociatedInterfaceRequest& other) const {
59 if (this == &other)
64 return !is_pending() && !other.is_pending();
  /external/libmojo/mojo/public/cpp/bindings/tests/
container_test_util.cc 18 CopyableType::CopyableType(const CopyableType& other)
19 : copied_(true), ptr_(other.ptr()) {
23 CopyableType& CopyableType::operator=(const CopyableType& other) {
25 ptr_ = other.ptr();
37 MoveOnlyType::MoveOnlyType(MoveOnlyType&& other)
38 : moved_(true), ptr_(other.ptr()) {
42 MoveOnlyType& MoveOnlyType::operator=(MoveOnlyType&& other) {
44 ptr_ = other.ptr();
  /external/llvm/include/llvm/Support/
RandomNumberGenerator.h 51 RandomNumberGenerator(const RandomNumberGenerator &other) = delete; member in class:llvm::RandomNumberGenerator
52 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete; member in class:llvm::RandomNumberGenerator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
65 { return cmp_with_other(other); }
71 cmp_with_other(const Other_Map_Type& other) const
73 if (size() != other.size())
76 for (typename Other_Map_Type::const_iterator it = other.begin();
77 it != other.end(); ++it)
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 57 sample_range_hashing(const sample_range_hashing& other);
61 swap(sample_range_hashing& other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
65 { return cmp_with_other(other); }
71 cmp_with_other(const Other_Map_Type& other) const
73 if (size() != other.size())
76 for (typename Other_Map_Type::const_iterator it = other.begin();
77 it != other.end(); ++it)
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 57 sample_range_hashing(const sample_range_hashing& other);
61 swap(sample_range_hashing& other);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
65 { return cmp_with_other(other); }
71 cmp_with_other(const Other_Map_Type& other) const
73 if (size() != other.size())
76 for (typename Other_Map_Type::const_iterator it = other.begin();
77 it != other.end(); ++it)
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 57 sample_range_hashing(const sample_range_hashing& other);
61 swap(sample_range_hashing& other);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
65 { return cmp_with_other(other); }
71 cmp_with_other(const Other_Map_Type& other) const
73 if (size() != other.size())
76 for (typename Other_Map_Type::const_iterator it = other.begin();
77 it != other.end(); ++it)
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 57 sample_range_hashing(const sample_range_hashing& other);
61 swap(sample_range_hashing& other);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
65 { return cmp_with_other(other); }
71 cmp_with_other(const Other_Map_Type& other) const
73 if (size() != other.size())
76 for (typename Other_Map_Type::const_iterator it = other.begin();
77 it != other.end(); ++it)
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 57 sample_range_hashing(const sample_range_hashing& other);
61 swap(sample_range_hashing& other);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
65 { return cmp_with_other(other); }
71 cmp_with_other(const Other_Map_Type& other) const
73 if (size() != other.size())
76 for (typename Other_Map_Type::const_iterator it = other.begin();
77 it != other.end(); ++it)
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 57 sample_range_hashing(const sample_range_hashing& other);
61 swap(sample_range_hashing& other);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
bss.s 2 .section .other, "a", @progbits
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-arch-directive-4.s 1 # .c6xabi_attribute directives override other architecture information.
attr-arch-directive-5.s 1 # .c6xabi_attribute directives override other architecture information.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-compatibility-other-other.d 1 #name: C6X compatibility attribute merging, other other
4 #source: attr-compatibility-other.s
5 #source: attr-compatibility-other.s
6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
  /tools/loganalysis/src/com/android/loganalysis/item/
IItem.java 32 * @param other The other item
36 public IItem merge(IItem other) throws ConflictingItemException;
42 * Consistency means that no individual fields in either item conflict with the other.
47 * @param other The other item.
51 public boolean isConsistent(IItem other);

Completed in 644 milliseconds

<<11121314151617181920>>