HomeSort by relevance Sort by last modified time
    Searched refs:groups (Results 501 - 525 of 1042) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 510 if p.pattern.groups > 100:
512 "sorry, but this version only supports 100 named groups"
517 indexgroup = [None] * p.pattern.groups
523 p.pattern.groups-1,
  /system/connectivity/shill/
json_store.cc 428 auto groups(make_scoped_ptr(new base::DictionaryValue()));
440 groups->SetWithoutPathExpansion(group_name, std::move(group_settings));
446 root.SetWithoutPathExpansion(kRootPropertySettings, std::move(groups));
488 // iterate over groups, find ones with matching key
  /system/connectivity/shill/net/
netlink_manager.cc 233 // Extract the available multicast groups from the message.
255 message_types_[family_name].groups[group_name] = group_id;
648 if (!ContainsKey(message_types_[family_id].groups, group_name)) {
654 uint32_t group_id = message_types_[family_id].groups[group_name];
  /system/core/crash_reporter/
user_collector.cc 93 gid_t groups[] = { AID_ROOT, AID_SYSTEM, AID_DBUS, AID_READPROC }; local
94 if (setgroups(arraysize(groups), groups) != 0) {
95 PLOG(FATAL) << "Unable to set groups to root, system, dbus, and readproc";
421 // If the groups cannot be read at this point, the rgid variable will
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 409 CARD8 groups; member in struct:_xkbGetCompatMap
421 CARD8 groups; member in struct:_xkbGetCompatMapReply
441 CARD8 groups; member in struct:_xkbSetCompatMap
500 CARD8 groups; member in struct:_xkbIndicatorMapWireDesc
543 CARD8 groups; member in struct:_xkbGetNamedIndicatorReply
571 CARD8 groups; member in struct:_xkbSetNamedIndicator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 409 CARD8 groups; member in struct:_xkbGetCompatMap
421 CARD8 groups; member in struct:_xkbGetCompatMapReply
441 CARD8 groups; member in struct:_xkbSetCompatMap
500 CARD8 groups; member in struct:_xkbIndicatorMapWireDesc
543 CARD8 groups; member in struct:_xkbGetNamedIndicatorReply
571 CARD8 groups; member in struct:_xkbSetNamedIndicator
  /external/autotest/client/common_lib/cros/
autoupdater.py 95 if not parts or len(parts.groups()) < 2:
97 return parts.groups()
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 425 def _run_test_groups(self, groups):
426 """ Run all the test groups.
429 groups: list of sub-test groups to run. Each sub-test group refers
433 for group in groups:
465 logging.info('Test groups to run: %s', ', '.join(test_groups))
496 # Run all the test groups
  /external/autotest/frontend/tko/
rpc_interface.py 39 * groups contains a list of dicts, one for each row. Each dict contains
64 Gets the count of unique groups with the given grouping fields.
114 all_test_ids = [group['latest_test_idx'] for group in info['groups']]
117 for group_dict in info['groups']:
  /external/autotest/tko/parsers/
version_1.py 80 key, val_type, value = typed_match.groups()
85 key, value = untyped_match.groups()
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
etree.py 226 ns, name = nsmatch.groups()
236 ns, name = nsmatch.groups()
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 282 dummy, mnemonic, arg, number, comment = m.groups()
308 dummy, _mnemonic, arg, number, comment = m.groups()
  /external/testng/src/main/java/org/testng/
TestRunner.java 110 // The XML method selector (groups/methods included/excluded in XML)
130 // Meta groups
376 * Initialize meta groups
387 // Groups
452 // Calculate groups methods
559 * @param groups
561 * @param result The transitive closure containing all the groups found
563 private void collectGroups(String[] groups,
566 for (String gn : groups) {
580 private Map<String, String> createGroups(List<String> groups) {
    [all...]
  /external/testng/src/main/java/org/testng/xml/dom/
XDom.java 323 XmlGroups groups = s.getGroups(); local
326 List<XmlDefine> defines = groups.getDefines();
  /prebuilts/go/darwin-x86/src/cmd/trace/
goroutines.go 72 // httpGoroutines serves list of goroutine groups.
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap_test.go 125 t.Errorf("got %d comment groups in map; want %d", n, len(f.Comments))
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux.go 191 // User and groups
193 ngroups := uintptr(len(cred.Groups))
194 var groups unsafe.Pointer
196 groups = unsafe.Pointer(&cred.Groups[0])
198 _, _, err1 = RawSyscall(SYS_SETGROUPS, ngroups, uintptr(groups), 0)
  /prebuilts/go/linux-x86/src/cmd/trace/
goroutines.go 72 // httpGoroutines serves list of goroutine groups.
  /prebuilts/go/linux-x86/src/go/ast/
commentmap_test.go 125 t.Errorf("got %d comment groups in map; want %d", n, len(f.Comments))
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 191 // User and groups
193 ngroups := uintptr(len(cred.Groups))
194 var groups unsafe.Pointer
196 groups = unsafe.Pointer(&cred.Groups[0])
198 _, _, err1 = RawSyscall(SYS_SETGROUPS, ngroups, uintptr(groups), 0)
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 175 // edges are organized into groups, each sharing a common edge kind.
178 // of the lengths of the repeated edge fields for all the groups in the EdgeSet.
200 map<string, Group> groups = 2;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
maverick.c 490 /* Create the set of all groups. */
491 group_t groups[] = variable
531 output_groups (groups, as_in, dis_out);
  /external/elfutils/src/
ldgeneric.c 799 for (runp = fileinfo->groups; runp != NULL; runp = runp->next)
860 - section groups are also useful to mark the debugging section which
1024 groups with different signatures. This means we have
3119 struct scngroup *groups; local
4329 struct scngroup *groups; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 248 def add_usage(self, usage, actions, groups, prefix=None):
250 args = usage, actions, groups, prefix
290 def _format_usage(self, usage, actions, groups, prefix):
317 action_usage = format(optionals + positionals, groups)
326 opt_usage = format(optionals, groups)
327 pos_usage = format(positionals, groups)
382 def _format_actions_usage(self, actions, groups):
383 # find group indices and identify actions in groups
386 for group in groups:
466 # clean up separators for mutually exclusive groups
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 248 def add_usage(self, usage, actions, groups, prefix=None):
250 args = usage, actions, groups, prefix
290 def _format_usage(self, usage, actions, groups, prefix):
317 action_usage = format(optionals + positionals, groups)
326 opt_usage = format(optionals, groups)
327 pos_usage = format(positionals, groups)
382 def _format_actions_usage(self, actions, groups):
383 # find group indices and identify actions in groups
386 for group in groups:
466 # clean up separators for mutually exclusive groups
    [all...]

Completed in 629 milliseconds

<<21222324252627282930>>