/external/selinux/libselinux/src/ |
label_db.c | 69 * spec_t : It holds a pair of a key and an expected security context 76 } spec_t; typedef in typeref:struct:spec 79 * catalog_t : An array of spec_t 84 spec_t specs[0]; 94 spec_t *spec = &catalog->specs[catalog->nspec]; 121 memset(spec, 0, sizeof(spec_t)); 178 spec_t *spec; 197 spec_t *spec; 252 catalog = malloc(sizeof(catalog_t) + 32 * sizeof(spec_t)); 305 + new_limit * sizeof(spec_t); [all...] |
label_android_property.c | 20 } spec_t; typedef in typeref:struct:spec 28 spec_t *spec_arr; 90 spec_t *spec_arr = data->spec_arr; 166 maxnspec = UINT_MAX / sizeof(spec_t); 192 malloc(sizeof(spec_t) * data->nspec))) 195 memset(data->spec_arr, 0, sizeof(spec_t) * data->nspec); 241 spec_t *spec_arr = data->spec_arr;
|
label_media.c | 26 } spec_t; typedef in typeref:struct:spec 30 spec_t *spec_arr; 113 maxnspec = UINT_MAX / sizeof(spec_t); 129 data->spec_arr = malloc(sizeof(spec_t)*data->nspec); 132 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec); 177 spec_t *spec_arr = data->spec_arr;
|
label_x.c | 28 } spec_t; typedef in typeref:struct:spec 32 spec_t *spec_arr; 140 maxnspec = UINT_MAX / sizeof(spec_t); 156 data->spec_arr = malloc(sizeof(spec_t)*data->nspec); 159 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec); 203 spec_t *spec_arr = data->spec_arr;
|
/external/libselinux/src/ |
label_android_property.c | 20 } spec_t; typedef in typeref:struct:spec 28 spec_t *spec_arr; 90 spec_t *spec_arr = data->spec_arr; 177 maxnspec = UINT_MAX / sizeof(spec_t); 203 malloc(sizeof(spec_t) * data->nspec))) 206 memset(data->spec_arr, 0, sizeof(spec_t) * data->nspec); 247 spec_t *spec_arr = data->spec_arr;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
policy.hpp | 798 typedef mpl::bool_< ::std::numeric_limits<Real>::is_specialized> spec_t; 800 mpl::or_<mpl::equal_to<spec_t, mpl::false_>, mpl::equal_to<digits_t, mpl::int_<0> > >, [all...] |