Searched refs:that (Results 126 - 150 of 1681) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregion.h33 * types of region codes that are important to distinguish.
44 * TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but also
45 * include areas that are not separate countries, such as the code "AQ" for Antarctica or the code
50 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown,
51 * or that the value supplied as a region was invalid.
53 * DEPRECATED - Region codes that have been defined in the past but are no longer in modern usage,
56 * GROUPING - A widely understood grouping of territories that has a well defined membership such
57 * that a region code has been assigned for it. Some of these are UNM.49 codes that do't fall into
58 * the world/continent/sub-continent hierarchy, while others are just well known groupings that hav
[all...]
H A Dtztrans.h81 * @param that The object to be compared with.
85 UBool operator==(const TimeZoneTransition& that) const;
90 * @param that The object to be compared with.
94 UBool operator!=(const TimeZoneTransition& that) const;
/external/chromium_org/third_party/libyuv/
H A Dpublic.mk3 # Note that dependencies on NDK are not directly listed since NDK auto adds
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfglobal.asm2 ; program that calls function with eax=constant, thus exiting err=0
/external/doclava/src/com/google/doclava/
H A DKeywordEntry.java38 public int compareTo(Object that) { argument
39 return this.label.compareToIgnoreCase(((KeywordEntry) that).label);
/external/icu/icu4c/source/common/unicode/
H A Dstrenum.h25 * method that returns the next UnicodeString since in C++ this can
28 * <p>The model is that the enumeration is over strings maintained by
32 * guarantee that the service didn't change immediately after the
38 * 'next' that you call. In general the StringEnumeration is
81 * <p>Return the number of elements that the iterator traverses. If
103 * terminating NUL) is returned at that address. If an error
135 * terminating NUL) is returned at that address. If an error
195 * @param that The other string enumeration to compare this object to
199 virtual UBool operator==(const StringEnumeration& that)const;
203 * @param that Th
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtztrans.h81 * @param that The object to be compared with.
85 UBool operator==(const TimeZoneTransition& that) const;
90 * @param that The object to be compared with.
94 UBool operator!=(const TimeZoneTransition& that) const;
/external/libyuv/
H A Dpublic.mk3 # Note that dependencies on NDK are not directly listed since NDK auto adds
/external/llvm/test/MC/AArch64/
H A Darm64-separator.s3 ; ARM64 uses a multi-character statement separator, "%%". Check that we lex
9 ; to verify that. For this test, we don't care what the encoding is, just that
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho-stripped.s4 # We are checking that disassembly happens when there are no symbols.
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsMockWrapper.java44 HashCodeAndEqualsMockWrapper that = (HashCodeAndEqualsMockWrapper) o;
46 return mockInstance == that.mockInstance;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DProfileLevelIndicationDescriptor.java57 ProfileLevelIndicationDescriptor that = (ProfileLevelIndicationDescriptor) o;
59 if (profileLevelIndicationIndex != that.profileLevelIndicationIndex) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DRateShareEntry.java32 * consecutive samples and it may therefore be enough to define two or three sample group descriptions that
39 * Target rate share may be specified for several operation points that are defined in terms of the total available
40 * bitrate, i.e., the bitrate that should be shared. If only one operation point is defined, the target rate share
164 RateShareEntry that = (RateShareEntry) o;
166 if (discardPriority != that.discardPriority) {
169 if (maximumBitrate != that.maximumBitrate) {
172 if (minimumBitrate != that.minimumBitrate) {
175 if (operationPointCut != that.operationPointCut) {
178 if (targetRateShare != that.targetRateShare) {
181 if (entries != null ? !entries.equals(that
[all...]
H A DCencSampleEncryptionInformationGroupEntry.java103 CencSampleEncryptionInformationGroupEntry that = (CencSampleEncryptionInformationGroupEntry) o;
105 if (isEncrypted != that.isEncrypted) {
108 if (ivSize != that.ivSize) {
111 if (!Arrays.equals(kid, that.kid)) {
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java86 AddressImpl that = (AddressImpl) other;
87 if (that.getMatcher() != null)
88 return that.getMatcher().match(this.encode());
89 else if (that.displayName != null && this.displayName == null)
91 else if (that.displayName == null)
92 return address.match(that.address);
94 return displayName.equalsIgnoreCase(that.displayName)
95 && address.match(that.address);
110 /** Get the port from the imbedded URI. This assumes that a SIP URL
124 * that th
[all...]
/external/qemu/
H A DAndroid.mk1 # the following test is made to detect that we were called
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowColorDrawable.java26 ShadowColorDrawable that = shadowOf((ColorDrawable)o);
28 if (colorResourceId != that.colorResourceId) return false;
/external/valgrind/main/none/tests/s390x/
H A Dfpext_fail.stderr.exp3 Encountered an instruction that requires the floating point extension facility.
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawState.cpp4 * Use of this source code is governed by a BSD-style license that can be
93 GrDrawState& GrDrawState::operator=(const GrDrawState& that) { argument
95 SkASSERT(!that.fRenderTarget.ownsPendingIO());
97 this->setRenderTarget(that.getRenderTarget());
98 fColor = that.fColor;
99 fViewMatrix = that.fViewMatrix;
100 fSrcBlend = that.fSrcBlend;
101 fDstBlend = that.fDstBlend;
102 fBlendConstant = that.fBlendConstant;
103 fFlagBits = that
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_metadata.h2 // Use of this source code is governed by a BSD-style license that can be
27 bool operator==(const SyncFileMetadata& that) const;
/external/chromium_org/extensions/common/permissions/
H A Dpermission_message.h2 // Use of this source code is governed by a BSD-style license that can be
109 // Gets a localized message describing this permission. Please note that
114 // note that the message will be empty for message types TYPE_NONE and
119 bool operator<(const PermissionMessage& that) const {
120 return id_ < that.id_;
123 bool operator>(const PermissionMessage& that) const {
124 return id_ > that.id_;
/external/clang/test/CXX/special/class.init/class.base.init/
H A Dp9-0x.cpp12 T *that = this; member in struct:S::T
/external/clang/test/PCH/
H A Dcxx-member-init.cpp13 S *that = this; member in struct:S
/external/llvm/test/MC/Mips/
H A Dhilo-addressing.s11 # Check that 1 is added to the high 16 bits if bit 15 of the low part is 1.
20 # Check that assembler can handle %hi(label1 - label2) and %lo(label1 - label2)
24 # Emit zeros so that difference between $L3 and $L1 is 0x30124 bytes.
39 # Check that relocation isn't emitted for %hi(label1 - label2) and
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DAbstractTrackEncryptionBox.java77 AbstractTrackEncryptionBox that = (AbstractTrackEncryptionBox) o;
79 if (defaultAlgorithmId != that.defaultAlgorithmId) return false;
80 if (defaultIvSize != that.defaultIvSize) return false;
81 if (!Arrays.equals(default_KID, that.default_KID)) return false;

Completed in 611 milliseconds

1234567891011>>