HomeSort by relevance Sort by last modified time
    Searched refs:GROUP (Results 26 - 41 of 41) sorted by null

12

  /frameworks/base/core/java/android/widget/
ExpandableListView.java 44 * the item's current state (the states are usually one of expanded group,
45 * collapsed group, child, or last child). Use
81 * The packed position represents a group.
97 * preference. This value is not otherwise possible since a group type
105 /** The mask (in packed position representation) for the group */
111 /** The shift amount (in packed position representation) for the group */
120 /** The mask (in integer group position representation) for the group */
126 /** Gives us Views through group+child positions */
153 /** The indicator drawn next to a group. *
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 120 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
125 STR_SIZE(#ENUM, uint8_t), STR_SIZE(GROUP, uint8_t), \
128 #ENUM, GROUP, DESC, BRIEF, FULL },
652 const WarningOption *Group,
656 if (const short *Member = Group->Members) {
662 if (const short *SubGroups = Group->SubGroups) {
669 StringRef Group,
672 WarningOption Key = { Group.size(), Group.data(), 0, 0 };
677 Found->getName() != Group)
    [all...]
  /external/elfutils/src/
ldlex.l 125 GROUP { return kGROUP; }
elflint.c 522 /* Check that there is a section group section with index < IDX which
567 section [%2d] '%s': section with SHF_GROUP flag set not part of a section group\n"),
571 section [%2d] '%s': section group [%2zu] '%s' does not preceed group member\n"),
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 173 if (field.getType() == FieldDescriptor.Type.GROUP) {
242 case GROUP:
481 currentToken = matcher.group();
898 // Group names are expected to be capitalized as they appear in the
906 // If the case-insensitive match worked but the field is NOT a group,
907 if (field != null && field.getType() != FieldDescriptor.Type.GROUP) {
911 // Again, special-case group names as described above.
912 if (field != null && field.getType() == FieldDescriptor.Type.GROUP &&
    [all...]
GeneratedMessageLite.java 76 * @return {@code true} unless the tag is an end-group tag.
298 * @return {@code true} unless the tag is an end-group tag.
377 WireFormat.FieldType.GROUP) {
AbstractMessage.java 262 // end group tag
275 * @return {@code true} unless the tag is an end-group tag.
374 case GROUP: {
437 // repeated group Item = 1 {
524 break; // end of group
Descriptors.java 766 /** For embedded message and group fields, gets the field's type. */
827 GROUP (JavaType.MESSAGE ),
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 392 HANDLE_TYPE( GROUP, Group, message);
421 HANDLE_TYPE( GROUP, Group, *message_value);
440 // Start group.
449 // End group.
extension_set.cc     [all...]
wire_format.cc 191 SerializeUnknownFields(field.group(), output);
225 target = SerializeUnknownFieldsToArray(field.group(), target);
244 // Start group.
256 // End group.
273 // Start group.
289 // End group.
335 size += ComputeUnknownFieldsSize(field.group());
631 // This method parses a group which should contain two fields:
813 HANDLE_TYPE(GROUP , Group , Message
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.x 401 %#define GROUP(a, m) (((a) & ((m) << 8)) != 0)
nis.h 476 #define GROUP(a, m) (((a) & ((m) << 8)) != 0)
  /external/ipsec-tools/src/racoon/
cfparse.y 186 %token PRIVSEP USER GROUP CHROOT
309 | GROUP QUOTEDSTRING
311 struct group *gr;
314 yyerror("unknown group \"%s\"", $2->v);
320 | GROUP NUMBER { lcconf->gid = $2; } EOS
1114 yyerror("unable to allocate auth group list");
1120 yyerror("unable to allocate auth group name");
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 136 case WebMenuItem::GROUP:
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 1081 milliseconds

12