/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/ |
D | TestObject.java | 20 private Sub2 sub2; 30 public Sub2 getSub2() { in getSub2() 34 public void setSub2(Sub2 sub2) { in setSub2()
|
D | RubyTest.java | 63 repr.addClassTag(Sub2.class, new Tag("!ruby/object:Test::Module::Sub2")); in testEmitWithTags() 86 repr.addClassTag(Sub2.class, new Tag("!ruby/object:Test::Module::Sub2")); in testEmitWithTags2WithoutTagForParentJavabean() 108 con.addTypeDescription(new TypeDescription(Sub2.class, "!ruby/object:Test::Module::Sub2")); in parseObject()
|
D | Sub2.java | 20 public class Sub2 { class
|
/external/clang/test/CodeGenObjC/ |
D | category-super-class-meth.m | 15 @interface Sub2 : NSObject @end interface 17 @interface Sub2 (Category) @end interface in Category 19 @implementation Sub2 (Category) implementation in Category 24 // CHECK: define internal i8* @"\01+[Sub2(Category) copy]
|
/external/clang/test/Index/ |
D | annotate-module.m | 32 …] inclusion directive=[[INC_DIR:Module[/\\]Sub2\.h \(.*/Modules/Inputs/Module\.framework[/\\]Heade… 37 // CHECK-MOD-NEXT: Identifier: "Sub2" [1:18 - 1:22] inclusion directive=[[INC_DIR]]
|
D | index-module.m | 48 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODH… 62 …on]: kind: variable | name: Module_Sub2 | USR: c:@Module_Sub2 | {{.*}} | loc: [[TMODHDR]]Sub2.h:1:6
|
/external/clang/test/Modules/Inputs/ |
D | MethodPoolASub2.h | 1 @interface A (Sub2)
|
D | module.map | 139 explicit module Sub2 { 150 explicit module Sub2 {
|
/external/clang/test/CodeGenObjCXX/ |
D | encode.mm | 142 struct Sub2 : public Sub_with_virt, public Base1, virtual DBase { struct 155 // CHECK: @g4 = constant [19 x i8] c"{Sub2=^^?qcf^^?cd}\00" 156 extern const char g4[] = @encode(Sub2);
|
/external/clang/test/Modules/ |
D | submodules.m | 6 // Note: transitively imports Module.Sub2.
|
D | dependency-dump.m | 13 // VFS: 'name': "Sub2.h"
|
D | dependency-dump-dependent-module.m | 14 // VFS: 'name': "Sub2.h"
|
/external/llvm/test/TableGen/ |
D | SuperSubclassSameName.td | 21 class Sub2<int F> : Super2<F>;
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | SuperSubclassSameName.td | 21 class Sub2<int F> : Super2<F>;
|
/external/clang/test/FixIt/ |
D | typo.m | 116 @interface Sub2 : Super interface 120 @implementation Sub2 implementation
|
/external/clang/test/ARCMT/Inputs/ |
D | module.map | 134 explicit module Sub2 { 145 explicit module Sub2 {
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 1510 unsigned Sub2 = DI->getOperand(2).getImm(); in checkForImmediate() local 1512 if (Sub2 == Hexagon::subreg_loreg && Sub4 == Hexagon::subreg_hireg) in checkForImmediate() 1514 else if (Sub2 == Hexagon::subreg_hireg && Sub4 == Hexagon::subreg_loreg) in checkForImmediate()
|
D | HexagonBitSimplify.cpp | 392 unsigned Sub1 = I.getOperand(2).getImm(), Sub2 = I.getOperand(4).getImm(); in parseRegSequence() local 393 assert(Sub1 != Sub2); in parseRegSequence() 394 if (Sub1 == Hexagon::subreg_loreg && Sub2 == Hexagon::subreg_hireg) { in parseRegSequence() 399 if (Sub1 == Hexagon::subreg_hireg && Sub2 == Hexagon::subreg_loreg) { in parseRegSequence()
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 139 import Sub1, Sub2;
|