HomeSort by relevance Sort by last modified time
    Searched refs:repeated (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/tools/streaming_proto/test/
test.proto 58 repeated double double_field_repeated = 11;
59 repeated double double_field_packed = 12 [packed=true];
62 repeated float float_field_repeated = 21;
63 repeated float float_field_packed = 22 [packed=true];
66 repeated int32 int32_field_repeated = 31;
67 repeated int32 int32_field_packed = 32 [packed=true];
70 repeated int64 int64_field_repeated = 41;
71 repeated int64 int64_field_packed = 42 [packed=true];
74 repeated uint32 uint32_field_repeated = 51;
75 repeated uint32 uint32_field_packed = 52 [packed=true]
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/proto/
java.proto 26 repeated string classpath = 1;
29 repeated string sourcepath = 2;
analysis.proto 88 repeated FileInput required_input = 3;
96 repeated string argument = 5;
103 repeated string source_file = 6;
132 repeated ContextDependentVersionColumn column = 2;
148 repeated ContextDependentVersionRow context = 3;
176 repeated Env environment = 10;
179 repeated google.protobuf.Any details = 11;
185 repeated FileInfo files = 1;
filetree.proto 36 repeated string root = 2;
38 repeated Corpus corpus = 1;
49 repeated string subdirectory = 1;
52 repeated string file = 2;
xref.proto 89 repeated string ticket = 1;
96 repeated string filter = 2;
121 repeated string ticket = 1;
125 repeated string kind = 2;
139 repeated string filter = 3;
178 // of the lengths of the repeated edge fields for all the groups in the EdgeSet.
191 repeated Edge edge = 2;
329 repeated string filter = 5;
360 repeated Reference reference = 4;
376 repeated string ticket = 1
    [all...]
cxx.proto 46 repeated HeaderSearchDir dir = 3;
61 repeated SystemHeaderPrefix system_header_prefix = 2;
  /cts/tests/tests/proto/src/android/util/proto/cts/
test.proto 52 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...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
ClassTest.java 25 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
38 Repeated.class.isAnnotationPresent(Inherited.class);
58 @Repeated(1)
61 @Repeated(1)
62 @Repeated(2)
65 @Container({@Repeated(1)})
68 @Repeated(1)
69 @Container({@Repeated(2), @Repeated(3)})
76 @Repeated(2
91 Class<Repeated> repeated = Repeated.class; local
119 Class<Repeated> repeated = Repeated.class; local
155 Class<Repeated> repeated = Repeated.class; local
211 Class<Repeated> repeated = Repeated.class; local
    [all...]
FieldTest.java 26 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
47 @Repeated(1)
50 @Repeated(1)
51 @Repeated(2)
54 @Container({@Repeated(1)})
57 @Repeated(1)
58 @Container({@Repeated(2), @Repeated(3)})
68 Class<? extends Annotation> repeated = Repeated.class local
101 Class<? extends Annotation> repeated = Repeated.class; local
133 Class<? extends Annotation> repeated = Repeated.class; local
    [all...]
MethodTest.java 26 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
47 @Repeated(1)
50 @Repeated(1)
51 @Repeated(2)
54 @Container({@Repeated(1)})
57 @Repeated(1)
58 @Container({@Repeated(2), @Repeated(3)})
68 Class<? extends Annotation> repeated = Repeated.class local
101 Class<? extends Annotation> repeated = Repeated.class; local
133 Class<? extends Annotation> repeated = Repeated.class; local
    [all...]
PackageTest.java 23 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
38 Class<Repeated> repeated = Repeated.class; local
39 checkDeclaredAnnotation(NoAnnotation.class, repeated, null);
40 checkDeclaredAnnotation(SingleAnnotation.class, repeated, "@Repeated(1)");
41 checkDeclaredAnnotation(MultipleAnnotation.class, repeated, null);
42 checkDeclaredAnnotation(MultipleAnnotationExplicitSingle.class, repeated, null);
43 checkDeclaredAnnotation(MultipleAnnotationOddity.class, repeated, "@Repeated(1)")
69 Class<Repeated> repeated = Repeated.class; local
101 Class<Repeated> repeated = Repeated.class; local
    [all...]
AnnotatedElementParameterTest.java 30 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
109 @Repeated(1) @Container({@Repeated(2), @Repeated(3)}) String p0) {}
111 void multipleAnnotationExplicitSingle(@Container({@Repeated(1)}) String p0) {}
113 void multipleAnnotation(@Repeated(1) @Repeated(2) String p0) {}
115 void singleAnnotation(@Repeated(1) String p0) {}
117 static void staticSingleAnnotation(@Repeated(1) String p0) {}
148 abstract void abstractSingleAnnotation(@Repeated(1) String p0)
158 Class<? extends Annotation> repeated = Repeated.class; local
161 repeated, null); local
164 repeated, "@Repeated(1)"); local
167 repeated, null); local
170 repeated, null); local
173 repeated, "@Repeated(1)"); local
176 repeated, "@Repeated(1)"); local
179 repeated, "@Repeated(1)"); local
235 Class<? extends Annotation> repeated = Repeated.class; local
238 repeated, null); local
241 repeated, "@Repeated(1)"); local
244 repeated, null); local
247 repeated, null); local
250 repeated, "@Repeated(1)"); local
283 Class<? extends Annotation> repeated = Repeated.class; local
286 repeated, EXPECT_EMPTY); local
289 repeated, "@Repeated(1)", "@Repeated(2)", "@Repeated(3)"); local
292 repeated, "@Repeated(1)"); local
295 repeated, "@Repeated(1)", "@Repeated(2)"); local
298 repeated, "@Repeated(1)"); local
319 Class<? extends Annotation> repeated = Repeated.class; local
322 repeated, EXPECT_EMPTY); local
325 repeated, "@Repeated(1)", "@Repeated(2)", "@Repeated(3)"); local
328 repeated, "@Repeated(1)"); local
331 repeated, "@Repeated(1)", "@Repeated(2)"); local
334 repeated, "@Repeated(1)"); local
363 Class<? extends Annotation> repeated = Repeated.class; local
366 repeated, EXPECT_EMPTY); local
369 repeated, "@Repeated(1)", "@Repeated(2)", "@Repeated(3)"); local
372 repeated, "@Repeated(1)"); local
375 repeated, "@Repeated(1)", "@Repeated(2)"); local
378 repeated, "@Repeated(1)"); local
399 Class<? extends Annotation> repeated = Repeated.class; local
402 repeated, EXPECT_EMPTY); local
405 repeated, "@Repeated(1)", "@Repeated(2)", "@Repeated(3)"); local
408 repeated, "@Repeated(1)"); local
411 repeated, "@Repeated(1)", "@Repeated(2)"); local
414 repeated, "@Repeated(1)"); local
    [all...]
