Home
last modified time | relevance | path

Searched full:id001 (Results 1 – 25 of 48) sorted by relevance

12

/external/snakeyaml/src/test/resources/recursive/generics/
Dwith-children-2.yaml2 bankAccountOwner: &id001
3 bankAccountOwner: *id001
8 ? bankAccountOwner: *id001
12 father: *id001
14 bankAccountOwner: *id001
21 partner: *id001
32 father: *id001
Dwith-children-as-list.yaml3 bankAccountOwner: &id001
4 bankAccountOwner: *id001
12 bankAccountOwner: *id001
19 partner: *id001
23 father: *id001
28 bankAccountOwner: *id001
32 father: *id001
Dwith-children.yaml2 bankAccountOwner: &id001
3 bankAccountOwner: *id001
9 bankAccountOwner: *id001
13 father: *id001
15 bankAccountOwner: *id001
22 partner: *id001
33 father: *id001
Dwith-children-3.yaml2 bankAccountOwner: &id001
3 bankAccountOwner: *id001
9 bankAccountOwner: *id001
13 father: *id001
15 bankAccountOwner: *id001
22 partner: *id001
32 father: *id001
Dwith-children-as-set.yaml3 bankAccountOwner: &id001 !!org.yaml.snakeyaml.recursive.generics.HumanGen
4 bankAccountOwner: *id001
12 bankAccountOwner: *id001
19 partner: *id001
23 father: *id001
29 bankAccountOwner: *id001
33 father: *id001
Dwith-children-as-map.yaml3 bankAccountOwner: &id001 !!org.yaml.snakeyaml.recursive.generics.HumanGen2
4 bankAccountOwner: *id001
12 bankAccountOwner: *id001
19 partner: *id001
23 father: *id001
29 bankAccountOwner: *id001
33 father: *id001
Dno-children-2.yaml1 &id001
2 bankAccountOwner: *id001
10 bankAccountOwner: *id001
17 partner: *id001
Dno-children-1.yaml1 &id001 !!org.yaml.snakeyaml.recursive.generics.HumanGen
2 bankAccountOwner: *id001
10 bankAccountOwner: *id001
17 partner: *id001
/external/snakeyaml/src/test/resources/recursive/
Dwith-childrenArray-no-root-tag.yaml2 bankAccountOwner: &id001
3 bankAccountOwner: *id001
8 - bankAccountOwner: *id001
12 father: *id001
14 bankAccountOwner: *id001
21 partner: *id001
31 father: *id001
Dwith-children-2.yaml2 bankAccountOwner: &id001
3 bankAccountOwner: *id001
8 ? bankAccountOwner: *id001
12 father: *id001
14 bankAccountOwner: *id001
21 partner: *id001
32 father: *id001
Dwith-children.yaml2 bankAccountOwner: &id001
3 bankAccountOwner: *id001
8 ? bankAccountOwner: *id001
12 father: *id001
14 bankAccountOwner: *id001
21 partner: *id001
32 father: *id001
Dwith-children-as-list.yaml3 bankAccountOwner: &id001
4 bankAccountOwner: *id001
12 bankAccountOwner: *id001
19 partner: *id001
23 father: *id001
28 bankAccountOwner: *id001
32 father: *id001
Dwith-children-no-root-tag.yaml2 bankAccountOwner: &id001
3 bankAccountOwner: *id001
8 ? bankAccountOwner: *id001
12 father: *id001
14 bankAccountOwner: *id001
21 partner: *id001
32 father: *id001
Dwith-children-3.yaml2 bankAccountOwner: &id001
3 bankAccountOwner: *id001
8 - bankAccountOwner: *id001
12 father: *id001
14 bankAccountOwner: *id001
21 partner: *id001
31 father: *id001
Dwith-childrenArray.yaml2 bankAccountOwner: &id001
3 bankAccountOwner: *id001
8 - bankAccountOwner: *id001
12 father: *id001
14 bankAccountOwner: *id001
21 partner: *id001
31 father: *id001
Dwith-children-as-set.yaml3 bankAccountOwner: &id001 !!org.yaml.snakeyaml.recursive.Human
4 bankAccountOwner: *id001
12 bankAccountOwner: *id001
19 partner: *id001
23 father: *id001
29 bankAccountOwner: *id001
33 father: *id001
Dwith-children-as-map.yaml3 bankAccountOwner: &id001 !!org.yaml.snakeyaml.recursive.Human2
4 bankAccountOwner: *id001
12 bankAccountOwner: *id001
19 partner: *id001
23 father: *id001
29 bankAccountOwner: *id001
33 father: *id001
Dwith-children-pretty.yaml2 bankAccountOwner: &id001 {
3 bankAccountOwner: *id001,
9 bankAccountOwner: *id001,
14 father: *id001,
16 bankAccountOwner: *id001,
23 partner: *id001
39 father: *id001,
Dno-children-1.yaml1 &id001 !!org.yaml.snakeyaml.recursive.Human
2 bankAccountOwner: *id001
10 bankAccountOwner: *id001
17 partner: *id001
Dno-children-1-pretty.yaml1 &id001 !!org.yaml.snakeyaml.recursive.Human {
2 bankAccountOwner: *id001,
11 bankAccountOwner: *id001,
19 partner: *id001
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
DMergeJavaBeanTest.java33 …String input = "- &id001 !!org.yaml.snakeyaml.issues.issue100.Data {age: 11, id: id123}\n- *id001"; in testNoMerge()
98 …String input = "- &id001 !!org.yaml.snakeyaml.issues.issue100.Data {age: 11, id: id123}\n- << : *i… in testMergeBeanToMap()
114 …String input = "- &id001 !!org.yaml.snakeyaml.issues.issue100.Data {age: 11, id: id123}\n- <<: *id… in testMergeAndDeviate()
132 * id001 refers to Data ( 11, "id123" )
134 * The third object is specified as having the properties of id001, with the properties of
141id001 !!org.yaml.snakeyaml.issues.issue100.Data {age: 11, id: id123}\n- &id002 !!org.yaml.snakeyam… in testMergeAndDeviateOverride()
169 assertEquals("id001", bean.getId()); in testMergeBeanProperty()
182 …String input = "- &id001 { age: 11, id: id123 }\n- !!org.yaml.snakeyaml.issues.issue100.Data\n <<… in testMergeMapToJavaBean()
/external/snakeyaml/src/test/java/org/pyyaml/
DPyRecursiveTest.java41 assertTrue(output1.contains("&id001")); in testDict()
43 assertTrue(output1.contains("*id001")); in testDict()
63 assertEquals("&id001\nabc: www\nqwerty: *id001\n", output1); in testDictSafeConstructor()
81 assertEquals("&id001\n- *id001\n- test\n- 1\n", output1); in testList()
103 assertEquals("&id001\n- *id001\n- test\n- 1\n", output1); in testListSafeConstructor()
/external/snakeyaml/src/test/resources/issues/
Dissue100-1.yaml2 &id001
6 <<: *id001
11 <<: *id001
14 <<: *id001
/external/snakeyaml/src/test/resources/specification/
Dexample2_24_dumped.yaml3 center: &id001 {x: 73, y: 129}
7 start: *id001
10 start: *id001
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/
DAnchorGeneratorTest.java31 assertEquals("id001", generator.nextAnchor(null)); in testNext()
41 assertEquals("&id001\n" + in testCustomGenerator()
43 "- *id001\n", output); in testCustomGenerator()

12