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

1 23 4 5 6 7 8 910

  /external/vboot_reference/firmware/lib/cryptolib/include/
sha.h 115 /* Returns the appropriate digest for the data in [input_file]
119 uint8_t* DigestFile(char* input_file, int sig_algorithm);
  /external/webrtc/webrtc/modules/utility/source/
file_player_unittests.cc 54 void PlayFileAndCheck(const std::string& input_file,
60 input_file.c_str(), false, 0, kScaling, 0, 0, NULL));
  /system/tpm/attestation/common/
proto_print.py 106 def ParseProto(input_file):
110 input_file: The proto file to parse.
131 for line in input_file:
395 parser.add_argument('input_file')
398 with open(args.input_file) as input_file:
399 package, imports, messages, enums = ParseProto(input_file)
400 proto_name = os.path.basename(args.input_file).rsplit('.', 1)[0]
  /external/selinux/checkpolicy/
checkpolicy.8 6 .I "[\-b] [\-C] [\-d] [\-M] [\-c policyvers] [\-o output_file] [input_file]"
checkmodule.8 6 .I "[\-h] [\-b] [\-C] [\-m] [\-M] [\-U handle_unknown ] [\-V] [\-o output_file] [input_file]"
  /ndk/sources/host-tools/make-3.81/
ansi2knr.1 6 [--varargs] input_file [output_file]
  /toolchain/binutils/binutils-2.25/binutils/
bin2c.c 45 fprintf (stream, "Usage: %s < input_file > output_file\n", argv[0]);
sysdump.c 659 char *input_file = NULL; local
706 input_file = av[optind];
708 if (!input_file)
711 file = fopen (input_file, FOPEN_RB);
714 fatal (_("cannot open input file %s"), input_file);
  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 869 // Class Input_file.
873 Input_file::Input_file(const char* name)
883 Input_file::Input_file(const Task* task, const char* name,
897 Input_file::options() const
905 Input_file::name() const
913 Input_file::is_in_system_directory() const
923 Input_file::just_symbols() const
932 Input_file::will_search_for() cons
    [all...]
target-select.cc 101 select_target(Input_file* input_file, off_t offset,
112 Target* ret = p->recognize(input_file, offset,
readsyms.h 76 incompatible_warning(const Input_argument*, const Input_file*);
450 Input_file* input_file, Task_token* this_blocker,
455 input_file_(input_file), this_blocker_(this_blocker),
484 Input_file* input_file_;
object.h 342 // (e.g., libfoo.a(bar.o) if this is in an archive. INPUT_FILE is
345 Object(const std::string& name, Input_file* input_file, bool is_dynamic,
347 : name_(name), input_file_(input_file), offset_(offset), shnum_(-1U),
353 if (input_file != NULL)
355 input_file->file().add_object();
356 this->is_in_system_directory_ = input_file->is_in_system_directory();
357 this->as_needed_ = input_file->options().as_needed();
419 Input_file*
420 input_file() function in class:gold::Object
427 input_file() const function in class:gold::Object
    [all...]
  /external/autotest/contrib/virt/
site_job.py 157 input_file = self.command_line_options.control_file
158 logging.debug('Generating control file from template: %s' % input_file)
159 template = string.Template(open(input_file).read())
  /toolchain/binutils/binutils-2.25/gold/testsuite/
binary_unittest.cc 91 Input_file input_file(task, "test.o", binary.converted_data(),
93 Object* object = make_elf_object("test.o", &input_file, 0,
  /external/e2fsprogs/misc/
badblocks.8.in 28 .I input_file
118 .BI \-i " input_file"
122 .I input_file
  /external/webrtc/webrtc/call/
rtc_event_log2rtp_dump.cc 89 std::string input_file = argv[1]; local
98 if (!webrtc::RtcEventLog::ParseRtcEventLog(input_file, &event_stream)) {
99 std::cerr << "Error while parsing input file: " << input_file << std::endl;
  /art/runtime/base/unix_file/
fd_file.cc 265 bool FdFile::Copy(FdFile* input_file, int64_t offset, int64_t size) {
283 sendfile(Fd(), input_file->Fd(), &off, end - off));
290 if (lseek(input_file->Fd(), off, SEEK_SET) != off) {
302 if (!input_file->ReadFully(buffer.get(), chunk_size) ||
  /external/bison/src/
files.h 54 Not named "input_file" because Flex uses this name for an argument,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/
gen_protorpc.py 178 with open_input_file(input_filename) as input_file:
179 descriptor_content = input_file.read()
200 with open_input_file(input_filename) as input_file:
201 descriptor_content = input_file.read()
  /external/libvpx/libvpx/test/
ivf_video_source.h 78 // Check frame header and read a frame from input_file.
y4m_video_source.h 91 // Read a frame from input_file.
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
mixing_test.cc 113 FILE* input_file = fopen(input_filename_.c_str(), "wb"); local
114 ASSERT_TRUE(input_file != NULL);
116 ASSERT_EQ(1u, fwrite(&input_value, sizeof(input_value), 1, input_file));
118 ASSERT_EQ(0, fclose(input_file));
  /frameworks/base/tools/localedata/
extract_icu_data.py 43 with open(input_file_name) as input_file:
61 for line in input_file:
184 with open(data_file) as input_file:
185 for line in input_file:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 96 // Read a frame from input_file.
ivf_video_source.h 78 // Check frame header and read a frame from input_file.

Completed in 2202 milliseconds

1 23 4 5 6 7 8 910