ConstructorTest.java 26 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Repeated;
48 @Repeated(1)
51 @Repeated(1)
52 @Repeated(2)
55 @Container({@Repeated(1)})
58 @Repeated(1)
59 @Container({@Repeated(2), @Repeated(3)})
69 Class<? extends Annotation> repeated = Repeated.class local
100 Class<? extends Annotation> repeated = Repeated.class; local
129 Class<? extends Annotation> repeated = Repeated.class; local
    [all...]
  /frameworks/base/core/proto/android/os/
messagequeue.proto 26 repeated android.os.MessageProto messages = 1;
worksource.proto 29 repeated WorkSourceContentProto work_source_contents = 1;
  /frameworks/base/core/proto/android/service/
package.proto 52 repeated SharedLibraryProto shared_libraries = 3;
53 repeated FeatureProto features = 4;
54 repeated PackageProto packages = 5;
55 repeated SharedUserProto shared_users = 6;
57 repeated string messages = 7;
117 repeated SplitProto splits = 8;
119 repeated UserInfoProto users = 9;
notification.proto 25 repeated NotificationRecordProto records = 1;
53 repeated string enabled_active_conditions = 2;
55 repeated string suppressors = 4;
netstats.proto 26 repeated NetworkInterfaceProto active_interfaces = 1;
28 repeated NetworkInterfaceProto active_uid_interfaces = 2;
52 repeated NetworkIdentityProto identities = 1;
78 repeated NetworkStatsCollectionStatsProto stats = 1;
104 repeated NetworkStatsHistoryBucketProto buckets = 2;
graphicsstats.proto 26 repeated GraphicsStatsProto stats = 1;
47 repeated GraphicsStatsHistogramBucketProto histogram = 6;
  /frameworks/av/drm/libmediadrm/protos/
plugin_metrics.proto 43 repeated Metric metric = 1;
46 repeated MetricsGroup metric_sub_group = 2;
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/
VehicleHalProto.proto 65 repeated VehicleAreaConfig area_configs = 6;
67 repeated int32 config_array = 8;
81 repeated sint32 int32_values = 5; // this also covers boolean value.
82 repeated sint64 int64_values = 6;
83 repeated float float_values = 7;
97 repeated VehiclePropGet prop = 3; // Provided for getConfig, getProperty commands
98 repeated VehiclePropConfig config = 4;
99 repeated VehiclePropValue value = 5;
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generated_code.rb 19 repeated :repeated_int32, :int32, 21
20 repeated :repeated_int64, :int64, 22
21 repeated :repeated_uint32, :uint32, 23
22 repeated :repeated_uint64, :uint64, 24
23 repeated :repeated_bool, :bool, 25
24 repeated :repeated_double, :double, 26
25 repeated :repeated_float, :float, 27
26 repeated :repeated_string, :string, 28
27 repeated :repeated_bytes, :bytes, 29
28 repeated :repeated_enum, :enum, 30, "A.B.C.TestEnum
    [all...]
  /system/tools/aidl/tests/android/aidl/tests/
ITestService.aidl 57 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated);
58 byte[] ReverseByte (in byte[] input, out byte[] repeated);
59 char[] ReverseChar (in char[] input, out char[] repeated);
60 int[] ReverseInt (in int[] input, out int[] repeated);
61 long[] ReverseLong (in long[] input, out long[] repeated);
62 float[] ReverseFloat (in float[] input, out float[] repeated);
63 double[] ReverseDouble (in double[] input, out double[] repeated);
64 String[] ReverseString (in String[] input, out String[] repeated);
67 out SimpleParcelable[] repeated);
69 in PersistableBundle[] input, out PersistableBundle[] repeated);
    [all...]
  /frameworks/base/proto/src/
wifi.proto 28 repeated ConnectionEvent connection_event = 1;
69 // Number of repeated background scans that were scheduled to the chip.
95 repeated ScanReturnEntry scan_return_entries = 16;
124 repeated WifiSystemStateEntry wifi_system_state_entries = 17;
139 repeated ScanReturnEntry background_scan_return_entries = 18;
143 repeated WifiSystemStateEntry background_scan_request_state = 19;
191 repeated RssiPollCount rssi_poll_rssi_count = 35;
228 repeated AlertReasonCount alert_reason_count = 47;
231 repeated WifiScoreCount wifi_score_count = 48;
234 repeated SoftApDurationBucket soft_ap_duration = 49
    [all...]
  /frameworks/base/cmds/am/proto/
instrumentation_data.proto 34 repeated ResultsBundleEntry entries = 1;
62 repeated TestStatus test_status = 1;

Completed in 414 milliseconds

1 2 3 4 5 6 7 8 910