/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 45 Representation Rep; variable 64 assert((Rep.empty() || Rep.back().first < Val.first) && in insert() 66 Rep.push_back(Val); in insert() 72 iterator begin() { return Rep.begin(); } in begin() 73 iterator end() { return Rep.end(); } in end() 74 const_iterator begin() const { return Rep.begin(); } in begin() 75 const_iterator end() const { return Rep.end(); } in end() 78 iterator I = std::upper_bound(Rep.begin(), Rep.end(), K, Compare()); in find() 81 if (I == Rep.begin()) in find() 82 return Rep.end(); in find() [all …]
|
/external/tinyxml/ |
D | tinystr.h | 198 Rep* r = rep_; in swap() 210 struct Rep struct 220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument 238 Rep * rep_; 239 static Rep nullrep_;
|
D | tinystr.cpp | 38 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, '\0' };
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 501 ParsedType Rep) { in SetTypeSpecType() argument 502 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep); in SetTypeSpecType() 509 ParsedType Rep) { in SetTypeSpecType() argument 511 assert(Rep && "no type provided!"); in SetTypeSpecType() 518 TypeRep = Rep; in SetTypeSpecType() 528 Expr *Rep) { in SetTypeSpecType() argument 530 assert(Rep && "no expression provided!"); in SetTypeSpecType() 537 ExprRep = Rep; in SetTypeSpecType() 547 Decl *Rep, bool Owned) { in SetTypeSpecType() argument 548 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned); in SetTypeSpecType() [all …]
|
/external/icu4c/data/region/ |
D | pt_PT.txt | 29 CZ{"República Checa"} 44 LA{"Laos, República Popular Democrática do"} 47 MD{"Moldávia, República da"}
|
D | es.txt | 86 CD{"República Democrática del Congo"} 87 CF{"República Centroafricana"} 103 CZ{"República Checa"} 109 DO{"República Dominicana"} 146 "Región Administrativa Especial de Hong Kong de la República Popular Chin" 202 MO{"Región Administrativa Especial de Macao de la República Popular China"}
|
D | pt.txt | 87 CF{"República Centro-Africana"} 93 CM{"República dos Camarões"} 103 CZ{"República Tcheca"} 109 DO{"República Dominicana"} 177 LA{"República Popular Democrática do Laos"}
|
D | seh.txt | 49 CF{"República Centro-Africana"} 55 CM{"República dos Camarões"} 63 CZ{"República Tcheca"} 68 DO{"República Dominicana"}
|
D | gl.txt | 85 CD{"República Democrática do Congo"} 86 CF{"República Africana Central"} 101 CZ{"República Checa"} 106 DO{"República Dominicana"}
|
D | ca.txt | 87 CF{"República Centreafricana"} 103 CZ{"República Txeca"} 109 DO{"República Dominicana"} 298 ZA{"República de Sud-àfrica"}
|
D | ee.txt | 48 CD{"Kongo Demokratik Repɔblikdu"} 63 CZ{"Tsek Repɔblikdu"} 68 DO{"Dominika Repɔblikdu"}
|
D | kea.txt | 68 DO{"Repúblika Dominikana"}
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
D | p1.cpp | 11 template <typename U> struct Rep { struct 13 Rep(U count) : count_(count) {} in Rep() argument 15 friend Num operator*(const Num &a, const Rep &n) { in operator *() 54 Num<int>::Rep<char> n = (char) 10; in calc2()
|
/external/valgrind/tsan/ |
D | ts_util.cc | 514 struct TSLock::Rep { struct in TSLock 550 struct TSLock::Rep { struct in TSLock 589 rep_ = new Rep; in TSLock() 613 struct TSLock::Rep { struct in TSLock 619 rep_ = new Rep(); in TSLock() 642 struct TSLock::Rep { struct in TSLock 647 rep_ = new Rep(); in TSLock()
|
D | ts_lock.h | 57 struct Rep; 58 Rep *rep_;
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 553 unsigned &DiagID, ParsedType Rep); 555 unsigned &DiagID, Decl *Rep, bool Owned); 558 unsigned &DiagID, ParsedType Rep); 561 unsigned &DiagID, Decl *Rep, bool Owned); 564 unsigned &DiagID, Expr *Rep); 570 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep() argument 572 DeclRep = Rep; in UpdateDeclRep() 574 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep() argument 576 TypeRep = Rep; in UpdateTypeRep() 578 void UpdateExprRep(Expr *Rep) { in UpdateExprRep() argument [all …]
|
/external/icu4c/data/curr/ |
D | pt_PT.txt | 37 "Coroa da República Checa",
|
D | es.txt | 1344 one{"marco de la República Democrática Alemana"} 1345 other{"marcos de la República Democrática Alemana"}
|
D | pt.txt | 1377 one{"Coroa da República Tcheca"} 1378 other{"Coroas da República Tcheca"}
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 377 * kjs/ustring.cpp: (UString::Rep::computeHash), (KJS::compare): 607 * kjs/ustring.h: Add a hash field to UString::Rep. 609 (UString::Rep::create): Set hash to uninitialized value. 610 (UString::Rep::destroy): Do the deleting in her, and call Identifier if needed. 611 (UString::Rep::computeHash): Added. 1980 (UString::Rep::create): Add a "capacity" along with the length.
|
D | ChangeLog-2007-10-14 | 1298 1) Change UString::Rep to hold a self-pointer as the baseString in 1333 (KJS::UString::Rep::create): 1334 (KJS::UString::Rep::destroy): 1344 (KJS::UString::Rep::baseIsSelf): new method, now that baseString is 1346 (KJS::UString::Rep::data): adjusted as mentioned above 3873 (KJS::Bindings::JavaString::JavaString): Hold a UString::Rep instead of 4415 (KJS::UString::Rep::createCopying): 4416 (KJS::UString::Rep::create): 4417 (KJS::UString::Rep::destroy): 4420 (KJS::UString::Rep::ref): Added some ASSERTs to check for thread safety problems. [all …]
|
D | ChangeLog-2009-06-16 | 288 (JSC::UString::Rep::sharedBuffer): 292 as the string being shared (Rep::len). 294 This is now only be used by Rep::sharedBuffer. which does the length check. 1357 (JSC::UString::Rep::create): 1543 there is a union in the Rep string which holds 1546 + m_baseString -- the BaseString if the class is only UString::Rep 1557 (JSC::UString::Rep::share): 1558 (JSC::UString::Rep::destroy): 1563 (JSC::UString::Rep::reserveCapacity): 1568 (JSC::UString::Rep::Rep): [all …]
|
/external/icu4c/data/lang/ |
D | es.txt | 659 roc{"calendario de la República Popular de China"}
|
D | ca.txt | 670 roc{"calendari de la República Popular de Xina"}
|
D | pt.txt | 670 roc{"Calendário da República da China"}
|