Home
last modified time | relevance | path

Searched refs:repeated (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/proto/src/android/util/proto/cts/
Dtest.proto52 repeated double double_field_repeated = 11;
53 repeated double double_field_packed = 12 [packed=true];
56 repeated float float_field_repeated = 21;
57 repeated float float_field_packed = 22 [packed=true];
60 repeated int32 int32_field_repeated = 31;
61 repeated int32 int32_field_packed = 32 [packed=true];
64 repeated int64 int64_field_repeated = 41;
65 repeated int64 int64_field_packed = 42 [packed=true];
68 repeated uint32 uint32_field_repeated = 51;
69 repeated uint32 uint32_field_packed = 52 [packed=true];
[all …]
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java220 public boolean[] RepeatBooleanArray(boolean[] in_value, boolean[] repeated) { in RepeatBooleanArray() argument
221 System.arraycopy(in_value, 0, repeated, 0, in_value.length); in RepeatBooleanArray()
226 public byte[] RepeatByteArray(byte[] in_value, byte[] repeated) { in RepeatByteArray() argument
227 System.arraycopy(in_value, 0, repeated, 0, in_value.length); in RepeatByteArray()
232 public char[] RepeatCharArray(char[] in_value, char[] repeated) { in RepeatCharArray() argument
233 System.arraycopy(in_value, 0, repeated, 0, in_value.length); in RepeatCharArray()
238 public int[] RepeatIntArray(int[] in_value, int[] repeated) { in RepeatIntArray() argument
239 System.arraycopy(in_value, 0, repeated, 0, in_value.length); in RepeatIntArray()
244 public long[] RepeatLongArray(long[] in_value, long[] repeated) { in RepeatLongArray() argument
245 System.arraycopy(in_value, 0, repeated, 0, in_value.length); in RepeatLongArray()
[all …]
/cts/tools/release-parser/proto/
Drelease.proto36 repeated Option options = 4;
40 repeated Option options = 2;
42 repeated TargetPreparer target_preparers = 5;
43 repeated string test_file_names = 6;
48 repeated Option options = 3;
50 repeated TestClass test_classes = 7;
51 repeated string test_jars = 8;
63 repeated Element elements = 3;
72 repeated ApiAnnotation annotations = 6;
79 repeated string parameters = 3;
[all …]
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl85 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() argument
86 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() argument
87 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() argument
88 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() argument
89 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() argument
90 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() argument
91 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() argument
92 ByteEnum[] RepeatByteEnumArray(in ByteEnum[] input, out ByteEnum[] repeated); in RepeatByteEnumArray() argument
93 IntEnum[] RepeatIntEnumArray(in IntEnum[] input, out IntEnum[] repeated); in RepeatIntEnumArray() argument
94 LongEnum[] RepeatLongEnumArray(in LongEnum[] input, out LongEnum[] repeated); in RepeatLongEnumArray() argument
[all …]
DICompatTest.aidl24 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater() argument
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl65 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() argument
66 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() argument
67 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() argument
68 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() argument
69 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() argument
70 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() argument
71 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() argument
72 …Enum[] RepeatByteEnumArray(in test_package.ByteEnum[] input, out test_package.ByteEnum[] repeated); in RepeatByteEnumArray() argument
73 …IntEnum[] RepeatIntEnumArray(in test_package.IntEnum[] input, out test_package.IntEnum[] repeated); in RepeatIntEnumArray() argument
74 …Enum[] RepeatLongEnumArray(in test_package.LongEnum[] input, out test_package.LongEnum[] repeated); in RepeatLongEnumArray() argument
[all …]
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl65 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() argument
66 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() argument
67 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() argument
68 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() argument
69 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() argument
70 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() argument
71 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() argument
72 …Enum[] RepeatByteEnumArray(in test_package.ByteEnum[] input, out test_package.ByteEnum[] repeated); in RepeatByteEnumArray() argument
73 …IntEnum[] RepeatIntEnumArray(in test_package.IntEnum[] input, out test_package.IntEnum[] repeated); in RepeatIntEnumArray() argument
74 …Enum[] RepeatLongEnumArray(in test_package.LongEnum[] input, out test_package.LongEnum[] repeated); in RepeatLongEnumArray() argument
[all …]
/cts/tools/cts-api-coverage/proto/
Dtestsuite.proto35 repeated Option options = 3;
39 repeated Option options = 2;
41 repeated TargetPreparer target_preparers = 4;
46 repeated Option options = 3;
48 repeated TestClass test_classes = 5;
59 repeated Element elements = 3;
93 repeated Annotation annotations = 6;
101 repeated Annotation annotations = 6;
103 repeated Method methods = 7;
111 repeated Annotation annotations = 6;
[all …]
Dcts_report.proto46 repeated string supported_abi = 13;
47 repeated string supported_32_bit_abi = 14;
48 repeated string supported_64_bit_abi = 15;
180 repeated string locale = 8;
200 repeated string system_library = 23;
202 repeated string opengl_texture_format = 24 [deprecated = true];
204 repeated string opengl_extension = 25;
221 repeated Feature feature = 15;
228 repeated Process process = 16;
267 repeated Parameter parameter = 2;
[all …]
/cts/tests/location/location_gnss/protos/
Dephemeris.proto100 repeated double alpha = 2;
103 repeated double beta = 3;
123 repeated GpsEphemerisProto ephemerids = 4;
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
Dmockspellchecker.proto28 repeated string suggestions = 3;
35 repeated SuggestionRule suggestion_rules = 1;
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface/1/test_package/
DICompatTest.aidl21 String RepeatStringNullableLater(String repeated); in RepeatStringNullableLater() argument
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface_dup/1/test_package/
DICompatTest.aidl21 String RepeatStringNullableLater(String repeated); in RepeatStringNullableLater() argument
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface/current/test_package/
DICompatTest.aidl21 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater() argument
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface/2/test_package/
DICompatTest.aidl21 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater() argument
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_compat_test_interface_dup/current/test_package/
DICompatTest.aidl21 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater() argument
/cts/tests/tests/syncmanager/common/proto/
Dsync_manager_cts.proto70 repeated SyncInvocation sync_invocations = 1;