/external/testng/src/main/java/org/testng/annotations/ |
BeforeClass.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
|
BeforeGroups.java | 10 * The list of groups that this configuration method will run before. If specified it overrides the 11 * list of groups provided through {@link #groups()} attribute. 13 * belongs to any of these groups is invoked. 23 * The list of groups this class/method belongs to. This list also describes the groups 26 public String[] groups() default {}; 29 * The list of groups this method depends on. Every method 30 * member of one of these groups is guaranteed to have been 54 * regardless of what groups it belongs to [all...] |
BeforeMethod.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
|
BeforeSuite.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
|
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")
|
/prebuilts/go/darwin-x86/src/os/user/ |
getgrouplist_unix.go | 14 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) { 15 return getgrouplist(user, group, groups, ngroups);
|
/prebuilts/go/linux-x86/src/os/user/ |
getgrouplist_unix.go | 14 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) { 15 return getgrouplist(user, group, groups, ngroups);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/ |
rpc_authunix_create.c | 60 gid_t groups[NGROUPS_MAX]; local 66 aup_gids = groups; 70 num_groups = getgroups(NGROUPS_MAX, groups);
|
/external/minijail/examples/ |
drop_privs.cpp | 24 gid_t groups[] = { 1001, 1002 }; variable 40 LOG(INFO) << "no supplemental groups"; 60 minijail_set_supplementary_gids(j, arraysize(groups), groups);
|
/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/make/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]
|
/prebuilts/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/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/tpm2/ |
parsep4 | 27 line = line.replace(m.groups()[0], '') 49 file_name = f.groups(0)[2] 54 line_num = int(num.groups(0)[0])
|
/development/ndk/platforms/android-21/include/ |
grp.h | 67 gid_t *groups, int *ngroups);
|
/development/ndk/platforms/android-9/include/ |
grp.h | 79 gid_t *groups, int *ngroups);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/ |
sortingtest.py | 34 var, num = match.groups()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
newslist.py | 12 # The -a option causes a complete list of all groups to be read from
16 # When new groups are first created they may appear on your server as
17 # empty groups. By default, empty groups are ignored by the -a option.
18 # However, these new groups will not be created again, and so will not
19 # appear in the server's list of 'new groups' at a later date. Hence it
22 # I should really keep a list of ignored empty groups and re-check them
77 # Set skipempty to 0 if you wish to see links to empty groups as well.
120 def addtotree(tree, groups):
122 for i in groups: [all...] |