Home
last modified time | relevance | path

Searched refs:setMother (Results 1 – 7 of 7) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHumanTest.java115 son.setMother(mother); in testChildren()
123 daughter.setMother(mother); in testChildren()
185 son.setMother(mother); in testChildrenPretty()
193 daughter.setMother(mother); in testChildrenPretty()
258 son.setMother(mother); in testChildren2()
266 daughter.setMother(mother); in testChildren2()
325 son.setMother(mother); in testChildren3()
333 daughter.setMother(mother); in testChildren3()
470 son.setMother(mother); in testChildrenListRoot()
478 daughter.setMother(mother); in testChildrenListRoot()
[all …]
DHuman_WithArrayOfChildrenTest.java53 public void setMother(Human_WithArrayOfChildren mother) { in setMother() method in Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren
104 son.setMother(mother); in createSon()
112 daughter.setMother(mother); in createSon()
DHuman3.java45 public void setMother(Human3 mother) { in setMother() method in Human3
DHuman.java45 public void setMother(Human mother) { in setMother() method in Human
DHuman2.java45 public void setMother(Human2 mother) { in setMother() method in Human2
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
DHumanGenericsTest.java130 son.setMother(mother); in testChildren()
138 daughter.setMother(mother); in testChildren()
203 son.setMother(mother); in testChildren2()
211 daughter.setMother(mother); in testChildren2()
272 son.setMother(mother); in testChildren3()
280 daughter.setMother(mother); in testChildren3()
423 son.setMother(mother); in testChildrenListRoot()
431 daughter.setMother(mother); in testChildrenListRoot()
DAbstractHumanGen.java62 public void setMother(K mother) { in setMother() method in AbstractHumanGen