/external/jemalloc/include/jemalloc/internal/ |
prng.h | 69 /* Generate a result in [0..range) via repeated trial. */
|
/external/proguard/src/proguard/gui/splash/ |
SawToothTiming.java | 24 * This Timing ramps up linearly from 0 to 1 in a given repeated time interval.
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
lite_equals_and_hash.proto | 43 repeated Bar bar = 2;
|
nested_builders_test.proto | 42 repeated Wheel wheel = 2;
|
/external/protobuf/python/google/protobuf/internal/ |
factory_test1.proto | 54 repeated string list_value = 5;
|
cpp_message.py | 105 """Container for repeated scalar fields.""" 151 'Can only compare repeated scalar fields against sequences.') 170 """Returns a Python property the given repeated scalar field.""" 180 raise AttributeError('Assignment not allowed to repeated field ' 188 """Container for repeated composite fields.""" 240 raise TypeError('Can only compare repeated composite fields against ' 241 'other repeated composite fields.') 275 """Returns a Python property for the given repeated composite field.""" 286 raise AttributeError('Assignment not allowed to repeated field ' 308 raise TypeError('Extension %r is repeated and/or a composite type.' % [all...] |
/external/protobuf/src/google/protobuf/ |
test_util.h | 67 // Use the repeated versions of the set_*() accessors to modify all the 68 // repeated fields of the messsage (which should already have been 115 // Check that all repeated fields have had their last elements removed. 125 // Check that all repeated fields have had their first and last elements
|
unittest_recursive_micro.proto | 48 repeated RecursiveMessageMicro repeated_recursive_message_micro = 4;
|
unittest_recursive_nano.proto | 48 repeated RecursiveMessageNano repeated_recursive_message_nano = 4;
|
unittest_stringutf8_micro.proto | 42 repeated string rs = 2;
|
unittest_stringutf8_nano.proto | 42 repeated string rs = 2;
|
extension_set.h | 218 int ExtensionSize(int number) const; // Size of a repeated extension. 268 // repeated fields ------------------------------------------------- 481 // meaning for repeated types; for those, the size of the RepeatedField 492 // For repeated types, this indicates if the [packed=true] option is set. 528 // Note to support packed repeated field compatibility, it also fills whether 536 // Note to support packed repeated field compatibility, it also fills whether 625 // // TypeTraits for singular fields and repeated fields will define the 626 // // symbol "Singular" or "Repeated" respectively. These two symbols will 628 // // extensions and repeated extensions. If the TypeTraits for the passed 630 // // user is passing a repeated extension to a singular accessor, or th [all...] |
/external/regex-re2/re2/testing/ |
mimics_pcre_test.cc | 31 // Check that repeated empty strings do not.
|
/external/tpm2/ |
TPMCmds.c | 83 // Coverage test - repeated manufacturing attempt
|
/external/v8/test/webkit/ |
resolve-arguments-from-scope.js | 25 "Tests that doing repeated resolves of 'arguments' from some nested scope doesn't crash."
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
input_audio_file.h | 43 // Creates a multi-channel signal from a mono signal. Each sample is repeated
|
/external/webrtc/webrtc/test/ |
frame_generator.h | 50 // and then this will be repeated with the next file from the input set.
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapShader.java | 22 * Shader used to draw a bitmap as a texture. The bitmap can be repeated or
|
/prebuilts/go/darwin-x86/src/compress/bzip2/ |
move_to_front.go | 12 // of the list. Thus, a repeated symbol ends up being encoded with many zeros,
|
/prebuilts/go/linux-x86/src/compress/bzip2/ |
move_to_front.go | 12 // of the list. Thus, a repeated symbol ends up being encoded with many zeros,
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
api.proto | 53 repeated Method methods = 2; 56 repeated Option options = 3; 87 repeated Mixin mixins = 6; 112 repeated Option options = 6;
|
message.h | 46 // repeated int32 numbers = 2; 209 // messages which will be merged. Repeated fields will be concatenated. 382 // - A Get*() or Set*() method for singular fields is called on a repeated 384 // - GetRepeated*(), SetRepeated*(), or Add*() is called on a non-repeated 422 // Check if the given non-repeated field is set. 426 // Get the number of elements of a repeated field. 455 // Removes the last element of a repeated field. 464 // Removes the last element of a repeated message field, and returns the 478 // Swap two elements of a repeated field. 486 // return true and repeated fields will only be listed if FieldSize(field [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
extra_types_test.py | 121 all_dates = extra_types.DateField(2, repeated=True) 146 4, variant=messages.Variant.INT64, repeated=True) 171 # Repeated test case
|
/external/llvm/include/llvm/ |
module.modulemap | 9 // This is intended for (repeated) textual inclusion. 33 // These are intended for (repeated) textual inclusion. 123 // These are intended for (repeated) textual inclusion.
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
log.h | 212 * Skip repeated messages, this requires the user app to use av_log() instead of 214 * "Last message repeated x times" messages below (f)printf messages with some 216 * Also to receive the last, "last repeated" line if any, the user app must
|