Searched full:title4 (Results 1 – 5 of 5) sorted by relevance
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | CompactConstructorExampleTest.java | 62 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/ |
D | example5.yaml | 1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4):
|
D | example6.yaml | 1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4): { name: child6, id: ID6}
|
D | example4.yaml | 1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4, name=parent4, id=444):
|
/external/v8/tools/release/ |
D | test_scripts.py | 1168 Title4 1216 Cmd("git log -1 --format=%s ab12345", "Title4"), 1221 Cmd("git log -1 ab12345", "Title4\nBUG=123\nBUG=234"),
|