Home
last modified time | relevance | path

Searched refs:Test5 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DerrorForUsingPropertyOfTypeAsType01.js37 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.;
DunusedPrivateMembers.types98 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>
DerrorForUsingPropertyOfTypeAsType01.types88 namespace Test5 {
89 >Test5 : typeof Test5
103 var y: Test5.Foo.bar = "";
105 >Test5 : any
110 import lol = Test5.Foo.
112 >Test5 : typeof Test5
DunusedPrivateMembers.js42 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;
DerrorForUsingPropertyOfTypeAsType01.symbols74 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))
DunusedPrivateMembers.symbols91 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))
DerrorForUsingPropertyOfTypeAsType01.errors.txt10 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'.
DunusedPrivateMembers.errors.txt45 class Test5<T> {
48 var x = new Test5<number>();
DreactDefaultPropsInferenceSuccess.js68 const Test5 = () => <FieldFeedback2 />; function
147 var Test5 = function () { return react_1["default"].createElement(FieldFeedback2, null); }; class
DreactDefaultPropsInferenceSuccess.symbols181 const Test5 = () => <FieldFeedback2 />;
182 >Test5 : Symbol(Test5, Decl(reactDefaultPropsInferenceSuccess.tsx, 66, 5))
DreactDefaultPropsInferenceSuccess.types202 const Test5 = () => <FieldFeedback2 />;
203 >Test5 : () => JSX.Element
DreactDefaultPropsInferenceSuccess.errors.txt119 const Test5 = () => <FieldFeedback2 />;
/third_party/typescript/tests/cases/compiler/
DerrorForUsingPropertyOfTypeAsType01.ts36 namespace Test5 { namespace
41 var y: Test5.Foo.bar = "";
44 import lol = Test5.Foo.
DunusedPrivateMembers.ts45 class Test5<T> { class
48 var x = new Test5<number>();
DreactDefaultPropsInferenceSuccess.tsx70 const Test5 = () => <FieldFeedback2 />;
/third_party/googletest/googletest/test/
Dgtest_list_output_unittest_.cc52 TEST_P(ValueParamTest, Test5) {} in TEST_P() argument
Dgtest-typed-test_test.cc427 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/
Dtest433 …; " -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/
Dtest_structures.py603 class Test5(Structure): class
619 test5 = Test5()
623 func.argtypes = (Test5,)
653 func.argtypes = (POINTER(Test5),)
/third_party/python/Modules/_ctypes/
D_ctypes_test.c149 } 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/
DMonster.cs119 …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()
DMonster.go42 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
DMonster.py426 def Test5(self, j): member in Monster
1276 if monster.Test5(i) is None:
1279 test_ = MyGame.Example.Test.TestT.InitFromObj(monster.Test5(i))
DMonster.lua334 function Monster_mt:Test5(j) function
/third_party/mindspore/tests/ut/cpp/dataset/
Dqueue_test.cc155 TEST_F(MindDataTestQueue, Test5) { in TEST_F() argument

12