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

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.so 5 GROUP ( libpthread.so.0 libpthread_nonshared.a )
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
  /external/clang/lib/Driver/
CC1AsOptions.cpp 19 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
22 OPT_##GROUP, OPT_##ALIAS },
CC1Options.cpp 19 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
22 OPT_##GROUP, OPT_##ALIAS },
DriverOptions.cpp 18 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
21 OPT_##GROUP, OPT_##ALIAS },
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Driver/
CC1AsOptions.h 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
CC1Options.h 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
DriverDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
Options.h 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Lex/
LexDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /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...]
  /external/chromium/webkit/glue/
webmenuitem.h 19 GROUP = WebKit::WebMenuItemInfo::Group,
  /external/clang/include/clang/AST/
ASTDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /frameworks/compile/linkloader/lib/
ELFSectionHeader.cpp 49 CASE(GROUP) CASE(SYMTAB_SHNDX) CASE(LOOS) CASE(HIOS) CASE(LOPROC)
  /external/elfutils/libebl/
eblsectiontypename.c 52 KNOWNSTYPE (GROUP),
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
FieldSet.java 451 case GROUP:
512 if (type == WireFormat.FieldType.GROUP) {
544 case GROUP : output.writeGroupNoTag ((MessageLite) value); break;
637 if (type == WireFormat.FieldType.GROUP) {
667 case GROUP : return CodedOutputStream.computeGroupSizeNoTag ((MessageLite)value);
  /external/ipsec-tools/src/racoon/
cfparse.h 44 GROUP = 260,
218 #define GROUP 260
  /frameworks/compile/slang/
llvm-rs-cc.cpp 74 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
82 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
85 OPT_##GROUP, OPT_##ALIAS },
206 slangAssert(false && "Invalid option in M group!");
230 slangAssert(false && "Invalid option in output type group!");
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 51 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
254 /// \brief Get the set of all diagnostic IDs in the group with the given name.
256 /// \param Diags [out] - On return, the diagnostics in the group.
257 /// \returns True if the given group is unknown, false otherwise.
258 bool getDiagnosticsInGroup(StringRef Group,
262 /// \brief Get the set of all diagnostic IDs in the given group.
264 /// \param Diags [out] - On return, the diagnostics in the group.
265 void getDiagnosticsInGroup(const WarningOption *Group,

Completed in 9121 milliseconds

1 2