Searched refs:that (Results 251 - 275 of 1681) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtrule.h139 * @param that The object to be compared with.
143 UBool operator==(const DateTimeRule& that) const;
148 * @param that The object to be compared with.
152 UBool operator!=(const DateTimeRule& that) const;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsfwdchit.cpp18 // A hash code of kInvalidHashCode indicates that the has code needs
71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
72 if(this == &that) {
76 if(that->fHashCode != kInvalidHashCode && this->fHashCode = that->fHashCode) {
80 if(this->fStart == that->fStart) {
84 if(this->fLen == that->fLen && uprv_memcmp(this->fStart, that->fStart, this->fLen) {
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Darm64_make5 # Use of this source code is governed by a BSD-style license that can be
12 arm64_make - this script builds a AArch64 version of skia that
16 Assumes that you have already run the download_deps script.
H A Dbarelinux_make5 # Use of this source code is governed by a BSD-style license that can be
17 barelinux_make - this script builds a version of skia that does not
21 Assumes that you have already run the download_deps script.
/external/conscrypt/src/main/native/
H A Dsub.mk12 # Any shared/static libs that are listed here must also
/external/guava/guava/src/com/google/common/base/
H A DPairwiseEquivalence.java62 PairwiseEquivalence<?> that = (PairwiseEquivalence<?>) object;
63 return this.elementEquivalence.equals(that.elementEquivalence);
/external/guava/guava/src/com/google/common/collect/
H A DComparatorOrdering.java60 ComparatorOrdering<?> that = (ComparatorOrdering<?>) object;
61 return this.comparator.equals(that.comparator);
H A DCompoundOrdering.java25 /** An ordering that tries several comparators in order. */
61 CompoundOrdering<?> that = (CompoundOrdering<?>) object;
62 return this.comparators.equals(that.comparators);
H A DEmptyImmutableMap.java72 Map<?, ?> that = (Map<?, ?>) object;
73 return that.isEmpty();
H A DEmptyImmutableSet.java77 Set<?> that = (Set<?>) object;
78 return that.isEmpty();
H A DExplicitOrdering.java26 /** An ordering that compares objects according to a given order. */
63 ExplicitOrdering<?> that = (ExplicitOrdering<?>) object;
64 return this.rankMap.equals(that.rankMap);
H A DLexicographicalOrdering.java63 LexicographicalOrdering<?> that = (LexicographicalOrdering<?>) object;
64 return this.elementOrder.equals(that.elementOrder);
H A DNullsFirstOrdering.java25 /** An ordering that treats {@code null} as less than all other values. */
66 NullsFirstOrdering<?> that = (NullsFirstOrdering<?>) object;
67 return this.ordering.equals(that.ordering);
H A DNullsLastOrdering.java25 /** An ordering that treats {@code null} as greater than all other values. */
66 NullsLastOrdering<?> that = (NullsLastOrdering<?>) object;
67 return this.ordering.equals(that.ordering);
/external/guava/guava/src/com/google/common/hash/
H A DHashCode.java52 // TODO(user): consider ByteString here, when that is available
79 HashCode that = (HashCode) object;
82 return MessageDigest.isEqual(this.asBytes(), that.asBytes());
94 * As long as the hash function that produced this isn't of horrible quality, this
104 * <p>Note that if the output is considered to be a single hexadecimal number, this hash code's
105 * bytes are the <i>big-endian</i> representation of that number. This may be surprising since
107 * this format conveniently matches that of utilities such as the UNIX {@code md5sum} command.
/external/guava/guava/src/com/google/common/net/
H A DHostSpecifier.java37 * <p>Note that no network lookups are performed by any {@code HostSpecifier}
38 * methods. No attempt is made to verify that a provided specifier corresponds
42 * <p>If you know that a given string represents a numeric IP address, use
45 * Similarly, if you know that a given string represents a domain name, use
76 // Verify that no port was specified, and strip optional brackets from
113 * {@link #fromValid(String)} for a specifier that is not already known to be
124 // fromValid(), we implement this method in terms of that one rather
155 final HostSpecifier that = (HostSpecifier) other;
156 return this.canonicalForm.equals(that.canonicalForm);
171 * an IPv6 address without brackets, brackets are added so that th
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyContiguousSet.java99 Set<?> that = (Set<?>) object;
100 return that.isEmpty();
/external/guava/guava-tests/test/com/google/common/collect/
H A DNewCustomTableTest.java54 ASSERT.that(table.rowKeySet()).hasContentsInOrder("foo", "bar");
59 ASSERT.that(table.row("foo").keySet()).hasContentsInOrder(2, 3);
H A DSortedIterablesTest.java37 ASSERT.that(SortedIterables.sortedCounts(Ordering.natural(), list))
47 ASSERT.that(SortedIterables.sortedCounts(Ordering.natural(), list.iterator()))
H A DSortedMapsTest.java114 ASSERT.that(filtered.keySet()).hasContentsInOrder(2, 4, 6);
118 ASSERT.that(filtered.headMap(5).keySet()).hasContentsInOrder(2, 4);
119 ASSERT.that(filtered.tailMap(3).keySet()).hasContentsInOrder(4, 6);
120 ASSERT.that(filtered.subMap(3, 5).keySet()).hasContentsInOrder(4);
143 ASSERT.that(filtered.keySet()).hasContentsInOrder(3, 4, 5, 7);
147 ASSERT.that(filtered.headMap(5).keySet()).hasContentsInOrder(3, 4);
148 ASSERT.that(filtered.tailMap(4).keySet()).hasContentsInOrder(4, 5, 7);
149 ASSERT.that(filtered.subMap(4, 6).keySet()).hasContentsInOrder(4, 5);
/external/icu/icu4c/source/common/unicode/
H A Dparsepos.h98 UBool operator==(const ParsePosition& that) const;
105 UBool operator!=(const ParsePosition& that) const;
/external/icu/icu4c/source/i18n/unicode/
H A Ddtrule.h139 * @param that The object to be compared with.
143 UBool operator==(const DateTimeRule& that) const;
148 * @param that The object to be compared with.
152 UBool operator!=(const DateTimeRule& that) const;
H A Dregion.h32 * types of region codes that are important to distinguish.
43 * TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but also
44 * include areas that are not separate countries, such as the code "AQ" for Antarctica or the code
49 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown,
50 * or that the value supplied as a region was invalid.
52 * DEPRECATED - Region codes that have been defined in the past but are no longer in modern usage,
55 * GROUPING - A widely understood grouping of territories that has a well defined membership such
56 * that a region code has been assigned for it. Some of these are UNM.49 codes that do't fall into
57 * the world/continent/sub-continent hierarchy, while others are just well known groupings that hav
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.cpp18 // A hash code of kInvalidHashCode indicates that the has code needs
71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
72 if(this == &that) {
76 if(that->fHashCode != kInvalidHashCode && this->fHashCode = that->fHashCode) {
80 if(this->fStart == that->fStart) {
84 if(this->fLen == that->fLen && uprv_memcmp(this->fStart, that->fStart, this->fLen) {
/external/llvm/lib/Option/
H A DAndroid.mk13 # FIXME: This only requires RTTI because tblgen uses it. Fix that.

Completed in 315 milliseconds

<<11121314151617181920>>