/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateCoverageLevels.java | 74 enum Inheritance { enum in GenerateCoverageLevels 101 …Set<R3<Level, String, Inheritance>> items = new TreeSet<R3<Level, String, Inheritance>>(new RowCom… in showEnglish() 107 … Inheritance 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/ |
D | MicrosoftCXXABI.cpp | 224 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/ |
D | EddParser.py | 274 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/ |
D | MicrosoftCXXABI.cpp | 2504 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/ |
D | MicrosoftExtensions.cpp | 303 namespace Inheritance {
|
/external/ltp/testcases/realtime/ |
D | README | 35 Robust and Priority Inheritance (PI) Mutexes.
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 2146 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/ |
D | TestBasic.java | 720 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/ |
D | ejb3-persistence.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/persistence/
javax/ ... |
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | README | 31 Priority Inheritance Mutex Tests
|
/external/scapy/scapy/contrib/ |
D | bgp.uts | 133 = BGPCapMultiprotocol - Inheritance 196 = BGPCapORF - Inheritance 243 = BGPCapGracefulRestart - Inheritance 274 = BGPCapFourBytesASN - Inheritance
|
/external/ipsec-tools/ |
D | NEWS | 86 o Inheritance of 'remote{}' sections.
|
/external/eigen/doc/ |
D | ClassHierarchy.dox | 72 \section TopicClassHierarchyInheritanceDiagrams Inheritance diagrams
|
/external/testng/ |
D | TODO.txt | 128 Inheritance
|
D | CHANGES.txt | 1258 Fixed: Inheritance of methods
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1463 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/ |
D | CodeViewDebug.cpp | 1912 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/ |
D | README | 95 Inheritance -- if you are using multiple filesystems, all attributes
|
/external/python/cpython3/Doc/tutorial/ |
D | classes.rst | 562 Inheritance chapter 623 Multiple Inheritance
|
/external/python/cpython2/Doc/tutorial/ |
D | classes.rst | 503 Inheritance chapter 565 Multiple Inheritance
|
/external/python/cpython3/Doc/library/ |
D | dataclasses.rst | 482 Inheritance chapter
|
/external/libcups/filter/ |
D | ppd-compiler.shtml | 256 <h3><a name='GROUPING'>Grouping and Inheritance</a></h3>
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.2.rst | 243 Multiple Inheritance: The Diamond Rule
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 390 Inheritance of this field is complicated. Most flag bits are inherited
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.2.rst | 243 Multiple Inheritance: The Diamond Rule
|