OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_GROUPS
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/bionic/libc/bionic/
test_getgrouplist.c
31
#define
MAX_GROUPS
100
37
int count =
MAX_GROUPS
;
38
gid_t groups[
MAX_GROUPS
];
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java
36
private static final int
MAX_GROUPS
= 20;
210
int maxK = Math.min(n,
MAX_GROUPS
);
Completed in 49 milliseconds