Searched refs:that (Results 226 - 250 of 1359) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm23 # turns out that, for powers of two, this mod operation is
266 A stripped-down version of org.antlr.misc.BitSet that is just good enough to
306 These normally consist of either subroutines that may be exported, or methods
307 that may be called on objects belonging to the classes that the module provides.
312 context to help them understand the methods that are subsequently described.
317 A list of every error and warning message that the module can generate
318 (even the ones that will "never happen"), with a full explanation of each
327 meaning of any environment variables or properties that can be set. These
334 A list of all the other modules that thi
[all...]
/external/v8/src/
H A Dtypes.cc2 // Use of this source code is governed by a BSD-style license that can be
14 // NOTE: If code is marked as being a "shortcut", this means that removing
240 // because it means that the template isn't actually parametric.
395 bool TypeImpl<Config>::SimplyEquals(TypeImpl* that) { argument
398 return that->IsClass()
399 && *this->AsClass()->Map() == *that->AsClass()->Map();
402 return that->IsConstant()
403 && *this->AsConstant()->Value() == *that->AsConstant()->Value();
406 return that->IsContext()
407 && this->AsContext()->Outer()->Equals(that
434 SlowIs(TypeImpl* that) argument
473 NowIs(TypeImpl* that) argument
505 Maybe(TypeImpl* that) argument
[all...]
/external/apache-http/src/org/apache/http/auth/
H A DUsernamePasswordCredentials.java117 UsernamePasswordCredentials that = (UsernamePasswordCredentials) o;
118 if (LangUtils.equals(this.principal, that.principal)) {
/external/conscrypt/src/main/native/
H A Dsub.mk14 # Any shared/static libs that are listed here must also
/external/guava/guava/src/com/google/common/base/
H A DConverter.java36 * <p>The reverse operation <b>may</b> be a strict <i>inverse</i> (meaning that {@code
47 * <p>Note that it should still be the case that the round-tripped and original objects are
131 * very rare. Note that if backward conversion is not only unimplemented but
171 * Returns an iterable that applies {@code convert} to each element of {@code fromIterable}. The
261 ReverseConverter<?, ?> that = (ReverseConverter<?, ?>) object;
262 return this.original.equals(that.original);
333 ConverterComposition<?, ?, ?> that = (ConverterComposition<?, ?, ?>) object;
334 return this.first.equals(that.first)
335 && this.second.equals(that
[all...]
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 DCompoundOrdering.java24 /** An ordering that tries several comparators in order. */
56 CompoundOrdering<?> that = (CompoundOrdering<?>) object;
57 return this.comparators.equals(that.comparators);
H A DEmptyImmutableSet.java74 Set<?> that = (Set<?>) object;
75 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/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.java94 Set<?> that = (Set<?>) object;
95 return that.isEmpty();
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapAsMapTester.java59 ASSERT.that(collection).isNull();
61 ASSERT.that(collection).has().exactlyAs(expectedValues);
70 ASSERT.that(multimap().asMap().get(null)).has().exactly(getValueForNullKey());
75 ASSERT.that(multimap().asMap().get(null)).isNull();
89 ASSERT.that(multimap().asMap().remove(sampleKeys().e0)).iteratesAs(sampleValues().e0);
103 ASSERT.that(valueCollection)
106 ASSERT.that(valueCollection)
133 ASSERT.that(multimap().keySet()).iteratesAs(sampleKeys().e1);
/external/guava/guava-tests/test/com/google/common/collect/
H A DNewCustomTableTest.java54 ASSERT.that(table.rowKeySet()).has().exactly("foo", "bar").inOrder();
59 ASSERT.that(table.row("foo").keySet()).has().exactly(2, 3).inOrder();
/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/include/llvm/Linker/
H A DLinker.h25 /// module since it is assumed that the user of this class will want to do
35 bool operator==(const KeyTy &that) const;
36 bool operator!=(const KeyTy &that) const;
/external/llvm/lib/Option/
H A DAndroid.mk13 # FIXME: This only requires RTTI because tblgen uses it. Fix that.
/external/llvm/lib/Support/Unix/
H A DHost.inc15 //=== WARNING: Implementation here must contain only generic UNIX code that
40 // On darwin, we want to update the version to match that of the
/external/llvm/test/MC/ARM/
H A Darm-thumb-trustzone.s7 @ Check that the assembler processes SMC instructions when TrustZone support is
8 @ active and that it rejects them when this feature is not enabled
H A Darm-trustzone.s7 @ Check that the assembler processes SMC instructions when TrustZone support is
8 @ active and that it rejects them when this feature is not enabled

Completed in 1603 milliseconds

1234567891011>>