/external/linux-tools-perf/bench/ |
sched-messaging.c | 42 static unsigned int num_groups = 10; variable 264 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"), 287 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t)); 295 for (i = 0; i < num_groups; i++) 323 num_groups, num_groups * 2 * num_fds,
|
/external/chromium_org/third_party/ots/src/ |
cmap.cc | 281 uint32_t num_groups = 0; local 282 if (!subtable.ReadU32(&num_groups)) { 285 if (num_groups == 0 || num_groups > kMaxCMAPGroups) { 291 groups.resize(num_groups); 293 for (unsigned i = 0; i < num_groups; ++i) { 332 for (unsigned i = 1; i < num_groups; ++i) { 362 uint32_t num_groups = 0; local 363 if (!subtable.ReadU32(&num_groups)) { 369 if (num_groups == 0 || num_groups > kMaxCMAPGroups) 957 const unsigned num_groups = groups.size(); local 979 const unsigned num_groups = groups.size(); local [all...] |
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttcmap.c | 1636 FT_UInt32 num_groups; local 1730 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local 1762 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local 2021 FT_ULong num_groups; member in struct:TT_CMap12Rec_ 2047 FT_ULong num_groups; local 2150 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local 2345 FT_ULong num_groups; member in struct:TT_CMap13Rec_ 2371 FT_ULong num_groups; local 2474 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 1636 FT_UInt32 num_groups; local 1730 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local 1762 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local 2021 FT_ULong num_groups; member in struct:TT_CMap12Rec_ 2047 FT_ULong num_groups; local 2150 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local 2345 FT_ULong num_groups; member in struct:TT_CMap13Rec_ 2371 FT_ULong num_groups; local 2474 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local [all...] |
/external/chromium_org/components/policy/tools/ |
syntax_check_policy_template_json.py | 60 self.num_groups = 0 228 self.num_groups += 1 470 if self.num_groups > 0: 473 (self.num_policies, self.num_policies_in_groups, self.num_groups, 474 (1.0 * self.num_policies_in_groups / self.num_groups)))
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_pd.c | 97 for (i = 0; i < p2p->num_groups; i++) { 172 for (i = 0; i < p2p->num_groups; i++) { 178 if (i == p2p->num_groups) {
|
p2p_group.c | 54 groups = os_realloc_array(p2p->groups, p2p->num_groups + 1, 60 groups[p2p->num_groups++] = group; 107 for (g = 0; g < p2p->num_groups; g++) { 109 while (g + 1 < p2p->num_groups) { 113 p2p->num_groups--;
|
p2p_dev_disc.c | 185 for (g = 0; g < p2p->num_groups; g++) {
|
p2p_invitation.c | 30 for (i = 0; i < p2p->num_groups; i++) { 107 for (i = 0; i < p2p->num_groups; i++) {
|
p2p_i.h | 407 size_t num_groups; member in struct:p2p_data
|
p2p.c | 100 for (i = 0; i < p2p->num_groups; i++) { 105 if (i < p2p->num_groups) { [all...] |
/external/chromium_org/chrome/browser/web_resource/ |
promo_resource_service_unittest.cc | 89 int num_groups, int initial_segment, int increment, 114 num_groups_ = num_groups;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 264 unsigned char num_groups; member in struct:_XkbControls
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 264 unsigned char num_groups; member in struct:_XkbControls
|