Home
last modified time | relevance | path

Searched full:id003 (Results 1 – 20 of 20) sorted by relevance

/external/snakeyaml/src/test/resources/recursive/
Dwith-children-as-list.yaml11 partner: &id003 anchor
24 mother: *id003
33 mother: *id003
Dwith-children-as-set.yaml11 partner: &id003 !!org.yaml.snakeyaml.recursive.Human anchor
24 mother: *id003
34 mother: *id003
Dwith-children-as-map.yaml11 partner: &id003 !!org.yaml.snakeyaml.recursive.Human2 anchor
24 mother: *id003
34 mother: *id003
Dwith-childrenArray-no-root-tag.yaml6 children: &id003 anchor
17 children: *id003
Dwith-children.yaml6 children: &id003 !!set anchor
17 children: *id003
Dwith-children-2.yaml6 children: &id003 anchor
17 children: *id003
Dwith-children-no-root-tag.yaml6 children: &id003 !!set anchor
17 children: *id003
Dwith-children-3.yaml6 children: &id003 anchor
17 children: *id003
Dwith-childrenArray.yaml6 children: &id003 anchor
17 children: *id003
Dwith-children-pretty.yaml6 children: &id003 !!set { anchor
19 children: *id003,
/external/snakeyaml/src/test/resources/recursive/generics/
Dwith-children-as-list.yaml11 partner: &id003 anchor
24 mother: *id003
33 mother: *id003
Dwith-children-as-set.yaml11 partner: &id003 !!org.yaml.snakeyaml.recursive.generics.HumanGen anchor
24 mother: *id003
34 mother: *id003
Dwith-children-as-map.yaml11 partner: &id003 !!org.yaml.snakeyaml.recursive.generics.HumanGen2 anchor
24 mother: *id003
34 mother: *id003
Dwith-children-2.yaml6 children: &id003 anchor
17 children: *id003
Dwith-children.yaml6 children: &id003 !!set anchor
18 children: *id003
Dwith-children-3.yaml6 children: &id003 anchor
18 children: *id003
/external/snakeyaml/src/test/resources/issues/
Dissue100-1.yaml10 &id003 anchor
20 <<: [*id004, *id003]
Dissue56-1.yaml71 - &id003 !de.oddb.org,2007/ODDB::Drugs::Part
157 - *id003
608 - &id003 !de.oddb.org,2007/ODDB::Drugs::Part
674 - *id003
/external/snakeyaml/src/test/resources/compactnotation/
Dexample11.yaml2 top: Item(id003, price=25.0, name=parrot)
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactConstructorExampleTest.java140 assertEquals("id003", top.getId()); in test11withoutPackageNames()