Home
last modified time | relevance | path

Searched refs:Inheritance (Results 1 – 25 of 29) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCoverageLevels.java74 enum Inheritance { enum in GenerateCoverageLevels
101 …Set<R3<Level, String, Inheritance>> items = new TreeSet<R3<Level, String, Inheritance>>(new RowCom… in showEnglish()
107Inheritance inherited = !source.equals(locale) ? Inheritance.inherited : Inheritance.actual; in showEnglish()
116 for (R3<Level, String, Inheritance> item : items) { in showEnglish()
122 private static class RowComparator implements Comparator<R3<Level, String, Inheritance>> {
124 public int compare(R3<Level, String, Inheritance> o1, R3<Level, String, Inheritance> o2) { in compare()
134 …private static void show(PrintWriter out, CLDRFile cldrFile, R3<Level, String, Inheritance> next, … in show()
135 …R5<Level, Inheritance, Integer, String, TreeMap<String, Relation<String, String>>> results = store… in show()
166 Inheritance lastInheritance;
171 R5<Level, Inheritance, Integer, String, TreeMap<String, Relation<String, String>>> add( in add()
[all …]
/external/clang/lib/AST/
DMicrosoftCXXABI.cpp224 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local
232 Inheritance)) in getMSMemberPointerSlots()
234 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in getMSMemberPointerSlots()
236 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in getMSMemberPointerSlots()
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py274 self.Inheritance(contextCopy)
335 def Inheritance (self, context) : member in Path
465 def Inheritance (self, context) : member in Configuration
596 def Inheritance (self, context) : member in Domain
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2504 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local
2505 return (!MSInheritanceAttr::hasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2512 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2520 Inheritance)) in ConvertMemberPointerType()
2522 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2524 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2537 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2549 Inheritance)) in GetNullMemberPointerFields()
2551 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2553 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
[all …]
/external/clang/test/Parser/
DMicrosoftExtensions.cpp303 namespace Inheritance {
/external/ltp/testcases/realtime/
DREADME35 Robust and Priority Inheritance (PI) Mutexes.
/external/clang/include/clang/Basic/
DAttr.td2146 static bool hasVBPtrOffsetField(Spelling Inheritance) {
2147 return Inheritance == Keyword_unspecified_inheritance;
2152 static bool hasNVOffsetField(bool IsMemberFunction, Spelling Inheritance) {
2153 return IsMemberFunction && Inheritance >= Keyword_multiple_inheritance;
2156 static bool hasVBTableOffsetField(Spelling Inheritance) {
2157 return Inheritance >= Keyword_virtual_inheritance;
2161 Spelling Inheritance) {
2163 return Inheritance <= Keyword_single_inheritance;
2164 return Inheritance <= Keyword_multiple_inheritance;
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java720 Set<String> defaultContents = Inheritance.defaultContents; in TestDefaultContents()
721 Multimap<String, String> parentToChildren = Inheritance.parentToChildren; in TestDefaultContents()
724 Inheritance.showChain("", "", "root"); in TestDefaultContents()
846 public static class Inheritance { class in TestBasic
/external/guice/extensions/persist/lib/
Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/ ...
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
DREADME31 Priority Inheritance Mutex Tests
/external/scapy/scapy/contrib/
Dbgp.uts133 = BGPCapMultiprotocol - Inheritance
196 = BGPCapORF - Inheritance
243 = BGPCapGracefulRestart - Inheritance
274 = BGPCapFourBytesASN - Inheritance
/external/ipsec-tools/
DNEWS86 o Inheritance of 'remote{}' sections.
/external/eigen/doc/
DClassHierarchy.dox72 \section TopicClassHierarchyInheritanceDiagrams Inheritance diagrams
/external/testng/
DTODO.txt128 Inheritance
DCHANGES.txt1258 Fixed: Inheritance of methods
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1463 std::vector<const DIDerivedType *> Inheritance; member
1517 Info.Inheritance.push_back(DDTy); in collectClassInfo()
1629 for (const DIDerivedType *I : Info.Inheritance) { in lowerRecordFieldList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1912 std::vector<const DIDerivedType *> Inheritance; member
1989 Info.Inheritance.push_back(DDTy); in collectClassInfo()
2124 for (const DIDerivedType *I : Info.Inheritance) { in lowerRecordFieldList()
/external/ltp/utils/ffsb-6.0-rc2/
DREADME95 Inheritance -- if you are using multiple filesystems, all attributes
/external/python/cpython3/Doc/tutorial/
Dclasses.rst562 Inheritance chapter
623 Multiple Inheritance
/external/python/cpython2/Doc/tutorial/
Dclasses.rst503 Inheritance chapter
565 Multiple Inheritance
/external/python/cpython3/Doc/library/
Ddataclasses.rst482 Inheritance chapter
/external/libcups/filter/
Dppd-compiler.shtml256 <h3><a name='GROUPING'>Grouping and Inheritance</a></h3>
/external/python/cpython2/Doc/whatsnew/
D2.2.rst243 Multiple Inheritance: The Diamond Rule
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst390 Inheritance of this field is complicated. Most flag bits are inherited
/external/python/cpython3/Doc/whatsnew/
D2.2.rst243 Multiple Inheritance: The Diamond Rule

12