HomeSort by relevance Sort by last modified time
    Searched full:repeated (Results 401 - 425 of 2206) sorted by null

<<11121314151617181920>>

  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 210 // repeated .google.protobuf.FileDescriptorProto file = 1;
319 // repeated string dependency = 3;
335 // repeated int32 public_dependency = 10;
347 // repeated int32 weak_dependency = 11;
359 // repeated .google.protobuf.DescriptorProto message_type = 4;
371 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
383 // repeated .google.protobuf.ServiceDescriptorProto service = 6;
395 // repeated .google.protobuf.FieldDescriptorProto extension = 7;
622 // repeated .google.protobuf.FieldDescriptorProto field = 2;
634 // repeated .google.protobuf.FieldDescriptorProto extension = 6
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 210 // repeated .google.protobuf.FileDescriptorProto file = 1;
319 // repeated string dependency = 3;
335 // repeated int32 public_dependency = 10;
347 // repeated int32 weak_dependency = 11;
359 // repeated .google.protobuf.DescriptorProto message_type = 4;
371 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
383 // repeated .google.protobuf.ServiceDescriptorProto service = 6;
395 // repeated .google.protobuf.FieldDescriptorProto extension = 7;
622 // repeated .google.protobuf.FieldDescriptorProto field = 2;
634 // repeated .google.protobuf.FieldDescriptorProto extension = 6
    [all...]
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
discovery.py 523 repeated_params: List of repeated parameters (represented by parameter
584 if desc.get('repeated'):
650 # We need to handle the case of a repeated enum
668 # For repeated parameters we cast each member of the list.
798 repeated = ''
800 repeated = ' (repeated)'
809 ' form of:\n\n%s\n\n') % (arg, paramdoc, required, repeated,
814 repeated))
    [all...]
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 302 # * If you specify a repeated field, you should not be allowed
329 field is optional, required, or repeated.
333 meaningful for non-repeated scalar fields. Repeated fields
334 should always set this to [], and non-repeated composite
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
text_format.h 85 // the message supplied. For non-repeated fields, an index of -1 must
172 // Set true to print repeated primitives in a format like:
258 // Print a repeated primitive field in short form.
335 // given field of the given message. If the field is a repeated field,
374 // -1 for not-repeated fields.
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
status.py 68 "params": validation.Optional(validation.Repeated(UserParam)),
79 "params": validation.Optional(validation.Repeated(UserParam)),
116 "mapreduce": validation.Optional(validation.Repeated(MapreduceInfo))
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessage.java 546 /** Get the number of elements in a repeated extension. */
554 /** Get one element of a repeated extension. */
633 /** Get the number of elements in a repeated extension. */
665 /** Get one element of a repeated extension. */
    [all...]
FieldSet.java 211 "hasField() can only be called on non-repeated fields.");
280 "getRepeatedField() can only be called on repeated fields.");
299 "getRepeatedField() can only be called on repeated fields.");
321 "getRepeatedField() can only be called on repeated fields.");
342 "addRepeatedField() can only be called on repeated fields.");
361 * value for the given field. (For repeated fields, this checks if the
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 264 // variable. This is used by the parsing constructor to record if a repeated
270 // variable. This is used by the parsing constructor to record if a repeated
314 // Check whether a mesasge has repeated fields.
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiTimerRecordSources.java 330 * Indicates if recording is repeated and, if so, on which days. For repeated recordings,
332 * [Recording Sequence] shall be set to 0x00 when the recording is not repeated. Bit 7 is
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 203 * Do not submit it as a repeating request or the AF lock will be repeated every time.</p>
243 * Do not submit it as a repeating request or the AF lock will be repeated every time.</p>
294 * Do not submit it as a repeating request or the AF trigger will be repeated every time.</p>
  /external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 422 assertEquals("6:1: Non-repeated field "
    [all...]
DynamicMessageTest.java 81 // repeated setters after build()
312 // Regression test for a bug that makes setField() not work for repeated
GeneratedMessageTest.java 105 // primitive field scalar and repeated
108 // enum field scalar and repeated
111 // proto field scalar and repeated
    [all...]
MessageTest.java 316 /** Test reading unset repeated message from DynamicMessage. */
330 /** Test reading repeated message from DynamicMessage. */
ParserTest.java 312 // Repeated fields should not be merged.
375 // Repeated fields should not be merged.
  /libcore/ojluni/src/main/java/java/util/
Timer.java 33 * repeated execution at regular intervals.
212 * Schedules the specified task for repeated <i>fixed-delay execution</i>,
252 * Schedules the specified task for repeated <i>fixed-delay execution</i>,
291 * Schedules the specified task for repeated <i>fixed-rate execution</i>,
332 * Schedules the specified task for repeated <i>fixed-rate execution</i>,
376 * positive, the task is scheduled for repeated execution; if period is
  /external/autotest/tko/
job_serializer_unittest.py 206 """Convert a protocol buffer repeated keyval object into a
216 repeated keyval pair.
  /external/curl/docs/libcurl/
curl_formadd.3 36 \fIlastitem\fP is set after each \fIcurl_formadd(3)\fP call and on repeated
37 invokes it should be left as set to allow repeated invokes to find the end of
  /external/libnfc-nxp/inc/
phNfcStatus.h 153 The Layer is already initialised, hence initialisation repeated.
279 * Repeated call of the connecting function is not allowed.
  /external/protobuf/python/google/protobuf/pyext/
message.h 71 // part of a repeated composite field).
134 // Deletes a range of C++ submessages in a repeated field (following a
  /external/protobuf/src/google/protobuf/
unittest_custom_options.proto 221 repeated int32 foo4 = 4;
239 repeated ComplexOptionType4 barney = 4;
  /hardware/intel/img/psb_video/src/hwdefs/
reg_io2.h 79 This macro is used to extract the value of a repeated from a register.
175 This macro is used to update a repeated field in a packed memory
  /libcore/ojluni/src/main/java/java/io/
UnixFileSystem.java 134 // The first cache handles repeated canonicalizations of the same path
135 // name. The prefix cache handles repeated canonicalizations within the
  /packages/apps/Camera2/jni/
jpegutil.h 116 * the right-most value is repeated.
125 * repeated.

Completed in 1341 milliseconds

<<11121314151617181920>>