Searched refs:goo (Results 1 - 5 of 5) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | overloadCallTest.js | 9 var goo = bar(); 11 goo = bar("test"); 24 var goo = bar();
25 goo = bar("test");
|
H A D | annotationDeclarationError1.js | 2 function goo(target: any) {} function 4 @goo 10 function goo(target) { }
|
H A D | annotationAsTypeError8.js | 8 public goo(a: Anno) {} 17 C.prototype.goo = function (a) { };
|
H A D | instanceofWithStructurallyIdenticalTypes.js | 45 function goo(x: A) { function 157 function goo(x) {
|
/third_party/python/Lib/test/ |
H A D | test_descr.py | 1548 goo = classmethod(foo) variable in .test_classmethods.C 1550 self.assertEqual(C.goo(1), (C, 1)) 1551 self.assertEqual(c.goo(1), (C, 1)) 1556 self.assertEqual(D.goo(1), (D, 1)) 1557 self.assertEqual(d.goo(1), (D, 1)) 1569 self.assertEqual(C.goo.__self__, C) 1570 self.assertEqual(D.goo.__self__, D) 1571 self.assertEqual(super(D,D).goo.__self__, D) 1572 self.assertEqual(super(D,d).goo.__self__, D) 1573 self.assertEqual(super(D,D).goo(), ( 1665 goo = staticmethod(foo) global() variable in .test_staticmethods.C 1713 goo = classmethod(foo) global() variable in .test_classic.C 1998 goo = c1.foo global() variable in .test_methods.D [all...] |
Completed in 20 milliseconds