HomeSort by relevance Sort by last modified time
    Searched defs:argument_name (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
arg.h 55 const char *argument_name; member in struct:isl_arg
125 .argument_name = a, \
181 .argument_name = a, \
228 .argument_name = a, \
240 .argument_name = a, \
  /external/valgrind/memcheck/
mc_errors.c 189 const HChar *argument_name; member in struct:_MC_Error::__anon42889::__anon42903
694 extra->Err.FishyValue.argument_name,
702 extra->Err.FishyValue.argument_name,
1371 const HChar *argument_name; member in struct:__anon42905
1409 HChar *p, *function_name, *argument_name = NULL; local
    [all...]
  /external/libavc/test/decoder/
main.c 283 CHAR argument_name[128]; member in struct:__anon24062
    [all...]
  /external/libavc/test/encoder/
main.c 134 CHAR argument_name[128]; member in struct:__anon24068
430 printf("%-32s\t %s", argument_mapping[i].argument_name,
465 if((0 == strcmp(argument_mapping[i].argument_name, name)) ||
    [all...]
  /external/libhevc/test/decoder/
main.c 282 CHAR argument_name[128]; member in struct:__anon25000
    [all...]
  /external/libmpeg2/test/decoder/
main.c 281 CHAR argument_name[128]; member in struct:__anon25348
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 761 * path.argument_name
764 * (If path.argument_name is NULL it uses "path".)
817 const char *argument_name; member in struct:__anon33483
833 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \
834 {function_name, argument_name, nullable, allow_fd, NULL, FALSE, -1, 0, NULL, NULL}
836 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \
837 {function_name, argument_name, nullable, allow_fd, NULL, NULL, -1, 0, NULL, NULL}
864 path->argument_name ? path->argument_name : "path")
956 path->argument_name ? path->argument_name : "path"
    [all...]

Completed in 217 milliseconds