/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
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
setobject.h | 49 * saves repeated runtime null-tests.
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
setobject.h | 49 * saves repeated runtime null-tests.
|
/external/chromium_org/sync/protocol/ |
sync.proto | 384 repeated int32 enabled_type_ids = 1; 391 repeated SyncEntity entries = 1; 397 repeated ChromiumExtensionsActivity extensions_activity = 3; 421 repeated string notification_hint = 1; 514 // Deprecated in M29. We should use the repeated field version in the 565 repeated DataTypeProgressMarker from_progress_marker = 6; 580 // other datatypes, so repeated usage will likely result in throttling. 712 repeated group EntryResponse = 1 { [all...] |
nigori_specifics.proto | 27 repeated NigoriKey key = 2; 82 // repeated DeviceInformation deprecated_device_information = 28;
|
/external/protobuf/src/google/protobuf/ |
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/chromium_org/third_party/WebKit/Source/core/frame/ |
UseCounter.h | 289 // "count" sets the bit for this feature to 1. Repeated calls are ignored. 296 // warning to the console. Repeated calls are ignored.
|
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/ |
main.py | 85 # Don't write out a new log entry for repeated no_needs_rebaseline cases. 86 # The repeated entries just add noise to the logs.
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
GeneratedMessageLite.java | 132 /** Get the number of elements in a repeated extension. */ 139 /** Get one element of a repeated extension. */ 182 /** Get the number of elements in a repeated extension. */ 204 /** Get one element of a repeated extension. */ 360 /** Get the number of elements in a repeated extension. */ 382 /** Get one element of a repeated extension. */ 411 /** Set the value of one element of a repeated extension. */ 421 /** Append a value to a repeated extension. */
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
repeating_button.js | 41 * Callback function when repeated intervals trigger. Initialized when the 93 // then repeated based on a fixed time increment. The time intervals are
|
/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 | 558 * <li>the last instance of a repeated parameter is preferred. 581 * <li>the last instance of a repeated parameter is preferred. 734 * Set whether or not the first occurrence of a repeated parameter is 735 * preferred. True means the first repeated parameter is preferred. 736 * False means that the last repeated parameter is preferred. 742 * @param preferFirstRepeatedParameter True if the first repeated 752 * Get whether or not the first occurrence of a repeated parameter is 754 * @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.
|
/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.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
extension_set.cc | 224 REPEATED, 231 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? REPEATED : OPTIONAL, LABEL); \ 268 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, UPPERCASE); \ 276 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, UPPERCASE); \ 291 GOOGLE_DCHECK_TYPE(*extension, REPEATED, UPPERCASE); \ 346 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, ENUM); 353 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, ENUM); 368 GOOGLE_DCHECK_TYPE(*extension, REPEATED, ENUM); 407 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, STRING); 414 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, STRING) [all...] |
text_format.h | 80 // the message supplied. For non-repeated fields, an index of -1 must 123 // Set true to print repeated primitives in a format like: 156 // Print a repeated primitive field in short form. 206 // given field of the given message. If the field is a repeated field, 245 // -1 for not-repeated fields.
|
/external/guava/guava/src/com/google/common/collect/ |
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/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSetMultimap.java | 75 * Repeated occurrences of an entry (according to {@link Object#equals}) after 87 * Repeated occurrences of an entry (according to {@link Object#equals}) after 101 * Repeated occurrences of an entry (according to {@link Object#equals}) after 116 * Repeated occurrences of an entry (according to {@link Object#equals}) after 281 * Repeated occurrences of an entry in the multimap after the first are
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
reflection_test.py | 124 # Constructor with only repeated scalar types should succeed. 137 # Constructor with only repeated composite types should succeed. 256 # composite_field_name should be the name of a non-repeated 410 # Test nesting when we add an element to a repeated field in a submessage. 417 # Do the same test, but with a repeated composite field within the 570 # It's illegal to assign values directly to repeated fields 573 # Repeated fields. 580 # Assignment to a repeated nested message field without specifying 584 # Assignment to an attribute of a repeated field. 651 # Repeated enums tests [all...] |
/external/dropbear/libtomcrypt/demos/ |
tv_gen.c | 168 "The output of step N is used as the key and plaintext for step N+1 (key bytes repeated as required to fill the key)\n\n"); 295 "step N (repeated as required to fill the array).\n\n"); 350 "step N (repeated as required to fill the array).\n\n"); 404 "step repeated sufficiently.\n\n"); 464 "step repeated sufficiently. The nonce is fixed throughout.\n\n"); 528 "step repeated sufficiently. The nonce is fixed throughout at 13 bytes 000102...\n\n"); 590 "step repeated sufficiently. The nonce is fixed throughout at 13 bytes 000102...\n\n");
|