HomeSort by relevance Sort by last modified time
    Searched full:input_file (Results 101 - 125 of 226) sorted by null

1 2 3 45 6 7 8 910

  /toolchain/binutils/binutils-2.25/gold/
script.cc 226 read_file(Input_file*, std::string*);
369 Lex::read_file(Input_file* input_file, std::string* contents)
371 off_t filesize = input_file->file().filesize();
382 input_file->file().read(off, get, buf);
    [all...]
dwp.cc 155 sized_make_object(const unsigned char* p, Input_file* input_file,
233 // The Input_file object.
234 Input_file* input_file_;
254 Sized_relobj_dwo(const char* name, Input_file* input_file,
256 : Sized_relobj<size, big_endian>(name, input_file),
1030 Input_file* input_file = new Input_file(this->name_) local
    [all...]
object.cc 415 Input_file* input_file,
418 : Sized_relobj<size, big_endian>(name, input_file, offset),
    [all...]
dynobj.h 45 Dynobj(const std::string& name, Input_file* input_file, off_t offset = 0);
166 Sized_dynobj(const std::string& name, Input_file* input_file, off_t offset,
  /external/valgrind/callgrind/
callgrind_annotate.in 194 my $input_file = "";
303 if ($input_file eq "") {
304 $input_file = $arg;
319 if ($input_file eq "") {
320 $input_file = (<callgrind.out*>)[0];
321 if (!defined $input_file) {
322 $input_file = (<cachegrind.out*>)[0];
325 (defined $input_file) or die($usage);
326 print "Reading data from '$input_file'...\n";
399 open(INPUTFILE, "< $input_file") || die "File $input_file not opened\n"
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 91 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
1037 char * input_file = NULL; local
1090 input_file = optarg;
1239 if (input_file) {
1240 if (strcmp (input_file, "-") == 0)
1243 in = fopen (input_file, "r");
1248 input_file);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 158 char *input_file = NULL;
263 input_file = argv[optind];
271 if (filename_cmp (input_file, output_file) == 0)
318 if (input_file != NULL)
323 input_file = input_files->string;
325 input_file = link_inputs (input_files, ld_arg, map_file);
327 else if (input_file == NULL)
333 inbfd = bfd_openr (input_file, input_format);
335 bfd_fatal (input_file);
339 bfd_nonfatal (input_file);
156 char *input_file = NULL; local
    [all...]
  /external/valgrind/cachegrind/
cg_annotate.in 138 my $input_file = undef;
252 if (not defined $input_file) {
254 $input_file = $arg;
270 if (not defined $input_file) {
314 open(INPUTFILE, "< $input_file")
315 || die "Cannot open $input_file for reading\n";
460 print("Data file: $input_file\n");
662 @ Source file '$src_file' is more recent than input file '$input_file'.
782 if ((stat $opened_file)[9] > (stat $input_file)[9]) {
  /ndk/sources/host-tools/make-3.81/
ansi2knr.c 32 ansi2knr [--filename FILENAME] [INPUT_FILE [OUTPUT_FILE]]
34 * overriding input_file (if present).
35 * If no input_file is supplied, input is read from stdin.
100 lpd 1997-12-08 made input_file optional; only closes input and/or
243 "Usage: ansi2knr [--filename FILENAME] [INPUT_FILE [OUTPUT_FILE]]\n";
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_encoder.py 150 input_file = open(file_name, "rb")
151 input_file_contents = input_file.read()
153 input_file.close()
  /frameworks/native/cmds/installd/
commands.cpp 1400 const char *input_file; local
    [all...]
  /system/sepolicy/tools/
check_seapp.c 919 file_info *input_file; local
952 input_file = calloc(1, sizeof(*input_file));
953 if (!input_file) {
957 input_file->name = argv[c];
958 list_append(&input_file_list, &input_file->listify);
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner_test.cc 73 // string input_file = TestFileAbsolutePath("problem-6-1384-000.lsqp");
76 // CHECK_NOTNULL(CreateLinearLeastSquaresProblemFromFile(input_file)));
  /external/markdown/
test-markdown.py 235 input_file = os.path.join(dir, test + ".txt")
239 input = codecs.open(input_file, encoding=self.encoding).read()
  /external/webrtc/tools/matlab/
rtpAnalyze.m 1 function rtpAnalyze( input_file )
18 [SeqNo,TimeStamp,ArrTime,Size,PT,M,SSRC] = importfile(input_file);
  /art/runtime/base/unix_file/
fd_file.h 85 bool Copy(FdFile* input_file, int64_t offset, int64_t size);
  /build/tools/
java-event-log-tags.py 18 Usage: java-event-log-tags.py [-o output_file] <input_file> <merged_tags_file>
  /external/autotest/client/common_lib/cros/network/
tcpdump_analyzer.py 106 input_file=pcap_path, display_filter=display_filter)
  /external/libopus/src/
repacketizer_demo.c 41 fprintf(stderr, "usage: %s [options] input_file output_file\n", argv0);
  /external/pdfium/third_party/libjpeg/
cdjpeg.h 34 FXSYS_FILE *input_file; member in struct:cjpeg_source_struct
  /toolchain/binutils/binutils-2.25/gas/
input-file.c 0 /* input_file.c - Deal with Input Files -
  /toolchain/binutils/binutils-2.25/libiberty/
pex-common.h 81 FILE *input_file; member in struct:pex_obj
  /cts/tools/dasm/src/java_cup/
Main.java 353 protected static BufferedInputStream input_file; field in class:Main
372 input_file = new BufferedInputStream(new FileInputStream(emit.input_file_name));
378 input_file = new BufferedInputStream(System.in);
412 if (input_file != null) input_file.close();
  /hardware/ti/omap4-aah/domx/test/sample_proxy/
test_sample_proxy.c 131 //#define INPUT_FILE "../../omx/omx_il_1_x/omx_base/test/patterns/chikita.mp3"
132 #define INPUT_FILE "sample_input.mp3"
1015 pContext->pInputfile = fopen(INPUT_FILE, "rb");
1163 pContext->pInputfile = fopen(INPUT_FILE, "rb");
1166 printf("\n Error in opening INPUT_FILE");
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 131 //#define INPUT_FILE "../../omx/omx_il_1_x/omx_base/test/patterns/chikita.mp3"
132 #define INPUT_FILE "sample_input.mp3"
1015 pContext->pInputfile = fopen(INPUT_FILE, "rb");
1163 pContext->pInputfile = fopen(INPUT_FILE, "rb");
1166 printf("\n Error in opening INPUT_FILE");
    [all...]

Completed in 1327 milliseconds

1 2 3 45 6 7 8 910