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

1 2 3 4 5

  /external/chromium_org/content/browser/android/
popup_item_type_list.h 16 // Popup item is of type group
17 DEFINE_POPUP_ITEM_TYPE(GROUP, 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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-x86-64.so.2 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
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 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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-x86-64.so.2 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
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/chromium_org/third_party/mach_override/libudis86/
itab.c 4 #define GROUP(n) (0x8000 | (n))
44 /* 0 */ GROUP(6), GROUP(7), GROUP(8), GROUP(9),
45 /* 4 */ GROUP(10), GROUP(11), 0, 0,
53 /* 0 */ GROUP(15), 0, 0, 0,
61 /* 0 */ GROUP(17), 0, 0, 0,
69 /* 0 */ GROUP(19), 0, 0, 0
    [all...]
  /external/clang/include/clang/AST/
CommentDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
ASTDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
Options.h 39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, 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,\
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupItem.java 34 return mType == PopupItemType.ENABLED || mType == PopupItemType.GROUP;
39 return mType == PopupItemType.GROUP;
  /external/chromium_org/tools/gn/
group_target_generator.cc 19 target_->set_output_type(Target::GROUP);
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptCommand.h 25 GROUP,
  /external/clang/lib/Driver/
DriverOptions.cpp 24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
27 FLAGS, OPT_##GROUP, OPT_##ALIAS, ALIASARGS },
  /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...]

Completed in 659 milliseconds

1 2 3 4 5