OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_GROUPS
(Results
1 - 5
of
5
) sorted by null
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
MultiGroupConversionRule.java
41
final private static int
MAX_GROUPS
= 10;
44
private String[] replacementTable = new String[
MAX_GROUPS
];
/external/vboot_reference/cgpt/
cgpt_prioritize.c
15
#define
MAX_GROUPS
17 // 0-15, plus one "higher"
26
group_t group[
MAX_GROUPS
]; // array of groups
37
for (i=0; i<
MAX_GROUPS
; i++) {
49
for (i=0; i<
MAX_GROUPS
; i++)
62
require(i <
MAX_GROUPS
);
/external/libcap/progs/
capsh.c
27
#define
MAX_GROUPS
100 /* max number of supplementary groups for user */
368
long length,
max_groups
;
local
379
max_groups
= sysconf(_SC_NGROUPS_MAX);
380
group_list = calloc(
max_groups
, sizeof(gid_t));
389
if (
max_groups
<= g_count) {
414
gid_t groups[
MAX_GROUPS
];
423
ngroups =
MAX_GROUPS
;
491
gid_t groups[
MAX_GROUPS
], gid;
551
status = getgroups(
MAX_GROUPS
, groups);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java
35
private static final int
MAX_GROUPS
= 20;
209
int maxK = Math.min(n,
MAX_GROUPS
);
/external/toybox/toys/other/
bzcat.c
47
#define
MAX_GROUPS
6
96
struct group_data groups[
MAX_GROUPS
]; // huffman coding tables
157
* from 2 to
MAX_GROUPS
)
200
if (bd->groupCount<2 || bd->groupCount>
MAX_GROUPS
) return RETVAL_DATA_ERROR;
Completed in 255 milliseconds