OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:greetings
(Results
1 - 9
of
9
) sorted by null
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
DependentProducerModule.java
30
ListenableFuture<List<String>>
greetings
(Integer numGreetings, String greeting) {
method in class:DependentProducerModule
31
List<String>
greetings
= ImmutableList.of(
local
33
return Futures.immediateFuture(
greetings
);
DependentComponent.java
27
ListenableFuture<List<String>>
greetings
();
method in interface:DependentComponent
/external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
DependentTest.java
39
assertThat(dependentComponent.
greetings
().get()).containsExactly(
68
assertThat(componentUsingJavaImpls.
greetings
().get()).containsExactly(
70
assertThat(componentUsingComponents.
greetings
().get()).containsExactly(
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowListPreferenceTest.java
36
listPreference.setEntries(R.array.
greetings
);
52
listPreference.setEntryValues(R.array.
greetings
);
/external/golang-protobuf/proto/
text_test.go
108
greetings
:= []string{"adg", "easy", "cow"}
109
if err := proto.SetExtension(msg, pb.E_Greeting,
greetings
); err != nil {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
R.java
23
public static final int
greetings
=0x7f0e0005;
field in class:R.array
[
all
...]
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
Helloworld.cs
177
/// The response message containing the
greetings
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
Helloworld.cs
177
/// The response message containing the
greetings
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
Helloworld.cs
163
/// The response message containing the
greetings
Completed in 246 milliseconds