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

1 2 3 4 5 67 8 91011>>

  /external/testng/src/main/java/org/testng/annotations/
BeforeTest.java 15 * The list of groups this class/method belongs to.
17 public String[] groups() default {};
20 * The list of groups this method depends on. Every method
21 * member of one of these groups is guaranteed to have been
45 * regardless of what groups it belongs to.
55 * If true, this @Configuration method will belong to groups specified in the
  /external/testng/src/test/java/test/factory/
FactoryInSeparateClass.java 34 @Test(groups = "testMethodOnFactoryClass", dependsOnGroups={"MyTest"})
  /external/testng/src/test/java/test/inheritance/
DChild_2.java 29 @Test(groups = {"before" })
  /external/testng/src/test/java/test/mannotation/
MTest1.java 20 @Test(enabled = true, groups = {"group1", "group2"},
28 @Test(enabled = true, groups = {"group5", "group6"},
36 @Test(enabled = true, groups = {"group3", "group4"},
55 enabled = false, groups = {"ogroup1", "ogroup2"},
  /external/testng/src/test/java/test/tmp/
TestNGBug.java 22 @Test(groups = "a")
  /external/testng/src/test/java/test/configuration/
ConfigurationGroups2SampleTest.java 31 @Test(groups = "cg2-a")
36 @Test(groups = "cg2-1")
43 @Test(groups = "cg2-1")
  /external/autotest/frontend/tko/
rpc_interface_unittest_fixme.py 331 groups = counts['groups']
332 self.assertEquals(len(groups), 2)
333 group1, group2 = groups
344 groups = counts['groups']
345 self.assertEquals(len(groups), 2)
346 group1, group2 = groups
358 group1, group2 = counts['groups']
369 group1, group2 = counts['groups']
    [all...]
  /build/tools/
product_debug.py 53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text)
55 for i in range(0,len(groups)/2):
57 result = result + groups[i]
58 s = groups[i+1]
63 result = result + groups[-1]
  /development/tools/checkstyle/gitlint/
utils.py 21 def filter_lines(lines, filter_regex, groups=None):
34 if groups is None:
36 elif len(groups) == 1:
37 yield match.group(groups[0])
40 yield tuple(matched_groups.get(group) for group in groups)
  /external/minijail/test/
libminijail_test.cpp 25 gid_t groups[] = { kSystemUid + 1, kSystemUid + 2 }; variable
36 LOG(INFO) << "No supplementary groups.";
117 size_t num_groups = sizeof(groups) / sizeof(groups[0]);
118 minijail_set_supplementary_gids(j, num_groups, groups);
123 success = success && check_groups(num_groups, groups);
  /external/skia/src/animator/
SkDump.cpp 26 SK_MEMBER(groups, Boolean),
36 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) {
47 if (groups > 0)
118 SK_PROPERTY(groups),
128 SK_MEMBER_PROPERTY(groups, Boolean),
  /external/autotest/client/tests/npb/
npb.py 76 time_seconds = float(ts.groups()[0])
77 mops_total = float(mt.groups()[0])
78 mops_per_thread = float(mp.groups()[0])
92 if int(m.groups()[0]) != utils.count_cpus():
99 full_thrds = float(m.groups()[0])
103 time_full_thrds = float(m.groups()[0])
117 time_one_thrd = float(m.groups()[0])
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 56 private final List<ImmutableList<T>> groups = Lists.newArrayList(); field in class:RelationshipTester
68 groups.add(ImmutableList.copyOf(group));
73 for (int groupNumber = 0; groupNumber < groups.size(); groupNumber++) {
74 ImmutableList<T> group = groups.get(groupNumber);
82 // check unrelated items in all other groups
83 for (int unrelatedGroupNumber = 0; unrelatedGroupNumber < groups.size();
86 ImmutableList<T> unrelatedGroup = groups.get(unrelatedGroupNumber);
132 return new Item<T>(groups.get(groupNumber).get(itemNumber), groupNumber, itemNumber);
  /pdk/build/
prepare_pdk_tree.py 33 self.patterns = [re.compile('path=\"([^\"]*)\".*groups=\"([^\"]*)\"'), \
34 re.compile('groups=\"([^\"]*)\".*path=\"([^\"]*)\"')]
37 attrib = [None, None] # list of path, groups
57 def isInGroups(groupsAttrib, groups):
61 for group in groups:
66 def getPDKDirs(manifest, groups):
72 if isInGroups(groupsAttrib, groups):
93 groups = ["pdk"]
114 groups.append(argv[argc])
134 subdirs += getPDKDirs(manifestFile, groups)
    [all...]
  /external/avahi/avahi-daemon/
ini-file-parser.c 48 AVAHI_LLIST_HEAD_INIT(AvahiIniFileGroup, f->groups);
83 AVAHI_LLIST_PREPEND(AvahiIniFileGroup, groups, f->groups, group);
129 while ((g = f->groups)) {
142 AVAHI_LLIST_REMOVE(AvahiIniFileGroup, groups, f->groups, g);
  /external/chromium-trace/catapult/dashboard/dashboard/models/
alert_group.py 52 """Groups alerts with matching criteria.
68 groups = _FetchAlertGroups(alerts[-1].end_revision)
70 if not _FindAlertGroup(alert_entity, groups, test_suite, kind):
78 groups = query.fetch(limit=_MAX_GROUPS_TO_FETCH)
80 return groups
83 def _FindAlertGroup(alert_entity, groups, test_suite, kind):
93 groups: List of AlertGroup.
100 for group in groups:
  /external/clang/docs/tools/
dump_ast_matchers.py 141 result, inner, name = m.groups()
154 inner, name = m.groups()
169 loc, name, results = m.groups()[0:3]
194 p, n, name, results = m.groups()[0:4]
195 args = m.groups()[4:]
217 p, n, result, name = m.groups()[0:4]
218 args = m.groups()[4:]
236 p, n, result, name = m.groups()[0:4]
237 args = m.groups()[4:]
258 name = m.groups()[0
    [all...]
  /external/tpm2/
parsep4 27 line = line.replace(m.groups()[0], '')
49 file_name = f.groups(0)[2]
54 line_num = int(num.groups(0)[0])
  /prebuilts/go/darwin-x86/src/os/
os_unix_test.go 42 // on the file. On NFS, the Getgroups groups are
62 // Then try all the auxiliary groups.
63 groups, err := Getgroups()
67 t.Log("groups: ", groups)
68 for _, g := range groups {
89 // on the file. On NFS, the Getgroups groups are
109 // Then try all the auxiliary groups.
110 groups, err := Getgroups()
114 t.Log("groups: ", groups
    [all...]
  /prebuilts/go/linux-x86/src/os/
os_unix_test.go 42 // on the file. On NFS, the Getgroups groups are
62 // Then try all the auxiliary groups.
63 groups, err := Getgroups()
67 t.Log("groups: ", groups)
68 for _, g := range groups {
89 // on the file. On NFS, the Getgroups groups are
109 // Then try all the auxiliary groups.
110 groups, err := Getgroups()
114 t.Log("groups: ", groups
    [all...]
  /bionic/libc/include/
grp.h 67 gid_t *groups, int *ngroups);
  /development/ndk/platforms/android-21/include/
grp.h 67 gid_t *groups, int *ngroups);
  /development/ndk/platforms/android-3/include/
grp.h 79 gid_t *groups, int *ngroups);
  /external/avahi/avahi-core/
netlink.h 36 AvahiNetlink *avahi_netlink_new(const AvahiPoll *poll_api, uint32_t groups, AvahiNetlinkCallback callback, void* userdata);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
list_instances 14 'Groups': {'get': attrgetter('groups'), 'length':30},
36 parser.add_option("-H", "--headers", help="Set headers (use 'T:tagname' for including tags)", default=None, action="store", dest="headers", metavar="ID,Zone,Groups,Hostname,State,T:Name")
56 headers = ("ID", 'Zone', "Groups", "Hostname")
80 groups = [g.name for g in r.groups]
82 i.groups = ','.join(groups)

Completed in 631 milliseconds

1 2 3 4 5 67 8 91011>>