Searched refs:GROUP (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java42 public final static int GROUP = 2; field in class:ExpandableListPosition
82 return obtain(GROUP, groupPosition, 0, 0);
101 elp.type = GROUP;
H A DExpandableListConnector.java124 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, flPos,
163 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP,
243 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, groupPos, -1,
302 if (pos.type == ExpandableListPosition.GROUP) {
321 if (pos.type != ExpandableListPosition.GROUP) {
404 if (posMetadata.position.type == ExpandableListPosition.GROUP) {
425 if (posMetadata.position.type == ExpandableListPosition.GROUP) {
445 if (posMetadata.position.type == ExpandableListPosition.GROUP) {
472 if (pos.type == ExpandableListPosition.GROUP) {
479 if (pos.type == ExpandableListPosition.GROUP) {
[all...]
H A DExpandableListView.java381 int lastItemType = ~(ExpandableListPosition.CHILD | ExpandableListPosition.GROUP);
479 if (pos.position.type == ExpandableListPosition.GROUP) {
670 if (posMetadata.position.type == ExpandableListPosition.GROUP) {
747 ExpandableListPosition.GROUP, groupPos, -1, -1);
/frameworks/compile/mclinker/include/mcld/Script/
H A DGroupCmd.h38 return pCmd->getKind() == ScriptCommand::GROUP;
H A DScriptCommand.h25 GROUP, enumerator in enum:mcld::ScriptCommand::Kind
/frameworks/compile/slang/
H A Drs_cc_options.cpp40 #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 \
/frameworks/compile/mclinker/lib/Script/
H A DGroupCmd.cpp35 : ScriptCommand(ScriptCommand::GROUP),
47 mcld::outs() << "GROUP ( ";
150 assert(0 && "Invalid script token in GROUP!");
H A DScriptParser.yy94 %token GROUP
241 group_command : GROUP '(' input_list ')'
H A DScriptScanner.ll83 <LDSCRIPT>"GROUP" { return token::GROUP; }
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp67 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
129 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
132 llvm::opt::Option::KIND ## Class, PARAM, FLAGS, kOpt_ ## GROUP, \

Completed in 703 milliseconds