Home
last modified time | relevance | path

Searched defs:repeatedString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/jvmTest/src/kotlinx/serialization/protobuf/conformance/
H A DProto3RepeatedTest.kt28 @ProtoNumber(44) val repeatedString: List<String> = emptyList(), constant in kotlinx.serialization.protobuf.conformance.KTestMessagesProto3Repeated
/aosp_15_r20/frameworks/proto_logging/stats/stats_log_api_gen/
H A Dtest_api_gen_vendor.cpp156 const vector<const char*> repeatedString{kTestStringValue, kTestStringValue2, kTestStringValue}; in TEST() local
/aosp_15_r20/frameworks/proto_logging/stats/stats_log_api_gen/test_java/src/com/android/test/statslogapigen/
H A DVendorAtomCodeGenTest.java177 final String[] repeatedString = {kTestStringValue, kTestStringValue2, kTestStringValue}; in testCreateVendorAtom4ApiGen() local
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java3331 final String repeatedString = "1aテスト-?"; in testReadAsString() local