Home
last modified time | relevance | path

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

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DCompactConstructorExampleTest.java58 assertEquals(new Container("title4"), obj); in test4()
59 assertEquals("title4", container.getTitle()); in test4()
69 assertEquals(new Container("title4"), obj); in test5()
70 assertEquals("title4", container.getTitle()); in test5()
80 assertEquals(new Container("title4"), obj); in test6()
81 assertEquals("title4", container.getTitle()); in test6()
/aosp_15_r20/external/snakeyaml/src/test/resources/compactnotation/
H A Dexample5.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4):
H A Dexample6.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4): { name: child6, id: ID6}
H A Dexample4.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4, name=parent4, id=444):
/aosp_15_r20/packages/providers/MediaProvider/tests/res/raw/
Dtest_pls.pls14 Title4=Window style file path
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Davrcp.py853 Media Element: Title4
871 Element: Title4
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/applications/
DRecentAppsListPreferenceControllerTest.java66 private static final String MOCK_APP_NAME_4 = "title4";
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
DRecentAppsListPreferenceControllerTest.java66 private static final String MOCK_APP_NAME_4 = "title4";
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_utils.hpp481 * | Title1 | Title2 |Title3| Title4 |
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4533 final long groupId4 = createGroup(account1, "sourceId4", "title4"); in testGroupSummaryQuery()
4542 v4.put(Groups.TITLE, "title4"); in testGroupSummaryQuery()