Searched defs:mother (Results 1 – 8 of 8) sorted by relevance
45 Human mother = new Human(); in testNoChildren() local71 Human mother = new Human(); in testNoChildrenPretty() local101 Human mother = new Human(); in testChildren() local171 Human mother = new Human(); in testChildrenPretty() local244 Human2 mother = new Human2(); in testChildren2() local311 Human3 mother = new Human3(); in testChildren3() local456 Human3 mother = new Human3(); in testChildrenListRoot() local596 Human mother = new Human(); in testChildrenWithoutRootTag() local
24 private Human3 mother; field in Human345 public void setMother(Human3 mother) { in setMother()
24 private Human mother; field in Human45 public void setMother(Human mother) { in setMother()
24 private Human2 mother; field in Human245 public void setMother(Human2 mother) { in setMother()
32 private Human_WithArrayOfChildren mother; field in Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren53 public void setMother(Human_WithArrayOfChildren mother) { in setMother()90 Human_WithArrayOfChildren mother = new Human_WithArrayOfChildren(); in createSon() local
51 HumanGen mother = new HumanGen(); in testNoChildren() local85 HumanGen mother = new HumanGen(); in testNoChildren2() local116 HumanGen mother = new HumanGen(); in testChildren() local189 HumanGen2 mother = new HumanGen2(); in testChildren2() local258 HumanGen3 mother = new HumanGen3(); in testChildren3() local409 HumanGen3 mother = new HumanGen3(); in testChildrenListRoot() local
25 private K mother; field in AbstractHumanGen62 public void setMother(K mother) { in setMother()
194 struct queue_entry *mother; /* queue entry this based on */ member