Home
last modified time | relevance | path

Searched refs:MSGS (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DSubcomponentBuilderValidationTest.java33 private static final ErrorMessages.SubcomponentBuilderMessages MSGS = field in SubcomponentBuilderValidationTest
65 .withErrorContaining(String.format(MSGS.moreThanOneRefToSubcomponent(), in testRefSubcomponentAndSubBuilderFails()
99 .withErrorContaining(String.format(MSGS.moreThanOneRefToSubcomponent(), in testRefSubBuilderTwiceFails()
137 .withErrorContaining(String.format(MSGS.moreThanOne(), in testMoreThanOneBuilderFails()
170 .withErrorContaining(MSGS.generics()) in testBuilderGenericsFails()
186 .withErrorContaining(MSGS.mustBeInComponent()) in testBuilderNotInComponentFails()
216 .withErrorContaining(MSGS.missingBuildMethod()) in testBuilderMissingBuildMethodFails()
235 .withErrorContaining(MSGS.isPrivate()) in testPrivateBuilderFails()
254 .withErrorContaining(MSGS.mustBeStatic()) in testNonStaticBuilderFails()
273 .withErrorContaining(MSGS.mustBeAbstract()) in testNonAbstractBuilderFails()
[all …]
DComponentBuilderTest.java33 private static final ErrorMessages.ComponentBuilderMessages MSGS = field in ComponentBuilderTest
334 .withErrorContaining(String.format(MSGS.moreThanOne(), in testMoreThanOneBuilderFails()
358 .withErrorContaining(MSGS.generics()) in testBuilderGenericsFails()
374 .withErrorContaining(MSGS.mustBeInComponent()) in testBuilderNotInComponentFails()
395 .withErrorContaining(MSGS.missingBuildMethod()) in testBuilderMissingBuildMethodFails()
416 .withErrorContaining(MSGS.isPrivate()) in testPrivateBuilderFails()
437 .withErrorContaining(MSGS.mustBeStatic()) in testNonStaticBuilderFails()
458 .withErrorContaining(MSGS.mustBeAbstract()); in testNonAbstractBuilderFails()
480 .withErrorContaining(MSGS.cxtorOnlyOneAndNoArgs()) in testBuilderOneCxtorWithArgsFails()
504 .withErrorContaining(MSGS.cxtorOnlyOneAndNoArgs()) in testBuilderMoreThanOneCxtorFails()
[all …]
/external/iputils/
Dclockdiff.c91 #define MSGS 50 macro
183 for (msgcount = 0; msgcount < MSGS; ) { in measure()
360 for (msgcount = 0; msgcount < MSGS; ) { in measure_opt()