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

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
definition.py 124 elif field_descriptor.label == descriptor.FieldDescriptor.Label.REPEATED:
125 params['repeated'] = True
  /external/dng_sdk/source/
dng_image.h 253 /// \param repeatV Amount of repeated padding needed in vertical for
255 /// \param repeatH Amount of repeated padding needed in horizontal for
  /external/libavc/encoder/
ih264e_process.h 98 * This process is repeated till all the rows or group of mb's (which ever is
270 * repeated for all the mb's enlisted under the job.
  /external/lzma/xz-embedded/
xz_dec_lzma2.c 161 /* If 1, it's a repeated match. The distance is one of rep0 .. rep3. */
165 * If 0, distance of a repeated match is rep0.
171 * If 0, distance of a repeated match is rep1.
176 /* If 0, distance of a repeated match is rep2. Otherwise it is rep3. */
180 * If 1, the repeated match has length of one byte. Otherwise
207 /* Length of a repeated match */
344 * updated to indicate how many bytes were left to be repeated.
685 * Decode a repeated match. The distance is one of the four most recently
  /external/opencv3/3rdparty/openexr/Imath/
ImathEuler.h 64 // 2) Is one of the rotations repeated (ala XYX rotation)
118 // repeated axis in the euler angles (e.g. XYX)
164 XZX = 0x0011, // first axis repeated
178 XZXr = 0x2110, // relative first axis repeated
189 // C -> Initial Repeated (1==true)
255 // in cases like XYX ordering, the repeated angle will be
307 // and it probably doesn't work for repeated axis and
329 bool _initialRepeated : 1; // init axis repeated as last
  /external/pcre/dist/
HACKING 250 Each opcode is followed by the character that is to be repeated. In ASCII mode,
262 Each of these is followed by a count and then the repeated character. OP_UPTO
268 etc.) are used for repeated, negated, single-character classes such as [^a]*.
269 The normal single-character opcodes (OP_STAR, etc.) are used for repeated
318 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,
320 (OP_STAR, etc.) are used for repeated positive single-character classes.
439 When a repeated subpattern has an unbounded upper limit, it is checked to see
449 When a repeated group (capturing or non-capturing) is marked as possessive by
  /external/skia/include/core/
SkScalar.h 248 Repeated keys are allowed for discontinuous functions (so long as keys is
249 monotonically increasing), and if key is the value of a repeated scalar in
  /frameworks/base/cmds/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"
  /frameworks/support/v17/leanback/res/values/
strings.xml 65 <!-- Talkback label for the control button to switch to a media playback mode where a set of media items will be repeated -->
67 <!-- Talkback label for the control button to switch to a media playback mode where a single media item will be repeated -->
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 130 * the series of repeated tasks. The future's {@link
170 * the series of repeated tasks. The future's {@link
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 203 // Repeated calls to flush() should not result in repeated calls to implFlush().
  /prebuilts/sdk/current/support/v17/leanback/res/values/
strings.xml 65 <!-- Talkback label for the control button to switch to a media playback mode where a set of media items will be repeated -->
67 <!-- Talkback label for the control button to switch to a media playback mode where a single media item will be repeated -->
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
field_mask.proto 84 // A repeated field is not allowed except at the last position of a
193 repeated string paths = 1;
wire_format_lite.h 76 // of which contains the value of one field (or one element of a repeated
151 // of packed repeated fields.
193 // repeated group Item = 1 {
256 // Reads repeated primitive values, with optimizations for repeats.
482 // the tag, so you must also call TagSize(). (This is because, for repeated
521 // A helper method for the repeated primitive reader. This method has
  /docs/source.android.com/src/security/keystore/
features.jd 129 Some tags may be repeated to specify multiple values. Whether a tag may be
130 repeated is specified in the documentation for the tag. When a key is created,
149 be repeated in an authorization list. Repetition
156 repeated in an authorization list. Repetition indicates multiple authorized values.</p>
161 repeated in an authorization list. Repetition
283 in a secure authentication token to unlock use of the key. If repeated, the key
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageReflection.java 248 * embedded message fields, the sub-message is returned. For repeated
257 * @throws IllegalArgumentException The field is a repeated field, or {@code
277 * Sets an element of a repeated field to the given value. The value must
281 * @throws IllegalArgumentException The field is not a repeated field, or
291 * @throws IllegalArgumentException The field is not a repeated field, or
822 // repeated group Item = 1 {
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 76 // of which contains the value of one field (or one element of a repeated
151 // of packed repeated fields.
193 // repeated group Item = 1 {
256 // Reads repeated primitive values, with optimizations for repeats.
459 // the tag, so you must also call TagSize(). (This is because, for repeated
498 // A helper method for the repeated primitive reader. This method has
extension_set_unittest.cc 591 // Repeated primitive extensions will increase space used by at least a
595 // - Adds a value to the repeated extension, then clears it, establishing
599 // - Adds a large number of values (requiring allocation in the repeated
638 // Repeated strings
646 // the empty repeated field memory usage as there is with primitive types.
654 // Repeated messages
701 // Test empty repeated-field case (b/12926163)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 76 // of which contains the value of one field (or one element of a repeated
151 // of packed repeated fields.
182 // repeated group Item = 1 {
245 // Reads repeated primitive values, with optimizations for repeats.
444 // the tag, so you must also call TagSize(). (This is because, for repeated
483 // 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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 76 // of which contains the value of one field (or one element of a repeated
151 // of packed repeated fields.
182 // repeated group Item = 1 {
245 // Reads repeated primitive values, with optimizations for repeats.
444 // the tag, so you must also call TagSize(). (This is because, for repeated
483 // 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...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 76 // of which contains the value of one field (or one element of a repeated
151 // of packed repeated fields.
182 // repeated group Item = 1 {
245 // Reads repeated primitive values, with optimizations for repeats.
444 // the tag, so you must also call TagSize(). (This is because, for repeated
483 // A helper method for the repeated primitive reader. This method has
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 76 // of which contains the value of one field (or one element of a repeated
151 // of packed repeated fields.
182 // repeated group Item = 1 {
245 // Reads repeated primitive values, with optimizations for repeats.
444 // the tag, so you must also call TagSize(). (This is because, for repeated
483 // A helper method for the repeated primitive reader. This method has
  /external/protobuf/python/google/protobuf/internal/
message_test.py 398 """Check passing a custom comparator to sort a repeated composite field."""
416 """Check sorting a repeated composite field using list.sort() arguments."""
503 # Can't compare repeated composite containers to lists.
551 # Repeated fields should not be merged.
651 """Using HasField on a repeated field should raise an exception.
663 valid_names = ('Repeated%sContainer' % base_name,
664 'Repeated%sFieldContainer' % base_name)

Completed in 1449 milliseconds

<<11121314151617181920>>