HomeSort by relevance Sort by last modified time
    Searched defs:groups (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
device.h 146 struct attribute_group ** groups; member in struct:class_device
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
device.h 146 struct attribute_group ** groups; member in struct:class_device
  /system/extras/ext4_utils/
ext4_utils.h 145 u32 groups; member in struct:fs_aux_info
  /art/runtime/jdwp/
jdwp_handler.cc 231 * List all thread groups that do not have a parent.
236 * TODO: maintain a list of parentless thread groups in the VM.
241 uint32_t groups = 1; local
242 expandBufAdd4BE(pReply, groups);
    [all...]
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 77 static gid_t groups[] = { AID_NET_BT, AID_INET, AID_NET_BT_ADMIN, variable
142 setgroups(sizeof(groups)/sizeof(groups[0]), groups);
  /external/ceres-solver/internal/ceres/
solver_impl.cc 193 // Iterate over each of the groups in order of their priority and fill
1262 const map<int, set<double*> >& groups = local
1509 const map<int, set<double*> >& groups = local
    [all...]
  /external/chromium_org/third_party/ots/src/
cmap.cc 36 // The maximum number of groups in format 12, 13 or 14 subtables.
289 std::vector<ots::OpenTypeCMAPSubtableRange> &groups local
291 groups.resize(num_groups);
294 if (!subtable.ReadU32(&groups[i].start_range) ||
295 !subtable.ReadU32(&groups[i].end_range) ||
296 !subtable.ReadU32(&groups[i].start_glyph_id)) {
300 if (groups[i].start_range > kUnicodeUpperLimit ||
301 groups[i].end_range > kUnicodeUpperLimit ||
302 groups[i].start_glyph_id > 0xFFFF) {
307 if (groups[i].start_range >= 0xD800 &
373 std::vector<ots::OpenTypeCMAPSubtableRange> &groups local
955 std::vector<OpenTypeCMAPSubtableRange> &groups local
977 std::vector<OpenTypeCMAPSubtableRange> &groups local
    [all...]
  /external/icu4c/samples/layout/
sfnt.h 122 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat8Encoding
135 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat12Encoding
  /external/kernel-headers/original/linux/
device.h 195 * @groups: optional additional groups to be created
224 struct attribute_group ** groups; /* optional groups */ member in struct:class_device
  /external/valgrind/main/coregrind/
m_libcfile.c 570 UInt groups[32]; local
571 Int ngrp = VG_(getgroups)(32, groups);
575 if (groups[i] == st.gid) {
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 48 struct p2p_group *group, **groups; local
54 groups = os_realloc_array(p2p->groups, p2p->num_groups + 1,
56 if (groups == NULL) {
60 groups[p2p->num_groups++] = group;
61 p2p->groups = groups;
108 if (p2p->groups[g] == group) {
110 p2p->groups[g] = p2p->groups[g + 1]
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 58 int *groups = wpa_s->conf->sae_groups; local
61 if (!groups)
62 groups = default_groups;
65 if (!index_within_array(groups, wpa_s->sme.sae_group_index))
69 int group = groups[wpa_s->sme.sae_group_index];
474 return -1; /* no other groups enabled */
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 73 assertEquals("Incorrect number of groups",
80 assertEquals("Incorrect number of groups",
83 assertEquals("Incorrect number of groups",
86 assertEquals("Incorrect number of groups",
89 assertEquals("Incorrect number of groups",
347 private ThreadGroup[] groups(ThreadGroup parent) { method in class:OldThreadGroupTest
374 ThreadGroup[] children = groups(group);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 473 List<ViewClassInfo> groups = ldp.getGroups(); local
475 if (views != null && groups != null) {
477 groupList.addAll(groups);
500 List<ViewClassInfo> groups = ldp.getGroups(); local
502 if (prefs != null && groups != null) {
504 groupList.addAll(groups);
  /dalvik/vm/jdwp/
JdwpHandler.cpp 278 * List all thread groups that do not have a parent.
284 * TODO: maintain a list of parentless thread groups in the VM.
289 u4 groups = 1; local
290 expandBufAdd4BE(pReply, groups);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 220 !arrayIncludes(groups(testRoot), child));
222 !arrayIncludes(groups(originalCurrent), testRoot));
361 // Create some groups, nested some levels.
364 Vector<ThreadGroup> groups = new Vector<ThreadGroup>(); local
367 groups.addElement(testRoot);
371 groups.addElement(current);
375 for (int i = 1; i < groups.size(); i++) {
376 current = groups.elementAt(i);
377 ThreadGroup previous = groups.elementAt(i - 1);
471 !arrayIncludes(groups(testRoot.getParent()), testRoot))
992 private ThreadGroup[] groups(ThreadGroup parent) { method in class:ThreadGroupTest
    [all...]
  /external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service.cc 61 // Top-level field in a contact groups feed containing the list of entries.
367 // Structure into which we parse the contact groups feed using
372 // "http://www.google.com/m8/feeds/groups/user%40gmail.com/base/6".
384 for (size_t i = 0; i < groups.size(); ++i) {
385 const ContactGroup& group = *groups[i];
410 kGroupEntryField, &ContactGroups::groups, &GetContactGroup);
413 ScopedVector<ContactGroup> groups; member in struct:contacts::__anon6746::ContactGroups
420 // First, the feed containing the user's contact groups is downloaded via
470 // Otherwise, the contact groups download is started.
556 LOG(WARNING) << "Got error " << error << " while downloading groups";
563 ContactGroups groups; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
sfnt.h 210 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat8Encoding
219 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat8Encoding
249 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat12Encoding
257 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat12Encoding
  /external/dhcpcd/
dhcpcd.c 1776 gid_t groups[] = { AID_INET, AID_SHELL }; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 430 * If we are shrinking the number of block groups, we're done
435 * Check the block groups that we are chopping off
468 * If the number of block groups is staying the same, we're
469 * done and can exit now. (If the number block groups is
602 * If we are shrinking the number block groups, we're done and
611 * If the number of block groups is staying the same, we're
612 * done and can exit now. (If the number block groups is
1023 * where we get the new blocks across the various block groups.
1893 blk_t inode_count, blks_needed, groups, data_blocks; local
    [all...]
  /external/harfbuzz_ng/src/hb-icu-le/
sfnt.h 213 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat8Encoding
222 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat8Encoding
252 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat12Encoding
260 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat12Encoding
  /external/icu4c/test/letest/
sfnt.h 210 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat8Encoding
219 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat8Encoding
249 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat12Encoding
257 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat12Encoding
  /system/core/adb/
adb.c 1319 gid_t groups[] = { AID_ADB, AID_LOG, AID_INPUT, AID_INET, AID_GRAPHICS, local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 502 /** @return default group id or -1 if no group or several groups are marked as default */
503 private long getDefaultGroupId(List<GroupMetaData> groups) {
505 for (GroupMetaData group : groups) {
507 // two default groups? return neither
534 ArrayList<String> groups = new ArrayList<String>(); local
548 handleGroupMembership(groups, mContactData.getGroupMetaData(), groupId);
740 if (!groups.isEmpty()) {
742 Collections.sort(groups);
744 int size = groups.size();
749 sb.append(groups.get(i))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 1749 IntArrayWrapper groups = (IntArrayWrapper) thisBundle.getObject(org.apache.xml.utils.res.XResourceBundle.LANG_NUMBERGROUPS); local
    [all...]

Completed in 1037 milliseconds

1 2 3 45 6 7 8