Searched refs:that (Results 176 - 200 of 1681) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp4 * Use of this source code is governed by a BSD-style license that can be
34 GrGLExtensions::GrGLExtensions(const GrGLExtensions& that) : fStrings(SkNEW(SkTArray<SkString>)) { argument
35 *this = that;
38 GrGLExtensions& GrGLExtensions::operator=(const GrGLExtensions& that) { argument
39 *fStrings = *that.fStrings;
40 fInitialized = that.fInitialized;
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java51 * Returns a predicate that always evaluates to {@code true}.
59 * Returns a predicate that always evaluates to {@code false}.
67 * Returns a predicate that evaluates to {@code true} if the object reference
76 * Returns a predicate that evaluates to {@code true} if the object reference
85 * Returns a predicate that evaluates to {@code true} if the given predicate
93 * Returns a predicate that evaluates to {@code true} if each of its
107 * Returns a predicate that evaluates to {@code true} if each of its
120 * Returns a predicate that evaluates to {@code true} if both of its
132 * Returns a predicate that evaluates to {@code true} if any one of its
146 * Returns a predicate that evaluate
[all...]
H A DFunctions.java44 * Returns a function that calls {@code toString()} on its argument. The function does not accept
94 * IllegalArgumentException} if given a key that does not exist in the map.
116 FunctionForMapNoDefault<?, ?> that = (FunctionForMapNoDefault<?, ?>) o;
117 return map.equals(that.map);
135 * this method returns {@code defaultValue} for all inputs that do not belong to the map's key
138 * @param map source map that determines the function behavior
139 * @param defaultValue the value to return for inputs that aren't map keys
140 * @return function that returns {@code map.get(a)} when {@code a} is a key, or {@code
164 ForMapWithDefault<?, ?> that = (ForMapWithDefault<?, ?>) o;
165 return map.equals(that
[all...]
/external/llvm/test/MC/Mips/
H A Dnacl-mask.s5 # This test tests that address-masking sandboxing is added when given assembly
9 # Test that address-masking sandboxing is added before indirect branches and
26 # Check that additional nop is inserted, to align mask and jr to the next
37 # Test that address-masking sandboxing is added before load instructions.
63 # Check that additional nop is inserted, to align mask and load to the next
97 # Check that loads where base register is $sp or $t8 (thread pointer register)
107 # Test that address-masking sandboxing is added before store instructions.
131 # Check that additional nop is inserted, to align mask and store to the next
159 # Check that stores where base register is $sp or $t8 (thread pointer register)
169 # Test that addres
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowComponentName.java85 ShadowComponentName that = (ShadowComponentName) o;
87 if (cls != null ? !cls.equals(that.cls) : that.cls != null) return false;
88 if (pkg != null ? !pkg.equals(that.pkg) : that.pkg != null) return false;
H A DShadowLocation.java11 * Shadow of {@code Location} that treats it primarily as a data-holder
207 ShadowLocation that = (ShadowLocation) o;
209 if (Double.compare(that.latitude, latitude) != 0) return false;
210 if (Double.compare(that.longitude, longitude) != 0) return false;
211 if (time != that.time) return false;
212 if (provider != null ? !provider.equals(that.provider) : that.provider != null) return false;
213 if (accuracy != that.accuracy) return false;
403 * using the WGS84 ellipsoid. Locations that are (nearly)
/external/skia/src/gpu/gl/
H A DGrGLExtensions.cpp4 * Use of this source code is governed by a BSD-style license that can be
34 GrGLExtensions::GrGLExtensions(const GrGLExtensions& that) : fStrings(SkNEW(SkTArray<SkString>)) { argument
35 *this = that;
38 GrGLExtensions& GrGLExtensions::operator=(const GrGLExtensions& that) { argument
39 *fStrings = *that.fStrings;
40 fInitialized = that.fInitialized;
/external/apache-http/src/org/apache/http/conn/routing/
H A DHttpRoute.java63 * <code>null</code> indicates that the default should be used.
113 // tunnelled is already checked above, that is in line with the default
198 * For convenience, it is assumed that a secure connection will be
352 HttpRoute that = (HttpRoute) o;
353 boolean equal = this.targetHost.equals(that.targetHost);
355 ( this.localAddress == that.localAddress) ||
357 this.localAddress.equals(that.localAddress));
359 ( this.proxyChain == that.proxyChain) ||
361 (that.proxyChain != null) &&
362 (this.proxyChain.length == that
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtzrule.h51 * @param that The object to be compared with.
55 virtual UBool operator==(const TimeZoneRule& that) const;
60 * @param that The object to be compared with.
64 virtual UBool operator!=(const TimeZoneRule& that) const;
242 * @param that The object to be compared with.
246 virtual UBool operator==(const TimeZoneRule& that) const;
251 * @param that The object to be compared with.
255 virtual UBool operator!=(const TimeZoneRule& that) const;
275 * @param that The <code>TimeZoneRule</code> object to be compared with.
279 virtual UBool isEquivalentTo(const TimeZoneRule& that) cons
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtzrule.h51 * @param that The object to be compared with.
55 virtual UBool operator==(const TimeZoneRule& that) const;
60 * @param that The object to be compared with.
64 virtual UBool operator!=(const TimeZoneRule& that) const;
242 * @param that The object to be compared with.
246 virtual UBool operator==(const TimeZoneRule& that) const;
251 * @param that The object to be compared with.
255 virtual UBool operator!=(const TimeZoneRule& that) const;
275 * @param that The <code>TimeZoneRule</code> object to be compared with.
279 virtual UBool isEquivalentTo(const TimeZoneRule& that) cons
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoleitr.cpp88 const CollationElementIterator& that) const
90 if (this == &that || m_data_ == that.m_data_) {
95 if (m_data_->iteratordata_.coll != that.m_data_->iteratordata_.coll)
104 int thatlength = (int)(that.m_data_->iteratordata_.endp - that.m_data_->iteratordata_.string);
111 that.m_data_->iteratordata_.string,
115 if (getOffset() != that.getOffset()) {
121 if ((that.m_data_->iteratordata_.flags & UCOL_ITER_HASLEN) != 0) {
127 != that
[all...]
H A Dstsearch.cpp161 StringSearch::StringSearch(const StringSearch &that) : argument
162 SearchIterator(that.m_text_, that.m_breakiterator_),
164 m_pattern_(that.m_pattern_)
172 if (that.m_strsrch_ == NULL) {
182 that.m_strsrch_->collator,
183 (UBreakIterator *)that.m_breakiterator_,
208 StringSearch & StringSearch::operator=(const StringSearch &that) argument
210 if ((*this) != that) {
212 m_text_ = that
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultisetsTest.java84 ASSERT.that(multisetView.elementSet()).hasContentsAnyOrder("foo", null);
85 ASSERT.that(multisetView.entrySet()).hasContentsAnyOrder(
116 ASSERT.that(set).hasContentsInOrder(
126 ASSERT.that(set).hasContentsInOrder(new LegacyComparable("bar"),
136 ASSERT.that(multiset).hasContentsInOrder("foo", "foo", "bar", "bar", "bar");
144 ASSERT.that(multiset).hasContentsInOrder();
158 ASSERT.that(Multisets.intersection(ms1, ms2)).hasContentsInOrder();
164 ASSERT.that(Multisets.intersection(ms1, ms2)).hasContentsInOrder();
198 ASSERT.that(multiset).hasContentsInOrder("a", "b");
206 ASSERT.that(multise
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp95 // more of a hint; applying a modifier makes use of that hint.
165 // including the source modifiers, i.e. make sure that all uses support
260 LValue *that = new_LValue(pol.context(), reg.file); local
262 pol.set<Value>(this, that);
264 that->reg.size = this->reg.size;
265 that->reg.type = this->reg.type;
266 that->reg.data = this->reg.data;
268 return that;
297 Symbol *that = new_Symbol(prog, reg.file, reg.fileIndex); local
299 pol.set<Value>(this, that);
370 ImmediateValue *that = new_ImmediateValue(prog, 0u); local
480 operator =(const ImmediateValue &that) argument
514 equals(const Value *that, bool strict) const argument
531 equals(const Value *that, bool strict) const argument
540 equals(const Value *that, bool strict) const argument
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp95 // more of a hint; applying a modifier makes use of that hint.
165 // including the source modifiers, i.e. make sure that all uses support
260 LValue *that = new_LValue(pol.context(), reg.file); local
262 pol.set<Value>(this, that);
264 that->reg.size = this->reg.size;
265 that->reg.type = this->reg.type;
266 that->reg.data = this->reg.data;
268 return that;
297 Symbol *that = new_Symbol(prog, reg.file, reg.fileIndex); local
299 pol.set<Value>(this, that);
370 ImmediateValue *that = new_ImmediateValue(prog, 0u); local
480 operator =(const ImmediateValue &that) argument
514 equals(const Value *that, bool strict) const argument
531 equals(const Value *that, bool strict) const argument
540 equals(const Value *that, bool strict) const argument
[all...]
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dprofiling_view.js2 // Use of this source code is governed by a BSD-style license that can be
20 * Here is where we bring in modules that are used in about:tracing UI only.
241 var that = this;
244 that.overlayEl_.visible = false;
245 that.overlayEl_ = undefined;
268 var that = this;
272 that.overlayEl_.visible = false;
273 that.overlayEl_ = undefined;
277 that.timelineView_.viewTitle = nameParts[nameParts.length - 1];
279 that
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Drect.js2 // Use of this source code is governed by a BSD-style license that can be
131 intersects: function(that) {
133 ok &= this.x < that.right;
134 ok &= this.right > that.x;
135 ok &= this.y < that.bottom;
136 ok &= this.bottom > that.y;
/external/chromium_org/third_party/icu/source/common/
H A Duchriter.cpp51 UCharCharacterIterator::UCharCharacterIterator(const UCharCharacterIterator& that) argument
52 : CharacterIterator(that),
53 text(that.text)
58 UCharCharacterIterator::operator=(const UCharCharacterIterator& that) { argument
59 CharacterIterator::operator=(that);
60 text = that.text;
68 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
69 if (this == &that) {
72 if (typeid(*this) != typeid(that)) {
76 UCharCharacterIterator& realThat = (UCharCharacterIterator&)that;
[all...]
/external/icu/icu4c/source/common/
H A Duchriter.cpp51 UCharCharacterIterator::UCharCharacterIterator(const UCharCharacterIterator& that) argument
52 : CharacterIterator(that),
53 text(that.text)
58 UCharCharacterIterator::operator=(const UCharCharacterIterator& that) { argument
59 CharacterIterator::operator=(that);
60 text = that.text;
68 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
69 if (this == &that) {
72 if (typeid(*this) != typeid(that)) {
76 UCharCharacterIterator& realThat = (UCharCharacterIterator&)that;
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h64 SmallPtrSetImplBase(const void **SmallStorage, const SmallPtrSetImplBase &that);
66 SmallPtrSetImplBase &&that);
95 // Note that -1 is chosen to make clear() efficiently implementable with
101 /// it was already in the set. This is hidden from the client so that the
102 /// derived class can check that the right type of pointer is passed in.
107 /// that the derived class can check that the right type of pointer is passed
137 /// Note: This method assumes that both sets have the same small size.
165 /// that is. This is guaranteed to stop because the end() bucket is marked
209 /// RoundUpToPowerOfTwo - This is a helper template that round
[all...]
/external/oprofile/events/mips/20K/
H A Devents11 event:0x5 counters:0 um:zero minimum:500 name:BRANCHES_MISSPREDICTED : Branches that mispredicted before completing execution
12 event:0x6 counters:0 um:zero minimum:500 name:BRANCHES_COMPLETED : Branches that completed execution
18 event:0xc counters:0 um:zero minimum:500 name:RPS_MISSPREDICTS : JR instructions that mispredicted using the Return Prediction Stack (RPS)
19 event:0xd counters:0 um:zero minimum:500 name:JR_INSNS_COMPLETED : JR instruction that completed execution
21 event:0xf counters:0 um:zero minimum:500 name:INSNS_COMPLETED : Instruction that completed execution (with or without exception)
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java48 * Returns a predicate that always evaluates to {@code true}.
56 * Returns a predicate that always evaluates to {@code false}.
64 * Returns a predicate that evaluates to {@code true} if the object reference
73 * Returns a predicate that evaluates to {@code true} if the object reference
82 * Returns a predicate that evaluates to {@code true} if the given predicate
90 * Returns a predicate that evaluates to {@code true} if each of its
104 * Returns a predicate that evaluates to {@code true} if each of its
117 * Returns a predicate that evaluates to {@code true} if both of its
129 * Returns a predicate that evaluates to {@code true} if any one of its
143 * Returns a predicate that evaluate
[all...]
/external/chromium_org/v8/src/
H A Dast.cc2 // Use of this source code is governed by a BSD-style license that can be
282 // Ensure objects that may, at any point in time, contain fields with double
801 void VisitCharacterRange(CharacterRange that);
812 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) { argument
814 for (int i = 0; i < that->alternatives()->length(); i++) {
816 that->alternatives()->at(i)->Accept(this, data);
823 void* RegExpUnparser::VisitAlternative(RegExpAlternative* that, void* data) { argument
825 for (int i = 0; i < that->nodes()->length(); i++) {
827 that->nodes()->at(i)->Accept(this, data);
834 void RegExpUnparser::VisitCharacterRange(CharacterRange that) { argument
843 VisitCharacterClass(RegExpCharacterClass* that, void* data) argument
856 VisitAssertion(RegExpAssertion* that, void* data) argument
881 VisitAtom(RegExpAtom* that, void* data) argument
892 VisitText(RegExpText* that, void* data) argument
907 VisitQuantifier(RegExpQuantifier* that, void* data) argument
921 VisitCapture(RegExpCapture* that, void* data) argument
929 VisitLookahead(RegExpLookahead* that, void* data) argument
937 VisitBackReference(RegExpBackReference* that, void* data) argument
944 VisitEmpty(RegExpEmpty* that, void* data) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnProperty.pl8 # modification, are permitted provided that the following conditions are
322 long sentence that spans
331 value => "A\nlong sentence that spans\nmultiple lines.",
342 long sentence that spans
352 value => "A\r\nlong sentence that spans\r\nmultiple lines.",
363 long sentence that spans
372 value => "A\nlong sentence that spans\nmultiple lines.",
383 long sentence that spans
393 value => "A\r\nlong sentence that spans\r\nmultiple lines.",
444 long sentence that span
[all...]
/external/chromium_org/base/files/
H A Dfile_path.h2 // Use of this source code is governed by a BSD-style license that can be
36 // has an impact on correctness on platforms that do not have well-defined
92 // allow older applications that require drive letters to support UNC paths
118 // here so that the same setting can be used in both the implementation and
166 FilePath(const FilePath& that);
169 FilePath& operator=(const FilePath& that);
171 bool operator==(const FilePath& that) const;
173 bool operator!=(const FilePath& that) const;
176 bool operator<(const FilePath& that) const {
177 return path_ < that
[all...]

Completed in 527 milliseconds

1234567891011>>