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

1 2 3

  /external/chromium_org/tools/gyp/test/variables/commands/
update_golden 10 python ../../../gyp --debug variables --format gypd --depth . commands-repeated.gyp > commands-repeated.gyp.stdout
11 cp -f commands-repeated.gypd commands-repeated.gypd.golden
  /external/chromium_org/third_party/libphonenumber/src/resources/
phonemetadata.proto 59 repeated string leading_digits_pattern = 3;
213 repeated NumberFormat number_format = 19;
240 repeated NumberFormat intl_number_format = 20;
269 repeated PhoneMetadata metadata = 1;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 636 repeated int32 intValue = 3;
637 repeated float floatValue = 4;
638 repeated bytes charValue = 5;
639 repeated bytes rawBytes = 6;
640 repeated bool boolValue = 7;
641 repeated int64 int64Value = 8;
647 repeated bytes contents = 3;
655 repeated DataType args = 5; // GL function's arguments
  /external/chromium_org/chrome/browser/ui/webui/help/
help_browsertest.js 25 // Test that repeated calls to setUpdateStatus work.
  /packages/apps/Launcher3/protos/
backup.proto 45 repeated Key key = 5;
  /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
  /external/chromium_org/ash/accelerators/
accelerator_controller.h 34 // or if the current accelerator is repeated or not.
40 // Updates context - determines if the accelerator is repeated, as well as
47 bool repeated() const { function in class:ash::AcceleratorControllerContext
149 // Contextual information, eg. if the current accelerator is repeated.
168 // Actions which will not be repeated while holding the accelerator key.
accelerator_controller_unittest.cc 569 EXPECT_FALSE(GetController()->context()->repeated());
574 EXPECT_FALSE(GetController()->context()->repeated());
579 EXPECT_FALSE(GetController()->context()->repeated());
584 EXPECT_TRUE(GetController()->context()->repeated());
589 EXPECT_FALSE(GetController()->context()->repeated());
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 99 the corresponding fields in the current message. Repeated fields are
154 - If it's a "repeated" field, we append to the end of our list.
226 if HasField() would return true, and a repeated field is non-empty if
  /external/chromium_org/v8/test/webkit/
resolve-arguments-from-scope.js 25 "Tests that doing repeated resolves of 'arguments' from some nested scope doesn't crash."
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
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/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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 305 /* Check to see if this is a repeated key.
311 int repeated; local
313 repeated = 0;
319 repeated = 1;
323 return(repeated);
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
assignment.js 141 // Entire series of tests repeated, in loops.
  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 88 // pattern of 15 chars, repeated every 16 chars in long
  /external/protobuf/editors/
proto.vim 58 syn keyword pbRepeat optional required repeated
  /external/skia/tools/skpdiff/
diff_viewer.js 128 // The animation cannot be repeated unless the class is removed the element.
  /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
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css 1087 .repeated-message.console-error-level::before,
1088 .repeated-message.console-warning-level:before,
1089 .repeated-message.console-debug-level:before {
1093 .repeated-message .outline-disclosure,
1094 .repeated-message > .console-message-text {
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 447 * Starts repeated attempts.
462 * Stops repeated attempts.
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 175 is repeated 1000 times. The percentage values in the final column are the most
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 175 is repeated 1000 times. The percentage values in the final column are the most
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 133 * @param {string} str The string to be repeated.
  /external/chromium_org/third_party/icu/source/i18n/
dtitvfmt.cpp 1192 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
    [all...]

Completed in 1438 milliseconds

1 2 3