/third_party/ffmpeg/tests/ref/fate/ |
D | movenc | 1 write_data len 36, time nopts, type header atom ftyp 2 write_data len 2429, time nopts, type header atom - 4 write_data len 110, time nopts, type trailer atom - 6 write_data len 36, time nopts, type header atom ftyp 7 write_data len 2761, time nopts, type header atom - 9 write_data len 110, time nopts, type trailer atom - 11 write_data len 36, time nopts, type header atom ftyp 12 write_data len 2669, time nopts, type header atom - 14 write_data len 110, time nopts, type trailer atom - 16 write_data len 24, time nopts, type header atom ftyp [all …]
|
/third_party/selinux/libselinux/src/ |
D | label_internal.h | 28 unsigned nopts) ; 31 unsigned nopts) ; 34 unsigned nopts) ; 37 unsigned nopts) ; 40 unsigned nopts) ; 43 unsigned nopts) ;
|
D | label_db.c | 237 db_init(const struct selinux_opt *opts, unsigned nopts, in db_init() argument 266 while (nopts--) { in db_init() 267 switch (opts[nopts].type) { in db_init() 269 path = opts[nopts].value; in db_init() 354 const struct selinux_opt *opts, unsigned nopts) in selabel_db_init() argument 359 rec->data = db_init(opts, nopts, rec); in selabel_db_init()
|
D | label.c | 46 unsigned nopts); 204 unsigned nopts) in selabel_open() argument 224 rec->validating = selabel_is_validate_set(opts, nopts); in selabel_open() 226 rec->digest = selabel_is_digest_set(opts, nopts, rec->digest); in selabel_open() 228 if ((*initfuncs[backend])(rec, opts, nopts)) { in selabel_open()
|
D | label_backends_android.c | 326 unsigned nopts) in selabel_property_init() argument 339 return init(rec, opts, nopts); in selabel_property_init() 343 const struct selinux_opt *opts, unsigned nopts) in selabel_service_init() argument 356 return init(rec, opts, nopts); in selabel_service_init()
|
D | label_media.c | 210 unsigned nopts) in selabel_media_init() argument 224 return init(rec, opts, nopts); in selabel_media_init()
|
D | label_x.c | 235 unsigned nopts) in selabel_x_init() argument 249 return init(rec, opts, nopts); in selabel_x_init()
|
D | avc.c | 228 int avc_open(struct selinux_opt *opts, unsigned nopts) in avc_open() argument 232 while (nopts--) in avc_open() 233 switch(opts[nopts].type) { in avc_open() 236 avc_enforcing = !!opts[nopts].value; in avc_open()
|
D | label_file.c | 1273 unsigned nopts) in selabel_file_init() argument 1293 return init(rec, opts, nopts); in selabel_file_init()
|
/third_party/mesa3d/src/getopt/ |
D | getopt_long.c | 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 132 nopts = opt_end - panonopt_end; in permute_args() 133 ncycle = gcd(nnonopts, nopts); in permute_args() 143 pos += nopts; in permute_args()
|
/third_party/popt/src/ |
D | popthelp.c | 744 int nopts; member 777 for (i = 0; i < done->nopts; i++) { in singleTableUsage() 784 if (arg == NULL || i < done->nopts) in singleTableUsage() 786 if (done->opts != NULL && done->nopts < done->maxopts) in singleTableUsage() 787 done->opts[done->nopts++] = (const void *) arg; in singleTableUsage() 854 done->nopts = 0; in poptPrintUsage() 861 done->opts[done->nopts++] = (const void *) con->options; in poptPrintUsage()
|
/third_party/selinux/libselinux/include/selinux/ |
D | label.h | 78 unsigned nopts);
|
D | avc.h | 218 extern int avc_open(struct selinux_opt *opts, unsigned nopts);
|