HomeSort by relevance Sort by last modified time
    Searched full:repeated (Results 76 - 100 of 1071) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/dropbear/
SMALL 39 the functions into one binary, avoiding repeated code.
  /external/e2fsprogs/lib/et/test_cases/
heimdal.et 34 ec RD_AP_REPEAT, "Kerberos error: Repeated request"
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 92 * Returns an immutable set containing the given elements, in order. Repeated
103 * Returns an immutable set containing the given elements, in order. Repeated
114 * Returns an immutable set containing the given elements, in order. Repeated
125 * Returns an immutable set containing the given elements, in order. Repeated
136 * Returns an immutable set containing the given elements, in order. Repeated
233 * Returns an immutable set containing the given elements, in order. Repeated
254 * Returns an immutable set containing the given elements, in order. Repeated
277 * Returns an immutable set containing the given elements, in order. Repeated
290 * Returns an immutable set containing the given elements, in order. Repeated
ImmutableSetMultimap.java 80 * Repeated occurrences of an entry (according to {@link Object#equals}) after
92 * Repeated occurrences of an entry (according to {@link Object#equals}) after
106 * Repeated occurrences of an entry (according to {@link Object#equals}) after
121 * Repeated occurrences of an entry (according to {@link Object#equals}) after
286 * Repeated occurrences of an entry in the multimap after the first are
  /external/protobuf/java/src/test/java/com/google/protobuf/
multiple_files_test.proto 51 repeated TestAllTypes foreign = 2;
  /external/protobuf/python/google/protobuf/internal/
decoder.py 45 buffer position. A decoder for a repeated field may proactively decode all of
65 is_repeated: Is the field a repeated field? (bool)
72 (This is called for repeated fields and sub-messages, when an
212 # Predict that the next tag is another copy of the same repeated
325 # Predict that the next tag is another copy of the same repeated field.
362 # Predict that the next tag is another copy of the same repeated field.
405 # Predict that the next tag is another copy of the same repeated field.
454 # Predict that the next tag is another copy of the same repeated field.
490 repeated group Item = 1 {
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 223 " repeated Item items = 1 [experimental_map_key = \"key\"];\n"
254 EXPECT_SUBSTRING("only allowed for repeated fields", error());
262 " repeated int32 items = 1 [experimental_map_key = \"key\"];\n"
274 " repeated Unknown items = 1 [experimental_map_key = \"key\"];\n"
289 " repeated Item items = 1 [experimental_map_key = \"badkey\"];\n"
301 " repeated string key = 1;\n"
304 " repeated Item items = 1 [experimental_map_key = \"key\"];\n"
308 EXPECT_SUBSTRING("must not name a repeated field", error());
320 " repeated Item items = 1 [experimental_map_key = \"key\"];\n"
  /external/protobuf/src/google/protobuf/
text_format.h 77 // the message supplied. For non-repeated fields, an index of -1 must
120 // Set true to print repeated primitives in a format like:
154 // Print a repeated primitive field in short form.
204 // given field of the given message. If the field is a repeated field,
unittest_embed_optimize_for.proto 49 repeated TestOptimizedForSize repeated_message = 2;
unittest_mset.proto 67 repeated group Item = 1 {
descriptor.pb.cc     [all...]
extension_set.cc 201 REPEATED,
208 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? REPEATED : OPTIONAL, LABEL); \
245 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, UPPERCASE); \
253 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, UPPERCASE); \
268 GOOGLE_DCHECK_TYPE(*extension, REPEATED, UPPERCASE); \
315 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, ENUM);
322 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, ENUM);
337 GOOGLE_DCHECK_TYPE(*extension, REPEATED, ENUM);
376 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, STRING);
383 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, STRING)
    [all...]
  /external/regex-re2/re2/testing/
exhaustive2_test.cc 34 // they can be repeated -- PCRE rejects ^* but allows (?:^)*
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ResourceLoaderAndroid.cpp 51 // This method is used to determine if a POST request can be repeated from
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 26 // TODO: Some of the constants are repeated from BluetoothAdapter.java.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix2_lim.h 50 /* The maximum number of repeated occurrences of a regular expression
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix2_lim.h 50 /* The maximum number of repeated occurrences of a regular expression
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix2_lim.h 50 /* The maximum number of repeated occurrences of a regular expression
  /external/eigen/Eigen/src/Eigenvalues/
MatrixBaseEigenvalues.h 53 * The eigenvalues are repeated according to their algebraic multiplicity,
78 * SelfAdjointEigenSolver class. The eigenvalues are repeated according to
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
CurveAndSurfaceMath.java 86 * repeated) it leads to NaN results during calculations. This method adds a small number to each of such knots to avoid NaN's.
92 // TODO: improve this; constant delta may lead to errors if the difference between tha last repeated
  /external/protobuf/
CHANGES.txt 4 * Parsers for repeated numeric fields now always accept both packed and
66 interface for repeated elements.
87 * Fix bug with parsing packed repeated fields in embedded messages.
94 * Repeated fields of primitive types (types other that string, group, and
115 * It is now an error to define a default value for a repeated field.
215 * Added slicing support for repeated scalar fields. Added slice retrieval and
216 removal of repeated composite fields.
323 * Adding a property to an object representing a repeated field now
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 557 * <li>the last instance of a repeated parameter is preferred.
580 * <li>the last instance of a repeated parameter is preferred.
733 * Set whether or not the first occurrence of a repeated parameter is
734 * preferred. True means the first repeated parameter is preferred.
735 * False means that the last repeated parameter is preferred.
741 * @param preferFirstRepeatedParameter True if the first repeated
751 * Get whether or not the first occurrence of a repeated parameter is
753 * @return true if the first occurrence of a repeated parameter is
  /frameworks/base/media/java/android/media/
JetPlayer.java 266 * @param repeatCount the number of times the segment will be repeated. 0 means the segment will
294 * @param repeatCount the number of times the segment will be repeated. 0 means the segment will
326 * next segment. If the segment is repeated, the flags will take effect the next time
327 * segment is repeated.
342 * next segment. If the segment is repeated, the flags will take effect the next time
343 * segment is repeated.
359 * next segment. If the segment is repeated, the flag will take effect the next time
360 * segment is repeated.
  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 44 * the user may navigate out of the new task and back to the Launcher by repeated
73 * the user may navigate out of the new task and back to the Launcher by repeated
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 58 * followed by the element's name if not repeated.
93 // If the ui name is repeated in the attribute value, don't use it.

Completed in 495 milliseconds

1 2 34 5 6 7 8 91011>>