/third_party/typescript/tests/baselines/reference/ |
D | errorForUsingPropertyOfTypeAsType01.js | 37 namespace Test5 { 42 var y: Test5.Foo.bar = ""; 45 import lol = Test5.Foo. 74 var Test5; variable 75 (function (Test5) { argument 78 })(Test5 || (Test5 = {})); 79 var lol = Test5.Foo.;
|
D | unusedPrivateMembers.types | 98 class Test5<T> { 99 >Test5 : Test5<T> 107 var x = new Test5<number>(); 108 >x : Test5<number> 109 >new Test5<number>() : Test5<number> 110 >Test5 : typeof Test5 114 >x : Test5<number>
|
D | errorForUsingPropertyOfTypeAsType01.types | 88 namespace Test5 { 89 >Test5 : typeof Test5 103 var y: Test5.Foo.bar = ""; 105 >Test5 : any 110 import lol = Test5.Foo. 112 >Test5 : typeof Test5
|
D | unusedPrivateMembers.js | 42 class Test5<T> { class 45 var x = new Test5<number>(); 121 var Test5 = /** @class */ (function () { 122 function Test5() { class in Test5 124 Test5.prototype.test = function () { 125 var x = new Test5(); 128 return Test5;
|
D | errorForUsingPropertyOfTypeAsType01.symbols | 74 namespace Test5 { 75 >Test5 : Symbol(Test5, Decl(errorForUsingPropertyOfTypeAsType01.ts, 33, 1)) 87 var y: Test5.Foo.bar = ""; 89 >Test5 : Symbol(Test5, Decl(errorForUsingPropertyOfTypeAsType01.ts, 33, 1)) 92 import lol = Test5.Foo. 94 >Test5 : Symbol(Test5, Decl(errorForUsingPropertyOfTypeAsType01.ts, 33, 1))
|
D | unusedPrivateMembers.symbols | 91 class Test5<T> { 92 >Test5 : Symbol(Test5, Decl(unusedPrivateMembers.ts, 38, 1)) 96 >p : Symbol(Test5.p, Decl(unusedPrivateMembers.ts, 40, 16)) 100 >test : Symbol(Test5.test, Decl(unusedPrivateMembers.ts, 41, 17)) 102 var x = new Test5<number>(); 104 >Test5 : Symbol(Test5, Decl(unusedPrivateMembers.ts, 38, 1)) 107 >x.p : Symbol(Test5.p, Decl(unusedPrivateMembers.ts, 40, 16)) 109 >p : Symbol(Test5.p, Decl(unusedPrivateMembers.ts, 40, 16))
|
D | errorForUsingPropertyOfTypeAsType01.errors.txt | 10 tests/cases/compiler/errorForUsingPropertyOfTypeAsType01.ts(41,18): error TS2694: Namespace 'Test5'… 11 tests/cases/compiler/errorForUsingPropertyOfTypeAsType01.ts(44,20): error TS2694: Namespace 'Test5'… 67 namespace Test5 { 74 var y: Test5.Foo.bar = ""; 76 !!! error TS2694: Namespace 'Test5' has no exported member 'Foo'. 79 import lol = Test5.Foo. 81 !!! error TS2694: Namespace 'Test5' has no exported member 'Foo'.
|
D | unusedPrivateMembers.errors.txt | 45 class Test5<T> { 48 var x = new Test5<number>();
|
D | reactDefaultPropsInferenceSuccess.js | 68 const Test5 = () => <FieldFeedback2 />; function 147 var Test5 = function () { return react_1["default"].createElement(FieldFeedback2, null); }; class
|
D | reactDefaultPropsInferenceSuccess.symbols | 181 const Test5 = () => <FieldFeedback2 />; 182 >Test5 : Symbol(Test5, Decl(reactDefaultPropsInferenceSuccess.tsx, 66, 5))
|
D | reactDefaultPropsInferenceSuccess.types | 202 const Test5 = () => <FieldFeedback2 />; 203 >Test5 : () => JSX.Element
|
D | reactDefaultPropsInferenceSuccess.errors.txt | 119 const Test5 = () => <FieldFeedback2 />;
|
/third_party/typescript/tests/cases/compiler/ |
D | errorForUsingPropertyOfTypeAsType01.ts | 36 namespace Test5 { namespace 41 var y: Test5.Foo.bar = ""; 44 import lol = Test5.Foo.
|
D | unusedPrivateMembers.ts | 45 class Test5<T> { class 48 var x = new Test5<number>();
|
D | reactDefaultPropsInferenceSuccess.tsx | 70 const Test5 = () => <FieldFeedback2 />;
|
/third_party/googletest/googletest/test/ |
D | gtest_list_output_unittest_.cc | 52 TEST_P(ValueParamTest, Test5) {} in TEST_P() argument
|
D | gtest-typed-test_test.cc | 427 TYPED_TEST_P(TrimmedTest, Test5) { EXPECT_STREQ("Test5", GetTestName()); } in TYPED_TEST_P() argument 430 Test1, Test2,Test3 , Test4 ,Test5 ); // NOLINT
|
/third_party/curl/tests/data/ |
D | test4 | 33 …; " -H "X-Test:" -H "X-Test2: foo;" -H "X-Test3: " -H "X-Test4; " -H "X-Test5;ignored" http://%H…
|
/third_party/python/Lib/ctypes/test/ |
D | test_structures.py | 603 class Test5(Structure): class 619 test5 = Test5() 623 func.argtypes = (Test5,) 653 func.argtypes = (POINTER(Test5),)
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes_test.c | 149 } Test5; typedef 163 _testfunc_union_by_value2(Test5 in) { in _testfunc_union_by_value2() 190 _testfunc_union_by_reference3(Test5 *in) { in _testfunc_union_by_reference3() 193 memset(in, 0, sizeof(Test5)); in _testfunc_union_by_reference3()
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Monster.cs | 119 …public MyGame.Example.Test? Test5(int j) { int o = __p.__offset(66); return o != 0 ? (MyGame.Examp… in Test5() method 514 _o.Test5 = new List<MyGame.Example.TestT>(); in UnPackTo() 515 …for (var _j = 0; _j < this.Test5Length; ++_j) {_o.Test5.Add(this.Test5(_j).HasValue ? this.Test5(_… in UnPackTo() 628 if (_o.Test5 != null) { in Pack() 629 StartTest5Vector(builder, _o.Test5.Count); in Pack() 630 …for (var _j = _o.Test5.Count - 1; _j >= 0; --_j) { MyGame.Example.Test.Pack(builder, _o.Test5[_j])… in Pack() 826 public List<MyGame.Example.TestT> Test5 { get; set; } property in MyGame.Example.MonsterT 920 this.Test5 = null; in MonsterT()
|
D | Monster.go | 42 Test5 []*TestT member 148 if t.Test5 != nil { 149 test5Length := len(t.Test5) 152 t.Test5[j].Pack(builder) 383 t.Test5 = make([]*TestT, test5Length) 386 rcv.Test5(&x, j) 387 t.Test5[j] = x.UnPack() 962 func (rcv *Monster) Test5(obj *Test, j int) bool { func
|
D | Monster.py | 426 def Test5(self, j): member in Monster 1276 if monster.Test5(i) is None: 1279 test_ = MyGame.Example.Test.TestT.InitFromObj(monster.Test5(i))
|
D | Monster.lua | 334 function Monster_mt:Test5(j) function
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | queue_test.cc | 155 TEST_F(MindDataTestQueue, Test5) { in TEST_F() argument
|