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

<<21222324252627282930>>

  /external/autotest/tko/parsers/
version_1.py 80 key, val_type, value = typed_match.groups()
85 key, value = untyped_match.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/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldType.cs 77 /// The field type used for groups (not supported in this implementation).
  /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 206 // User and groups
208 ngroups := uintptr(len(cred.Groups))
209 groups := uintptr(0)
211 groups = uintptr(unsafe.Pointer(&cred.Groups[0]))
217 _, _, err1 = RawSyscall(_SYS_setgroups, ngroups, 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 206 // User and groups
208 ngroups := uintptr(len(cred.Groups))
209 groups := uintptr(0)
211 groups = uintptr(unsafe.Pointer(&cred.Groups[0]))
217 _, _, err1 = RawSyscall(_SYS_setgroups, ngroups, 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 250 def add_usage(self, usage, actions, groups, prefix=None):
252 args = usage, actions, groups, prefix
292 def _format_usage(self, usage, actions, groups, prefix):
319 action_usage = format(optionals + positionals, groups)
328 opt_usage = format(optionals, groups)
329 pos_usage = format(positionals, groups)
384 def _format_actions_usage(self, actions, groups):
385 # find group indices and identify actions in groups
388 for group in groups:
468 # clean up separators for mutually exclusive groups
    [all...]
re.py 176 If one or more groups are present in the pattern, return a
177 list of groups; this will be a list of tuples if the pattern
318 s.groups = len(p)+1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
DocXMLRPCServer.py 47 all, scheme, rfc, pep, selfdot, name = match.groups()
re.py 172 If one or more groups are present in the pattern, return a
173 list of groups; this will be a list of tuples if the pattern
304 s.groups = len(p)+1
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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...]
  /development/ndk/platforms/android-9/include/linux/
device.h 146 struct attribute_group ** groups; member in struct:class_device
  /external/autotest/client/cros/audio/
sox_utils.py 207 key, value = (_remove_redundant_spaces(x) for x in match.groups())

Completed in 1275 milliseconds

<<21222324252627282930>>