/external/testng/src/test/java/test/testng387/ |
FailedDPTest.java | 38 @Test(dataProvider = "DP", groups = { "DPTest" })
|
/external/testng/src/test/java/test/v6/ |
A.java | 19 @Test(groups = "1")
|
/frameworks/native/cmds/dumpstate/ |
DumpstateInternal.cpp | 55 gid_t groups[] = {AID_LOG, AID_SDCARD_R, AID_SDCARD_RW, AID_MOUNT, local 57 if (setgroups(sizeof(groups) / sizeof(groups[0]), groups) != 0) {
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/ |
DeserializeMethodTest.java | 37 @Test(groups = { "serialization-hostile" })
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/ |
FillableStringTest.java | 34 @Test(groups = "lib")
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
ZoomHeight.py | 29 width, height, x, y = map(int, m.groups())
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
ZoomHeight.py | 29 width, height, x, y = map(int, m.groups())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ZoomHeight.py | 29 width, height, x, y = map(int, m.groups())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ZoomHeight.py | 29 width, height, x, y = map(int, m.groups())
|
/system/extras/runconuid/ |
runconuid.cpp | 18 R"(usage: runconuid [-s] [-u UID] [-g GID] [-G GROUPS] [-c CONTEXT] COMMAND ARGS 25 -G List of groups by name or numeric value 44 static gid_t* groups = nullptr; variable 60 if (ngroups && setgroups(ngroups, groups) < 0) { 61 perror_exit("Setting supplementary groups failed."); 111 // Count the number of groups 123 groups = (gid_t*)calloc(ngroups, sizeof(gid_t)); 128 groups[n] = lookup_gid(group);
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
cmd_load_symbols.py | 70 if regex.groups == 1:
75 if regex.groups == 1:
|
/external/iproute2/tc/ |
tc_monitor.c | 76 unsigned groups = nl_mgrp(RTNLGRP_TC); local 107 if (rtnl_open(&rth, groups) < 0)
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
parameters.sh | 26 # cgroup filesystem with option cpu and creating groups in it. # 28 # Functions: get_num_groups(): decides number of groups based on num of cpus # 30 # groups in that, creates fifo to fire tasks at one time. # 107 groups=/dev/cpuctl/group* 108 if [ -z "$groups" ] 111 echo "WARN: Earlier groups found and removed..."; 123 # Create different groups
|
/external/testng/src/test/java/test/groupinvocation/ |
GroupSuiteTest.java | 14 * Test that <suite> tags can have groups. 57 XmlSuite s = createXmlSuite("Groups"); 60 XmlTest t = createXmlTest(s, "Groups-test", GroupSuiteSampleTest.class.getName()); 72 private String[] g(String... groups) { 73 return groups;
|
/external/toolchain-utils/crb/ |
table_formatter.py | 172 groups = [] 178 group_dict[stripped_label] = len(groups) 179 groups.append([]) 180 groups[group_dict[stripped_label]].append(i) 181 return groups 184 # First get the groups 185 groups = self.GetGroups(table) 192 for group in groups: 202 for group in groups:
|
/external/tpm2/ |
parsep3 | 52 func_name = re.sub('^TPM2_', '', f.groups(0)[0]) 56 line_num = int(num.groups(0)[0])
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ |
ManageStandardPermissionsFragment.java | 67 List<PermissionGroup> groups = getPermissions().getGroups(); local 69 for (PermissionGroup group : groups) {
|
/prebuilts/go/darwin-x86/src/os/user/ |
listgroups_solaris.go | 16 return nil, fmt.Errorf("user: list groups for %s: not supported on Solaris", u.Username)
|
/prebuilts/go/linux-x86/src/os/user/ |
listgroups_solaris.go | 16 return nil, fmt.Errorf("user: list groups for %s: not supported on Solaris", u.Username)
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/ |
ext_inst.cpp | 93 const auto& group = table->groups[groupIndex]; 115 const auto& group = table->groups[groupIndex];
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenPatchPcdTable/ |
GenPatchPcdTable.py | 86 sections.append(m.groups(0))
90 bpcds.append((m.groups(0)[1], int(m.groups(0)[0], 16) , int(sections[-1][1], 16), sections[-1][0]))
135 sec_no, sec_start, sec_length, sec_name, sec_class = m.groups(0)
140 sec_no, sym_offset, sym_name, vir_addr = m.groups(0)
149 bPcds.append([m2.groups(0)[0], sec[3], sym_offset, vir_addr, sec_no])
|
/prebuilts/go/darwin-x86/src/index/suffixarray/ |
qsufsort.go | 11 // Consecutive groups of suffixes in sa are labeled as sorted groups or 12 // unsorted groups. For a given pass of the sorter, all suffixes are ordered 15 // Consecutive groups of suffixes with identical first h characters are an 16 // unsorted group. In each pass of the algorithm, unsorted groups are sorted 23 // and when all groups are sorted, this slice is the inverse suffix array. 36 // this becomes the inverse of the suffix array when all groups are sorted 45 sl := 0 // sl is negated length of sorted groups 52 sa[pi+sl] = sl // combine sorted groups before pi 63 sa[pi+sl] = sl // combine sorted groups at end of s [all...] |
/prebuilts/go/linux-x86/src/index/suffixarray/ |
qsufsort.go | 11 // Consecutive groups of suffixes in sa are labeled as sorted groups or 12 // unsorted groups. For a given pass of the sorter, all suffixes are ordered 15 // Consecutive groups of suffixes with identical first h characters are an 16 // unsorted group. In each pass of the algorithm, unsorted groups are sorted 23 // and when all groups are sorted, this slice is the inverse suffix array. 36 // this becomes the inverse of the suffix array when all groups are sorted 45 sl := 0 // sl is negated length of sorted groups 52 sa[pi+sl] = sl // combine sorted groups before pi 63 sa[pi+sl] = sl // combine sorted groups at end of s [all...] |
/external/toybox/toys/pending/ |
mke2fs.c | 93 unsigned groups; // Total number of block groups. 228 temp = (inodes + TT.groups - 1) / TT.groups; 261 sb->inodes_count = SWAP_LE32(TT.inodespg * TT.groups); 264 temp = TT.inodespg*TT.groups - INODES_RESERVED; 293 // Superblock backups are on groups 0, 1, and powers of 3, 5, and 7. 312 used = TT.groups * sizeof(struct ext2_group); 471 // groups, and loop until this is enough groups to store this many blocks [all...] |
/system/extras/ext4_utils/ |
ext4_utils.c | 124 the sparse_super feature, only block groups 0, 1, and powers of 3, 5, 125 and 7 have backup superblocks. Otherwise, all block groups have backup 180 for (i = 1; i < aux_info.groups; i++) { 208 aux_info.groups = DIV_ROUND_UP(aux_info.len_blocks - aux_info.first_data_block, 215 DIV_ROUND_UP(aux_info.groups * sizeof(struct ext2_group_desc), 222 if (ext4_bg_has_super_block(aux_info.groups - 1)) 225 if (aux_info.groups <= 1 && last_group_size < last_header_size) { 229 aux_info.groups--; 255 aux_info.backup_sb = calloc(aux_info.groups, sizeof(char *)); 270 for (i=0; i<aux_info.groups; i++) [all...] |