/external/skia/include/core/ |
SkImageGenerator.h | 68 * Repeated calls to this function should give the same results, 80 * Repeated calls to this function should give the same results,
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Message.java | 67 * field is set iff hasField() returns true for that field. A "repeated" 79 * @throws IllegalArgumentException The field is a repeated field, or 88 * embedded message fields, the sub-message is returned. For repeated 94 * Gets the number of elements of a repeated field. This is exactly 97 * @throws IllegalArgumentException The field is not a repeated field, or 103 * Gets an element of a repeated field. For primitive fields, the boxed 107 * @throws IllegalArgumentException The field is not a repeated field, or 177 * * For repeated fields, the elements in {@code other} are concatenated 248 * Sets an element of a repeated field to the given value. The value must 252 * @throws IllegalArgumentException The field is not a repeated field, o [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TimerTaskTest.java | 109 // Ensure cancelling a repeated execution task which has never run 115 "TimerTask.cancel() should return true if sheduled for repeated execution even if not run", 119 // Ensure cancelling a repeated execution task which HAS run returns 131 "TimerTask.cancel() should return true if sheduled for repeated execution and run",
|
/external/chromium/chrome/browser/sync/protocol/ |
nigori_specifics.proto | 28 repeated NigoriKey key = 2;
|
/external/chromium/chrome/browser/ui/cocoa/ |
test_event_utils.h | 34 // (but will be repeated when the event is queried).
|
/external/chromium/crypto/ |
secure_hash_unittest.cc | 14 std::string input3(500000, 'a'); // 'a' repeated half a million times
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
help_browsertest.js | 25 // Test that repeated calls to setUpdateStatus work.
|
/external/chromium_org/components/precache/core/proto/ |
precache.proto | 23 repeated PrecacheResource resource = 1;
|
/external/chromium_org/net/quic/ |
port_suggester.h | 21 // a repeated connection to the same server (with QUIC, further increasing the
|
/external/chromium_org/remoting/proto/ |
audio.proto | 20 repeated bytes data = 2;
|
/external/chromium_org/sync/protocol/ |
history_delete_directive_specifics.proto | 31 repeated int64 global_id = 1;
|
session_specifics.proto | 32 repeated SessionWindow window = 2; 52 repeated int32 tab = 4; 71 repeated TabNavigation navigation = 7; 134 repeated string content_pack_categories = 19;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
test_util.h | 63 // Use the repeated versions of the set_*() accessors to modify all the 64 // repeated fields of the messsage (which should already have been 106 // Check that all repeated fields have had their last elements removed. 116 // Check that all repeated fields have had their first and last elements
|
generated_message_reflection.cc | 142 "Field is repeated; the method requires a singular field.") 145 "Field is singular; the method requires a repeated field.") 585 USAGE_CHECK_ALL(ReleaseLast, REPEATED, MESSAGE); 703 USAGE_CHECK_ALL(GetRepeated##TYPENAME, REPEATED, CPPTYPE); \ 715 USAGE_CHECK_ALL(SetRepeated##TYPENAME, REPEATED, CPPTYPE); \ 727 USAGE_CHECK_ALL(Add##TYPENAME, REPEATED, CPPTYPE); \ 812 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING) 1070 RepeatedPtrFieldBase* repeated = local 1260 RepeatedPtrField<Type>* repeated = local 1274 RepeatedPtrField<Type>* repeated = local [all...] |
/external/chromium_org/tools/gyp/test/gyp-defines/ |
gyptest-multiple-values.py | 22 # The last occurrence of a repeated set should take precedence over other
|
/external/e2fsprogs/lib/et/test_cases/ |
simple.c | 14 "Repeated request",
|
/external/protobuf/src/google/protobuf/ |
test_util.h | 59 // Use the repeated versions of the set_*() accessors to modify all the 60 // repeated fields of the messsage (which should already have been 102 // Check that all repeated fields have had their last elements removed. 108 // Check that all repeated fields have had their first and last elements
|
message.h | 46 // repeated int32 numbers = 2; 207 // be merged. Repeated fields will be concatenated. The given message 360 // - A Get*() or Set*() method for singular fields is called on a repeated 362 // - GetRepeated*(), SetRepeated*(), or Add*() is called on a non-repeated 398 // Check if the given non-repeated field is set. 402 // Get the number of elements of a repeated field. 411 // Remove the last element of a repeated field. 424 // Swap two elements of a repeated field. 432 // return true and repeated fields will only be listed if FieldSize(field) 439 // These get the value of a non-repeated field. They return the defaul [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_MixAudio.3 | 16 Do not use this function for mixing together more than two streams of sample data\&. The output from repeated application of this function may be distorted by clipping, because there is no accumulator with greater range than the input (not to mention this being an inefficient way of doing it)\&. Use mixing functions from SDL_mixer, OpenAL, or write your own mixer instead\&.
|
/external/valgrind/main/memcheck/tests/darwin/ |
aio.c | 51 assert( aio_read(&a) < 0 ); // (don't crash on the repeated &a) 61 assert( aio_return(&a) < 0 ); // (repeated aio_return(); fails because 76 assert( aio_write(&a) < 0 ); // (don't crash on the repeated &a) 82 assert( aio_return(&a) < 0 ); // (repeated aio_return(); fails because
|
/frameworks/base/core/java/android/view/animation/ |
Interpolator.java | 24 * accelerated, decelerated, repeated, etc.
|
/libcore/luni/src/test/java/tests/api/java/util/ |
TimerTaskTest.java | 111 // Ensure cancelling a repeated execution task which has never run 117 "TimerTask.cancel() should return true if sheduled for repeated execution even if not run", 121 // Ensure cancelling a repeated execution task which HAS run returns 133 "TimerTask.cancel() should return true if sheduled for repeated execution and run",
|
/external/skia/gm/ |
convexpaths.cpp | 133 // path that has a cubic with a repeated first control point and 134 // a repeated last control point. 144 // path that has two cubics with repeated middle control points. 185 // triangle where one edge is a quad with a repeated point 190 // triangle where one edge is a cubic with a 2x repeated point 197 // triangle where one edge is a quad with a nearly repeated point 203 // triangle where one edge is a cubic with a 3x nearly repeated point
|
/external/chromium_org/components/autofill/content/browser/risk/proto/ |
fingerprint.proto | 29 repeated string mime_type = 3; 83 repeated string font = 4; 86 repeated Plugin plugin = 5; 97 repeated string requested_language = 8; 122 repeated int32 partition_size = 15;
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
WireFormatNano.java | 141 * Computes the array length of a repeated field. We assume that in the common case repeated 143 * repeated field (but with extra allocations). 148 * @param tag repeated field tag just read 196 // of the same field even for fields that are not repeated. 256 // Repeated field.
|