HomeSort by relevance Sort by last modified time
    Searched full:groups (Results 176 - 200 of 1519) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/glib/docs/reference/glib/tmpl/
bookmarkfile.sgml 31 the groups to which a bookmark belongs to; a visibility flag, used to set
32 the bookmark as "private" to the applications and groups that has it
55 <bookmark:groups>
57 </bookmark:groups>
446 @groups:
  /external/dbus/dbus/
dbus-userdb.c 547 db->groups = _dbus_hash_table_new (DBUS_HASH_UINTPTR,
550 if (db->groups == NULL)
579 _dbus_hash_table_remove_all(db->groups);
614 if (db->groups)
615 _dbus_hash_table_unref (db->groups);
dbus-sysdeps-unix.h 96 dbus_gid_t *group_ids; /**< Groups IDs, *including* above primary group */
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 24 CREATE TABLE groupmembership (_id INTEGER PRIMARY KEY,person INTEGER REFERENCES people(_id),group_id INTEGER REFERENCES groups(_id),group_sync_account STRING,group_sync_id STRING);
30 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account)); table
31 INSERT INTO groups VALUES(1,NULL,NULL,NULL,NULL,NULL,0,NULL,'Contacts',NULL,0,'Contacts');
67 INSERT INTO sqlite_sequence VALUES('groups',1);
79 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty);
102 CREATE TRIGGER groups_cleanup DELETE ON groups BEGIN UPDATE groupmembership SET group_id = null WHERE group_id = old._id;END;
103 CREATE TRIGGER groups_to_deleted DELETE ON groups WHEN old._sync_id is not null BEGIN INSERT INTO _deleted_groups (_sync_id, _sync_account, _sync_version) VALUES (old._sync_id, old._sync_account, old._sync_version);END;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 53 import android.provider.ContactsContract.Groups;
79 private static final String[] GROUP_TITLE_PROJECTION = new String[] {Groups.TITLE};
82 private static final String[] GROUPS_ID_PROJECTION = new String[] {Groups._ID};
191 cv.put(Groups.ACCOUNT_NAME, mAccount.mEmailAddress);
192 cv.put(Groups.ACCOUNT_TYPE, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 130 import android.provider.ContactsContract.Groups;
316 private static final int GROUPS = 10000;
403 + " AND " + Groups.FAVORITES + " != 0";
415 + " AND " + Groups.AUTO_ADD + " != 0";
418 = new String[]{Tables.GROUPS + "." + Groups._ID};
468 /** Sql where statement for filtering on groups. */
478 + "(SELECT " + Tables.GROUPS + "." + Groups._ID
479 + " FROM " + Tables.GROUPS
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 186 * @param having A filter declare which row groups to include in the cursor,
189 * all row groups to be included, and is required when row
276 * @param having A filter declare which row groups to include in
279 * null will cause all row groups to be included, and is
313 * @param having A filter declare which row groups to include in
316 * null will cause all row groups to be included, and is
388 * @param having A filter declare which row groups to include in
391 * null will cause all row groups to be included, and is
474 * @param having A filter declare which row groups to include in
477 * null will cause all row groups to be included, and i
    [all...]
  /external/bluetooth/bluez/src/
attrib-server.c 295 GSList *l, *groups; local
315 for (l = database, groups = NULL, cur = NULL; l; l = l->next) {
354 g_slist_foreach(groups, (GFunc) g_free, NULL);
355 g_slist_free(groups);
366 groups = g_slist_append(groups, cur);
373 if (groups == NULL)
382 length = g_slist_length(groups);
386 for (i = 0, l = groups; l; l = l->next, i++) {
402 g_slist_foreach(groups, (GFunc) g_free, NULL)
    [all...]
  /external/clang/
clang-tblgen-rules.mk 81 @echo "Building Clang diagnostic groups with tblgen"
82 $(call transform-host-clang-td-to-out,clang-diag-groups)
89 $(call transform-host-clang-td-to-out,clang-diag-groups)
  /external/oprofile/libpp/
arrange_profiles.h 203 * with groups being the profile classifications
223 std::vector<image_group_set> groups; member in struct:inverted_profile
239 * marked with the profile class they're from (hence the groups
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 30 import android.provider.ContactsContract.Groups;
38 * Adapter to populate the list of groups.
206 return ContentUris.withAppendedId(Groups.CONTENT_URI, groupId);
GroupBrowseListFragment.java 54 * Fragment to display the list of groups.
82 private static final String EXTRA_KEY_GROUP_URI = "groups.groupUri";
194 * The listener for the group meta data loader for all groups.
  /development/pdk/docs/source/
index.jd 36 href="{@docRoot}community/index.html">discussion groups.</a></p>
  /development/samples/SampleSyncAdapter/
_index.html 30 demonstrate new features, including: syncing and viewing contact groups, handling the "invite"
  /development/tools/a3dconvert/
ObjLoader.h 68 // Groups are used to separate multiple meshes within the same .obj file
  /device/moto/stingray/ril/
logcatd-blan 
  /docs/source.android.com/src/source/
index.md 51 If you need help along the way, you can join our [discussion groups](/community/index.html).
  /external/chromium/build/
common.croc 27 # Groups
  /external/chromium/chrome/browser/web_applications/
web_app.h 63 // different) WMClass than normal chrome windows so the window manager groups
  /external/e2fsprogs/tests/m_dasd_bs/
expect.1 10 2 block groups
  /external/elfutils/tests/
msg_tst.c 68 "only relocatable files can contain section groups" },
  /external/llvm/utils/lit/lit/
Test.py 28 A test suite groups together a set of logically related tests.
  /external/oprofile/events/mips/20K/
events 8 event:0x2 counters:0 um:zero minimum:500 name:FETCH_GROUPS : Fetch groups entering CPU execution pipes
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.h 143 * P2P Persistent Groups and properties
  /frameworks/base/core/java/android/view/
Menu.java 91 * Category code for the order integer for items/groups that are part of a
97 * Category code for the order integer for items/groups that are provided by
103 * Category code for the order integer for items/groups that are
110 * Category code for the order integer for items/groups that are
158 * This can be used to define groups of items for batch state
175 * This can also be used to define groups of items for batch state
217 * This can also be used to define groups of items for batch state
234 * This can also be used to define groups of items for batch state
271 * This can also be used to define groups of items for batch state

Completed in 3774 milliseconds

1 2 3 4 5 6 78 91011>>