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

1 2 3 4 5 6 78 91011>>

  /external/jcommander/src/test/java/com/beust/jcommander/args/
Args2.java 34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
35 public String groups; field in class:Args2
  /external/minijail/test/
libminijail_test.cpp 26 gid_t groups[] = {kSystemUid + 1, kSystemUid + 2}; variable
37 LOG(INFO) << "No supplementary groups.";
118 size_t num_groups = arraysize(groups);
119 minijail_set_supplementary_gids(j, num_groups, groups);
124 success = success && check_groups(num_groups, groups);
  /external/testng/src/main/java/org/testng/annotations/
Configuration.java 64 * The list of groups that this configuration method will run before.
66 * belongs to any of these groups is invoked.
71 * The list of groups that this configuration method will run after.
73 * belongs to any of these groups is invoked.
92 * The list of groups this class/method belongs to.
94 public String[] groups() default {};
97 * The list of groups this method depends on. Every method
98 * member of one of these groups is guaranteed to have been
122 * regardless of what groups it belongs to.
132 * If true, this &#64;Configuration method will belong to groups specified in th
    [all...]
  /external/testng/src/test/java/test/
SampleInheritance.java 11 @BeforeClass(groups= { "configuration0"})
  /external/testng/src/test/java/test/dataprovider/
ParallelDataProvider2Test.java 27 @Test(groups = "cme", dataProvider = "provide", invocationCount = 2, threadPoolSize = 2)
  /external/testng/src/test/java/test/factory/
FactoryAndTestMethodTest.java 8 @Test(groups = { "x" })
FactoryTest2.java 29 @Test(groups = { "first" })
FactoryWithInstanceInfoTest2.java 29 @Test(groups = { "first" })
  /external/testng/src/test/java/test/groupbug/
GroupBugTest.java 16 @Test(groups = "broken",
  /external/testng/src/test/java/test/tmp/
Sub.java 7 @Test(groups = {"sub"})
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
mount.h 43 typedef struct groupnode *groups; typedef in typeref:struct:groupnode
47 groups gr_next;
55 groups ex_groups;
121 extern bool_t xdr_groups (XDR *, groups*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
mount.h 43 typedef struct groupnode *groups; typedef in typeref:struct:groupnode
47 groups gr_next;
55 groups ex_groups;
121 extern bool_t xdr_groups (XDR *, groups*);
  /prebuilts/go/darwin-x86/src/os/
os_unix_test.go 46 // on the file. On NFS, the Getgroups groups are
66 // Then try all the auxiliary groups.
67 groups, err := Getgroups()
71 t.Log("groups: ", groups)
72 for _, g := range groups {
93 // on the file. On NFS, the Getgroups groups are
113 // Then try all the auxiliary groups.
114 groups, err := Getgroups()
118 t.Log("groups: ", groups
    [all...]
  /prebuilts/go/darwin-x86/src/os/user/
getgrouplist_darwin.go 12 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) {
18 groups[i] = (gid_t) buf[i];
  /prebuilts/go/linux-x86/src/os/
os_unix_test.go 46 // on the file. On NFS, the Getgroups groups are
66 // Then try all the auxiliary groups.
67 groups, err := Getgroups()
71 t.Log("groups: ", groups)
72 for _, g := range groups {
93 // on the file. On NFS, the Getgroups groups are
113 // Then try all the auxiliary groups.
114 groups, err := Getgroups()
118 t.Log("groups: ", groups
    [all...]
  /prebuilts/go/linux-x86/src/os/user/
getgrouplist_darwin.go 12 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) {
18 groups[i] = (gid_t) buf[i];
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
grp.h 79 gid_t *groups, int *ngroups);
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
grp.h 79 gid_t *groups, int *ngroups);

Completed in 913 milliseconds

1 2 3 4 5 6 78 91011>>