Home
last modified time | relevance | path

Searched full:title4 (Results 1 – 5 of 5) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactConstructorExampleTest.java62 assertEquals(new Container("title4"), obj); in test4()
63 assertEquals("title4", container.getTitle()); in test4()
73 assertEquals(new Container("title4"), obj); in test5()
74 assertEquals("title4", container.getTitle()); in test5()
84 assertEquals(new Container("title4"), obj); in test6()
85 assertEquals("title4", container.getTitle()); in test6()
/external/snakeyaml/src/test/resources/compactnotation/
Dexample5.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4):
Dexample6.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4): { name: child6, id: ID6}
Dexample4.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4, name=parent4, id=444):
/external/v8/tools/release/
Dtest_scripts.py1168 Title4
1216 Cmd("git log -1 --format=%s ab12345", "Title4"),
1221 Cmd("git log -1 ab12345", "Title4\nBUG=123\nBUG=234"),