/bionic/benchmarks/ |
property_benchmark.cpp | 38 explicit LocalPropertyTestState(int nprops) 39 : nprops(nprops), valid(false), system_properties_(false) { 47 names = new char* [nprops]; 48 name_lens = new int[nprops]; 49 values = new char* [nprops]; 50 value_lens = new int[nprops]; 52 srandom(nprops); 54 for (int i = 0; i < nprops; i++) { 103 for (int i = 0; i < nprops; i++) 114 const int nprops; member in struct:LocalPropertyTestState 127 const size_t nprops = state.range(0); local 140 const size_t nprops = state.range(0); local 152 const size_t nprops = state.range(0); local 175 const size_t nprops = state.range(0); local [all...] |
/external/freetype/src/pcf/ |
pcfread.c | 466 for ( i = 0; i < face->nprops && !found; i++ ) 485 FT_ULong nprops, orig_nprops, i; local 537 nprops = 256; 540 nprops = orig_nprops; 542 face->nprops = (int)nprops; 544 if ( FT_NEW_ARRAY( props, nprops ) ) 547 for ( i = 0; i < nprops; i++ ) 564 if ( FT_STREAM_SKIP( ( orig_nprops - nprops ) * PCF_PROPERTY_SIZE ) ) 572 /* clever here - nprops is the same as the number of odd-units read, * [all...] |
pcf.h | 152 int nprops; member in struct:PCF_FaceRec_
|
pcfdrivr.c | 233 for ( i = 0; i < face->nprops; i++ )
|
/external/mesa3d/src/glx/ |
glxext.c | 620 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, 628 if (nprops == 0) 634 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS) 642 prop_size = nprops * __GLX_SIZE_INT32; 663 __glXInitializeVisualConfigFromTags(m, nprops, props, [all...] |
/external/python/cpython2/Modules/ |
almodule.c | 1362 int source, dest, nprops = 0, id, i; local [all...] |