HomeSort by relevance Sort by last modified time
    Searched defs:other (Results 176 - 200 of 3919) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/proguard/src/proguard/classfile/attribute/preverification/
LessZeroFrame.java 86 LessZeroFrame other = (LessZeroFrame)object; local
88 return this.u2offsetDelta == other.u2offsetDelta &&
89 this.choppedVariablesCount != other.choppedVariablesCount;
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
UnknownFieldData.java 13 // in the documentation and/or other materials provided with the
77 UnknownFieldData other = (UnknownFieldData) o; local
78 return tag == other.tag && Arrays.equals(bytes, other.bytes);
  /external/skia/src/sksl/lex/
DFAState.h 20 bool operator==(const Label& other) const {
21 return fStates == other.fStates;
24 bool operator!=(const Label& other) const {
25 return !(*this == other);
49 DFAState(const DFAState& other) = delete; member in struct:DFAState
  /external/skqp/src/sksl/lex/
DFAState.h 20 bool operator==(const Label& other) const {
21 return fStates == other.fStates;
24 bool operator!=(const Label& other) const {
25 return !(*this == other);
49 DFAState(const DFAState& other) = delete; member in struct:DFAState
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
BaseAnnotation.java 13 * in the documentation and/or other materials provided with the
51 Annotation other = (Annotation)o; local
52 return (getVisibility() == other.getVisibility()) &&
53 getType().equals(other.getType()) &&
54 getElements().equals(other.getElements());
BaseAnnotationElement.java 13 * in the documentation and/or other materials provided with the
49 AnnotationElement other = (AnnotationElement)o; local
50 return getName().equals(other.getName()) &&
51 getValue().equals(other.getValue());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/
BaseFieldReference.java 13 * in the documentation and/or other materials provided with the
51 FieldReference other = (FieldReference)o; local
52 return getDefiningClass().equals(other.getDefiningClass()) &&
53 getName().equals(other.getName()) &&
54 getType().equals(other.getType());
BaseMethodProtoReference.java 13 * in the documentation and/or other materials provided with the
54 MethodProtoReference other = (MethodProtoReference)o; local
55 return getReturnType().equals(other.getReturnType()) &&
56 CharSequenceUtils.listEquals(getParameterTypes(), other.getParameterTypes());
BaseMethodReference.java 13 * in the documentation and/or other materials provided with the
55 MethodReference other = (MethodReference)o; local
56 return getDefiningClass().equals(other.getDefiningClass()) &&
57 getName().equals(other.getName()) &&
58 getReturnType().equals(other.getReturnType()) &&
59 CharSequenceUtils.listEquals(getParameterTypes(), other.getParameterTypes());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseAnnotationEncodedValue.java 13 * in the documentation and/or other materials provided with the
53 AnnotationEncodedValue other = (AnnotationEncodedValue)o; local
54 return getType().equals(other.getType()) &&
55 getElements().equals(other.getElements());
64 AnnotationEncodedValue other = (AnnotationEncodedValue)o;
65 res = getType().compareTo(other.getType());
67 return CollectionUtils.compareAsSet(getElements(), other.getElements());
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_sharding_test.cc 50 HloSharding other = HloSharding::Replicate(); local
51 EXPECT_EQ(other, sharding);
66 HloSharding other = HloSharding::Replicate(); local
67 EXPECT_NE(other, sharding);
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/
feature-stats-accumulator.h 42 FeatureStatsAccumulator(const FeatureStatsAccumulator& other) = delete; member in class:tensorflow::boosted_trees::learner::FeatureStatsAccumulator
43 FeatureStatsAccumulator& operator=(const FeatureStatsAccumulator& other) = member in class:tensorflow::boosted_trees::learner::FeatureStatsAccumulator
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_stream.h 78 WeightedQuantilesStream(const WeightedQuantilesStream& other) = delete; member in class:tensorflow::boosted_trees::quantiles::WeightedQuantilesStream
80 WeightedQuantilesStream(WeightedQuantilesStream&& other) = default; member in class:tensorflow::boosted_trees::quantiles::WeightedQuantilesStream
81 WeightedQuantilesStream& operator=(WeightedQuantilesStream&& other) = default; member in class:tensorflow::boosted_trees::quantiles::WeightedQuantilesStream
  /external/testng/src/main/java/org/testng/internal/collections/
Pair.java 46 final Pair other = (Pair) obj; local
48 if (other.first != null) {
52 else if (!first.equals(other.first)) {
56 if (other.second != null) {
60 else if (!second.equals(other.second)) {
  /external/turbine/java/com/google/turbine/binder/sym/
FieldSymbol.java 58 FieldSymbol other = (FieldSymbol) obj; local
59 return name().equals(other.name()) && owner().equals(other.owner());
MethodSymbol.java 58 MethodSymbol other = (MethodSymbol) obj; local
59 return name().equals(other.name()) && owner().equals(other.owner());
TyVarSymbol.java 59 TyVarSymbol other = (TyVarSymbol) obj; local
60 return name.equals(other.name()) && owner().equals(other.owner());
  /external/v4l2_codec2/vda/
video_decode_accelerator.cc 55 VideoDecodeAccelerator::Capabilities::Capabilities(const Capabilities& other) = member in class:media::VideoDecodeAccelerator::Capabilities
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.h 52 AnnexBBufferReader(const AnnexBBufferReader& other) = delete; member in class:webrtc::final
53 void operator=(const AnnexBBufferReader& other) = delete; member in class:webrtc::final
80 AvccBufferWriter(const AvccBufferWriter& other) = delete; member in class:webrtc::final
81 void operator=(const AvccBufferWriter& other) = delete; member in class:webrtc::final
  /frameworks/av/services/camera/libcameraservice/utils/
AutoConditionLock.h 68 AutoConditionLock(const AutoConditionLock& other) = delete; member in class:android::final
  /frameworks/base/core/java/android/content/pm/
PackageCleanItem.java 41 PackageCleanItem other = (PackageCleanItem)obj; local
42 return userId == other.userId && packageName.equals(other.packageName)
43 && andCode == other.andCode;
  /frameworks/base/core/java/android/hardware/camera2/params/
BlackLevelPattern.java 113 final BlackLevelPattern other = (BlackLevelPattern) obj; local
114 return Arrays.equals(other.mCfaOffsets, mCfaOffsets);
OisSample.java 103 final OisSample other = (OisSample) obj; local
104 return mTimestampNs == other.mTimestampNs
105 && mXShift == other.mXShift
106 && mYShift == other.mYShift;
  /frameworks/base/core/java/android/print/
PrintJobId.java 72 PrintJobId other = (PrintJobId) obj; local
73 if (!mValue.equals(other.mValue)) {
  /frameworks/base/core/java/android/security/net/config/
Pin.java 66 Pin other = (Pin) obj; local
67 if (other.hashCode() != mHashCode) {
70 if (!Arrays.equals(digest, other.digest)) {
73 if (!digestAlgorithm.equals(other.digestAlgorithm)) {

Completed in 619 milliseconds

1 2 3 4 5 6 78 91011>>