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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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...]
  /external/tensorflow/tensorflow/contrib/tensorboard/plugins/trace/
trace_info.proto 21 repeated OpInfo ops = 1;
22 repeated FileInfo files = 2;
29 repeated LineTrace traceback = 4;
30 repeated TensorInfo inputs = 5;
31 repeated TensorInfo outputs = 6;
44 repeated int32 shape = 1;
50 repeated string consumers = 4;
  /frameworks/base/core/proto/android/server/
intentresolver.proto 32 repeated string values = 2;
35 repeated ArrayMapEntry full_mime_types = 1;
36 repeated ArrayMapEntry base_mime_types = 2;
37 repeated ArrayMapEntry wild_mime_types = 3;
38 repeated ArrayMapEntry schemes = 4;
39 repeated ArrayMapEntry non_data_actions = 5;
40 repeated ArrayMapEntry mime_typed_actions = 6;
forceappstandbytracker.proto 36 repeated int32 active_uids = 2;
39 repeated int32 foreground_uids = 11;
42 repeated int32 power_save_whitelist_app_ids = 3;
45 repeated int32 power_save_user_whitelist_app_ids = 12;
48 repeated int32 temp_power_save_whitelist_app_ids = 4;
57 repeated RunAnyInBackgroundRestrictedPackages run_any_in_background_restricted_packages = 5;
79 repeated ExemptedPackage exempted_packages = 10;
  /frameworks/av/drm/libmediadrm/protos/
metrics.proto 76 repeated Counter open_session_counter = 1;
80 repeated Counter close_session_counter = 2;
83 repeated DistributionMetric get_key_request_time_us = 3;
86 repeated DistributionMetric provide_key_response_time_us = 4;
89 repeated Counter get_provisioning_request_counter = 5;
92 repeated Counter provide_provisioning_response_counter = 6;
95 repeated Counter key_status_change_counter = 7;
98 repeated Counter event_callback_counter = 8;
101 repeated Counter get_device_unique_id_counter = 9;
  /external/perfetto/protos/perfetto/config/ftrace/
ftrace_config.proto 26 repeated string ftrace_events = 1;
27 repeated string atrace_categories = 2;
28 repeated string atrace_apps = 3;
  /external/perfetto/protos/perfetto/trace/ps/
process_tree.proto 45 repeated string cmdline = 3;
49 repeated Thread threads_deprecated = 4 [deprecated = true];
59 repeated Process processes = 1;
60 repeated Thread threads = 2;
  /external/tensorflow/tensorflow/core/protobuf/
master.proto 116 repeated NamedTensorProto feed = 2;
121 repeated string fetch = 3;
125 repeated string target = 4;
145 repeated NamedTensorProto tensor = 1;
174 repeated string feed = 2;
180 repeated string fetch = 3;
184 repeated string target = 4;
231 repeated string container = 1;
236 repeated string device_filters = 2;
264 repeated DeviceAttributes local_device = 1
    [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...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo.proto 47 repeated string operand_names = 4;
48 repeated string control_predecessor_names = 5;
49 repeated string called_computation_names = 6;
68 repeated int64 dimensions = 14;
82 repeated SliceDimensions slice_dimensions = 17;
90 repeated int64 dynamic_slice_sizes = 20;
131 repeated int64 fft_length = 32;
135 repeated int64 gather_window_bounds = 34;
144 repeated HloInstructionProto instructions = 2;
157 repeated HloComputationProto computations = 3
    [all...]
session.proto 41 repeated int64 embedded_computation_versions = 3;
75 repeated SessionComputation embedded_computations = 2;
78 repeated LiteralProto arguments = 3;
  /external/perfetto/protos/perfetto/config/inode_file/
inode_file_config.proto 28 repeated string scan_roots = 2;
45 repeated string scan_mount_points = 5;
49 repeated MountPointMappingEntry mount_point_mapping = 6;
  /external/perfetto/protos/perfetto/trace/filesystem/
inode_file_map.proto 30 repeated string paths = 2;
44 repeated string mount_points = 2;
47 repeated Entry entries = 3;
  /external/tensorflow/tensorflow/contrib/tensorboard/plugins/projector/
projector_config.proto 23 repeated uint32 single_image_dim = 2;
32 repeated uint32 tensor_shape = 4;
42 repeated EmbeddingInfo embeddings = 2;
  /frameworks/base/cmds/statsd/src/
stats_log.proto 41 repeated DimensionsValue dimensions_value = 1;
71 repeated CountBucketInfo bucket_info = 3;
73 repeated DimensionsValue dimension_leaf_values_in_what = 4;
75 repeated DimensionsValue dimension_leaf_values_in_condition = 5;
97 repeated DurationBucketInfo bucket_info = 3;
99 repeated DimensionsValue dimension_leaf_values_in_what = 4;
101 repeated DimensionsValue dimension_leaf_values_in_condition = 5;
123 repeated ValueBucketInfo bucket_info = 3;
125 repeated DimensionsValue dimension_leaf_values_in_what = 4;
127 repeated DimensionsValue dimension_leaf_values_in_condition = 5
    [all...]
  /external/perfetto/protos/perfetto/trace/
trace.proto 25 repeated TracePacket packet = 1;
  /external/tensorflow/tensorflow/core/util/
memmapped_file_system.proto 28 repeated MemmappedFileSystemDirectoryElement element = 1;
  /frameworks/base/cmds/statsd/src/perfetto/
perfetto_config.proto 23 repeated string event_names = 1;
50 repeated BufferConfig buffers = 1;
55 repeated string producer_name_filter = 2;
57 repeated DataSource data_sources = 2;
  /system/core/init/
subcontext.proto 21 message ExecuteCommand { repeated string args = 1; }
22 message ExpandArgsCommand { repeated string args = 1; }
34 message ExpandArgsReply { repeated string expanded_args = 1; }
46 repeated PropertyToSet properties_to_set = 4;
  /system/security/keystore/
key_config.proto 43 repeated string padding = 6;
46 repeated string digest = 7;
49 repeated string block_mode = 8;
55 repeated string purpose = 10;

Completed in 1090 milliseconds

1 2 3 4 5 6 7 8 91011>>