Searched defs:that (Results 126 - 150 of 198) sorted by relevance

12345678

/external/chromium_org/base/
H A Dvalues.cc2 // Use of this source code is governed by a BSD-style license that can be
155 Value::Value(const Value& that) : type_(that.type_) {} argument
157 Value& Value::operator=(const Value& that) { argument
158 type_ = that.type_;
383 // Assume that we're indexing into a dictionary.
/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp61 * Constructs a RuleBasedBreakIterator that uses the already-created
62 * tables object that is passed in as a parameter.
151 // Note: This is a bit awkward. The RBBI ruleBuilder has a factory method that
164 // Default Constructor. Create an empty shell that can be set up later.
226 RuleBasedBreakIterator::operator=(const RuleBasedBreakIterator& that) { argument
227 if (this == &that) {
231 fBreakType = that.fBreakType;
236 // TODO: clone fLanguageBreakEngines from "that"
238 fText = utext_clone(fText, that.fText, FALSE, TRUE, &status);
245 if (that
[all...]
H A Dunistr.cpp78 // need to copy areas that may overlap
115 // Reference Counting functions, put at top of file so that optimizing compilers
208 // We test isError so that the compiler does not complain that we don't.
322 UnicodeString::UnicodeString(const UnicodeString& that) argument
327 copyFrom(that);
330 UnicodeString::UnicodeString(const UnicodeString& that, argument
336 setTo(that, srcStart);
339 UnicodeString::UnicodeString(const UnicodeString& that, argument
346 setTo(that, srcStar
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp90 RuleBasedTimeZone::operator==(const TimeZone& that) const {
91 if (this == &that) {
94 if (typeid(*this) != typeid(that)
95 || BasicTimeZone::operator==(that) == FALSE) {
98 RuleBasedTimeZone *rbtz = (RuleBasedTimeZone*)&that;
110 RuleBasedTimeZone::operator!=(const TimeZone& that) const {
111 return !operator==(that);
532 const RuleBasedTimeZone& that = (const RuleBasedTimeZone&)other; local
533 if (*fInitialRule != *(that.fInitialRule)) {
536 if (compareRules(fHistoricRules, that
[all...]
H A Dmsgfmt.cpp93 0 /* empty string, used for default so that null can mark end of list */
295 MessageFormat::MessageFormat(const MessageFormat& that) argument
297 Format(that),
298 fLocale(that.fLocale),
299 msgPattern(that.msgPattern),
305 hasArgTypeConflicts(that.hasArgTypeConflicts),
315 copyObjects(that, ec);
369 MessageFormat::operator=(const MessageFormat& that) argument
371 if (this != &that) {
373 Format::operator=(that);
1308 copyObjects(const MessageFormat& that, UErrorCode& ec) argument
[all...]
H A Dsmpdtfmt.cpp21 * 10/14/99 aliu Updated 2-digit year parsing so that only "00" thru
79 // For time zones that have no names, use strings GMT+minutes and
173 * A value of -1 means that the value is not checked.
521 SimpleDateFormat* that = (SimpleDateFormat*)&other; local
522 return (fPattern == that->fPattern &&
524 that->fSymbols != NULL && // Check for pathological object
525 *fSymbols == *that->fSymbols &&
526 fHaveDefaultCentury == that->fHaveDefaultCentury &&
527 fDefaultCenturyStart == that->fDefaultCenturyStart &&
528 fCapitalizationContext == that
[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...]
H A Dnv50_ir_peephole.cpp1151 // check that they don't source each other
1652 Record that; local
1653 that.set(ldst);
1655 if (this->fileIndex != that.fileIndex)
1658 if (this->rel[0] || that.rel[0])
1659 return this->base == that.base;
1661 (this->offset < that.offset + that.size) &&
1662 (this->offset + this->size > that.offset);
1665 // We must not eliminate stores that affec
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc5 // modification, are permitted provided that the following conditions are
51 // considering all the mmap-like functions that windows has (or he may
113 // This is an unused but exported symbol that we can use to tell the
115 // Without this, the linker will likely decide that libtcmalloc.dll
120 // couldn't figure out how to get that to work. This function exports
142 // module that implements libc memory routines. A single executable
169 void CopyFrom(const LibcInfo& that) { argument
170 if (this == &that)
172 this->is_valid_ = that.is_valid_;
173 memcpy(this->windows_fn_, that
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc5 // modification, are permitted provided that the following conditions are
51 // considering all the mmap-like functions that windows has (or he may
113 // This is an unused but exported symbol that we can use to tell the
115 // Without this, the linker will likely decide that libtcmalloc.dll
120 // couldn't figure out how to get that to work. This function exports
142 // module that implements libc memory routines. A single executable
169 void CopyFrom(const LibcInfo& that) { argument
170 if (this == &that)
172 this->is_valid_ = that.is_valid_;
173 memcpy(this->windows_fn_, that
[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...]
H A Dcontexts.h2 // Use of this source code is governed by a BSD-style license that can be
244 // to store local variables/functions that are accessed from inner functions
491 bool HasSameSecurityTokenAs(Context* that) { argument
493 that->global_object()->native_context()->security_token();
H A Dtypes.h2 // Use of this source code is governed by a BSD-style license that can be
59 // Note also that Constant(x) < Class(map(x)) does _not_ hold, since x's map can
63 // However, we also define a 'temporal' variant of the subtyping relation that
87 // types that allow for all possible representations, and dually, the ones for
142 // Note that the bitset representation is closed under both Union and Intersect.
390 bool Is(TypeImpl* that) { return this == that || this->SlowIs(that); } argument
392 bool Is(TypeHandle that) { return this->Is(*that); } argument
396 Maybe(TypeHandle that) argument
398 Equals(TypeImpl* that) argument
400 Equals(TypeHandle that) argument
414 NowIs(TypeHandle that) argument
549 SimplyEquals(TypeHandle that) argument
1042 Narrows(BoundsImpl that) argument
[all...]
H A Disolate.cc2 // Use of this source code is governed by a BSD-style license that can be
250 void Isolate::RegisterTryCatchHandler(v8::TryCatch* that) { argument
251 thread_local_top()->set_try_catch_handler(that);
255 void Isolate::UnregisterTryCatchHandler(v8::TryCatch* that) { argument
256 DCHECK(thread_local_top()->try_catch_handler() == that);
257 thread_local_top()->set_try_catch_handler(that->next_);
309 // a stack trace. The caller is the error constructor that asked
356 limit = Max(limit, 0); // Ensure that limit is not negative.
381 // Filter out internal frames that we do not want to show.
1048 // We fetch the stack trace that correspond
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc2 // Use of this source code is governed by a BSD-style license that can be
60 // TODO(titzer): these result in a stub call that doesn't work on ARM64.
419 // Create and run code that copies the element in either {untagged_array}
444 // Create and run code that copies the field in either {untagged_array}
466 // Create and run code that copies the elements from {this} to {that}.
467 void RunCopyElements(AccessTester<E>* that) { argument
477 Node* dst = that->GetBaseNode(&t);
488 t.StoreElement(that->GetElementAccess(), dst, index, load);
/external/icu/icu4c/source/common/
H A Drbbi.cpp61 * Constructs a RuleBasedBreakIterator that uses the already-created
62 * tables object that is passed in as a parameter.
151 // Note: This is a bit awkward. The RBBI ruleBuilder has a factory method that
164 // Default Constructor. Create an empty shell that can be set up later.
226 RuleBasedBreakIterator::operator=(const RuleBasedBreakIterator& that) { argument
227 if (this == &that) {
231 fBreakType = that.fBreakType;
236 // TODO: clone fLanguageBreakEngines from "that"
238 fText = utext_clone(fText, that.fText, FALSE, TRUE, &status);
245 if (that
[all...]
H A Dunistr.cpp78 // need to copy areas that may overlap
115 // Reference Counting functions, put at top of file so that optimizing compilers
208 // We test isError so that the compiler does not complain that we don't.
322 UnicodeString::UnicodeString(const UnicodeString& that) argument
327 copyFrom(that);
330 UnicodeString::UnicodeString(const UnicodeString& that, argument
336 setTo(that, srcStart);
339 UnicodeString::UnicodeString(const UnicodeString& that, argument
346 setTo(that, srcStar
[all...]
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp90 RuleBasedTimeZone::operator==(const TimeZone& that) const {
91 if (this == &that) {
94 if (typeid(*this) != typeid(that)
95 || BasicTimeZone::operator==(that) == FALSE) {
98 RuleBasedTimeZone *rbtz = (RuleBasedTimeZone*)&that;
110 RuleBasedTimeZone::operator!=(const TimeZone& that) const {
111 return !operator==(that);
532 const RuleBasedTimeZone& that = (const RuleBasedTimeZone&)other; local
533 if (*fInitialRule != *(that.fInitialRule)) {
536 if (compareRules(fHistoricRules, that
[all...]
H A Dmsgfmt.cpp93 0 /* empty string, used for default so that null can mark end of list */
295 MessageFormat::MessageFormat(const MessageFormat& that) argument
297 Format(that),
298 fLocale(that.fLocale),
299 msgPattern(that.msgPattern),
305 hasArgTypeConflicts(that.hasArgTypeConflicts),
315 copyObjects(that, ec);
369 MessageFormat::operator=(const MessageFormat& that) argument
371 if (this != &that) {
373 Format::operator=(that);
1308 copyObjects(const MessageFormat& that, UErrorCode& ec) argument
[all...]
H A Dsmpdtfmt.cpp21 * 10/14/99 aliu Updated 2-digit year parsing so that only "00" thru
80 // For time zones that have no names, use strings GMT+minutes and
175 * A value of -1 means that the value is not checked.
533 SimpleDateFormat* that = (SimpleDateFormat*)&other; local
534 return (fPattern == that->fPattern &&
536 that->fSymbols != NULL && // Check for pathological object
537 *fSymbols == *that->fSymbols &&
538 fHaveDefaultCentury == that->fHaveDefaultCentury &&
539 fDefaultCenturyStart == that->fDefaultCenturyStart);
595 // use Formattable::adoptString() so that w
[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...]
H A Dnv50_ir_peephole.cpp1151 // check that they don't source each other
1652 Record that; local
1653 that.set(ldst);
1655 if (this->fileIndex != that.fileIndex)
1658 if (this->rel[0] || that.rel[0])
1659 return this->base == that.base;
1661 (this->offset < that.offset + that.size) &&
1662 (this->offset + this->size > that.offset);
1665 // We must not eliminate stores that affec
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp1570 // assert that instructions with multiple defs don't corrupt registers
1911 void setMax(const RegScores *that) argument
1914 rd.r[i] = MAX2(rd.r[i], that->rd.r[i]);
1915 wr.r[i] = MAX2(wr.r[i], that->wr.r[i]);
1918 rd.p[i] = MAX2(rd.p[i], that->rd.p[i]);
1919 wr.p[i] = MAX2(wr.p[i], that->wr.p[i]);
1921 rd.c = MAX2(rd.c, that->rd.c);
1922 wr.c = MAX2(wr.c, that->wr.c);
1925 res.ld[f] = MAX2(res.ld[f], that->res.ld[f]);
1926 res.st[f] = MAX2(res.st[f], that
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp1570 // assert that instructions with multiple defs don't corrupt registers
1911 void setMax(const RegScores *that) argument
1914 rd.r[i] = MAX2(rd.r[i], that->rd.r[i]);
1915 wr.r[i] = MAX2(wr.r[i], that->wr.r[i]);
1918 rd.p[i] = MAX2(rd.p[i], that->rd.p[i]);
1919 wr.p[i] = MAX2(wr.p[i], that->wr.p[i]);
1921 rd.c = MAX2(rd.c, that->rd.c);
1922 wr.c = MAX2(wr.c, that->wr.c);
1925 res.ld[f] = MAX2(res.ld[f], that->res.ld[f]);
1926 res.st[f] = MAX2(res.st[f], that
[all...]
/external/doclava/src/com/google/doclava/
H A DClassInfo.java151 // mAllConstructors will not contain *all* constructors. Only the constructors that pass
154 // mAllSelfMethods will not contain *all* self methods. Only the methods that pass
158 // mAllSelfFields will not contain *all* self fields. Only the fields that pass
161 // mEnumConstants will not contain *all* enum constants. Only the enums that pass
221 public int compareTo(Object that) { argument
222 if (that instanceof ClassInfo) {
223 return mQualifiedName.compareTo(((ClassInfo) that).mQualifiedName);
225 return this.hashCode() - that.hashCode();
410 * A list of ClassTypePairs that contain all superclasses
815 * @return all methods that ar
1770 equals(ClassInfo that) argument
[all...]

Completed in 990 milliseconds

12345678