HomeSort by relevance Sort by last modified time
    Searched full:groups (Results 351 - 375 of 1621) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-4/arch-mips/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-4/arch-x86/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /system/core/init/
init.h 76 #define NR_SVC_SUPP_GIDS 12 /* twelve supplementary groups */
  /system/extras/ext4_utils/
ext4_utils.h 134 u32 groups; member in struct:fs_aux_info
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 42 import android.provider.ContactsContract.Groups;
590 values.put(Groups.ACCOUNT_TYPE, accountType);
591 values.put(Groups.ACCOUNT_NAME, accountName);
592 values.put(Groups.DATA_SET, dataSet);
593 values.put(Groups.TITLE, label);
598 final Uri groupUri = resolver.insert(Groups.CONTENT_URI, values);
651 values.put(Groups.TITLE, label);
652 final Uri groupUri = ContentUris.withAppendedId(Groups.CONTENT_URI, groupId);
678 ContentUris.withAppendedId(Groups.CONTENT_URI, groupId), null, null);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 353 final String GROUPS_TAG = "tab-pager-groups";
434 // For 2-pane in All and Groups but not in Favorites fragment, show the chevron
565 tabToOpen = TabState.GROUPS;
681 if (tab == TabState.GROUPS) {
700 case TabState.GROUPS:
738 case TabState.GROUPS:
765 case TabState.GROUPS:
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 31 import android.provider.ContactsContract.Groups;
310 return Groups.CONTENT_URI;
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 136 Assert.assertTrue("Not enough groups", groupIndex < mAdapter.getGroupCount());
151 // Test all (non expanded) groups
  /external/aac/libAACdec/src/
stereo.h 108 UCHAR MsUsed[JointStereoMaximumBands]; /*!< every arry element contains flags for up to 8 groups */
119 \param windowGroups number of window groups.
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 20 part of |line| can be highlighted. If more groups are needed, use
29 assert len(match.groups()) == 1
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 206 We show the bitmap as a series of bits, grouped at 8-bit intervals. We display 8 such groups on each line.
238 if (i%8==7) { /* Display 8 groups in a row */
  /external/e2fsprogs/lib/ext2fs/
csum.c 220 printf("checksums for different groups shouldn't match\n");
226 printf("checksums for different groups shouldn't match\n");
  /external/icu4c/layout/
TibetanReordering.h 35 // the first character of the syllable.Included here are also groups of base + subjoined
38 // Subjoined -> Subjoined consonants and groups of subjoined consonants which have a single code-point
  /external/jmonkeyengine/engine/src/bullet-native/
jmePhysicsSpace.cpp 190 collides = (up0->group & up1->groups) != 0;
191 collides = collides && (up1->group & up0->groups);
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 54 /// form register groups. A node is represented by an index into
101 // UnionGroups - Union Reg1's and Reg2's groups to form a new
  /external/stlport/stlport/stl/config/
_evc.h 89 * For details see http://groups.google.com/groups?th=8a05c82c4ffee280

Completed in 2039 milliseconds

<<11121314151617181920>>