HomeSort by relevance Sort by last modified time
    Searched defs:other (Results 151 - 175 of 3919) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
PairingRequestMessage.java 79 PairingRequestMessage other = (PairingRequestMessage) obj; local
82 if (other.mServiceName != null) {
85 } else if (!mServiceName.equals(other.mServiceName)) {
88 if (other.mClientName != null) {
91 } else if (!mClientName.equals(other.mClientName)) {
SecretAckMessage.java 61 SecretAckMessage other = (SecretAckMessage) obj; local
62 return Arrays.equals(mSecret, other.mSecret);
SecretMessage.java 61 SecretMessage other = (SecretMessage) obj; local
62 return Arrays.equals(mSecret, other.mSecret);
  /external/guice/core/src/com/google/inject/name/
NamedImpl.java 46 Named other = (Named) o; local
47 return value.equals(other.value());
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
ParameterListKey.java 53 ParameterListKey other = (ParameterListKey) o; local
54 return paramList.equals(other.paramList);
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
DependencyEdge.java 49 DependencyEdge other = (DependencyEdge) obj; local
50 return super.equals(other) && Objects.equal(injectionPoint, other.injectionPoint);
Edge.java 48 Edge other = (Edge) obj; local
49 return Objects.equal(fromId, other.fromId) && Objects.equal(toId, other.toId);
ImplementationNode.java 48 ImplementationNode other = (ImplementationNode) obj; local
49 return super.equals(other) && Objects.equal(members, other.members);
InstanceNode.java 50 InstanceNode other = (InstanceNode) obj; local
51 return super.equals(other) && Objects.equal(instance, other.instance)
52 && Objects.equal(members, other.members);
Node.java 54 Node other = (Node) obj; local
55 return Objects.equal(id, other.id)
56 && (ignoreSourceInComparisons || Objects.equal(source, other.source));
  /external/libchrome/base/process/
process_iterator.cc 12 ProcessEntry::ProcessEntry(const ProcessEntry& other) = default; member in class:base::ProcessEntry
process_metrics.cc 17 SystemMemoryInfoKB::SystemMemoryInfoKB(const SystemMemoryInfoKB& other) = member in class:base::SystemMemoryInfoKB
  /external/libchrome/base/
sequence_token.h 21 SequenceToken(const SequenceToken& other) = default; member in class:base::SequenceToken
22 SequenceToken& operator=(const SequenceToken& other) = default; member in class:base::SequenceToken
24 // An invalid SequenceToken is not equal to any other SequenceToken, including
25 // other invalid SequenceTokens.
26 bool operator==(const SequenceToken& other) const;
27 bool operator!=(const SequenceToken& other) const;
64 TaskToken(const TaskToken& other) = default; member in class:base::TaskToken
65 TaskToken& operator=(const TaskToken& other) = default; member in class:base::TaskToken
67 // An invalid TaskToken is not equal to any other TaskToken, including
68 // other invalid TaskTokens
    [all...]
  /external/libchrome/base/test/
test_pending_task.cc 25 TestPendingTask::TestPendingTask(TestPendingTask&& other) = default; member in class:base::TestPendingTask
27 TestPendingTask& TestPendingTask::operator=(TestPendingTask&& other) = default; member in class:base::TestPendingTask
33 bool TestPendingTask::ShouldRunBefore(const TestPendingTask& other) const {
34 if (nestability != other.nestability)
36 return GetTimeToRun() < other.GetTimeToRun();
  /external/libchrome/base/trace_event/
process_memory_maps.cc 32 ProcessMemoryMaps::VMRegion::VMRegion(const VMRegion& other) = default; member in class:base::trace_event::ProcessMemoryMaps::VMRegion
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
rebind_alloc.pass.cpp 15 // template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>;
32 template <class U> struct rebind {typedef ReboundA<U> other;}; typedef in struct:A::rebind
43 template <class V> struct rebind {typedef ReboundB<V, U> other;}; typedef in struct:B::rebind
71 struct rebind { typedef void other; }; typedef in struct:F::rebind
80 typedef void other; typedef in struct:G::rebind
95 static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA<double> >::value), "");
96 static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>::other, ReboundB<double, char> >::value), "");
97 static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_alloc<double>::other, C<double> >::value), "");
98 static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_alloc<double>::other, D<double, char> >::value), "");
99 static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_alloc<double>::other, E<double> >::value), "")
    [all...]
  /external/libcxx/test/std/utilities/memory/allocator.traits/
