OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextInstanceId
(Results
1 - 2
of
2
) sorted by null
/external/guice/core/test/com/google/inject/
ScopesTest.java
76
AnnotatedSingleton.
nextInstanceId
= 0;
77
BoundAsSingleton.
nextInstanceId
= 0;
78
EagerSingleton.
nextInstanceId
= 0;
79
RealLinkedSingleton.
nextInstanceId
= 0;
80
JustInTimeSingleton.
nextInstanceId
= 0;
81
NotASingleton.
nextInstanceId
= 0;
82
Implementation.
nextInstanceId
= 0;
83
ProvidedBySingleton.
nextInstanceId
= 0;
84
ThrowingSingleton.
nextInstanceId
= 0;
247
assertEquals(1, AnnotatedSingleton.
nextInstanceId
);
[
all
...]
/external/guice/core/test/com/googlecode/guice/
Jsr330Test.java
57
J.
nextInstanceId
= 0;
58
K.
nextInstanceId
= 0;
169
assertEquals(1, J.
nextInstanceId
);
170
assertEquals(1, K.
nextInstanceId
);
435
static int
nextInstanceId
= 0;
436
int instanceId =
nextInstanceId
++;
440
static int
nextInstanceId
= 0;
441
int instanceId =
nextInstanceId
++;
Completed in 178 milliseconds