HomeSort by relevance Sort by last modified time
    Searched full:groups (Results 276 - 300 of 1686) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/activities/
GroupDetailActivity.java 24 import android.provider.ContactsContract.Groups;
147 final Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI,
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/
usage.html 90 that regular expressions must not contain any capturing groups. Use
91 non-capturing groups instead: <code>(?:</code>...<code>)</code>
  /system/extras/ext4_utils/
allocate.c 324 aux_info.bgs = calloc(sizeof(struct block_group_info), aux_info.groups);
328 for (i = 0; i < aux_info.groups; i++)
336 for (i = 0; i < aux_info.groups; i++) {
365 for (i = 0; i < aux_info.groups; i++) {
386 for (i = 0; i < aux_info.groups; i++) {
401 for (i = 0; i < aux_info.groups; i++) {
470 /* Allocate len blocks. The blocks may be spread across multiple block groups,
759 for (bg = 0; bg < aux_info.groups; bg++) {
  /external/clang/docs/tools/
dump_ast_matchers.py 141 result, inner, name = m.groups()
154 inner, name = m.groups()
188 p, n, result, name = m.groups()[1:5]
189 args = m.groups()[5:]
211 result, name, args = m.groups()
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
Toc.pm 120 # Must groups not be nested and do group levels differ?
125 # Yes, groups must be kept apart and the group levels differ;
285 # function: Parse token groups
299 # Loop through groups
424 # Parse token groups
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 522 /** @return default group id or -1 if no group or several groups are marked as default */
523 private long getDefaultGroupId(List<GroupMetaData> groups) {
525 for (GroupMetaData group : groups) {
527 // two default groups? return neither
553 ArrayList<String> groups = new ArrayList<String>(); local
567 handleGroupMembership(groups, mContactData.getGroupMetaData(), groupId);
754 if (!groups.isEmpty()) {
756 Collections.sort(groups);
758 int size = groups.size();
763 sb.append(groups.get(i))
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.h 445 // Scans the group map for groups which have an available socket slot and
446 // at least one pending request. Returns true if any groups are stalled, and
478 // groups if they are no longer needed.
482 // requests, and then deleting groups if they are no longer needed.
513 // Checks if there are stalled socket groups that should be notified
543 // Number of connecting sockets across all groups.
546 // Number of connected sockets we handed out across all groups.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 365 // If there are only two groups, then the group "without the last group" is the same as
435 * Small helper interface such that the number groups can be checked according to different
441 * Returns true if the groups of digits found in our candidate phone number match our
447 * @param expectedNumberGroups the groups of digits that we would expect to see if we
506 // candidate and number groups are the same.
528 // This will be in the format +CC-DG;ext=EXT where DG represents groups of digits.
531 // groups.
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 28 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);
40 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
41 INSERT INTO groups VALUES(1,'lemmytest@gmail.com',6,NULL,NULL,NULL,0,1,'System Group: My Contacts','System Group: My Contacts',0,'Contacts');
123 INSERT INTO sqlite_sequence VALUES('groups',1);
135 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty);
158 CREATE TRIGGER groups_cleanup DELETE ON groups BEGIN UPDATE groupmembership SET group_id = null WHERE group_id = old._id;END;
159 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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ufs_fs.h 56 * A filesystem consists of a number of cylinder groups.
60 * describes the cylinder groups. The super-block is critical
202 * Cylinder group macros to locate things in cylinder groups.
349 __fs32 fs_ncg; /* number of cylinder groups */
392 /* sizes determined by number of cylinder groups and their sizes */
523 __fs32 cg_link; /* linked list of cyl groups */
565 __fs32 cg_link; /* linked list of cyl groups */
566 __fs32 cg_rlink; /* for incore cyl groups */
726 __u32 s_ncg; /* number of cylinder groups */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h 56 * A filesystem consists of a number of cylinder groups.
60 * describes the cylinder groups. The super-block is critical
202 * Cylinder group macros to locate things in cylinder groups.
349 __fs32 fs_ncg; /* number of cylinder groups */
392 /* sizes determined by number of cylinder groups and their sizes */
523 __fs32 cg_link; /* linked list of cyl groups */
565 __fs32 cg_link; /* linked list of cyl groups */
566 __fs32 cg_rlink; /* for incore cyl groups */
726 __u32 s_ncg; /* number of cylinder groups */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h 56 * A filesystem consists of a number of cylinder groups.
60 * describes the cylinder groups. The super-block is critical
202 * Cylinder group macros to locate things in cylinder groups.
349 __fs32 fs_ncg; /* number of cylinder groups */
392 /* sizes determined by number of cylinder groups and their sizes */
523 __fs32 cg_link; /* linked list of cyl groups */
565 __fs32 cg_link; /* linked list of cyl groups */
566 __fs32 cg_rlink; /* for incore cyl groups */
726 __u32 s_ncg; /* number of cylinder groups */
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
ArmatureHelper.java 186 Structure groups = (Structure) actionStructure.getFieldValue("groups"); local
187 List<Structure> actionGroups = groups.evaluateListBase(blenderContext);// bActionGroup
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java 113 * The groups are integer bit masks and some pre-made variables are available in CollisionObject.
142 * Directly set the bitmask for collision groups that this object collides with.
150 * Gets the bitmask of collision groups that this object collides with.
  /external/libvorbis/doc/
oggstream.html 195 <p>Groups of concurrently multiplexed bitstreams may be chained
197 grouped and chained multiplexed streams; the groups, when unchained ,
214 groups are chained, the new group does not begin until all the
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.provider.html 105 <A NAME="ContactsContract.Groups"></A>
106 <nobr><A HREF="android.provider.ContactsContract.Groups.html">ContactsContract.Groups</A></nobr>
  /packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java 72 * Set up the bins for determining which items belong to which groups.
189 * necessary because some groups have no history items, so we do not include
191 * @param groupPosition Position in the ExpandableList's set of groups
  /packages/apps/Contacts/res/values/
strings.xml 225 <!-- The text displayed when the groups list is empty while displaying all groups [CHAR LIMIT=NONE] -->
226 <string name="noGroups">No groups.</string>
228 <!-- The text displayed when the groups list is empty and no accounts are set on the device while displaying all groups [CHAR LIMIT=NONE] -->
229 <string name="noAccounts">To create groups you need an account.</string>
290 <!-- The content description text for the groups tab.
296 <string name="contactsGroupsLabel">Groups</string>
501 <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
559 <!-- An item in the popup list of groups that triggers creation of a contact group [CHAR LIMIT=128] --
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java 93 * Set up the bins for determining which items belong to which groups.
201 * necessary because some groups have no history items, so we do not include
203 * @param groupPosition Position in the ExpandableList's set of groups
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_object.x 183 * GROUP - The group object contains a list of NIS principal names. Groups
185 * for members of its group. Principal names in groups are in the form
186 * name.directory and recursive groups are expressed as @groupname.directory
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 183 * GROUP - The group object contains a list of NIS principal names. Groups
185 * for members of its group. Principal names in groups are in the form
186 * name.directory and recursive groups are expressed as @groupname.directory
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 183 * GROUP - The group object contains a list of NIS principal names. Groups
185 * for members of its group. Principal names in groups are in the form
186 * name.directory and recursive groups are expressed as @groupname.directory
  /bionic/libc/include/
grp.h 76 gid_t *groups, int *ngroups);
  /bionic/libc/netbsd/net/
base64.c 82 The encoding process represents 24-bit groups of input bits as output
84 24-bit input group is formed by concatenating 3 8-bit input groups.
85 These 24 bits are then treated as 4 concatenated 6-bit groups, each
117 right) to form an integral number of 6-bit groups. Padding at the
  /cts/tests/res/menu/
checkable.xml 21 <!-- Carefully look at the attribute name checkableBehavior on groups, but

Completed in 1628 milliseconds

<<11121314151617181920>>