/bionic/tests/ |
property_benchmark.cpp | 32 LocalPropertyTestState(int nprops) : nprops(nprops), valid(false) { 51 names = new char* [nprops]; 52 name_lens = new int[nprops]; 53 values = new char* [nprops]; 54 value_lens = new int[nprops]; 56 srandom(nprops); 58 for (int i = 0; i < nprops; i++) { 86 for (int i = 0; i < nprops; i++) 96 const int nprops; member in struct:LocalPropertyTestState [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 468 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, 476 if (nprops == 0) 482 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS) 490 prop_size = nprops * __GLX_SIZE_INT32; 502 __glXInitializeVisualConfigFromTags(m, nprops, props,
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 468 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, 476 if (nprops == 0) 482 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS) 490 prop_size = nprops * __GLX_SIZE_INT32; 502 __glXInitializeVisualConfigFromTags(m, nprops, props,
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxext.c | 594 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, 602 if (nprops == 0) 608 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS) 616 prop_size = nprops * __GLX_SIZE_INT32; 637 __glXInitializeVisualConfigFromTags(m, nprops, props,
|
/external/mesa3d/src/glx/ |
glxext.c | 594 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, 602 if (nprops == 0) 608 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS) 616 prop_size = nprops * __GLX_SIZE_INT32; 637 __glXInitializeVisualConfigFromTags(m, nprops, props,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.cpp | 1088 int32_t nProps = 0; 1128 if (nProps < IntlTest::kMaxProps) { 1129 props[nProps] = str + 5; 1131 nProps++; 1172 if (nProps > IntlTest::kMaxProps) { 1184 for (int32_t i = 0; i < nProps; i++) { [all...] |
/external/icu4c/test/intltest/ |
intltest.cpp | 1115 int32_t nProps = 0; 1158 if (nProps < IntlTest::kMaxProps) { 1159 props[nProps] = str + 5; 1161 nProps++; 1203 if (nProps > IntlTest::kMaxProps) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 519 int /* nProps */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 519 int /* nProps */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 519 int /* nProps */
|