Home
last modified time | relevance | path

Searched full:house (Results 1 – 25 of 81) sorted by relevance

1234

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DHouseTest.java37 House house = new House(); in testDump1() local
40 house.setFrontDoor(frontDoor); in testDump1()
44 house.setRooms(rooms); in testDump1()
48 house.setReminders(reminders); in testDump1()
49 house.setNumber(1); in testDump1()
50 house.setStreet("Wall Street"); in testDump1()
52 String yaml = beanDumper.dumpAsMap(house); in testDump1()
53 String etalon = Util.getLocalResource("javabeans/house-dump1.yaml"); in testDump1()
57 House loadedHouse = beanLoader.loadAs(yaml, House.class); in testDump1()
69 House house = new House(); in testDump3() local
[all …]
DHouse.java21 public class House { class
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/
Dconstructed.html55 house [1] INTEGER DEFAULT 0
64 defining anonymous subtypes (room and house components in the example above).
83 ... 'house',
133 house=0
154 house 0
/external/snakeyaml/src/test/resources/javabeans/
Dhouse-dump2.yaml1 !!org.yaml.snakeyaml.javabeans.House
/external/c-ares/
DAUTHORS8 Brad House
DCHANGES433 - Improvement by Brad House:
549 - Brad House fixed a missing header file inclusion in adig sample program.
648 - Brad House provided a fix for ares_save_options():
704 - Brad House fixed VS2005 compiler warnings due to time_t being 64bit.
707 - Brad House's man pages for ares_save_options() and ares_destroy_options()
742 - Brad House added ares_save_options() and ares_destroy_options() that can be
/external/chromium-trace/catapult/experimental/bisect_lib/
DREADME.md8 The purpose of this library is to house the logic used by the [bisect
/external/glide/third_party/gif_decoder/
DREADME.third_party8 Android devices. This implementation does not house in memory a Bitmap for
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt66 even if I fell off the top of the house!' (Which was very likely
347 house, and have next to no toys to play with, and oh! ever so
444 such a nice little dog near our house I should like to show you!
625 house,
758 As she said this, she came upon a neat little house, on the door
762 and be turned out of the house before she had found the fan and
771 on, `that they'd let Dinah stop in the house if it began ordering
835 she trembled till she shook the house, quite forgetting that she
920 `We must burn the house down!' said the Rabbit's voice; and
946 enough to get through the door, she ran out of the house, and
[all …]
/external/google-breakpad/src/common/
Dmodule_unittest.cc320 "his house is in"; in TEST()
338 " stromboli: his house is in\n" in TEST()
371 entry3_changes[0x36682fad3763ffffULL]["stromboli"] = "his house is in"; in TEST()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
DTestBNF.java152 "$noun = dog | house | government | wall | street | zebra;",
172 Pick nouns = Pick.or(new String[]{"dog", "house", "government", "wall", "street", "zebra"});
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestBNF.java153 "$noun = dog | house | government | wall | street | zebra;",
173 Pick nouns = Pick.or(new String[]{"dog", "house", "government", "wall", "street", "zebra"});
/external/google-breakpad/src/testing/gtest/make/
DMakefile37 # House-keeping build targets.
/external/protobuf/gtest/make/
DMakefile37 # House-keeping build targets.
/external/skia/src/gpu/text/
DGrTextUtils.h31 * A class to house a bunch of common text utilities. This class should *ONLY* have static
/external/vulkan-validation-layers/tests/gtest-1.7.0/make/
DMakefile39 # House-keeping build targets.
/external/google-breakpad/src/testing/make/
DMakefile51 # House-keeping build targets.
/external/opencv3/doc/tutorials/imgproc/imgtrans/laplace_operator/
Dlaplace_operator.markdown117 the cow's head). Also, note that the roof of the house behind the trees (right side) is
/external/v8/test/mjsunit/
Dopt-elements-kind.js105 a[0] = 0; // Send the COW array map to the steak house.
Dosr-elements-kind.js108 a[0] = 0; // Send the COW array map to the steak house.
/external/pdfium/
DREADME.md15 each directory can only house a single gclient configuration.
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DLocationFacade.java77 * u'admin_area': u'Some City', u'feature_name': u'House Numbers', u'country_code': u'GB',
/external/parameter-framework/upstream/parameter/
DElement.h181 // House keeping
DSubsystem.h239 // Subsystem sync objects (house keeping)
/external/v8/test/webkit/fast/js/
Dregexp-stack-overflow.js32house where I live, nor lie on the couch where I sleep; ... 1 [Psalm 132] A song for a liturgical …

1234