Home
last modified time | relevance | path

Searched full:parent4 (Results 1 – 8 of 8) sorted by relevance

/external/snakeyaml/src/test/resources/compactnotation/
Dexample4.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4, name=parent4, id=444):
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_TestResource_fr_FR_VAR.java24 Object[][] contents = { { "parent4", "frFRVARValue4" }, in getContents()
DSupport_TestResource_en.java25 { "parent3", "enValue3" }, { "parent4", "enValue4" }, in getContents()
DSupport_TestResource.java26 { "parent4", "parentValue4" }, }; in getContents()
DSupport_TestResource_fr_FR.java25 { "parent4", "frFRValue4" }, { "child1", "frFRChildValue1" }, in getContents()
DSupport_TestResource_fr.java25 { "parent3", "frValue3" }, { "parent4", "frValue4" }, in getContents()
DSupport_TestResource_en_US.java25 { "parent4", "enUSValue4" }, { "child1", "enUSChildValue1" }, in getContents()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/
Dnonnull.ll129 define void @parent4(i8* %a, i8* %b, i8* %c) {
130 ; CHECK-LABEL: @parent4(i8* %a, i8* nonnull %b, i8* nonnull %c)