/third_party/ltp/testcases/kernel/syscalls/dup2/ |
D | dup205.c | 39 int ifile = -1, rc = 0; in run() local 43 for (ifile = fildes[0] + 1; ifile < min + 10; ifile++) { in run() 44 TEST(dup2(fildes[ifile - 1], ifile)); in run() 45 fildes[ifile] = TST_RET; in run() 46 if (fildes[ifile] == -1) in run() 48 if (fildes[ifile] != ifile) in run() 51 fildes[ifile], ifile); in run() 54 if (ifile < min) { in run() 57 } else if (ifile > min) { in run() 72 for (ifile = fildes[0]; ifile < min + 10; ifile++) { in run() [all …]
|
/third_party/ffmpeg/tools/ |
D | normalize.py | 6 ifile = sys.argv[1] variable 15 analysis_cmd += "amovie='%s',ebur128=metadata=1" % ifile 27 print 'No normalization needed for ' + ifile 29 print "Adjust %s by %.1fdB" % (ifile, adjust) 30 norm_cmd = ['ffmpeg', '-i', ifile, '-af', 'volume=%fdB' % adjust]
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | test-suite | 138 ifile="$1" 143 grep "$patt:" "$ifile" | \ 182 ifile="$1" 185 grep "$patt([0-9-]*\(, *\)*[0-9-]*):" "$ifile" | \ 217 ifile="$1" 220 grep "$patt" "$ifile" | sed -e "s/^.*$patt(\(.*\)): *\(.*\)$/\1 \2/" | \ 235 ifile="$1" 238 grep "$patt:" "$ifile" | sed -e "s/^.*$patt: *\(.*\)$/\1/" | \
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 2474 static void show_packet(WriterContext *w, InputFile *ifile, AVPacket *pkt, int packet_idx) in show_packet() argument 2477 AVStream *st = ifile->streams[pkt->stream_index].st; in show_packet() 2705 InputFile *ifile, in process_frame() argument 2709 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in process_frame() 2710 AVCodecContext *dec_ctx = ifile->streams[pkt->stream_index].dec_ctx; in process_frame() 2711 AVCodecParameters *par = ifile->streams[pkt->stream_index].st->codecpar; in process_frame() 2758 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame() 2760 show_frame(w, frame, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame() 2791 static int read_interval_packets(WriterContext *w, InputFile *ifile, in read_interval_packets() argument 2794 AVFormatContext *fmt_ctx = ifile->fmt_ctx; in read_interval_packets() [all …]
|
D | ffmpeg.c | 3301 InputFile *ifile = input_files[i]; in transcode_init() local 3302 if (ifile->readrate || ifile->rate_emu) in transcode_init() 3303 for (j = 0; j < ifile->nb_streams; j++) in transcode_init() 3304 input_streams[j + ifile->ist_index]->start = av_gettime_relative(); in transcode_init() 3339 InputFile *ifile = input_files[i]; in transcode_init() local 3340 for (j = 0; j < ifile->ctx->nb_programs; j++) { in transcode_init() 3341 AVProgram *p = ifile->ctx->programs[j]; in transcode_init() 3345 if (!input_streams[ifile->ist_index + p->stream_index[k]]->discard) { in transcode_init() 3829 static int seek_to_start(InputFile *ifile, AVFormatContext *is) in seek_to_start() argument 3840 for (i = 0; i < ifile->nb_streams; i++) { in seek_to_start() [all …]
|
D | ffmpeg_opt.c | 2010 const InputFile *ifile = input_files[ist->file_index]; in new_video_stream() local 2012 if (ifile->nb_streams == 1 && ifile->input_ts_offset == 0) in new_video_stream() 2219 static int copy_chapters(InputFile *ifile, OutputFile *ofile, AVFormatContext *os, in copy_chapters() argument 2222 AVFormatContext *is = ifile->ctx; in copy_chapters() 2234 int64_t ts_off = av_rescale_q(start_time - ifile->ts_offset, in copy_chapters() 2500 InputFile *ifile = input_files[j]; in open_output_file() local 2502 for (i = 0; i < ifile->nb_streams; i++) { in open_output_file() 2504 ist = input_streams[ifile->ist_index + i]; in open_output_file() 2517 file_best_idx = ifile->ist_index + i; in open_output_file() 2537 InputFile *ifile = input_files[j]; in open_output_file() local [all …]
|
/third_party/mksh/ |
D | check.pl | 489 $ifile = $tempi; 491 $ifile = '/dev/null'; 575 if (!open(STDIN, "< $ifile")) { 576 print STDERR "$prog: couldn't open $ifile in child - $!\n";
|
/third_party/python/Tools/pynche/ |
D | PyncheWidget.py | 165 idir, ifile = os.path.split(self.__sb.colordb().filename()) 171 initialfile=ifile)
|
/third_party/nghttp2/src/ |
D | h2load.cc | 2492 config.ifile = optarg; in main() 2601 config.ifile = optarg; in main() 2716 if (config.ifile.empty()) { in main() 2740 if (config.ifile.empty()) { in main() 2747 if (config.ifile == "-") { in main() 2750 std::ifstream infile(config.ifile); in main() 2752 std::cerr << "cannot read input file: " << config.ifile << std::endl; in main() 2759 if (config.ifile == "-") { in main() 2762 std::ifstream infile(config.ifile); in main() 2764 std::cerr << "cannot read input file: " << config.ifile << std::endl; in main()
|
D | h2load.h | 81 std::string ifile; member
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | Makefile.in | 985 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 987 if test -f $$ifile; then \ 988 echo "$$ifile"; \
|