/external/protobuf/java/src/main/java/com/google/protobuf/ |
GeneratedMessage.java | 339 /** Get the number of elements in a repeated extension. */ 369 /** Get one element of a repeated extension. */ 580 /** Get the number of elements in a repeated extension. */ 592 /** Get one element of a repeated extension. */ 611 /** Set the value of one element of a repeated extension. */ 624 /** Append a value to a repeated extension. */ 855 * Like {@link #fromReflectionType(Object)}, but if the type is a repeated 905 * Like {@link #toReflectionType(Object)}, but if the type is a repeated [all...] |
/external/protobuf/src/google/protobuf/ |
extension_set.h | 216 int ExtensionSize(int number) const; // Size of a repeated extension. 255 // repeated fields ------------------------------------------------- 416 // meaning for repeated types; for those, the size of the RepeatedField 420 // For repeated types, this indicates if the [packed=true] option is set. 523 // // Variants for repeated fields. 536 // repeated methods only make sense for repeated types. So, each type [all...] |
/external/skia/legacy/include/core/ |
SkScalar.h | 339 Repeated keys are allowed for discontinuous functions (so long as keys is 340 monotonically increasing), and if key is the value of a repeated scalar in
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.good | 59 /* Common code for all repeated single character type matches */ 60 /* Common code for all repeated single-character matches. We can give 70 /* End of a group, repeated or non-repeating. If we are at the end of 85 /* If hit the end of the group (which could be repeated), fail */ 105 /* Loop for handling unanchored repeated matching attempts; for anchored regexs 132 /* Set up for repetition, or handle the non-repeated case */ [all...] |
/external/ceres-solver/internal/ceres/ |
compressed_row_sparse_matrix.h | 58 // We assume that m does not have any repeated entries.
|
/external/chromium/chrome/browser/policy/proto/ |
chrome_device_policy.proto | 17 repeated string user_whitelist = 1;
|
/external/chromium/chrome/browser/sync/notifier/ |
registration_manager.h | 25 // Implements exponential backoff for repeated registration attempts
|
/external/chromium/chrome/browser/ui/views/ |
reload_button.cc | 57 // Go ahead and change to reload after a bit, which allows repeated reloads
|
/external/chromium/chrome/browser/userfeedback/proto/ |
config.proto | 19 repeated string owner = 3;
|
/external/chromium/crypto/ |
sha2_unittest.cc | 80 std::string input3(1000000, 'a'); // 'a' repeated a million times
|
/external/chromium/third_party/libjingle/source/talk/base/ |
latebindingsymboltable.h | 98 // We do not attempt to load again because repeated attempts are not
|
network.h | 50 // This version will make sure that repeated calls return the same object for
|
/external/clang/test/Analysis/ |
reference.cpp | 33 // Each of the tests below is repeated with pointers as well as references.
|
/external/eigen/Eigen/src/Core/ |
DenseCoeffsBase.h | 86 * repeated coefficient access. Only use this when it is guaranteed that the 124 * repeated coefficient access. Only use this when it is guaranteed that the 306 * repeated coefficient access. Only use this when it is guaranteed that the 348 * repeated coefficient access. Only use this when it is guaranteed that the
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicDoubleTest.java | 133 * repeated weakCompareAndSet succeeds in changing value when equal
|
/external/icu4c/i18n/ |
tznames_impl.h | 31 * ZNStringPool Pool of (UChar *) strings. Provides for sharing of repeated
|
/external/icu4c/test/intltest/ |
caltest.h | 233 * Test cases for [set|get][Repeated|Skipped]WallTimeOption
|
/external/jpeg/ |
cderror.h | 26 /* Repeated inclusions of this file are no-ops unless JMESSAGE is defined */
|
/external/libffi/testsuite/lib/ |
target-libpath.exp | 118 # Doing this is somewhat of a hack as ld_library_path gets repeated in
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
Phonemetadata.java | 73 // repeated string leading_digits_pattern = 3; 591 // repeated NumberFormat number_format = 19; 608 // repeated NumberFormat intl_number_format = 20; [all...] |
/external/libyuv/files/include/libyuv/ |
mjpeg_decoder.h | 121 // Decodes the entire image and passes the data via repeated calls to a
|
/external/mdnsresponder/mDNSCore/ |
mDNSDebug.h | 35 // warning: repeated `#' flag in format (for %##s -- DNS name string format)
|
/external/proguard/src/proguard/classfile/editor/ |
InstructionWriter.java | 33 * it then applies the collected changes. The process will be repeated
|
/external/proguard/src/proguard/classfile/visitor/ |
ReferencedClassVisitor.java | 36 * loops and repeated visits).
|
/external/protobuf/python/google/protobuf/internal/ |
encoder.py | 55 does not burden us too much. For example, encoders for repeated fields do 113 # particular field, e.g. the field number and whether it is repeated or packed. 313 repeated group Item = 1 { 666 repeated group Item = 1 {
|