HomeSort by relevance Sort by last modified time
    Searched defs:repeated (Results 1 - 11 of 11) sorted by null

  /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.
  /external/chromium_org/tools/site_compare/
site_compare.py 29 import commands.maskmaker # generate a mask based on repeated scrapes namespace
  /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/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...]
descriptor.cc 131 "repeated", // LABEL_REPEATED
1646 bool repeated = false; 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...]
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/chromium_org/third_party/icu/source/i18n/
dtitvfmt.cpp 1192 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
    [all...]
  /external/icu4c/i18n/
dtitvfmt.cpp 1236 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 675 milliseconds