HomeSort by relevance Sort by last modified time
    Searched full:repeated (Results 251 - 275 of 1678) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java 39 * across repeated invocations
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 264 raise ValueError('Repeated field default value not empty list: %s' % (
364 of non-repeated scalar fields) directly set the value
387 """Adds a public property for a "repeated" protocol message field. Clients
393 type-checking in the case of repeated scalar fields, and we also set any
423 raise AttributeError('Assignment not allowed to repeated field '
481 # for non-repeated scalars.
657 raise KeyError('"%s" is repeated.' % extension_handle.full_name)
717 """Returns the number of bytes needed to serialize a non-repeated element.
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 328 raise ValueError('Repeated field default value not empty list: %s' % (
423 of non-repeated scalar fields) directly set the value
446 """Adds a public property for a "repeated" protocol message field. Clients
452 type-checking in the case of repeated scalar fields, and we also set any
482 raise AttributeError('Assignment not allowed to repeated field '
536 # for non-repeated scalars.
706 raise KeyError('"%s" is repeated.' % extension_handle.full_name)
749 """Returns the number of bytes needed to serialize a non-repeated element.
    [all...]
  /external/bison/lib/
xalloc.h 127 Repeated reallocations are guaranteed to make progress, either by
132 factor of approximately 1.5 so that repeated reallocations have
  /external/chromium_org/mojo/system/
multiprocess_message_pipe_unittest.cc 150 // repeated twice, until the other end is closed or it receives "quitquitquit"
240 // Sends a bunch of messages to the child. Expects them "repeated" back. Waits
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 100 // primitive field scalar and repeated
103 // enum field scalar and repeated
106 // proto field scalar and repeated
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 205 // variable. This is used by the parsing constructor to record if a repeated
211 // variable. This is used by the parsing constructor to record if a repeated
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 240 + " may be repeated. This option is not required and if not provided then\n"
249 + " May be repeated.\n"
  /ndk/sources/host-tools/sed-4.2.1/lib/
xalloc.h 146 Repeated reallocations are guaranteed to make progress, either by
151 factor of approximately 1.5 so that repeated reallocations have
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 210 "hasField() can only be called on non-repeated fields.");
279 "getRepeatedField() can only be called on repeated fields.");
298 "getRepeatedField() can only be called on repeated fields.");
320 "getRepeatedField() can only be called on repeated fields.");
341 "addRepeatedField() can only be called on repeated fields.");
360 * value for the given field. (For repeated fields, this checks if the
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_unittest.cc 472 // Repeated primitive extensions will increase space used by at least a
476 // - Adds a value to the repeated extension, then clears it, establishing
480 // - Adds a large number of values (requiring allocation in the repeated
519 // Repeated strings
527 // the empty repeated field memory usage as there is with primitive types.
535 // Repeated messages
wire_format_lite.h 77 // of which contains the value of one field (or one element of a repeated
152 // of packed repeated fields.
192 // repeated group Item = 1 {
289 // Reads repeated primitive values, with optimizations for repeats.
488 // the tag, so you must also call TagSize(). (This is because, for repeated
527 // A helper method for the repeated primitive reader. This method has
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...]
text_format.cc 129 GOOGLE_LOG(DFATAL) << "Index must be in range of repeated field values. "
180 // Determines if repeated values for a non-repeated field are
396 // Fail if the field is not repeated and it has already been specified.
399 ReportError("Non-repeated field \"" + field_name +
412 // Short repeated format, e.g. "foo: [1, 2, 3]"
531 // to see if the field is repeated (in which case we need to use the Add
    [all...]
  /external/protobuf/java/
README.txt 97 currently supported are packed repeated elements or
142 This specifies the collection class for repeated elements.
143 If false, repeated elements use java.util.ArrayList<> and
145 repeated elements use java.util.Vector and the code can
421 - Repeated fields are in arrays, not ArrayList or Vector.
464 repeated fields, groups or messages). It is set to false initially
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 147 "hasField() can only be called on non-repeated fields.");
206 "getRepeatedField() can only be called on repeated fields.");
225 "getRepeatedField() can only be called on repeated fields.");
247 "getRepeatedField() can only be called on repeated fields.");
268 "addRepeatedField() can only be called on repeated fields.");
287 * value for the given field. (For repeated fields, this checks if the
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 395 // Repeated primitive extensions will increase space used by at least a
399 // - Adds a value to the repeated extension, then clears it, establishing
403 // - Adds a large number of values (requiring allocation in the repeated
441 // Repeated strings
449 // the empty repeated field memory usage as there is with primitive types.
456 // Repeated messages
wire_format_lite.h 78 // of which contains the value of one field (or one element of a repeated
153 // of packed repeated fields.
184 // repeated group Item = 1 {
247 // Reads repeated primitive values, with optimizations for repeats.
446 // the tag, so you must also call TagSize(). (This is because, for repeated
481 // A helper method for the repeated primitive reader. This method has
descriptor.pb.h 206 // repeated .google.protobuf.FileDescriptorProto file = 1;
320 // repeated string dependency = 3;
336 // repeated .google.protobuf.DescriptorProto message_type = 4;
348 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
360 // repeated .google.protobuf.ServiceDescriptorProto service = 6;
372 // repeated .google.protobuf.FieldDescriptorProto extension = 7;
591 // repeated .google.protobuf.FieldDescriptorProto field = 2;
603 // repeated .google.protobuf.FieldDescriptorProto extension = 6;
615 // repeated .google.protobuf.DescriptorProto nested_type = 3;
627 // repeated .google.protobuf.EnumDescriptorProto enum_type = 4
    [all...]
text_format.cc 110 // Determines if repeated values for a non-repeated field are
289 // Fail if the field is not repeated and it has already been specified.
292 ReportError("Non-repeated field \"" + field_name +
340 // to see if the field is repeated (in which case we need to use the Add
987 // Print primitive repeated field in short form.
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 203 "Adds a new message to a repeated composite field."),
205 "Adds a scalar to a repeated scalar field."),
207 "Clears and sets the values of a repeated scalar field."),
221 "Deletes a slice of values from a repeated field."),
225 "Returns the number of elements in a repeated field."),
229 "Returns a message from a repeated composite field."),
231 "Returns a scalar value from a repeated scalar field."),
260 "Swaps the elements in two positions in a repeated field."),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/proto/
chrome_device_policy.proto 19 repeated string user_whitelist = 1;
121 repeated AppPackEntryProto app_pack = 1;
129 repeated string app_id = 1;
207 repeated ConnectionType allowed_connection_types = 5;
232 repeated string start_up_urls = 1;
303 repeated DeviceLocalAccountInfoProto account = 1;
342 repeated string flags = 1;
  /external/chromium_org/chrome/browser/policy/proto/chromeos/
chrome_device_policy.proto 19 repeated string user_whitelist = 1;
121 repeated AppPackEntryProto app_pack = 1;
129 repeated string app_id = 1;
207 repeated ConnectionType allowed_connection_types = 5;
232 repeated string start_up_urls = 1;
303 repeated DeviceLocalAccountInfoProto account = 1;
342 repeated string flags = 1;
  /external/chromium_org/third_party/protobuf/python/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

Completed in 1728 milliseconds

<<11121314151617181920>>