HomeSort by relevance Sort by last modified time
    Searched refs:repeated (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 531 repeated int32 intValue = 3;
532 repeated float floatValue = 4;
533 repeated bytes charValue = 5;
534 repeated bytes rawBytes = 6;
535 repeated bool boolValue = 7;
541 repeated bytes contents = 3;
549 repeated DataType args = 5; // GL function's arguments
  /external/protobuf/python/google/protobuf/
message.py 85 the corresponding fields in the current message. Repeated fields are
140 - If it's a "repeated" field, we append to the end of our list.
212 if HasField() would return true, and a repeated field is non-empty if
reflection.py 328 raise ValueError('Repeated field default value not empty list: %s' % (
423 of non-repeated scalar fields) directly set the value
446 """Adds a public property for a "repeated" protocol message field. Clients
452 type-checking in the case of repeated scalar fields, and we also set any
482 raise AttributeError('Assignment not allowed to repeated field '
536 # for non-repeated scalars.
706 raise KeyError('"%s" is repeated.' % extension_handle.full_name)
749 """Returns the number of bytes needed to serialize a non-repeated element.
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 249 bool repeated = field->is_repeated(); local
250 if (repeated && !reflection->FieldSize(instance, field)) {
251 DBG("Ignore repeated field with no size in reflection data");
254 if (!repeated && !reflection->HasField(instance, field)) {
298 if (repeated) reflection->Add##TYPE(instance, field, EXPR); \
305 bool repeated) {
306 DBG("Type::ToProto(instance, field, value, type, repeated) E:");
315 ok = type->ToProto(repeated ?
384 if (repeated) {
395 DBG("Type::ToProto(instance, field, value, type, repeated) X: ok=%d", ok)
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 2 'This test checks if repeated string concatenation causes an exception (and not a crash). From WebKit Bug <a href="http://bugs.webkit.org/show_bug.cgi?id=11131">Repeated string concatenation results in OOM crash</a>.'
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.js 32 // Clean up the DB to allow for repeated runs of this test
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 157 "Field is repeated; the method requires a singular field.")
160 "Field is singular; the method requires a repeated field.")
701 USAGE_CHECK_ALL(GetRepeated##TYPENAME, REPEATED, CPPTYPE); \
713 USAGE_CHECK_ALL(SetRepeated##TYPENAME, REPEATED, CPPTYPE); \
725 USAGE_CHECK_ALL(Add##TYPENAME, REPEATED, CPPTYPE); \
810 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING);
1039 RepeatedPtrFieldBase* repeated = local
1210 RepeatedPtrField<Type>* repeated = local
1224 RepeatedPtrField<Type>* repeated = local
    [all...]
descriptor.cc 114 "repeated", // LABEL_REPEATED
866 // TODO(kenton): There's a lot of repeated code here, but I'm not sure if
1502 bool repeated = false; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 299 /* Check to see if this is a repeated key.
305 int repeated; local
307 repeated = 0;
313 repeated = 1;
317 return(repeated);
    [all...]
  /external/protobuf/editors/
proto.vim 58 syn keyword pbRepeat optional required repeated
  /external/v8/test/mjsunit/compiler/
assignment.js 141 // Entire series of tests repeated, in loops.
  /external/v8/test/mjsunit/
string-indexof-1.js 88 // pattern of 15 chars, repeated every 16 chars in long
const-redecl.js 177 // Test that repeated const declarations throw redeclaration errors.
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 175 is repeated 1000 times. The percentage values in the final column are the most
  /external/icu4c/i18n/
dtitvfmt.cpp 1236 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
    [all...]
  /build/core/
config.mk 12 # This is repeated from main.mk, since envsetup.sh runs this file
main.mk 7 # This is repeated in config.mk, since envsetup.sh runs that file
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 423 Iterable<Integer> repeated
425 ASSERT.that(repeated).hasContentsInOrder(
    [all...]
  /external/zlib/contrib/pascal/
example.pas 28 (* "hello world" would be more standard, but the repeated "hello"
  /external/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.
221 # composite_field_name should be the name of a non-repeated
323 # Test nesting when we add an element to a repeated field in a submessage.
330 # Do the same test, but with a repeated composite field within the
483 # It's illegal to assign values directly to repeated fields
486 # Repeated fields.
493 # Assignment to a repeated nested message field without specifying
497 # Assignment to an attribute of a repeated field.
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 296 # If the option start character is repeated, it's a long option:
551 repeated options any way you want to. It also lets you see option
  /external/mesa3d/docs/
MESA_texture_array.spec 312 "The contents of the derived arrays are computed by repeated, filtered
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 713 .repeated-message {
717 .repeated-message.console-error-level::before, .repeated-message.console-warning-level:before, .repeated-message.console-debug-level:before {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 354 * end) but the repeated calls to .pop() consumed 90% of this
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 354 * end) but the repeated calls to .pop() consumed 90% of this
    [all...]

Completed in 867 milliseconds

1 2