Searched defs:repeated (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.h34 // 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/
H A Dsite_compare.py29 import commands.maskmaker # generate a mask based on repeated scrapes namespace
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c305 /* Check to see if this is a repeated key.
311 int repeated; local
313 repeated = 0;
319 repeated = 1;
323 return(repeated);
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtitvfmt.cpp1182 * the first repeated pattern letter, which breaks the interval pattern
1192 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
1193 if ( repeated == FALSE ) {
1220 // "d-d"(last char repeated ), and
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc142 "Field is repeated; the method requires a singular field.")
145 "Field is singular; the method requires a repeated field.")
1070 RepeatedPtrFieldBase* repeated = local
1072 Message* result = repeated->AddFromCleared<GenericTypeHandler<Message> >();
1076 if (repeated->size() == 0) {
1079 prototype = &repeated->Get<GenericTypeHandler<Message> >(0);
1082 repeated->AddAllocated<GenericTypeHandler<Message> >(result);
1260 RepeatedPtrField<Type>* repeated = local
1262 return repeated->Mutable(index);
1274 RepeatedPtrField<Type>* repeated local
[all...]
H A Ddescriptor.cc131 "repeated", // LABEL_REPEATED
960 // TODO(kenton): There's a lot of repeated code here, but I'm not sure if
1646 bool repeated = false; local
1649 repeated = true;
1658 repeated ? j : -1, &tmp);
1665 repeated ? j : -1, &fieldval);
3011 // A common pattern: We want to convert a repeated field in the descriptor
4091 // Only repeated primitive fields may be packed.
4096 "[packed = true] can only be specified for repeated primitive fields.");
4190 "map type is only allowed for repeated field
[all...]
/external/icu4c/i18n/
H A Ddtitvfmt.cpp1226 * the first repeated pattern letter, which breaks the interval pattern
1236 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
1237 if ( repeated == FALSE ) {
1264 // "d-d"(last char repeated ), and
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc157 "Field is repeated; the method requires a singular field.")
160 "Field is singular; the method requires a repeated field.")
1039 RepeatedPtrFieldBase* repeated = local
1041 Message* result = repeated->AddFromCleared<GenericTypeHandler<Message> >();
1045 if (repeated->size() == 0) {
1048 prototype = &repeated->Get<GenericTypeHandler<Message> >(0);
1051 repeated->AddAllocated<GenericTypeHandler<Message> >(result);
1210 RepeatedPtrField<Type>* repeated = local
1212 return repeated->Mutable(index);
1224 RepeatedPtrField<Type>* repeated local
[all...]
H A Ddescriptor.cc114 "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
1505 repeated = true;
1510 repeated ? count : -1, &fieldval);
2668 // A common pattern: We want to convert a repeated field in the descriptor
3672 // Only repeated primitive fields may be packed.
3677 "[packed = true] can only be specified for repeated primitive fields.");
3741 "map type is only allowed for repeated fields.");
3777 "map_key must not name a repeated fiel
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 762 milliseconds