Searched full:house (Results 1 – 25 of 78) sorted by relevance
1234
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/ |
D | HouseTest.java | 37 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 …]
|
D | House.java | 21 public class House { class
|
/external/snakeyaml/src/test/resources/javabeans/ |
D | house-dump2.yaml | 1 !!org.yaml.snakeyaml.javabeans.House
|
/external/c-ares/ |
D | AUTHORS | 8 Brad House
|
D | CHANGES | 433 - 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/glide/third_party/gif_decoder/ |
D | README.third_party | 8 Android devices. This implementation does not house in memory a Bitmap for
|
/external/unicode/ |
D | emoji-variation-sequences.txt | 438 1F3D8 FE0E ; text style; # (7.0) HOUSE BUILDINGS 439 1F3D8 FE0F ; emoji style; # (7.0) HOUSE BUILDINGS 442 1F3DA FE0E ; text style; # (7.0) DERELICT HOUSE BUILDING 443 1F3DA FE0F ; emoji style; # (7.0) DERELICT HOUSE BUILDING 454 1F3E0 FE0E ; text style; # (6.0) HOUSE BUILDING 455 1F3E0 FE0F ; emoji style; # (6.0) HOUSE BUILDING
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 66 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/ |
D | module_unittest.cc | 320 "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/google-breakpad/src/testing/gtest/make/ |
D | Makefile | 37 # House-keeping build targets.
|
/external/protobuf/gtest/make/ |
D | Makefile | 37 # House-keeping build targets.
|
/external/googletest/googletest/make/ |
D | Makefile | 39 # House-keeping build targets.
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/make/ |
D | Makefile | 39 # House-keeping build targets.
|
/external/v8/testing/gtest/make/ |
D | Makefile | 39 # House-keeping build targets.
|
/external/v8/testing/gmock/make/ |
D | Makefile | 54 # House-keeping build targets.
|
/external/google-breakpad/src/testing/make/ |
D | Makefile | 51 # House-keeping build targets.
|
/external/googletest/googlemock/make/ |
D | Makefile | 54 # House-keeping build targets.
|
/external/skia/src/gpu/text/ |
D | GrTextUtils.h | 36 * A class to house a bunch of common text utilities. This class should *ONLY* have static
|
/external/pdfium/ |
D | README.md | 51 each directory can only house a single gclient configuration.
|
/external/parameter-framework/upstream/parameter/ |
D | Element.h | 181 // House keeping
|
D | Subsystem.h | 239 // Subsystem sync objects (house keeping)
|
/external/eigen/doc/ |
D | UnalignedArrayAssert.dox | 116 …I compatibility is very important, even for people who develop only an in-house application, as fo…
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | LocationFacade.java | 77 * u'admin_area': u'Some City', u'feature_name': u'House Numbers', u'country_code': u'GB',
|
/external/minijail/ |
D | Makefile | 142 # House-keeping build targets.
|
/external/syslinux/com32/lua/src/ |
D | llimits.h | 60 /* internal assertions for in-house debugging */
|
1234