HomeSort by relevance Sort by last modified time
    Searched refs:groups (Results 426 - 450 of 1215) sorted by null

<<11121314151617181920>>

  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 258 int i = groups.bsearch (codepoint);
261 *glyph = T::group_get_glyph (groups[i], codepoint);
268 return_trace (c->check_struct (this) && groups.sanitize (c));
277 groups; /* Groupings. */ member in struct:OT::CmapSubtableLongSegmented
279 DEFINE_SIZE_ARRAY (16, groups);
  /external/selinux/mcstrans/src/
mcstrans.c 110 word_group_t *groups; member in struct:domain
396 while (domain->groups)
397 destroy_group(&domain->groups, domain->groups);
815 group = create_group(&domain->groups, tok);
1019 for (g = domain->groups; g; g = g->next) {
1160 for (g = domain->groups; g && !change && !complete; g = g->next) {
1290 word_group_t *groups = NULL; local
1333 /* prebuild groups */
1334 for (g = domain->groups; g; g = g->next)
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 49 struct p2p_group *group, **groups; local
55 groups = os_realloc_array(p2p->groups, p2p->num_groups + 1,
57 if (groups == NULL) {
61 groups[p2p->num_groups++] = group;
62 p2p->groups = groups;
109 if (p2p->groups[g] == group) {
111 p2p->groups[g] = p2p->groups[g + 1]
    [all...]
  /external/deqp/scripts/khr_util/
registry.py 182 self.groups = ElemNameIndex(eRegistry.findall('groups/group'))
187 self.groups[groupName] = eEnum
315 return groups[groupName]
343 eGroup = registry.groups[name]
356 groups = NameIndex(createMissing=createGroup, kind="group")
382 groups=sortedIndex(groups),
  /external/elfutils/libasm/
asm_end.c 313 /* Create the section groups. */
314 if (ctx->groups != NULL)
316 AsmScnGrp_t *runp = ctx->groups->next;
378 while ((runp = runp->next) != ctx->groups->next);
479 /* Free section groups memory. */
480 AsmScnGrp_t *scngrp = ctx->groups;
484 while ((scngrp = scngrp->next) != ctx->groups);
577 /* Free section groups. */
578 AsmScnGrp_t *scngrp = ctx->groups;
587 while (scngrp != ctx->groups);
    [all...]
  /external/libpcap/
pcap-netfilter-linux.c 421 unsigned short groups[32]; local
443 "Maximum 32 netfilter groups! dev: %s",
457 groups[group_count++] = (unsigned short) group_id;
473 /* if no groups, add default: 0 */
475 groups[0] = 0;
527 /* Bind socket to the nflog groups */
529 if (nflog_send_config_cmd(handle, groups[i], NFULNL_CFG_CMD_BIND, AF_UNSPEC) < 0) {
534 if (nflog_send_config_mode(handle, groups[i], NFULNL_COPY_PACKET, handle->snapshot) < 0) {
551 /* Bind socket to the nfqueue groups */
553 if (nfqueue_send_config_cmd(handle, groups[i], NFQNL_CFG_CMD_BIND, AF_UNSPEC) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 2667 Py_ssize_t groups = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 2746 Py_ssize_t groups = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 2667 Py_ssize_t groups = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_parse.py 70 self.groups = 1
75 gid = self.groups
76 self.groups = gid + 1
88 return gid < self.groups and gid not in self.open
301 if group < state.groups:
808 # convert template to groups and literals lists
810 groups = []
811 groupsappend = groups.append
820 return groups, literals
825 groups, literals = template
    [all...]
locale.py 153 groups = []
160 groups.append(s[-interval:])
163 groups.append(s)
164 groups.reverse()
166 left_spaces + thousands_sep.join(groups) + right_spaces,
167 len(thousands_sep) * (len(groups) - 1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_parse.py 70 self.groups = 1
73 gid = self.groups
74 self.groups = gid + 1
86 return gid < self.groups and gid not in self.open
290 if group < state.groups:
764 # convert template to groups and literals lists
766 groups = []
767 groupsappend = groups.append
776 return groups, literals
781 groups, literals = template
    [all...]
locale.py 147 groups = []
154 groups.append(s[-interval:])
157 groups.append(s)
158 groups.reverse()
160 left_spaces + thousands_sep.join(groups) + right_spaces,
161 len(thousands_sep) * (len(groups) - 1)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py 71 self.groups = 1
74 gid = self.groups
75 self.groups = gid + 1
87 return gid < self.groups and gid not in self.open
291 if group < state.groups:
777 # convert template to groups and literals lists
779 groups = []
780 groupsappend = groups.append
789 return groups, literals
794 groups, literals = templat
    [all...]
locale.py 153 groups = []
160 groups.append(s[-interval:])
163 groups.append(s)
164 groups.reverse()
166 left_spaces + thousands_sep.join(groups) + right_spaces,
167 len(thousands_sep) * (len(groups) - 1)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_parse.py 71 self.groups = 1
74 gid = self.groups
75 self.groups = gid + 1
87 return gid < self.groups and gid not in self.open
291 if group < state.groups:
777 # convert template to groups and literals lists
779 groups = []
780 groupsappend = groups.append
789 return groups, literals
794 groups, literals = templat
    [all...]
locale.py 153 groups = []
160 groups.append(s[-interval:])
163 groups.append(s)
164 groups.reverse()
166 left_spaces + thousands_sep.join(groups) + right_spaces,
167 len(thousands_sep) * (len(groups) - 1)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux_test.go 208 expected := "uid=0(root) gid=0(root) groups=0(root)"
244 "uid=0(root) gid=0(root) groups=0(root)",
245 "uid=0(root) gid=0(root) groups=0(root),65534(nobody)",
246 "uid=0(root) gid=0(root) groups=0(root),65534(nogroup)",
247 "uid=0(root) gid=0(root) groups=0(root),65534",
  /prebuilts/go/linux-x86/src/syscall/
exec_linux_test.go 208 expected := "uid=0(root) gid=0(root) groups=0(root)"
244 "uid=0(root) gid=0(root) groups=0(root)",
245 "uid=0(root) gid=0(root) groups=0(root),65534(nobody)",
246 "uid=0(root) gid=0(root) groups=0(root),65534(nogroup)",
247 "uid=0(root) gid=0(root) groups=0(root),65534",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 71 self.groups = 1
74 gid = self.groups
75 self.groups = gid + 1
87 return gid < self.groups and gid not in self.open
291 if group < state.groups:
777 # convert template to groups and literals lists
779 groups = []
780 groupsappend = groups.append
789 return groups, literals
794 groups, literals = templat
    [all...]
locale.py 153 groups = []
160 groups.append(s[-interval:])
163 groups.append(s)
164 groups.reverse()
166 left_spaces + thousands_sep.join(groups) + right_spaces,
167 len(thousands_sep) * (len(groups) - 1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 71 self.groups = 1
74 gid = self.groups
75 self.groups = gid + 1
87 return gid < self.groups and gid not in self.open
291 if group < state.groups:
777 # convert template to groups and literals lists
779 groups = []
780 groupsappend = groups.append
789 return groups, literals
794 groups, literals = templat
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 58 int *groups = wpa_s->conf->sae_groups; local
61 if (!groups || groups[0] <= 0)
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];
722 int *groups; local
734 groups = wpa_s->conf->sae_groups;
735 if (!groups || groups[0] <= 0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 376 groups = idg.read().strip()
378 if not groups:
382 # groups, ignoring order and duplicates.
386 set([int(x) for x in groups.split()]),
420 for groups in [[0], range(16)]:
421 posix.setgroups(groups)
422 self.assertListEqual(groups, posix.getgroups())
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 212 Log.e(TAG, "Not allowing multiple aid-groups in the " +
273 * Returns a consolidated list of AIDs from the AID groups
312 * Returns a consolidated list of AID groups
320 final ArrayList<AidGroup> groups = new ArrayList<AidGroup>(); local
322 groups.add(entry.getValue());
326 // Consolidate AID groups - don't return static ones
328 groups.add(entry.getValue());
331 return groups;
339 ArrayList<AidGroup> groups = getAidGroups(); local
340 for (AidGroup group : groups) {
    [all...]

Completed in 624 milliseconds

<<11121314151617181920>>