Home
last modified time | relevance | path

Searched refs:repeated (Results 1 – 13 of 13) 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.java210 public boolean[] RepeatBooleanArray(boolean[] in_value, boolean[] repeated) { in RepeatBooleanArray() argument
211 System.arraycopy(in_value, 0, repeated, 0, in_value.length); in RepeatBooleanArray()
216 public byte[] RepeatByteArray(byte[] in_value, byte[] repeated) { in RepeatByteArray() argument
217 System.arraycopy(in_value, 0, repeated, 0, in_value.length); in RepeatByteArray()
222 public char[] RepeatCharArray(char[] in_value, char[] repeated) { in RepeatCharArray() argument
223 System.arraycopy(in_value, 0, repeated, 0, in_value.length); in RepeatCharArray()
228 public int[] RepeatIntArray(int[] in_value, int[] repeated) { in RepeatIntArray() argument
229 System.arraycopy(in_value, 0, repeated, 0, in_value.length); in RepeatIntArray()
234 public long[] RepeatLongArray(long[] in_value, long[] repeated) { in RepeatLongArray() argument
235 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.aidl80 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() argument
81 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() argument
82 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() argument
83 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() argument
84 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() argument
85 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() argument
86 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() argument
87 ByteEnum[] RepeatByteEnumArray(in ByteEnum[] input, out ByteEnum[] repeated); in RepeatByteEnumArray() argument
88 IntEnum[] RepeatIntEnumArray(in IntEnum[] input, out IntEnum[] repeated); in RepeatIntEnumArray() argument
89 LongEnum[] RepeatLongEnumArray(in LongEnum[] input, out LongEnum[] repeated); in RepeatLongEnumArray() argument
[all …]
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/2/test_package/
DITest.aidl32 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() argument
33 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() argument
34 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() argument
35 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() argument
36 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() argument
37 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() argument
38 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() argument
39 …Enum[] RepeatByteEnumArray(in test_package.ByteEnum[] input, out test_package.ByteEnum[] repeated); in RepeatByteEnumArray() argument
40 …IntEnum[] RepeatIntEnumArray(in test_package.IntEnum[] input, out test_package.IntEnum[] repeated); in RepeatIntEnumArray() argument
41 …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_dup/1/test_package/
DITest.aidl32 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() argument
33 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() argument
34 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() argument
35 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() argument
36 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() argument
37 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() argument
38 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() argument
39 …Enum[] RepeatByteEnumArray(in test_package.ByteEnum[] input, out test_package.ByteEnum[] repeated); in RepeatByteEnumArray() argument
40 …IntEnum[] RepeatIntEnumArray(in test_package.IntEnum[] input, out test_package.IntEnum[] repeated); in RepeatIntEnumArray() argument
41 …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_dup/current/test_package/
DITest.aidl49 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() argument
50 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() argument
51 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() argument
52 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() argument
53 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() argument
54 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() argument
55 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() argument
56 …Enum[] RepeatByteEnumArray(in test_package.ByteEnum[] input, out test_package.ByteEnum[] repeated); in RepeatByteEnumArray() argument
57 …IntEnum[] RepeatIntEnumArray(in test_package.IntEnum[] input, out test_package.IntEnum[] repeated); in RepeatIntEnumArray() argument
58 …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.aidl32 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() argument
33 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() argument
34 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() argument
35 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() argument
36 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() argument
37 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() argument
38 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() argument
39 …Enum[] RepeatByteEnumArray(in test_package.ByteEnum[] input, out test_package.ByteEnum[] repeated); in RepeatByteEnumArray() argument
40 …IntEnum[] RepeatIntEnumArray(in test_package.IntEnum[] input, out test_package.IntEnum[] repeated); in RepeatIntEnumArray() argument
41 …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/current/test_package/
DITest.aidl49 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() argument
50 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() argument
51 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() argument
52 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() argument
53 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() argument
54 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() argument
55 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() argument
56 …Enum[] RepeatByteEnumArray(in test_package.ByteEnum[] input, out test_package.ByteEnum[] repeated); in RepeatByteEnumArray() argument
57 …IntEnum[] RepeatIntEnumArray(in test_package.IntEnum[] input, out test_package.IntEnum[] repeated); in RepeatIntEnumArray() argument
58 …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/tests/location/protos/
Dephemeris.proto100 repeated double alpha = 2;
103 repeated double beta = 3;
123 repeated GpsEphemerisProto ephemerids = 4;
/cts/tests/tests/syncmanager/common/proto/
Dsync_manager_cts.proto70 repeated SyncInvocation sync_invocations = 1;