/external/robolectric/v1/src/test/resources/res/values/ |
string_arrays.xml | 8 <string-array name="greetings">
|
/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/libbrillo/brillo/ |
osrelease_reader_unittest.cc | 46 base::WriteFile(osreleased_.Append("GREETINGS"), ola.data(), ola.size()); 55 ASSERT_TRUE(store_.GetString("GREETINGS", &greetings_value)); 67 // greetings is set to ola.
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ListPreferenceTest.java | 48 listPreference.setEntries(R.array.greetings); 64 listPreference.setEntryValues(R.array.greetings);
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
usingdatastore.rst | 51 Here is a new version of ``helloworld/helloworld.py`` that stores greetings 86 greetings = db.GqlQuery("SELECT * " 92 for greeting in greetings: 149 Storing the Submitted Greetings 154 For the guestbook application, we want to store greetings posted by users. 182 Now that we have a data model for greetings, the application can use the model 184 new version of the ``Guestbook`` handler creates new greetings and saves them 215 within entity groups, we assign all Greetings to the same entity group in this 225 Retrieving the Stored Greetings With GQL 234 for greetings: [all...] |
templates.rst | 34 greetings = greetings_query.fetch(10) 44 'greetings': greetings, 59 {% for greeting in greetings %}
|
handlingforms.rst | 5 If we want users to be able to post their own greetings, we need a way to
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/ |
StringArrayResourceLoaderTest.java | 42 assertThat(Arrays.asList(stringArrayResourceLoader.getArrayValue(R.array.greetings)), hasItems("hola", "Hello"));
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/ |
guestbook.py | 45 greetings = db.GqlQuery("SELECT * " 49 for greeting in greetings:
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
TextToSpeechActivity.java | 121 "Greetings",
|
/external/valgrind/ |
README_PACKAGERS | 2 Greetings, packaging person! This information is aimed at people
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/ |
R.java | 81 public static final int greetings = nextId++; field in class:R.array
|
/external/libmicrohttpd/doc/chapters/ |
processingpost.inc | 108 that might have been allocated for that connection by us, namely the post processor and the greetings
|
/external/icu/icu4c/source/test/intltest/ |
icusvtst.cpp | [all...] |
/frameworks/base/docs/html/guide/topics/providers/ |
content-provider-basics.jd | [all...] |
/external/libmicrohttpd/doc/ |
libmicrohttpd-tutorial.info | [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator-mips | |
emulator-x86 | |