/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | kullback_leibler_test.py | 99 class Sub1(normal.Normal): class 109 class Sub11(Sub1): 115 @kullback_leibler.RegisterKL(Sub1, Sub1) 119 @kullback_leibler.RegisterKL(Sub1, Sub2) 123 @kullback_leibler.RegisterKL(Sub2, Sub1) 129 sub1 = Sub1(loc=0.0, scale=1.0)
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/ |
D | TestObject.java | 19 private Sub1 sub1; 22 public Sub1 getSub1() { in getSub1() 26 public void setSub1(Sub1 sub1) { in setSub1()
|
D | RubyTest.java | 62 repr.addClassTag(Sub1.class, new Tag("!ruby/object:Test::Module::Sub1")); in testEmitWithTags() 85 repr.addClassTag(Sub1.class, new Tag("!ruby/object:Test::Module::Sub1")); in testEmitWithTags2WithoutTagForParentJavabean() 107 con.addTypeDescription(new TypeDescription(Sub1.class, "!ruby/object:Test::Module::Sub1")); in parseObject()
|
D | Sub1.java | 20 public class Sub1 { class
|
/external/clang/test/SemaTemplate/ |
D | instantiate-subscript.cpp | 8 struct Sub1 { struct 25 template struct Subscript0<Sub1, ConvertibleToInt, long&>; 26 template struct Subscript0<Sub1, Sub0, long&>; // expected-note{{instantiation}}
|
/external/clang/test/CodeGenObjC/ |
D | objc2-nonfragile-abi-impl.m | 6 @interface Sub1 : Base @end interface 8 @implementation Sub1 @end implementation
|
D | category-super-class-meth.m | 8 @interface Sub1 : NSObject @end interface 10 @implementation Sub1 implementation
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 246 SDValue Sub1 = CurDAG->getTargetExtractSubreg(SP::sub_odd, dl, MVT::i32, in tryInlineAsm() local 250 SDValue T1 = CurDAG->getCopyToReg(Sub1, dl, Reg1, Sub1, T0.getValue(1)); in tryInlineAsm()
|
/external/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 332 @interface Sub1 : Base1 interface 334 @interface Sub1(cat) interface in cat 338 void test1(Sub1 *s) { 347 void test2(Sub1 *s) {
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | BasicValueFactory.h | 147 inline const llvm::APSInt& Sub1(const llvm::APSInt& V) { in Sub1() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 586 SDValue Sub1 = CurDAG->getTargetConstant(AMDGPU::sub1, DL, MVT::i32); in SelectADD_SUB_I64() local 591 DL, MVT::i32, LHS, Sub1); in SelectADD_SUB_I64() 596 DL, MVT::i32, RHS, Sub1); in SelectADD_SUB_I64() 615 Sub1, in SelectADD_SUB_I64()
|
/external/llvm/lib/Target/Hexagon/ |
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/googletest/googletest/docs/ |
D | AdvancedGuide.md | 803 10: void Sub1(int n) { 812 19: Sub1(1); 815 22: Sub1(9); 836 of `Sub1()` the two failures come from respectively. (You could add an 837 extra message to each assertion in `Sub1()` to indicate the value of
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 4272 SDValue Sub1 = CurDAG->getTargetExtractSubreg(ARM::gsub_1, dl, MVT::i32, in tryInlineAsm() local 4276 SDValue T1 = CurDAG->getCopyToReg(Sub1, dl, Reg1, Sub1, T0.getValue(1)); in tryInlineAsm()
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 139 import Sub1, Sub2;
|