Home
last modified time | relevance | path

Searched full:house (Results 1 – 25 of 78) 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/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/glide/third_party/gif_decoder/
DREADME.third_party8 Android devices. This implementation does not house in memory a Bitmap for
/external/unicode/
Demoji-variation-sequences.txt438 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/
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/google-breakpad/src/testing/gtest/make/
DMakefile37 # House-keeping build targets.
/external/protobuf/gtest/make/
DMakefile37 # House-keeping build targets.
/external/googletest/googletest/make/
DMakefile39 # House-keeping build targets.
/external/vulkan-validation-layers/tests/gtest-1.7.0/make/
DMakefile39 # House-keeping build targets.
/external/v8/testing/gtest/make/
DMakefile39 # House-keeping build targets.
/external/v8/testing/gmock/make/
DMakefile54 # House-keeping build targets.
/external/google-breakpad/src/testing/make/
DMakefile51 # House-keeping build targets.
/external/googletest/googlemock/make/
DMakefile54 # House-keeping build targets.
/external/skia/src/gpu/text/
DGrTextUtils.h36 * A class to house a bunch of common text utilities. This class should *ONLY* have static
/external/pdfium/
DREADME.md51 each directory can only house a single gclient configuration.
/external/parameter-framework/upstream/parameter/
DElement.h181 // House keeping
DSubsystem.h239 // Subsystem sync objects (house keeping)
/external/eigen/doc/
DUnalignedArrayAssert.dox116 …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/
DLocationFacade.java77 * u'admin_area': u'Some City', u'feature_name': u'House Numbers', u'country_code': u'GB',
/external/minijail/
DMakefile142 # House-keeping build targets.
/external/syslinux/com32/lua/src/
Dllimits.h60 /* internal assertions for in-house debugging */

1234