Home
last modified time | relevance | path

Searched refs:mother (Results 1 – 11 of 11) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHumanTest.java45 Human mother = new Human(); in testNoChildren() local
46 mother.setName("Mother"); in testNoChildren()
47 mother.setBirthday(new Date(100000000000L)); in testNoChildren()
48 mother.setBirthPlace("Saint-Petersburg"); in testNoChildren()
49 father.setPartner(mother); in testNoChildren()
50 mother.setPartner(father); in testNoChildren()
51 mother.setBankAccountOwner(father); in testNoChildren()
71 Human mother = new Human(); in testNoChildrenPretty() local
72 mother.setName("Mother"); in testNoChildrenPretty()
73 mother.setBirthday(new Date(100000000000L)); in testNoChildrenPretty()
[all …]
DHuman_WithArrayOfChildrenTest.java32 private Human_WithArrayOfChildren mother; field in Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren
50 return mother; in getMother()
53 public void setMother(Human_WithArrayOfChildren mother) { in setMother() argument
54 this.mother = mother; in setMother()
90 Human_WithArrayOfChildren mother = new Human_WithArrayOfChildren(); in createSon() local
91 mother.setName("Mother"); in createSon()
92 mother.setBirthday(new Date(100000000000L)); in createSon()
93 mother.setBirthPlace("Saint-Petersburg"); in createSon()
94 father.setPartner(mother); in createSon()
95 mother.setPartner(father); in createSon()
[all …]
DHuman.java24 private Human mother; field in Human
42 return mother; in getMother()
45 public void setMother(Human mother) { in setMother() argument
46 this.mother = mother; in setMother()
DHuman3.java24 private Human3 mother; field in Human3
42 return mother; in getMother()
45 public void setMother(Human3 mother) { in setMother() argument
46 this.mother = mother; in setMother()
DHuman2.java24 private Human2 mother; field in Human2
42 return mother; in getMother()
45 public void setMother(Human2 mother) { in setMother() argument
46 this.mother = mother; in setMother()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
DHumanGenericsTest.java51 HumanGen mother = new HumanGen(); in testNoChildren() local
52 mother.setName("Mother"); in testNoChildren()
53 mother.setBirthday(new Date(100000000000L)); in testNoChildren()
54 mother.setBirthPlace("Saint-Petersburg"); in testNoChildren()
55 father.setPartner(mother); in testNoChildren()
56 mother.setPartner(father); in testNoChildren()
57 mother.setBankAccountOwner(father); in testNoChildren()
85 HumanGen mother = new HumanGen(); in testNoChildren2() local
86 mother.setName("Mother"); in testNoChildren2()
87 mother.setBirthday(new Date(100000000000L)); in testNoChildren2()
[all …]
DAbstractHumanGen.java25 private K mother; field in AbstractHumanGen
59 return mother; in getMother()
62 public void setMother(K mother) { in setMother() argument
63 this.mother = mother; in setMother()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt1056 妣>'[one''s deceased mother]';
1076 姨>'[mother/wife''s sister]';
1086 娘>'[mother]';
1111 媽>'[mother]';
2674 母>'[mother]';
4360 舅>'[mother''s brother]';
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
Dwords.txt1733 mother
1734 mother's
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/
Dwords.txt1733 mother
1734 mother's
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt392 㱯 < get\-the\-unborn\-baby\-goat\-by\-killng\-the\-mother\-goat;
610 失敗是成功之母 < \"failure\-is\-the\-mother\-of\-success\"\-\(proverb\);
1405 嫄 < an\-ancient\-emperor''s\-mother''s\-name;
1618 仉 < surname\-of\-the\-mother\-of\-mencius;
1779 獍 < an\-animal\-which\-eats\-its\-mother;
2071 㜆 < commonly\-known\-as\-mother\-in\-wu;
2355 大自然 < nature\-\(as\-in\-mother\-nature\);
3282 妗 < wife\-of\-mother''s\-brother;
4225 妣 < one''s\-deceased\-mother;
4558 姨 < mother\/wife''s\-sister;
[all …]