HomeSort by relevance Sort by last modified time
    Searched defs:Groups (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer.h 25 // result. These slots could be viewed as having three groups: main group
31 // The enum represents mixer groups. Note this must matches the order
43 // Creates mixer groups.
68 typedef ScopedVector<Group> Groups;
82 Groups groups_;
  /external/chromium_org/ui/base/models/
table_model.h 33 typedef std::vector<Group> Groups;
55 // Returns true if the TableView has groups. Groups provide a way to visually
56 // delineate the rows in a table view. When groups are enabled table view
63 // Returns the groups.
65 virtual Groups GetGroups();
  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 109 // Get the option groups and options.
110 const std::vector<Record*> &Groups =
117 // Generate prefix groups.
158 OS << "// Groups\n\n";
160 for (unsigned i = 0, e = Groups.size(); i != e; ++i) {
161 const Record &R = *Groups[i];
185 // The other option arguments (unused for groups).
  /frameworks/base/core/java/android/provider/
Contacts.java 170 * A setting that is used to indicate if we should sync down all groups for the
172 * If this isn't set then we will only sync the groups whose SHOULD_SYNC column
463 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
464 Groups.SYSTEM_ID + "='" + Groups.GROUP_MY_CONTACTS + "'", null, null);
509 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
510 Groups.NAME + "=?", new String[] { groupName }, null);
546 Groups._ID,
580 new String[]{String.valueOf(person)}, Groups.DEFAULT_SORT_ORDER);
748 * Columns from the groups table
    [all...]
ContactsContract.java 86 * {@link Groups}, which contains information about raw contact groups
87 * such as Gmail contact groups. The
88 * current API does not support the notion of groups spanning multiple accounts.
100 * and groups.
686 * @see Groups
705 * @see Groups
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 23 PTOKEN_GROUPS Groups;
29 PTOKEN_GROUPS Groups;
    [all...]
adoctint.h 162 typedef struct ADOGroups Groups;
    [all...]
iads.h     [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 221 /* Well-known groups */
603 SID_AND_ATTRIBUTES Groups[ANYSIZE_ARRAY];
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 464 milliseconds

1 2