Home
last modified time | relevance | path

Searched refs:method1 (Results 1 - 22 of 22) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A Des6ModuleClassDeclaration.js9 private method1() {
25 private method1() {
45 private method1() {
61 private method1() {
83 private method1() {
99 private method1() {
121 method1() {
137 method1() {
157 method1() {
174 method1() {
[all...]
H A DcontextuallyTypedClassExpressionMethodDeclaration02.js15 method1(arg: A): void;
21 method1(arg) {
32 method1 = (arg) => {
43 method1 = function (arg) {
57 class_1.prototype.method1 = function (arg) {
69 this.method1 = function (arg) {
82 this.method1 = function (arg) {
H A DcontextuallyTypedObjectLiteralMethodDeclaration01.js11 method1(arg: A): void;
17 method1(arg) {
28 method1: (arg) => {
39 method1: function (arg) {
51 method1: function (arg) {
61 method1: function (arg) {
71 method1: function (arg) {
H A DcontextuallyTypedClassExpressionMethodDeclaration01.js11 method1(arg: A): void;
17 static method1(arg) {
28 static method1 = (arg) => {
39 static method1 = function (arg) {
53 class_1.method1 = function (arg) {
69 _a.method1 = function (arg) {
84 _a.method1 = function (arg) {
H A DcheckJsdocTypeTagOnObjectProperty2.js8 method1(n1) {
20 var s = obj.method1(0);
32 method1: function (n1) {
47 var s = obj.method1(0);
H A DcheckJsdocTypeTagOnObjectProperty1.js10 method1(n1) {
23 var k = obj.method1(0);
37 method1: function (n1) {
51 var k = obj.method1(0);
H A DuniqueSymbolsDeclarationsErrors.js8 method1(p: typeof s): typeof s {
17 method1(p: typeof s): typeof s {
68 method1(p) {
76 method1(p) {
111 method1(p: typeof s): typeof s;
116 method1(p: typeof s): typeof s;
H A DuniqueSymbols.js146 method1() { return s; },
171 method1() { return s; }
220 method1(): typeof s;
228 method1() {
248 method1(p: typeof s): typeof s {
257 method1(p: typeof s): typeof s {
366 method1() { return s; },
388 method1() { return s; }
423 method1() {
441 method1(
[all...]
H A DjsDeclarationsClassMethod.js36 * A comment method1
41 method1(x, y) {
99 * A comment method1
104 method1(x, y) {
157 * A comment method1
162 method1(x: number, y: number): number;
H A DuniqueSymbolsDeclarations.js142 method1() { return s; },
167 method1() { return s; }
216 method1(): typeof s;
224 method1() {
334 method1() { return s; },
356 method1() { return s; }
391 method1() {
503 method1(): symbol;
522 method1(): symbol;
535 method1()
[all...]
H A DnoCollisionThisExpressionAndLocalVarInMethod.js4 method1() {
27 a.prototype.method1 = function () {
H A DconstructorWithIncompleteTypeAnnotation.js236 public method1(val:number) {
240 return 2 * this.method1(2);
247 return this.method1(2);
527 method1(val, number);
533 return 2 * this.method1(2);
541 return this.method1(2);
H A DtypeGuardFunction.js57 method1(p1: A): p1 is C {
142 D.prototype.method1 = function (p1) {
H A DconstraintReferencingTypeParameterFromSameTypeParameterList.js19 method1<X, Y extends T>();
H A DprotectedClassPropertyAccessibleWithinNestedSubclass1.js24 method1() {
162 Derived1.prototype.method1 = function () {
H A DprotectedClassPropertyAccessibleWithinSubclass2.js20 method1() {
135 Derived1.prototype.method1 = function () {
H A DrenamingDestructuredPropertyInFunctionType.js37 method1(arg: number): any; // OK
156 method1(arg: number): any;
/third_party/libabigail/tests/data/test-diff-suppr/
H A Dtest33-v1.cc10 void method1();
15 to_suppress::method1() in method1() function in to_suppress
23 to_keep::method1() in method1() function in to_keep
H A Dtest33-v0.cc8 int method1();
13 to_suppress::method1() in method1() function in to_suppress
21 to_keep::method1() in method1() function in to_keep
H A Dtest33-v1.h5 void method1();
H A Dtest33-v0.h3 void method1();
/third_party/lwip/src/netif/ppp/
H A Dccp.c1463 char method1[64]; in ccp_up() local
1471 ppp_strlcpy(method1, method_name(go, NULL), sizeof(method1)); in ccp_up()
1473 method1, method_name(ho, NULL)); in ccp_up()

Completed in 7 milliseconds