OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSGS
(Results
1 - 4
of
4
) 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
44
private static final String[]
MSGS
= new String[SIZE];
212
synchronized(
MSGS
) {
215
MSGS
[sNext] = msg;
225
synchronized(
MSGS
) {
234
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
; ) {
Completed in 224 milliseconds