HomeSort by relevance Sort by last modified time
    Searched defs:num_groups (Results 1 - 16 of 16) sorted by null

  /external/minijail/test/
libminijail_test.cpp 117 size_t num_groups = sizeof(groups) / sizeof(groups[0]); local
118 minijail_set_supplementary_gids(j, num_groups, groups);
123 success = success && check_groups(num_groups, groups);
  /external/vboot_reference/cgpt/
cgpt_prioritize.c 25 int num_groups; // number of non-empty groups member in struct:__anon25948
35 gl->num_groups = 0;
57 for (i=0; i<gl->num_groups; i++)
60 if (i == gl->num_groups) {
63 gl->num_groups++;
74 for (i=0; i<gl->num_groups; i++)
86 for (i=1; i<gl->num_groups; i++) {
174 i = groups->num_groups;
176 groups->num_groups--;
182 priority = groups->num_groups > 15 ? 15 : groups->num_groups
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 104 int num_groups; local
107 for (num_groups = 0; wpa_s->conf->sae_groups[num_groups] > 0;
108 num_groups++)
111 groups_size = (num_groups + 1) * sizeof(wpa_s->conf->sae_groups[0]);
  /external/autotest/client/tests/hackbench/src/
hackbench.c 316 unsigned int i, num_groups = 10, total_children; local
329 if (argc >= 2 && (num_groups = atoi(argv[1])) == 0)
333 num_groups, num_groups*40);
349 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t));
358 for (i = 0; i < num_groups; i++)
  /system/core/liblog/
logger_write.c 69 int num_groups; local
72 num_groups = getgroups(0, NULL);
73 if (num_groups <= 0) {
76 groups = calloc(num_groups, sizeof(gid_t));
80 num_groups = getgroups(num_groups, groups);
81 while (num_groups > 0) {
82 if (groups[num_groups - 1] == AID_LOG) {
85 --num_groups;
88 if (num_groups <= 0)
    [all...]
  /external/autotest/client/deps/fakegudev/src/
fakegudev.c 183 gsize num_groups, group_iter; local
194 groups = g_key_file_get_groups(key_file, &num_groups);
196 for (group_iter = 0; group_iter < num_groups; ++group_iter) {
  /external/freetype/src/sfnt/
ttcmap.c 1769 FT_UInt32 num_groups; local
1869 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
1905 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
2206 FT_ULong num_groups; member in struct:TT_CMap12Rec_
2232 FT_ULong num_groups; local
2361 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
2560 FT_ULong num_groups; member in struct:TT_CMap13Rec_
2586 FT_ULong num_groups; local
2690 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttcmap.c 1716 FT_UInt32 num_groups; local
1816 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
1852 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
2153 FT_ULong num_groups; member in struct:TT_CMap12Rec_
2179 FT_ULong num_groups; local
2308 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
2507 FT_ULong num_groups; member in struct:TT_CMap13Rec_
2533 FT_ULong num_groups; local
2637 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 1716 FT_UInt32 num_groups; local
1816 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
1852 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
2150 FT_ULong num_groups; member in struct:TT_CMap12Rec_
2176 FT_ULong num_groups; local
2302 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
2501 FT_ULong num_groups; member in struct:TT_CMap13Rec_
2527 FT_ULong num_groups; local
2631 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XKBlib.h 132 int num_groups; /* total groups on keyboard */ member in struct:_XkbControlsNotify
956 int /* num_groups */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 130 int num_groups; /* total groups on keyboard */ member in struct:_XkbControlsNotify
954 int /* num_groups */,
  /system/core/liblog/tests/
liblog_test.cpp 393 int num_groups = getgroups(0, NULL); local
394 if (num_groups > 0) {
395 gid_t groups[num_groups];
396 num_groups = getgroups(num_groups, groups);
397 while (num_groups > 0) {
398 if (groups[num_groups - 1] == AID_LOG) {
401 --num_groups;
404 if (num_groups <= 0) {
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 1221 int num_groups = (img_block_width * img_block_height + blocks_in_group - 1)\/blocks_in_group; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 463 size_t num_groups; member in struct:p2p_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 264 unsigned char num_groups; member in struct:_XkbControls
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 264 unsigned char num_groups; member in struct:_XkbControls

Completed in 582 milliseconds