HomeSort by: relevance | last modified time | path
    Searched refs:input_files (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/
FuzzTest 101 def run_one_test(test_application, index, input_files, args):
106 'inputs' : ' '.join(quote(f) for f in input_files) }
111 options['picked_input'] = input_files[test[3][0]]
228 type=str, action="append", dest="input_files", default=[])
274 input_files = list(opts.input_files)
281 input_files.append(ln)
284 input_files.sort()
286 if not input_files:
289 print '%s: note: fuzzing %d files.' % (sys.argv[0], len(input_files))
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/perf-training/
perf-helper.py 355 input_files = []
357 input_files.extend(findFilesWithExtension(dirname, "dtrace"))
360 print("loading from %d data files" % len(input_files))
365 for path in input_files]
  /src/usr.bin/xlint/xlint/
xlint.c 86 list input_files; /* without libraries */ member in struct:__anon8406
415 list_add(&lint2.input_files, name);
455 list_add(&lint2.input_files, ofn);
515 list_add_all(&args, &lint2.input_files);
811 cat(&lint2.input_files, output_filename);
  /src/external/bsd/flex/dist/src/
main.c 108 char **input_files;
1445 input_files = argv + optind;
1446 set_input_file (num_input_files > 0 ? input_files[0] : NULL);
107 char **input_files; variable
flexdef.h 400 * input_files - array holding names of input files
401 * num_input_files - size of input_files array
422 extern char **input_files;
initscan.c 4906 set_input_file( *++input_files );
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
gen-perf-test.exp 1315 set input_files [_make_binary_input_file_names self $static $run_nr]
1323 set compile_result [_perftest_compile self $input_files $extra_headers $binary_file executable $compile_options]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
gen-perf-test.exp 1315 set input_files [_make_binary_input_file_names self $static $run_nr]
1323 set compile_result [_perftest_compile self $input_files $extra_headers $binary_file executable $compile_options]

Completed in 76 milliseconds