Home
last modified time | relevance | path

Searched refs:Human (Results 1 – 25 of 30) sorted by relevance

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHuman.java21 public class Human extends AbstractHuman { class
23 private Human father;
24 private Human mother;
25 private Human partner;
26 private Human bankAccountOwner;
27 protected Set<Human> children;
29 public Human() { in Human() method in Human
30 children = new HashSet<Human>(); in Human()
33 public Human getFather() { in getFather()
37 public void setFather(Human father) { in setFather()
[all …]
DHumanTest.java40 Human father = new Human(); in testNoChildren()
45 Human mother = new Human(); in testNoChildren()
57 Human father2 = (Human) yaml.load(output); in testNoChildren()
66 Human father = new Human(); in testNoChildrenPretty()
71 Human mother = new Human(); in testNoChildrenPretty()
86 Human father2 = (Human) yaml.load(output); in testNoChildrenPretty()
95 Human father = new Human(); in testChildren()
101 Human mother = new Human(); in testChildren()
109 Human son = new Human(); in testChildren()
117 Human daughter = new Human(); in testChildren()
[all …]
/external/snakeyaml/src/test/java/examples/collections/
DTypeSafeListWithInterfaceTest.java37 List<Human> developers = new ArrayList<Human>(); in testDumpList()
70 List<Human> developers = parsed.getDevelopers(); in testLoadList()
85 private List<Human> developers;
107 public List<Human> getDevelopers() { in getDevelopers()
111 public void setDevelopers(List<Human> developers) { in setDevelopers()
116 public static interface Human { interface in TypeSafeListWithInterfaceTest
124 public static class Developer implements Human {
DTypeSafePriorityTest.java45 List<Human> developers = parsed.getDevelopers(); in testLoadList2()
58 private List<Human> developers;
72 public List<Human> getDevelopers() { in getDevelopers()
76 public void setDevelopers(List<Human> developers) { in setDevelopers()
81 public static interface Human { interface in TypeSafePriorityTest
89 public static class Developer implements Human {
/external/python/cpython3/Mac/PythonLauncher/English.lproj/
DCredits.rtf11 \f0\b Human Interface Design:
/external/python/cpython2/Mac/PythonLauncher/English.lproj/
DCredits.rtf11 \f0\b Human Interface Design:
/external/python/cpython2/Lib/idlelib/idle_test/
DREADME.txt10 Human-mediated tests were added later in 2.7 and in 3.4.
141 4. Human-mediated Tests
143 Human-mediated tests are widget tests that cannot be automated but need human
/external/python/cpython3/Lib/idlelib/idle_test/
DREADME.txt10 Human-mediated tests were added later in 3.4.
173 4. Human-mediated Tests
175 Human-mediated tests are widget tests that cannot be automated but need
/external/tensorflow/tensorflow/core/framework/
Dop_def.proto25 // Human readable description.
78 // Human-readable description.
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dam-t-ia.txt118 Human ኡማን
Dchr-t-ia.txt118 Human ᎤᎹᏂ
Dar-t-ia.txt118 Human أمان
Dfa-t-ia.txt118 Human اومان
Dia-fonipa-t-ia.txt118 Human uman
Dblt-fonipa-t-blt.txt56 # (b) Words from the Universal Declaration of Human Rights
/external/icu/icu4c/source/data/translit/
Ddv_dv_Latn_BGN.txt19 # Declaration of Human Rights.
/external/python/cpython2/Doc/library/
Dwave.rst95 Human-readable version of :meth:`getcomptype`. Usually ``'not compressed'``
Dsunau.rst146 Human-readable version of :meth:`getcomptype`. The supported types have the
/external/tensorflow/tensorflow/lite/g3doc/models/pose_estimation/
Doverview.md139 …tion-in-the-browser-with-tensorflow-js-7dd0bc881cd5">Blog post: Real-time Human Pose Estimation in…
/external/cros/system_api/dbus/power_manager/
Dsuspend.proto96 // Human-readable description of the delay's purpose (e.g. the name of
Dpolicy.proto158 // Human-readable description of the factors contributing to this policy.
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto181 // Human readable name for this scenario
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto194 // Human readable name for this scenario
/external/python/cpython3/Doc/library/
Dsunau.rst149 Human-readable version of :meth:`getcomptype`. The supported types have the
Dwave.rst104 Human-readable version of :meth:`getcomptype`. Usually ``'not compressed'``

12