Searched refs:that (Results 76 - 100 of 1681) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObject.java77 *@param that is the other object to test against.
79 public boolean equals(Object that) { argument
80 if (!this.getClass().equals(that.getClass()))
83 Class<?> hisclass = that.getClass();
107 if (f.getInt(this) != g.getInt(that))
110 if (f.getShort(this) != g.getShort(that))
113 if (f.getChar(this) != g.getChar(that))
116 if (f.getLong(this) != g.getLong(that))
119 if (f.getBoolean(this) != g.getBoolean(that))
122 if (f.getDouble(this) != g.getDouble(that))
[all...]
H A DGenericURI.java119 public boolean equals(Object that) { argument
120 if (this==that) return true;
121 else if (that instanceof URI) {
122 final URI o = (URI) that;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallIdentifier.java32 * The call identifer that goes into a callID header and a in-reply-to header.
110 CallIdentifier that = (CallIdentifier) other;
111 if (this.localId.compareTo(that.localId) != 0) {
114 if (this.host == that.host)
116 if ((this.host == null && that.host != null)
117 || (this.host != null && that.host == null))
119 if (host.compareToIgnoreCase(that.host) != 0) {
H A DSIPObject.java85 SIPObject that = (SIPObject) other;
113 if (f.getInt(this) != g.getInt(that))
116 if (f.getShort(this) != g.getShort(that))
119 if (f.getChar(this) != g.getChar(that))
122 if (f.getLong(this) != g.getLong(that))
125 if (f.getBoolean(this) != g.getBoolean(that))
128 if (f.getDouble(this) != g.getDouble(that))
131 if (f.getFloat(this) != g.getFloat(that))
134 } else if (g.get(that) == f.get(this))
136 else if (f.get(this) == null && g.get(that) !
[all...]
/external/chromium_org/net/base/
H A Dip_endpoint.h2 // Use of this source code is governed by a BSD-style license that can be
44 // the address that was copied into |address|.
64 bool operator<(const IPEndPoint& that) const;
65 bool operator==(const IPEndPoint& that) const;
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DOriginalEngineKey.java24 OriginalEngineKey that = (OriginalEngineKey) o;
26 if (!id.equals(that.id)) {
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DUnhashableObject.java35 UnhashableObject that = (UnhashableObject) object;
36 return this.value == that.value;
/external/llvm/test/MC/Mips/mips32r2/
H A Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/llvm/test/MC/Mips/mips64r2/
H A Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DSampleFlags.java183 SampleFlags that = (SampleFlags) o;
185 if (reserved != that.reserved) return false;
186 if (sampleDegradationPriority != that.sampleDegradationPriority) return false;
187 if (sampleDependsOn != that.sampleDependsOn) return false;
188 if (sampleHasRedundancy != that.sampleHasRedundancy) return false;
189 if (sampleIsDependedOn != that.sampleIsDependedOn) return false;
190 if (sampleIsDifferenceSample != that.sampleIsDifferenceSample) return false;
191 if (samplePaddingValue != that.samplePaddingValue) return false;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DAddress.java32 * that proxy information. For secure connections the address also includes the
35 * <p>HTTP requests that share the same {@code Address} may also share the same
110 * non-null list that contains minimally
127 Address that = (Address) other;
128 return equal(this.proxy, that.proxy)
129 && this.uriHost.equals(that.uriHost)
130 && this.uriPort == that.uriPort
131 && equal(this.sslSocketFactory, that.sslSocketFactory)
132 && equal(this.hostnameVerifier, that.hostnameVerifier)
133 && equal(this.authenticator, that
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DContiguousSetTest.java94 * Make sure that we're using RegularContiguousSet.SerializedForm and not
106 ASSERT.that(set.headSet(1)).isEmpty();
107 ASSERT.that(set.headSet(2)).hasContentsInOrder(1);
108 ASSERT.that(set.headSet(3)).hasContentsInOrder(1, 2);
109 ASSERT.that(set.headSet(4)).hasContentsInOrder(1, 2, 3);
110 ASSERT.that(set.headSet(Integer.MAX_VALUE)).hasContentsInOrder(1, 2, 3);
111 ASSERT.that(set.headSet(1, true)).hasContentsInOrder(1);
112 ASSERT.that(set.headSet(2, true)).hasContentsInOrder(1, 2);
113 ASSERT.that(set.headSet(3, true)).hasContentsInOrder(1, 2, 3);
114 ASSERT.that(se
[all...]
H A DLegacyComparable.java25 * A class that implements {@code Comparable} without generics, such as those
26 * found in libraries that support Java 1.4 and before. Our library needs to
52 LegacyComparable that = (LegacyComparable) object;
53 return this.value.compareTo(that.value);
58 LegacyComparable that = (LegacyComparable) object;
59 return this.value.equals(that.value);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DAudioSpecificConfig.java516 throw new UnsupportedOperationException("can't serialize that yet");
529 throw new UnsupportedOperationException("can't serialize that yet");
994 AudioSpecificConfig that = (AudioSpecificConfig) o;
996 if (aacScalefactorDataResilienceFlag != that.aacScalefactorDataResilienceFlag) {
999 if (aacSectionDataResilienceFlag != that.aacSectionDataResilienceFlag) {
1002 if (aacSpectralDataResilienceFlag != that.aacSpectralDataResilienceFlag) {
1005 if (audioObjectType != that.audioObjectType) {
1008 if (channelConfiguration != that.channelConfiguration) {
1011 if (coreCoderDelay != that.coreCoderDelay) {
1014 if (dependsOnCoreCoder != that
[all...]
/external/chromium_org/base/win/
H A Dobject_watcher.cc2 // Use of this source code is governed by a BSD-style license that can be
88 // The destructor blocks on any callbacks that are in flight, so we know that
89 // that is always a pointer to a valid ObjectWater.
90 ObjectWatcher* that = static_cast<ObjectWatcher*>(param); local
91 that->origin_loop_->PostTask(FROM_HERE, that->callback_);
92 that->callback_.Reset();
105 // Need to shutdown the watch so that we don't try to access the MessageLoop
/external/chromium_org/tools/gyp/test/assembly/src/
H A Doverride_asm.asm2 ; Use of this source code is governed by a BSD-style license that can be
8 Bad stuff that shouldn't assemble.
/external/llvm/test/MC/Mips/
H A Dcfi.s6 # Check that we can accept register names in CFI directives and that they are
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontMgr_indirect.h4 * Use of this source code is governed by a BSD-style license that can be
79 DataEntry(DataEntry& that) argument
80 : fDataId(that.fDataId)
81 , fTtcIndex(that.fTtcIndex)
82 , fTypeface(that.fTypeface)
84 SkDEBUGCODE(that.fDataId = SkFontIdentity::kInvalidDataId;)
85 SkDEBUGCODE(that.fTtcIndex = 0xbbadbeef;)
86 that.fTypeface = NULL;
98 * typefaces with that data id. By storing the index next to the typeface,
/external/chromium_org/remoting/webapp/
H A Dhost_install_dialog.js2 // Use of this source code is governed by a BSD-style license that can be
47 * presumably after installing the host. The handler must verify that the host
70 var that = this;
73 that.continueInstallButton_.click();
74 that.hostInstaller_.cancel();
76 that.onErrorHandler_(remoting.Error.CANCELLED);
77 that.hostInstaller_.cancel();
83 * detects that the host components are still unavailable. The same onDone
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsearch.h41 * <tt>SearchIterator</tt> is an abstract base class that provides
56 * <tt>SearchIterator</tt> provides an API that is similar to that of
86 * Copy constructor that creates a SearchIterator instance with the same
103 * that's affected.
148 * Returns the index to the match in the text string that was searched.
155 * @return index of a substring within the text string that is being
182 * Returns the text that was matched by the most recent call to
198 * Set the BreakIterator that will be used to restrict the points
201 * @param breakiter A BreakIterator that wil
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsearch.h41 * <tt>SearchIterator</tt> is an abstract base class that provides
56 * <tt>SearchIterator</tt> provides an API that is similar to that of
86 * Copy constructor that creates a SearchIterator instance with the same
103 * that's affected.
148 * Returns the index to the match in the text string that was searched.
155 * @return index of a substring within the text string that is being
182 * Returns the text that was matched by the most recent call to
198 * Set the BreakIterator that will be used to restrict the points
201 * @param breakiter A BreakIterator that wil
[all...]
/external/llvm/lib/IR/
H A DLLVMContextImpl.h52 bool operator==(const KeyTy& that) const {
53 return type == that.type && this->val == that.val;
55 bool operator!=(const KeyTy& that) const {
56 return !this->operator==(that);
76 bool operator==(const KeyTy& that) const {
77 return this->val.bitwiseIsEqual(that.val);
79 bool operator!=(const KeyTy& that) const {
80 return !this->operator==(that);
109 bool operator==(const KeyTy& that) cons
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ultraviolet/
H A DBaseLocationBox.java88 BaseLocationBox that = (BaseLocationBox) o;
90 if (baseLocation != null ? !baseLocation.equals(that.baseLocation) : that.baseLocation != null) return false;
91 if (purchaseLocation != null ? !purchaseLocation.equals(that.purchaseLocation) : that.purchaseLocation != null)

Completed in 2085 milliseconds

1234567891011>>