Home | History | Annotate | Download | only in reflect

Lines Matching defs:checkName

150                 .checkName(true /* expectedNameIsPresent */, "p0")
210 .checkName(true /* expectedNameIsPresent */, "p0")
272 .checkName(true /* expectedNameIsPresent */, "p0")
279 .checkName(true /* expectedNameIsPresent */, "p1")
334 .checkName(true /* expectedNameIsPresent */, "p0")
381 .checkName(true /* expectedNameIsPresent */, "this$0")
420 .checkName(true /* expectedNameIsPresent */, "this$0")
427 .checkName(true /* expectedNameIsPresent */, "p1")
473 .checkName(true /* expectedNameIsPresent */, "this$0")
480 .checkName(true /* expectedNameIsPresent */, "p1")
526 .checkName(true /* expectedNameIsPresent */, "$enum$name")
533 .checkName(true /* expectedNameIsPresent */, "$enum$ordinal")
567 .checkName(true /* expectedNameIsPresent */, "name")
622 .checkName(true /* expectedNameIsPresent */, "p0")
734 .checkName(true /* expectedNameIsPresent */, "this$0")
779 .checkName(true /* expectedNameIsPresent */, "this$0")
973 parameterTestHelper.checkName(false, "arg" + i)
1016 ParameterTestHelper checkName(boolean expectedIsNamePresent, String expectedName) {