Searched refs:other (Results 51 - 75 of 1751) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/dom/
H A DPendingScript.h11 * documentation and/or other materials provided with the distribution.
59 PendingScript(const PendingScript& other) argument
60 : CachedResourceClient(other)
61 , m_watchingForLoad(other.m_watchingForLoad)
62 , m_element(other.m_element)
63 , m_startingPosition(other.m_startingPosition)
65 setCachedScript(other.cachedScript());
70 PendingScript& operator=(const PendingScript& other) argument
72 if (this == &other)
75 m_watchingForLoad = other
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DCacheStats.java127 * attempts, and requests which waited for other threads to finish loading. It is thus the case
209 * and {@code other}. Negative values, which aren't supported by {@code CacheStats} will be
212 public CacheStats minus(CacheStats other) { argument
214 Math.max(0, hitCount - other.hitCount),
215 Math.max(0, missCount - other.missCount),
216 Math.max(0, loadSuccessCount - other.loadSuccessCount),
217 Math.max(0, loadExceptionCount - other.loadExceptionCount),
218 Math.max(0, totalLoadTime - other.totalLoadTime),
219 Math.max(0, evictionCount - other.evictionCount));
224 * and {@code other}
228 plus(CacheStats other) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAContext.java13 * documentation and/or other materials provided with the distribution.
31 * other NFAs. These trees only have to point upwards to their parents
139 NFAContext other = ((NFAContext)o);
140 if ( this.cachedHashCode != other.cachedHashCode ) {
143 if ( this==other ) {
146 // System.out.println("comparing "+this+" with "+other);
148 while ( sp.parent!=null && other.parent!=null ) {
149 if ( sp.invokingState != other.invokingState ) {
153 other = other
183 conflictsWith(NFAContext other) argument
207 suffix(NFAContext other) argument
[all...]
H A DLookaheadSet.java13 * documentation and/or other materials provided with the distribution.
36 * cannot be stored in my BitSet, I set a condition here. There may be other
55 public LookaheadSet(LookaheadSet other) { argument
57 this.tokenTypeSet.addAll(other.tokenTypeSet);
60 public void orInPlace(LookaheadSet other) { argument
61 this.tokenTypeSet.addAll(other.tokenTypeSet);
64 public LookaheadSet or(LookaheadSet other) { argument
65 return new LookaheadSet(tokenTypeSet.or(other.tokenTypeSet));
68 public LookaheadSet subtract(LookaheadSet other) { argument
69 return new LookaheadSet(this.tokenTypeSet.subtract(other
94 equals(Object other) argument
[all...]
/external/webkit/Source/WebCore/platform/network/
H A DResourceLoadTiming.h11 * documentation and/or other materials provided with the distribution.
60 bool operator==(const ResourceLoadTiming& other) const
62 return requestTime == other.requestTime
63 && proxyStart == other.proxyStart
64 && proxyEnd == other.proxyEnd
65 && dnsStart == other.dnsStart
66 && dnsEnd == other.dnsEnd
67 && connectStart == other.connectStart
68 && connectEnd == other.connectEnd
69 && sendStart == other
[all...]
/external/webkit/Source/WebCore/platform/text/
H A DStringWithDirection.h12 * in the documentation and/or other materials provided with the
66 bool operator==(const StringWithDirection& other) const
68 return other.m_string == m_string && other.m_direction == m_direction;
70 bool operator!=(const StringWithDirection& other) const { return !((*this) == other); }
/external/webkit/Source/WebKit/chromium/public/
H A DWebVector.h12 * in the documentation and/or other materials provided with the
52 // It is also possible to assign from other types of random access
76 WebVector(const WebVector<T>& other) argument
78 initializeFrom(other.m_ptr, other.m_size);
82 WebVector(const C& other) argument
84 initializeFrom(other.size() ? &other[0] : 0, other.size());
87 WebVector& operator=(const WebVector& other) argument
95 operator =(const C& other) argument
103 assign(const C& other) argument
[all...]
/external/webkit/Source/WebCore/platform/image-decoders/skia/
H A DImageDecoderSkia.cpp12 * documentation and/or other materials provided with the distribution.
45 ImageFrame& ImageFrame::operator=(const ImageFrame& other) argument
47 if (this == &other)
50 m_bitmap = other.m_bitmap;
54 setOriginalFrameRect(other.originalFrameRect());
55 setStatus(other.status());
56 setDuration(other.duration());
57 setDisposalMethod(other.disposalMethod());
58 setPremultiplyAlpha(other.premultiplyAlpha());
66 // NOTE: Do not reset other member
77 copyBitmapData(const ImageFrame& other) argument
[all...]
/external/chromium/net/base/
H A Dhost_port_pair.h31 bool operator<(const HostPortPair& other) const {
32 if (port_ != other.port_)
33 return port_ < other.port_;
34 return host_ < other.host_;
38 bool Equals(const HostPortPair& other) const {
39 return host_ == other.host_ && port_ == other.port_;
/external/chromium/base/
H A Dtime.h7 // platform's epoch, along with other system-dependent clock interface
91 TimeDelta& operator=(TimeDelta other) { argument
92 delta_ = other.delta_;
96 // Computations with other deltas.
97 TimeDelta operator+(TimeDelta other) const {
98 return TimeDelta(delta_ + other.delta_);
100 TimeDelta operator-(TimeDelta other) const {
101 return TimeDelta(delta_ - other.delta_);
104 TimeDelta& operator+=(TimeDelta other) { argument
105 delta_ += other
108 operator -=(TimeDelta other) argument
338 operator =(Time other) argument
488 operator =(TimeTicks other) argument
[all...]
H A Dcallback_internal.cc19 bool CallbackBase::Equals(const CallbackBase& other) const {
20 return invoker_storage_.get() == other.invoker_storage_.get() &&
21 polymorphic_invoke_ == other.polymorphic_invoke_;
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonenumber.java177 public PhoneNumber mergeFrom(PhoneNumber other) { argument
178 if (other.hasCountryCode()) {
179 setCountryCode(other.getCountryCode());
181 if (other.hasNationalNumber()) {
182 setNationalNumber(other.getNationalNumber());
184 if (other.hasExtension()) {
185 setExtension(other.getExtension());
187 if (other.hasItalianLeadingZero()) {
188 setItalianLeadingZero(other.isItalianLeadingZero());
190 if (other
202 exactlySameAs(PhoneNumber other) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DSourcePosition.java97 public boolean equals(Object other) { argument
98 if (!(other instanceof SourcePosition)) {
102 if (this == other) {
106 SourcePosition pos = (SourcePosition) other;
121 * @param other {@code non-null;} the instance to compare to
124 public boolean sameLine(SourcePosition other) { argument
125 return (line == other.line);
132 * @param other {@code non-null;} the instance to compare to
135 public boolean sameLineAndFile(SourcePosition other) { argument
136 return (line == other
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchTable.java64 public int compareTo(CatchTable other) { argument
65 if (this == other) {
71 int otherSize = other.size();
76 Entry otherEntry = other.get(i);
140 public boolean equals(Object other) { argument
141 if (other instanceof Entry) {
142 return (compareTo((Entry) other) == 0);
149 public int compareTo(Entry other) { argument
150 if (start < other.start) {
152 } else if (start > other
[all...]
/external/webkit/Source/WebCore/platform/image-decoders/qt/
H A DImageFrameQt.cpp13 * documentation and/or other materials provided with the distribution.
47 ImageFrame& ImageFrame::operator=(const ImageFrame& other) argument
49 if (this == &other)
52 copyBitmapData(other);
53 setOriginalFrameRect(other.originalFrameRect());
54 setStatus(other.status());
55 setDuration(other.duration());
56 setDisposalMethod(other.disposalMethod());
65 // NOTE: Do not reset other members here; clearFrameBufferCache()
66 // calls this to free the bitmap data, but other function
80 copyBitmapData(const ImageFrame& other) argument
[all...]
/external/chromium/third_party/libjingle/overrides/talk/xmllite/
H A Dqname.h25 int Compare(const QName & other) const;
26 bool operator==(const QName & other) const;
27 bool operator!=(const QName & other) const { return !operator==(other); }
28 bool operator<(const QName & other) const { return Compare(other) < 0; }
/external/icu4c/i18n/
H A Dtmutamt.cpp33 TimeUnitAmount::TimeUnitAmount(const TimeUnitAmount& other) argument
34 : Measure(other)
40 TimeUnitAmount::operator=(const TimeUnitAmount& other) { argument
41 Measure::operator=(other);
47 TimeUnitAmount::operator==(const UObject& other) const {
48 return Measure::operator==(other);
/external/icu4c/i18n/unicode/
H A Dtmunit.h71 TimeUnit(const TimeUnit& other);
77 TimeUnit& operator=(const TimeUnit& other);
84 virtual UBool operator==(const UObject& other) const;
91 UBool operator!=(const UObject& other) const;
97 * class have the same class ID. Objects of other classes have
138 TimeUnit::operator!=(const UObject& other) const {
139 return !operator==(other);
H A Dtmutamt.h69 TimeUnitAmount(const TimeUnitAmount& other);
76 TimeUnitAmount& operator=(const TimeUnitAmount& other);
96 * @param other the object to compare to.
100 virtual UBool operator==(const UObject& other) const;
105 * @param other the object to compare to.
109 UBool operator!=(const UObject& other) const;
134 * other classes have different class IDs.
158 TimeUnitAmount::operator!=(const UObject& other) const {
159 return !operator==(other);
/external/webkit/Source/WebCore/rendering/
H A DGapRects.h48 bool operator==(const GapRects& other) argument
50 return m_left == other.left() && m_center == other.center() && m_right == other.right();
52 bool operator!=(const GapRects& other) { return !(*this == other); } argument
/external/webkit/Source/WebCore/rendering/style/
H A DContentData.cpp40 bool ContentData::dataEquivalent(const ContentData& other) const
42 if (type() != other.type())
49 return equal(text(), other.text());
51 return StyleImage::imagesEquivalent(image(), other.image());
53 return *counter() == *other.counter();
55 return quote() == other.quote();
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_results.py11 # in the documentation and/or other materials provided with the
48 def __eq__(self, other):
49 return (self.filename == other.filename and
50 self.failures == other.failures and
51 self.test_run_time == other.test_run_time)
53 def __ne__(self, other):
54 return not (self == other)
/external/clang/test/CodeGenCXX/
H A D2007-04-10-PackedUnion.cpp31 L(const L& other);
38 L::L(const L& other) argument
40 fdata = other.fdata;
/external/webkit/Source/WebCore/platform/cf/
H A DSchedulePair.cpp12 * documentation and/or other materials provided with the distribution.
41 bool SchedulePair::operator==(const SchedulePair& other) const
43 if (runLoop() != other.runLoop())
46 CFStringRef otherMode = other.mode();
/external/eigen/Eigen/src/Core/
H A DCommaInitializer.h40 inline CommaInitializer(XprType& xpr, const DenseBase<OtherDerived>& other) argument
41 : m_xpr(xpr), m_row(0), m_col(other.cols()), m_currentBlockRows(other.rows())
43 m_xpr.block(0, 0, other.rows(), other.cols()) = other;
66 CommaInitializer& operator,(const DenseBase<OtherDerived>& other)
72 m_currentBlockRows = other.rows();
78 eigen_assert(m_currentBlockRows==other.rows());
82 (m_row, m_col) = other;
[all...]

Completed in 842 milliseconds

1234567891011>>