Home
last modified time | relevance | path

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

123

/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/flatbuffers/tests/MyGame/Example/
DRace.php9 const Human = 0; define in MyGame\\Example\\Race
15 Race::Human=>"Human",
DRace.py7 Human = 0 variable in Race
DRace.lua7 Human = 0,
DRace.cs12 Human = 0, enumerator
DRace.java8 public static final byte Human = 0; field in Race
DRace.kt10 const val Human: Byte = 0 constant
/external/libcups/templates/
Dadd-class.tmpl16 <SMALL>(Human-readable description such as "HP LaserJet with Duplexer")</SMALL></TD>
21 <SMALL>(Human-readable location such as "Lab 1")</SMALL></TD>
Dmodify-printer.tmpl16 <SMALL>(Human-readable description such as "HP LaserJet with Duplexer")</SMALL></TD>
21 <SMALL>(Human-readable location such as "Lab 1")</SMALL></TD>
Dadd-printer.tmpl22 <SMALL>(Human-readable description such as "HP LaserJet with Duplexer")</SMALL></TD>
27 <SMALL>(Human-readable location such as "Lab 1")</SMALL></TD>
/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/tensorflow/tensorflow/core/framework/
Dmodel.proto31 // Human-readable name of the node.
61 // Human-readable name of the parameter.
Dop_def.proto26 // Human readable description.
82 // Human-readable description.
/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/icing/proto/icing/proto/
Dschema.proto42 // Recommended format: Human readable string that's one of the types defined
119 // Recommended format: Human readable string that's one of the properties
156 // Recommended format: Human readable string that is one of the types defined
/external/openscreen/cast/common/certificate/proto/
Dtest_suite.proto44 // Human-readable description of the test.
/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/cldr/common/testData/transforms/
Dar-t-ia.txt118 Human أمان
Dchr-t-ia.txt118 Human ᎤᎹᏂ
Dfa-t-ia.txt118 Human اومان
Dam-t-ia.txt118 Human ኡማን

123