Searched
full:repeated (Results
576 -
600 of
2206) sorted by null
<<21222324252627282930>>
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 99 // repeated string file_to_generate = 1; 127 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 347 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; 386 // repeated string file_to_generate = 1; 500 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 813 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
plugin.pb.h | 112 // repeated string file_to_generate = 1; 140 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 374 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; 411 // repeated string file_to_generate = 1; 520 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
plugin.pb.h | 99 // repeated string file_to_generate = 1; 127 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 347 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; 386 // repeated string file_to_generate = 1; 500 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 813 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
|
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 210 // repeated .google.protobuf.FileDescriptorProto file = 1; 316 // repeated string dependency = 3; 332 // repeated int32 public_dependency = 10; 344 // repeated int32 weak_dependency = 11; 356 // repeated .google.protobuf.DescriptorProto message_type = 4; 368 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5; 380 // repeated .google.protobuf.ServiceDescriptorProto service = 6; 392 // repeated .google.protobuf.FieldDescriptorProto extension = 7; 613 // repeated .google.protobuf.FieldDescriptorProto field = 2; 625 // repeated .google.protobuf.FieldDescriptorProto extension = 6 [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 280 " repeated int32 baz = 3;\n" 605 "extend Extendee2 { repeated TestMessage bar = 22; }\n", 617 " extend Extendee2 { repeated TestMessage bar = 22; }\n" 633 " repeated TestMessage bar = 22;\n" 916 "1:2: Expected \"required\", \"optional\", or \"repeated\".\n"); [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
graph_data.py | 160 monitored = ndb.KeyProperty(repeated=True, indexed=True) 166 code = ndb.StringProperty(indexed=False, repeated=True)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/ |
tunes_db.py | 179 artists = messages.MessageField(Artist, 1, repeated=True) 299 albums = messages.MessageField(Album, 1, repeated=True)
|
/external/iproute2/man/man8/ |
tc-cbq-details.8 | 124 process is repeated for the recipient class which might have further 237 This process is repeated from the bottom upwards. If a class is unable
|
/external/libchrome/base/json/ |
json_value_converter.h | 69 // For repeated field, we just assume ScopedVector for its container 71 // RegisterRepeatedMessage for nested repeated fields.
|
/external/libchrome/base/metrics/ |
histogram_macros.h | 31 // Initialization is idempotent, so it can safely be atomically repeated. 63 // The above pattern is repeated in several macros. The only elements that
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
XZOutputStream.java | 390 * Repeated calls to <code>finish()</code> do nothing unless 418 // would cause repeated calls to finish() do nothing instead of
|
/external/pcre/dist/doc/html/ |
pcredemo.html | 84 * the moment, "-g" to request repeated matching to find all occurrences, * 198 * repeated matches on the same subject. *
|
/external/pcre/dist/doc/ |
pcredemo.3 | 84 * the moment, "-g" to request repeated matching to find all occurrences, * 198 * repeated matches on the same subject. *
|
/external/pcre/dist/ |
pcredemo.c | 67 * the moment, "-g" to request repeated matching to find all occurrences, * 181 * repeated matches on the same subject. *
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
binhex.py | 345 # '\220\0\220' - Keep 3 bytes: repeated \220 (escaped as \220\0) 346 # '?\220' - Keep 2 bytes: repeated something-else
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tkdnd.py | 42 target widget, and the search for a target object is repeated from 43 there. If necessary, the search is repeated all the way up to the
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
binhex.py | 345 # '\220\0\220' - Keep 3 bytes: repeated \220 (escaped as \220\0) 346 # '?\220' - Keep 2 bytes: repeated something-else
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tkdnd.py | 42 target widget, and the search for a target object is repeated from 43 there. If necessary, the search is repeated all the way up to the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
binhex.py | 345 # '\220\0\220' - Keep 3 bytes: repeated \220 (escaped as \220\0) 346 # '?\220' - Keep 2 bytes: repeated something-else
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 42 target widget, and the search for a target object is repeated from 43 there. If necessary, the search is repeated all the way up to the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
binhex.py | 345 # '\220\0\220' - Keep 3 bytes: repeated \220 (escaped as \220\0) 346 # '?\220' - Keep 2 bytes: repeated something-else
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 42 target widget, and the search for a target object is repeated from 43 there. If necessary, the search is repeated all the way up to the
|
/art/compiler/dex/quick/ |
dex_file_method_inliner.h | 346 * method signatures and we want to avoid repeated lookups since they are
|
/art/runtime/ |
elf_file_impl.h | 176 // If build_map is true, builds a map to speed repeated access. The
|
/docs/source.android.com/src/devices/camera/ |
camera3.jd | 124 request can be one-shot ( with capture() ), or it may be repeated indefinitely
|
Completed in 520 milliseconds
<<21222324252627282930>>