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

1234567891011>>

/external/apache-http/src/org/apache/http/auth/
H A DNTUserPrincipal.java99 NTUserPrincipal that = (NTUserPrincipal) o;
100 if (LangUtils.equals(this.username, that.username)
101 && LangUtils.equals(this.domain, that.domain)) {
/external/apache-http/src/org/apache/http/conn/routing/
H A DRouteTracker.java57 * <code>null</code> indicates that the default should be used.
62 // now follow attributes that indicate the established route
334 RouteTracker that = (RouteTracker) o;
335 boolean equal = this.targetHost.equals(that.targetHost);
337 ( this.localAddress == that.localAddress) ||
339 this.localAddress.equals(that.localAddress));
341 ( this.proxyChain == that.proxyChain) ||
343 (that.proxyChain != null) &&
344 (this.proxyChain.length == that.proxyChain.length));
347 (this.connected == that
[all...]
H A DHttpRoute.java58 * <code>null</code> indicates that the default should be used.
108 // tunnelled is already checked above, that is in line with the default
193 * For convenience, it is assumed that a secure connection will be
347 HttpRoute that = (HttpRoute) o;
348 boolean equal = this.targetHost.equals(that.targetHost);
350 ( this.localAddress == that.localAddress) ||
352 this.localAddress.equals(that.localAddress));
354 ( this.proxyChain == that.proxyChain) ||
356 (that.proxyChain != null) &&
357 (this.proxyChain.length == that
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicNameValuePair.java170 BasicNameValuePair that = (BasicNameValuePair) object;
171 return this.name.equals(that.name)
172 && LangUtils.equals(this.value, that.value);
/external/guava/guava/src/com/google/common/base/
H A DFunctionalEquivalence.java63 FunctionalEquivalence<?, ?> that = (FunctionalEquivalence<?, ?>) obj;
64 return function.equals(that.function)
65 && resultEquivalence.equals(that.resultEquivalence);
H A DPredicates.java51 * Returns a predicate that always evaluates to {@code true}.
59 * Returns a predicate that always evaluates to {@code false}.
67 * Returns a predicate that evaluates to {@code true} if the object reference
76 * Returns a predicate that evaluates to {@code true} if the object reference
85 * Returns a predicate that evaluates to {@code true} if the given predicate
93 * Returns a predicate that evaluates to {@code true} if each of its
107 * Returns a predicate that evaluates to {@code true} if each of its
120 * Returns a predicate that evaluates to {@code true} if both of its
132 * Returns a predicate that evaluates to {@code true} if any one of its
146 * Returns a predicate that evaluate
[all...]
H A DFunctions.java44 * Returns a function that calls {@code toString()} on its argument. The function does not accept
94 * IllegalArgumentException} if given a key that does not exist in the map.
116 FunctionForMapNoDefault<?, ?> that = (FunctionForMapNoDefault<?, ?>) o;
117 return map.equals(that.map);
135 * this method returns {@code defaultValue} for all inputs that do not belong to the map's key
138 * @param map source map that determines the function behavior
139 * @param defaultValue the value to return for inputs that aren't map keys
140 * @return function that returns {@code map.get(a)} when {@code a} is a key, or {@code
164 ForMapWithDefault<?, ?> that = (ForMapWithDefault<?, ?>) o;
165 return map.equals(that
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DRemovalNotification.java80 Entry<?, ?> that = (Entry<?, ?>) object;
81 return Objects.equal(this.getKey(), that.getKey())
82 && Objects.equal(this.getValue(), that.getValue());
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMapEntry.java48 Entry<?, ?> that = (Entry<?, ?>) object;
49 return Objects.equal(this.getKey(), that.getKey())
50 && Objects.equal(this.getValue(), that.getValue());
H A DByFunctionOrdering.java30 * An ordering that orders elements by applying an order to the result of a
54 ByFunctionOrdering<?, ?> that = (ByFunctionOrdering<?, ?>) object;
55 return this.function.equals(that.function)
56 && this.ordering.equals(that.ordering);
H A DForwardingMapEntry.java43 * the desired behavior for map implementations that use non-standard notions of
48 * when all of the methods that they depend on are thread-safe.
97 Entry<?, ?> that = (Entry<?, ?>) object;
98 return Objects.equal(this.getKey(), that.getKey())
99 && Objects.equal(this.getValue(), that.getValue());
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalSet.java26 * A simplistic set which implements the bare minimum so that it can be used in
28 * allows null elements so that they can be used in the testers.
69 Set<?> that = (Set<?>) object;
70 return (this.size() == that.size()) && this.containsAll(that);
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DTesterRequirements.java25 * Encapsulates the constraints that a class under test must satisfy in order
26 * for a tester method to be run against that class.
64 TesterRequirements that = (TesterRequirements) object;
65 return this.presentFeatures.equals(that.presentFeatures)
66 && this.absentFeatures.equals(that.absentFeatures);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DTemporalLevelEntry.java22 * The Temporal Level sample grouping ('tele') provides a codec-independent sample grouping that can be used to group samples (access units) in a track (and potential track fragments) according to temporal level, where samples of one temporal level have no coding dependencies on samples of higher temporal levels. The temporal level equals the sample group description index (taking values 1, 2, 3, etc). The bitstream containing only the access units from the first temporal level to a higher temporal level remains conforming to the coding standard.
59 TemporalLevelEntry that = (TemporalLevelEntry) o;
61 if (levelIndependentlyDecodable != that.levelIndependentlyDecodable) return false;
62 if (reserved != that.reserved) return false;
H A DUnknownEntry.java70 UnknownEntry that = (UnknownEntry) o;
72 if (content != null ? !content.equals(that.content) : that.content != null) {
H A DVisualRandomAccessEntry.java24 * For some coding systems a sync sample is specified to be a random access point after which all samples in decoding order can be correctly decoded. However, it may be possible to encode an “open” random access point, after which all samples in output order can be correctly decoded, but some samples following the random access point in decoding order and preceding the random access point in output order need not be correctly decodable. For example, an intra picture starting an open group of pictures can be followed in decoding order by (bi-)predicted pictures that however precede the intra picture in output order; though they possibly cannot be correctly decoded if the decoding starts from the intra picture, they are not needed.
26 * Such “open” random-access samples can be marked by being a member of this group. Samples marked by this group must be random access points, and may also be sync points (i.e. it is not required that samples marked by the sync sample table be excluded).
70 VisualRandomAccessEntry that = (VisualRandomAccessEntry) o;
72 if (numLeadingSamples != that.numLeadingSamples) return false;
73 if (numLeadingSamplesKnown != that.numLeadingSamplesKnown) return false;
/external/nist-sip/java/gov/nist/core/
H A DHostPort.java67 * Note that this could be different from the string that has
91 HostPort that = (HostPort) other;
92 return port == that.port && host.equals(that.host);
H A DNameValue.java107 * A flag that indicates that doublequotes should be put around the value
149 * Bug: RFC3261 stipulates that an opaque parameter in authenticate header
226 NameValue that = (NameValue) other;
227 if (this == that)
229 if (this.name == null && that.name != null || this.name != null
230 && that.name == null)
232 if (this.name != null && that.name != null
233 && this.name.compareToIgnoreCase(that.name) != 0)
235 if (this.value != null && that
[all...]
/external/skia/include/utils/win/
H A DSkTScopedComPtr.h5 * Use of this source code is governed by a BSD-style license that can be
51 void swap(SkTScopedComPtr<T>& that) { argument
53 this->fPtr = that.fPtr;
54 that.fPtr = temp;
/external/icu4c/i18n/unicode/
H A Dtzrule.h51 * @param that The object to be compared with.
55 virtual UBool operator==(const TimeZoneRule& that) const;
60 * @param that The object to be compared with.
64 virtual UBool operator!=(const TimeZoneRule& that) const;
242 * @param that The object to be compared with.
246 virtual UBool operator==(const TimeZoneRule& that) const;
251 * @param that The object to be compared with.
255 virtual UBool operator!=(const TimeZoneRule& that) const;
275 * @param that The <code>TimeZoneRule</code> object to be compared with.
279 virtual UBool isEquivalentTo(const TimeZoneRule& that) cons
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultisetsTest.java84 ASSERT.that(multisetView.elementSet()).hasContentsAnyOrder("foo", null);
85 ASSERT.that(multisetView.entrySet()).hasContentsAnyOrder(
116 ASSERT.that(set).hasContentsInOrder(
126 ASSERT.that(set).hasContentsInOrder(new LegacyComparable("bar"),
136 ASSERT.that(multiset).hasContentsInOrder("foo", "foo", "bar", "bar", "bar");
144 ASSERT.that(multiset).hasContentsInOrder();
158 ASSERT.that(Multisets.intersection(ms1, ms2)).hasContentsInOrder();
164 ASSERT.that(Multisets.intersection(ms1, ms2)).hasContentsInOrder();
198 ASSERT.that(multiset).hasContentsInOrder("a", "b");
206 ASSERT.that(multise
[all...]
/external/icu4c/i18n/
H A Dcoleitr.cpp87 const CollationElementIterator& that) const
89 if (this == &that || m_data_ == that.m_data_) {
94 if (m_data_->iteratordata_.coll != that.m_data_->iteratordata_.coll)
103 int thatlength = (int)(that.m_data_->iteratordata_.endp - that.m_data_->iteratordata_.string);
110 that.m_data_->iteratordata_.string,
114 if (getOffset() != that.getOffset()) {
120 if ((that.m_data_->iteratordata_.flags & UCOL_ITER_HASLEN) != 0) {
126 != that
[all...]
/external/icu4c/common/
H A Duchriter.cpp50 UCharCharacterIterator::UCharCharacterIterator(const UCharCharacterIterator& that) argument
51 : CharacterIterator(that),
52 text(that.text)
57 UCharCharacterIterator::operator=(const UCharCharacterIterator& that) { argument
58 CharacterIterator::operator=(that);
59 text = that.text;
67 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
68 if (this == &that) {
71 if (typeid(*this) != typeid(that)) {
75 UCharCharacterIterator& realThat = (UCharCharacterIterator&)that;
[all...]
/external/oprofile/events/mips/20K/
H A Devents11 event:0x5 counters:0 um:zero minimum:500 name:BRANCHES_MISSPREDICTED : Branches that mispredicted before completing execution
12 event:0x6 counters:0 um:zero minimum:500 name:BRANCHES_COMPLETED : Branches that completed execution
18 event:0xc counters:0 um:zero minimum:500 name:RPS_MISSPREDICTS : JR instructions that mispredicted using the Return Prediction Stack (RPS)
19 event:0xd counters:0 um:zero minimum:500 name:JR_INSNS_COMPLETED : JR instruction that completed execution
21 event:0xf counters:0 um:zero minimum:500 name:INSNS_COMPLETED : Instruction that completed execution (with or without exception)
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java48 * Returns a predicate that always evaluates to {@code true}.
56 * Returns a predicate that always evaluates to {@code false}.
64 * Returns a predicate that evaluates to {@code true} if the object reference
73 * Returns a predicate that evaluates to {@code true} if the object reference
82 * Returns a predicate that evaluates to {@code true} if the given predicate
90 * Returns a predicate that evaluates to {@code true} if each of its
104 * Returns a predicate that evaluates to {@code true} if each of its
117 * Returns a predicate that evaluates to {@code true} if both of its
129 * Returns a predicate that evaluates to {@code true} if any one of its
143 * Returns a predicate that evaluate
[all...]

Completed in 367 milliseconds

1234567891011>>