rebind_traits.pass.cpp 32 template <class U> struct rebind {typedef ReboundA<U> other;}; typedef in struct:A::rebind
43 template <class V> struct rebind {typedef ReboundB<V, U> other;}; typedef in struct:B::rebind
75 static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>::other, std::allocator_traits<ReboundA<double> > >::value), "");
76 static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>::other, std::allocator_traits<ReboundB<double, char> > >::value), "");
77 static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_traits<double>::other, std::allocator_traits<C<double> > >::value), "");
78 static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_traits<double>::other, std::allocator_traits<D<double, char> > >::value), "");
79 static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_traits<double>::other, std::allocator_traits<E<double> > >::value), "");
  /external/libmojo/mojo/edk/system/
request_context.cc 44 // possible that one of the cancelled watchers has other pending finalizers
99 const WatchNotifyFinalizer& other) = default; member in class:mojo::edk::RequestContext::WatchNotifyFinalizer
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatch.java 114 PhoneNumberMatch other = (PhoneNumberMatch) obj; local
115 return rawString.equals(other.rawString) && (start == other.start)
116 && number.equals(other.number);
  /external/llvm/tools/llvm-pdbdump/
ClassDefinitionDumper.h 45 SymbolGroup(SymbolGroup &&Other) {
46 Functions = std::move(Other.Functions);
47 Data = std::move(Other.Data);
48 Unknown = std::move(Other.Unknown);
54 SymbolGroup(const SymbolGroup &other) = delete; member in struct:llvm::pdb::ClassDefinitionDumper::SymbolGroup
55 SymbolGroup &operator=(const SymbolGroup &other) = delete; member in struct:llvm::pdb::ClassDefinitionDumper::SymbolGroup
  /external/mockito/src/main/java/org/mockito/internal/matchers/
Equals.java 42 Equals other = (Equals) o; local
43 return this.wanted == null && other.wanted == null || this.wanted != null && this.wanted.equals(other.wanted);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Route.java 83 Route other = (Route) obj; local
84 return address.equals(other.address)
85 && proxy.equals(other.proxy)
86 && inetSocketAddress.equals(other.inetSocketAddress);
  /external/pdfium/core/fpdfapi/page/
cpdf_contentmarkitem.h 27 CPDF_ContentMarkItem& operator=(CPDF_ContentMarkItem&& other) = default; member in class:CPDF_ContentMarkItem
  /external/perfetto/src/ipc/
deferred.cc 37 DeferredBase::DeferredBase(DeferredBase&& other) noexcept {
38 Move(other); variable
41 DeferredBase& DeferredBase::operator=(DeferredBase&& other) {
44 Move(other);
48 void DeferredBase::Move(DeferredBase& other) {
49 callback_ = std::move(other.callback_);
50 other.callback_ = nullptr;
  /external/proguard/src/proguard/
KeepClassSpecification.java 117 KeepClassSpecification other = (KeepClassSpecification)object; local
119 this.markClasses == other.markClasses &&
120 this.markConditionally == other.markConditionally &&
121 this.markDescriptorClasses == other.markDescriptorClasses &&
122 this.allowShrinking == other.allowShrinking &&
123 this.allowOptimization == other.allowOptimization &&
124 this.allowObfuscation == other.allowObfuscation &&
125 super.equals(other);

Completed in 508 milliseconds

1 2 3 4 5 67 8 91011>>