Searched refs:that (Results 51 - 75 of 1359) sorted by relevance

1234567891011>>

/external/glide/library/src/main/java/com/bumptech/glide/signature/
H A DMediaStoreSignature.java10 * A unique signature based on metadata data from the media store that detects common changes to media store files like
45 MediaStoreSignature that = (MediaStoreSignature) o;
47 if (dateModified != that.dateModified) {
50 if (orientation != that.orientation) {
53 if (mimeType != null ? !mimeType.equals(that.mimeType) : that.mimeType != null) {
/external/skia/include/gpu/
H A DGrFragmentProcessor.h4 * Use of this source code is governed by a BSD-style license that can be
20 GrCoordTransforms to receive a transformation of the local coordinates that map from local space
65 bool isEqual(const GrFragmentProcessor& that) const {
66 if (this->classID() != that.classID() ||
67 !this->hasSameTransforms(that) ||
68 !this->hasSameTextureAccesses(that)) {
71 return this->onIsEqual(that);
89 * fragment the matrix will be applied to the local coordinate that maps to the fragment.
98 * A processor subclass that has multiple methods of construction should always add its coord
105 * If the prceossor will generate a result that doe
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DOriginalKey.java30 OriginalKey that = (OriginalKey) o;
32 if (!id.equals(that.id)) {
35 if (!signature.equals(that.signature)) {
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DMultiClassKey.java40 MultiClassKey that = (MultiClassKey) o;
42 if (!first.equals(that.first)) {
45 if (!second.equals(that.second)) {
/external/google-breakpad/src/processor/
H A Dbasic_code_modules.h5 // modification, are permitted provided that the following conditions are
30 // basic_code_modules.h: Contains all of the CodeModule objects that
34 // instantiated directly, only based on other objects that implement
56 // resources that other implementations may require. A copy will be
58 explicit BasicCodeModules(const CodeModules *that);
82 BasicCodeModules(const BasicCodeModules &that);
83 void operator=(const BasicCodeModules &that);
H A Dwindows_frame_info.h5 // modification, are permitted provided that the following conditions are
162 // CopyFrom makes "this" WindowsFrameInfo object identical to "that".
163 void CopyFrom(const WindowsFrameInfo &that) { argument
164 type_ = that.type_;
165 valid = that.valid;
166 prolog_size = that.prolog_size;
167 epilog_size = that.epilog_size;
168 parameter_size = that.parameter_size;
169 saved_register_size = that.saved_register_size;
170 local_size = that
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dschriter.h32 * A concrete subclass of CharacterIterator that iterates over the
35 * iterator that iterates over an entire UnicodeString, but also to
36 * create one that iterates over only a subrange of a UnicodeString
89 * of the same string as "that", and its initial position is the
90 * same as "that"'s current position.
91 * The UnicodeString object in "that" is copied.
92 * @param that The StringCharacterIterator to be copied
95 StringCharacterIterator(const StringCharacterIterator& that);
105 * range of the same string as "that", and refers to the same
106 * character within that strin
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
H A DPrecompiledTemplateMapKey.java50 PrecompiledTemplateMapKey that = (PrecompiledTemplateMapKey) o;
52 return templateName.equals(that.templateName) && (escapeMode == that.escapeMode);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DRouteList.java74 RouteList that = (RouteList) other;
75 if (this.size() != that.size())
78 ListIterator<Route> it1 = that.listIterator();
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) {
/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...]
/external/skia/src/gpu/
H A DGrProcessor.cpp4 * Use of this source code is governed by a BSD-style license that can be
118 bool GrProcessor::hasSameTextureAccesses(const GrProcessor& that) const {
119 if (this->numTextures() != that.numTextures()) {
123 if (this->textureAccess(i) != that.textureAccess(i)) {
138 bool GrFragmentProcessor::hasSameTransforms(const GrFragmentProcessor& that) const {
139 if (fCoordTransforms.count() != that.fCoordTransforms.count()) {
144 if (*fCoordTransforms[i] != *that.fCoordTransforms[i]) {
/external/boringssl/
H A Dflavor.mk1 # This makefile exists to be included by makefiles in other directories so that
/external/clang/test/CodeGen/
H A Dmozilla-ms-inline-asm.c8 void invoke(void* that, unsigned methodIndex, argument
54 mov ecx,that
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DUnhashableObject.java36 UnhashableObject that = (UnhashableObject) object;
37 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/mips32r3/
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/mips32r5/
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/mips64r3/
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/mips64r5/
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/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultisetTest.java86 ASSERT.that(elementSet.headSet("b")).has().exactly("a").inOrder();
87 ASSERT.that(elementSet.tailSet("b")).has().exactly("b", "c").inOrder();
88 ASSERT.that(elementSet.subSet("a", "c")).has().exactly("a", "b").inOrder();
101 ASSERT.that(elementSet).has().exactly("a", "b", "c", "d", "e", "f").inOrder();
103 ASSERT.that(subset).has().exactly("b", "c", "d", "e").inOrder();
106 ASSERT.that(elementSet).has().exactly("a", "b", "d", "e", "f").inOrder();
107 ASSERT.that(subset).has().exactly("b", "d", "e").inOrder();
111 ASSERT.that(elementSet).has().exactly("a", "b", "d", "e", "f").inOrder();
112 ASSERT.that(subset).has().exactly("b", "d", "e").inOrder();
126 ASSERT.that(elementSe
[all...]

Completed in 719 milliseconds

1234567891011>>