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

12 3 4

  /frameworks/base/core/java/android/widget/
ExpandableListPosition.java 22 * ExpandableListPosition can refer to either a group's position or a child's
23 * position. Referring to a child's position requires both a group position (the
24 * group containing the child) and a child position (the child's position within
25 * that group). To create objects, use {@link #obtainChildPosition(int, int)} or
40 * This data type represents a group position
42 public final static int GROUP = 2;
45 * The position of either the group being referred to, or the parent
46 * group of the child being referred to
51 * The position of the child within its parent group
57 * the corresponding flat list position for the group or child is known
    [all...]
ExpandableListConnector.java 35 * <li> gPos - Group position, the position of a group among all the groups
37 * in a group
47 * ListAdapter expects to/from group and child positions that the ExpandableListAdapter
59 * and group/child positions. See {@link GroupMetadata}.
96 * Translates a flat list position to either a) group pos if the specified
97 * flat list position corresponds to a group, or b) child pos if it
99 * groups list to find the flat list pos if it is an exp group, otherwise
103 * @return the group position or child position of the specified flat list
121 * either), so flPos must be a group and its group pos will be th
    [all...]
ExpandableListView.java 46 * the item's current state (the states are usually one of expanded group,
47 * collapsed group, child, or last child). Use
87 * The packed position represents a group.
103 * preference. This value is not otherwise possible since a group type
111 /** The mask (in packed position representation) for the group */
117 /** The shift amount (in packed position representation) for the group */
126 /** The mask (in integer group position representation) for the group */
132 /** Gives us Views through group+child positions */
182 /** The indicator drawn next to a group. *
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
GroupCmd.h 23 * \brief This class defines the interfaces to Group command.
38 return pCmd->getKind() == ScriptCommand::GROUP;
  /cts/tests/tests/content/src/android/content/pm/cts/
PermissionGroupInfoTest.java 27 private static final String GROUP = "android.permission-group.COST_MONEY";
37 .getPermissionGroupInfo(GROUP, 0);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
UnixDirectoryListingFormatterTest.groovy 35 static final GROUP = 'group456'
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
83 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
FileEntryTest.groovy 114 entry.group = GROUP
123 assert clone.group == GROUP
AbstractFileSystemEntryTestCase.groovy 33 protected static final GROUP = 'group88'
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 31 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
  /frameworks/compile/slang/
rs_cc_options.cpp 40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
58 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
62 PARAM, FLAGS, OPT_##GROUP, OPT_##ALIAS, ALIASARGS \
156 default: { slangAssert(false && "Invalid option in M group!"); }
178 default: { slangAssert(false && "Invalid option in output type group!"); }
  /external/elfutils/src/libebl/
eblsectiontypename.c 67 KNOWNSTYPE (GROUP),
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 21 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
42 FLAGS, OPT_##GROUP, OPT_##ALIAS, ALIASARGS },
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
ecmametadatapass.py 89 # The entire switch statment. This will contain a GROUP with the variable
106 GROUP = 'group'
281 # for loops contain multiple statements in the group unlike while,
285 self._AddContext(EcmaContext.GROUP)
288 result = self._PopContextType(EcmaContext.GROUP,
405 EcmaContext.GROUP):
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 50 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
236 /// \brief Get the set of all diagnostic IDs in the group with the given name.
238 /// \param[out] Diags - On return, the diagnostics in the group.
239 /// \returns \c true if the given group is unknown, \c false otherwise.
240 bool getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group,
248 /// given group name.
249 static StringRef getNearestOption(diag::Flavor Flavor, StringRef Group);
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
FieldSet.java 577 case GROUP:
657 if (type == WireFormat.FieldType.GROUP) {
689 case GROUP : output.writeGroupNoTag ((MessageLite) value); break;
815 if (type == WireFormat.FieldType.GROUP) {
816 // Only count the end group tag for proto2 messages as for proto1 the end
817 // group tag will be counted as a part of getSerializedSize().
847 case GROUP : return CodedOutputStream.computeGroupSizeNoTag ((MessageLite)value);
    [all...]
  /external/elfutils/src/tests/
run-alldts.sh 89 FLAGS_1 NOW GLOBAL GROUP NODELETE INITFIRST NOOPEN ORIGIN TRANS INTERPOSE NODEFLIB NODUMP CONFALT DISPRELDNE DISPRELPND 0xdeac0000
  /external/ipsec-tools/src/racoon/
cfparse.h 44 GROUP = 260,
209 #define GROUP 260
  /external/libnl/lib/netfilter/
queue_obj.c 39 nl_dump(p, "group=%u ", queue->queue_group);
100 void nfnl_queue_set_group(struct nfnl_queue *queue, uint16_t group)
102 queue->queue_group = group;
176 diff |= NFNL_QUEUE_DIFF_VAL(GROUP, queue_group);
188 __ADD(QUEUE_ATTR_GROUP, group)
log_obj.c 37 nl_dump(p, "group=%u ", log->log_group);
104 void nfnl_log_set_group(struct nfnl_log *log, uint16_t group)
106 log->log_group = group;
244 diff |= NFNL_LOG_DIFF_VAL(GROUP, log_group);
258 __ADD(LOG_ATTR_GROUP, group)
  /frameworks/compile/mclinker/lib/Script/
GroupCmd.cpp 35 : ScriptCommand(ScriptCommand::GROUP),
47 mcld::outs() << "GROUP ( ";
76 // construct the Group tree
78 // --start-group
80 InputTree::iterator group = m_Builder.getCurrentNode(); local
150 assert(0 && "Invalid script token in GROUP!");
163 // --end-group
166 // read the group
167 m_GroupReader.readGroup(group, m_InputTree.end(), m_Builder, m_Config);
  /external/elfutils/src/src/
ldlex.l 135 GROUP { return kGROUP; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 391 typedef unsigned int GROUP;
541 typedef int (CALLBACK *LPCONDITIONPROC)(LPWSABUF lpCallerId,LPWSABUF lpCallerData,LPQOS lpSQOS,LPQOS lpGQOS,LPWSABUF lpCalleeId,LPWSABUF lpCalleeData,GROUP *g,DWORD_PTR dwCallbackData);
922 typedef SOCKET (WSAAPI *LPFN_WSASOCKETA)(int af,int type,int protocol,LPWSAPROTOCOL_INFOA lpProtocolInfo,GROUP g,DWORD dwFlags);
923 typedef SOCKET (WSAAPI *LPFN_WSASOCKETW)(int af,int type,int protocol,LPWSAPROTOCOL_INFOW lpProtocolInfo,GROUP g,DWORD dwFlags);
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 74 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \
78 SHOWINSYSHEADER, CATEGORY, GROUP, STR_SIZE(DESC, uint16_t), DESC \
523 /// Return \c true if any diagnostics were found in this group, even if they
526 const WarningOption *Group,
528 // An empty group is considered to be a warning group: we have empty groups
530 if (!Group->Members && !Group->SubGroups)
536 const int16_t *Member = DiagArrays + Group->Members;
545 const int16_t *SubGroups = DiagSubGroups + Group->SubGroups
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis.x 401 %#define GROUP(a, m) (((a) & ((m) << 8)) != 0)

Completed in 1298 milliseconds

12 3 4