Home
last modified time | relevance | path

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

/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/cros/system_api/dbus/power_manager/
Dsuspend.proto69 // Human-readable description of the delay's purpose (e.g. the name of
Dpolicy.proto149 // Human-readable description of the factors contributing to this policy.