Home
last modified time | relevance | path

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

1234567

/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/dokka/core/testdata/format/
DtokensInHeaders.md17 ##### So many lame code "puns" (in) [The.house](house.md)
34 | [house](house.md) | `fun house(): Unit` |
DtokensInHeaders.kt12 * ##### So many lame code "puns" (in) [The.house]
25 fun house() {} in house() method
/external/harfbuzz_ng/test/shaping/
DREADME.md26 subset font file into `data/in-house/fonts` and name it after its
28 to an existing or new test file in `data/in-house/tests` using `-o`,
31 $ ./hb-unicode-encode 41 42 43 627 | ./record-test.sh -o data/in-house/tests/test-name.test ../../u…
34 If you created a new test file, add it to `data/in-house/Makefile.sources`
38 there by running `git status data/in-house`. And commit!
DCMakeLists.txt2 file (READ "${CMAKE_CURRENT_SOURCE_DIR}/data/in-house/Makefile.sources" INHOUSE)
6 COMMAND "${PYTHON_EXECUTABLE}" run-tests.py $<TARGET_FILE:hb-shape> "data/in-house/${test}"
DMakefile.am28 texts/in-house \
/external/one-true-awk/testdir/
Dbib161 And the LORD said unto Noah, Come thou and all thy house into the ark; for thee have I seen righteo…
300 … Get thee out of thy country, and from thy kindred, and from thy father's house, unto a land that …
314 …of Pharaoh saw her, and commended her before Pharaoh: and the woman was taken into Pharaoh's house.
316 And the LORD plagued Pharaoh and his house with great plagues because of Sarai Abram's wife.
351 …brother was taken captive, he armed his trained servants, born in his own house, three hundred and…
363 …God, what wilt thou give me, seeing I go childless, and the steward of my house is this Eliezer of…
364 And Abram said, Behold, to me thou hast given no seed: and, lo, one born in my house is mine heir.
410 …ed among you, every man child in your generations, he that is born in the house, or bought with mo…
411 He that is born in thy house, and he that is bought with thy money, must needs be circumcised: and …
421 … and all that were born in his house, and all that were bought with his money, every male among th…
[all …]
/external/python/pyasn1/
DREADME.md60 house [1] INTEGER DEFAULT 0
76 'house', Integer(0).subtype(
122 house is 0
140 {'id': 123, 'room': 321, 'house': 0}
148 >>> record = decode({'id': 123, 'room': 321, 'house': 0}, asn1Spec=Record())
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/merge/
DMapPolymorphicMerge2336Test.java92 SomeOtherClass baseValue = new SomeOtherClass("house"); in testPolymorphicMapMerge()
99 SomeOtherClass toBeMerged = new SomeOtherClass("house"); in testPolymorphicMapMerge()
/external/snakeyaml/src/test/resources/javabeans/
Dhouse-dump2.yaml1 !!org.yaml.snakeyaml.javabeans.House
/external/harfbuzz_ng/test/shaping/data/
DMakefile.am5 in-house \
/external/openscreen/util/
DREADME.md3 The util/ folder is meant to house core utility classes and logic that can be
/external/oss-fuzz/projects/c-ares/
Dproject.yaml6 - "brad@brad-house.com"
/external/harfbuzz_ng/
DMETADATA8 # test/shaping/data/in-house/COPYING
/external/glide/third_party/gif_decoder/
DREADME.third_party8 Android devices. This implementation does not house in memory a Bitmap for
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_destroy_options.333 Brad House
DAUTHORS17 Brad House
Dares_save_options.372 Brad House
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/
DTestDataFormatterLibccMultiMap.py251 '[0] = (first = "casa", second = "house")',
261 '[0] = (first = "casa", second = "house")',
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py2055 <house>
2058 </house>
2061 <house>
2063 </house>
2067 self.assertEqual(self._ilist(doc, 'house'), ['house'] * 2)
2076 all_tags = ['document', 'house', 'room', 'room',
2077 'shed', 'house', 'room']
2094 <house>
2097 </house>
2100 <house>
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
Dmain.cpp48 ss["casa"] = "house"; in main()
DTestDataFormatterStdMap.py259 '[1] = (first = "casa", second = "house")',
269 '[1] = (first = "casa", second = "house")',
/external/tensorflow/tensorflow/c/experimental/saved_model/
DREADME.md25 `saved_model/public` is intended to house *only the public headers* of the
/external/swiftshader/third_party/subzero/src/
DIceInstX8632.h11 /// \brief Used to house all the X8632 instructions.

1234567