Home
last modified time | relevance | path

Searched full:birthplace (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
H A DAbstractHuman.java22 private String birthPlace; field in AbstractHuman
41 return birthPlace; in getBirthPlace()
44 public void setBirthPlace(String birthPlace) { in setBirthPlace() argument
45 this.birthPlace = birthPlace; in setBirthPlace()
52 result = prime * result + ((birthPlace == null) ? 0 : birthPlace.hashCode()); in hashCode()
70 if (birthPlace == null) { in equals()
71 if (other.birthPlace != null) { in equals()
74 } else if (!birthPlace.equals(other.birthPlace)) { in equals()
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
H A DAbstractHumanGen.java22 private String birthPlace; field in AbstractHumanGen
46 return birthPlace; in getBirthPlace()
65 public void setBirthPlace(String birthPlace) { in setBirthPlace() argument
66 this.birthPlace = birthPlace; in setBirthPlace()
/aosp_15_r20/external/snakeyaml/src/test/resources/recursive/generics/
H A Dwith-children-2.yaml4 birthPlace: Leningrad
9 birthPlace: New York
15 birthPlace: Saint-Petersburg
29 birthPlace: Munich
H A Dwith-children-as-list.yaml5 birthPlace: Leningrad
13 birthPlace: Saint-Petersburg
20 birthPlace: Munich
29 birthPlace: New York
H A Dwith-children-3.yaml4 birthPlace: Leningrad
10 birthPlace: New York
16 birthPlace: Saint-Petersburg
29 birthPlace: Munich
H A Dwith-children.yaml4 birthPlace: Leningrad
10 birthPlace: New York
16 birthPlace: Saint-Petersburg
30 birthPlace: Munich
H A Dwith-children-as-set.yaml5 birthPlace: Leningrad
13 birthPlace: Saint-Petersburg
20 birthPlace: Munich
30 birthPlace: New York
H A Dwith-children-as-map.yaml5 birthPlace: Leningrad
13 birthPlace: Saint-Petersburg
20 birthPlace: Munich
30 birthPlace: New York
H A Dbeanring-3.yaml5 birthPlace: null
12 birthPlace: null
19 birthPlace: null
H A Dno-children-2.yaml3 birthPlace: Leningrad
11 birthPlace: Saint-Petersburg
H A Dno-children-1.yaml3 birthPlace: Leningrad
11 birthPlace: Saint-Petersburg
/aosp_15_r20/external/snakeyaml/src/test/resources/recursive/
H A Dwith-childrenArray-no-root-tag.yaml4 birthPlace: Leningrad
9 birthPlace: New York
15 birthPlace: Saint-Petersburg
28 birthPlace: Munich
H A Dwith-children.yaml4 birthPlace: Leningrad
9 birthPlace: New York
15 birthPlace: Saint-Petersburg
29 birthPlace: Munich
H A Dwith-children-3.yaml4 birthPlace: Leningrad
9 birthPlace: New York
15 birthPlace: Saint-Petersburg
28 birthPlace: Munich
H A Dwith-children-no-root-tag.yaml4 birthPlace: Leningrad
9 birthPlace: New York
15 birthPlace: Saint-Petersburg
29 birthPlace: Munich
H A Dwith-childrenArray.yaml4 birthPlace: Leningrad
9 birthPlace: New York
15 birthPlace: Saint-Petersburg
28 birthPlace: Munich
H A Dwith-children-as-list.yaml5 birthPlace: Leningrad
13 birthPlace: Saint-Petersburg
20 birthPlace: Munich
29 birthPlace: New York
H A Dwith-children-2.yaml4 birthPlace: Leningrad
9 birthPlace: New York
15 birthPlace: Saint-Petersburg
29 birthPlace: Munich
H A Dwith-children-as-set.yaml5 birthPlace: Leningrad
13 birthPlace: Saint-Petersburg
20 birthPlace: Munich
30 birthPlace: New York
H A Dwith-children-as-map.yaml5 birthPlace: Leningrad
13 birthPlace: Saint-Petersburg
20 birthPlace: Munich
30 birthPlace: New York
H A Dwith-children-pretty.yaml4 birthPlace: Leningrad,
10 birthPlace: New York,
17 birthPlace: Saint-Petersburg,
35 birthPlace: Munich,
H A Dbeanring-3.yaml5 birthPlace: null
12 birthPlace: null
19 birthPlace: null
H A Dno-children-1.yaml3 birthPlace: Leningrad
11 birthPlace: Saint-Petersburg
H A Dno-children-1-pretty.yaml3 birthPlace: Leningrad,
12 birthPlace: Saint-Petersburg,
/aosp_15_r20/external/cronet/net/data/url_request_unittest/
H A DBullRunSpeech.txt40 … all our fellow citizens without any regard to their creed or to their birthplace. We do not regar…
46 … whoever tries to get us to discriminate for or against any man because of his creed or birthplace.

12