HomeSort by relevance Sort by last modified time
    Searched refs:MSGS (Results 1 - 5 of 5) sorted by null

  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
SubcomponentBuilderValidationTest.java 33 private static final ErrorMessages.SubcomponentBuilderMessages MSGS =
65 .withErrorContaining(String.format(MSGS.moreThanOneRefToSubcomponent(),
99 .withErrorContaining(String.format(MSGS.moreThanOneRefToSubcomponent(),
137 .withErrorContaining(String.format(MSGS.moreThanOne(),
170 .withErrorContaining(MSGS.generics())
186 .withErrorContaining(MSGS.mustBeInComponent())
216 .withErrorContaining(MSGS.missingBuildMethod())
235 .withErrorContaining(MSGS.isPrivate())
254 .withErrorContaining(MSGS.mustBeStatic())
273 .withErrorContaining(MSGS.mustBeAbstract()
    [all...]
ComponentBuilderTest.java 33 private static final ErrorMessages.ComponentBuilderMessages MSGS =
334 .withErrorContaining(String.format(MSGS.moreThanOne(),
358 .withErrorContaining(MSGS.generics())
374 .withErrorContaining(MSGS.mustBeInComponent())
395 .withErrorContaining(MSGS.missingBuildMethod())
416 .withErrorContaining(MSGS.isPrivate())
437 .withErrorContaining(MSGS.mustBeStatic())
458 .withErrorContaining(MSGS.mustBeAbstract());
480 .withErrorContaining(MSGS.cxtorOnlyOneAndNoArgs())
504 .withErrorContaining(MSGS.cxtorOnlyOneAndNoArgs()
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 45 private static final String[] MSGS = new String[SIZE];
226 synchronized(MSGS) {
229 MSGS[sNext] = msg;
239 synchronized(MSGS) {
248 pw.println(MSGS[j]);
  /external/iputils/
clockdiff.c 91 #define MSGS 50
162 * To measure the difference, select MSGS messages whose round-trip
164 * select MSGS messages regardless of round-trip transmission time.
183 for (msgcount = 0; msgcount < MSGS; ) {
338 * To measure the difference, select MSGS messages whose round-trip
340 * select MSGS messages regardless of round-trip transmission time.
360 for (msgcount = 0; msgcount < MSGS; ) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 958 milliseconds