/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/ |
D | AbstractHuman.java | 23 private String birthPlace; field in AbstractHuman 42 return birthPlace; in getBirthPlace() 45 public void setBirthPlace(String birthPlace) { in setBirthPlace() argument 46 this.birthPlace = birthPlace; in setBirthPlace() 53 result = prime * result + ((birthPlace == null) ? 0 : birthPlace.hashCode()); in hashCode() 68 if (birthPlace == null) { in equals() 69 if (other.birthPlace != null) in equals() 71 } else if (!birthPlace.equals(other.birthPlace)) in equals()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/ |
D | AbstractHumanGen.java | 23 private String birthPlace; field in AbstractHumanGen 47 return birthPlace; in getBirthPlace() 66 public void setBirthPlace(String birthPlace) { in setBirthPlace() argument 67 this.birthPlace = birthPlace; in setBirthPlace()
|
/external/snakeyaml/src/test/resources/recursive/generics/ |
D | with-children-2.yaml | 4 birthPlace: Leningrad 9 birthPlace: New York 15 birthPlace: Saint-Petersburg 29 birthPlace: Munich
|
D | with-children-as-list.yaml | 5 birthPlace: Leningrad 13 birthPlace: Saint-Petersburg 20 birthPlace: Munich 29 birthPlace: New York
|
D | with-children.yaml | 4 birthPlace: Leningrad 10 birthPlace: New York 16 birthPlace: Saint-Petersburg 30 birthPlace: Munich
|
D | with-children-3.yaml | 4 birthPlace: Leningrad 10 birthPlace: New York 16 birthPlace: Saint-Petersburg 29 birthPlace: Munich
|
D | with-children-as-set.yaml | 5 birthPlace: Leningrad 13 birthPlace: Saint-Petersburg 20 birthPlace: Munich 30 birthPlace: New York
|
D | with-children-as-map.yaml | 5 birthPlace: Leningrad 13 birthPlace: Saint-Petersburg 20 birthPlace: Munich 30 birthPlace: New York
|
D | beanring-3.yaml | 5 birthPlace: null 12 birthPlace: null 19 birthPlace: null
|
D | no-children-2.yaml | 3 birthPlace: Leningrad 11 birthPlace: Saint-Petersburg
|
D | no-children-1.yaml | 3 birthPlace: Leningrad 11 birthPlace: Saint-Petersburg
|
/external/snakeyaml/src/test/resources/recursive/ |
D | with-childrenArray-no-root-tag.yaml | 4 birthPlace: Leningrad 9 birthPlace: New York 15 birthPlace: Saint-Petersburg 28 birthPlace: Munich
|
D | with-children-2.yaml | 4 birthPlace: Leningrad 9 birthPlace: New York 15 birthPlace: Saint-Petersburg 29 birthPlace: Munich
|
D | with-children.yaml | 4 birthPlace: Leningrad 9 birthPlace: New York 15 birthPlace: Saint-Petersburg 29 birthPlace: Munich
|
D | with-children-as-list.yaml | 5 birthPlace: Leningrad 13 birthPlace: Saint-Petersburg 20 birthPlace: Munich 29 birthPlace: New York
|
D | with-children-no-root-tag.yaml | 4 birthPlace: Leningrad 9 birthPlace: New York 15 birthPlace: Saint-Petersburg 29 birthPlace: Munich
|
D | with-children-3.yaml | 4 birthPlace: Leningrad 9 birthPlace: New York 15 birthPlace: Saint-Petersburg 28 birthPlace: Munich
|
D | with-childrenArray.yaml | 4 birthPlace: Leningrad 9 birthPlace: New York 15 birthPlace: Saint-Petersburg 28 birthPlace: Munich
|
D | with-children-as-set.yaml | 5 birthPlace: Leningrad 13 birthPlace: Saint-Petersburg 20 birthPlace: Munich 30 birthPlace: New York
|
D | with-children-as-map.yaml | 5 birthPlace: Leningrad 13 birthPlace: Saint-Petersburg 20 birthPlace: Munich 30 birthPlace: New York
|
D | with-children-pretty.yaml | 4 birthPlace: Leningrad, 10 birthPlace: New York, 17 birthPlace: Saint-Petersburg, 35 birthPlace: Munich,
|
D | beanring-3.yaml | 5 birthPlace: null 12 birthPlace: null 19 birthPlace: null
|
D | no-children-1.yaml | 3 birthPlace: Leningrad 11 birthPlace: Saint-Petersburg
|
D | no-children-1-pretty.yaml | 3 birthPlace: Leningrad, 12 birthPlace: Saint-Petersburg,
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|