/external/ceres-solver/internal/ceres/ |
system_test.cc | 321 const string input_file = TestFileAbsolutePath("problem-16-22106-pre.txt"); local 322 ReadData(input_file);
|
/external/clang/utils/check_cfc/ |
check_cfc.py | 203 def set_input_file(args, input_file): 208 args[infile_idx] = input_file
|
/external/vboot_reference/scripts/image_signing/ |
common_minimal.sh | 240 local input_file=$3 243 dd if=$input_file of=$image bs=512 seek=$offset count=$size \
|
/toolchain/binutils/binutils-2.25/gold/ |
dynobj.cc | 42 Dynobj::Dynobj(const std::string& name, Input_file* input_file, off_t offset) 43 : Object(name, input_file, true, offset), 52 if (input_file == NULL) 56 this->soname_ = input_file->found_name(); 78 Input_file* input_file, 81 : Dynobj(name, input_file, offset), [all...] |
script.h | 52 class Input_file; 570 const Input_argument*, Input_file*,
|
/external/selinux/policycoreutils/semanage/ |
semanage-bash-completion.sh | 57 __get_import_opts () { echo '$ALL_OPTS --f --input_file' ; }
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
delay_test.cc | 34 DEFINE_string(input_file, "", "Input file, PCM16 32 kHz, optional.");
|
/external/libpng/contrib/libtests/ |
pngstest.c | 580 FILE *input_file; member in struct:__anon16780 604 if (image->input_file != NULL) 605 rewind(image->input_file); 629 if (image->input_file != NULL) 631 fclose(image->input_file); 632 image->input_file = NULL; [all...] |
/external/markdown/markdown/ |
__init__.py | 443 input_file = codecs.open(input, mode="r", encoding=encoding) 444 text = input_file.read() 445 input_file.close()
|
/external/valgrind/cachegrind/ |
cg_diff.in | 164 my ($input_file) = @_; 166 open(INPUTFILE, "< $input_file") 167 || die "Cannot open $input_file for reading\n";
|
/external/selinux/libsemanage/src/ |
direct_api.c | 1585 char input_file[PATH_MAX]; local [all...] |
/art/runtime/ |
oat_file_assistant.cc | 621 OatFileAssistant::RelocateOatFile(const std::string* input_file, std::string* error_msg) { 624 if (input_file == nullptr) { 629 const std::string& input_file_name = *input_file; [all...] |
/external/curl/ |
CMakeLists.txt | 214 INPUT_FILE "${CMAKE_CURRENT_BINARY_DIR}/nroff-input.txt" [all...] |
/external/libjpeg-turbo/ |
bmp.c | 205 src->input_file=file;
|
rdrle.c | 93 source->header.rle_file = source->pub.input_file;
|
/external/valgrind/massif/ |
ms_print.in | 52 my $input_file = undef; 142 $input_file = $files[0]; 371 open(INPUTFILE, "< $input_file") 372 || die "Cannot open $input_file for reading\n";
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
unpack.cc | 27 DEFINE_string(input_file, "input", "The name of the input stream file.");
|
/external/webrtc/webrtc/video/ |
replay.cc | 112 DEFINE_string(input_file, "", "input file");
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
AMRWB_E_SAMPLE.c | 40 printf ("AMRWBEnc [options] Input_file output_file \n");
|
/art/dex2oat/ |
dex2oat.cc | [all...] |
/external/autotest/client/common_lib/ |
logging_manager.py | 624 input_file = os.fdopen(read_fd, 'r') 625 for line in iter(input_file.readline, ''):
|
/art/tools/dmtracedump/ |
createtesttrace.cc | 438 fprintf(stderr, "Usage: %s [-v version] [-d] input_file trace_prefix\n", argv[0]);
|
/build/tools/releasetools/ |
common.py | 132 def LoadInfoDict(input_file, input_dir=None): 137 if isinstance(input_file, zipfile.ZipFile): 138 return input_file.read(fn) 140 path = os.path.join(input_file, *fn.split("/")) [all...] |
/external/bison/examples/calc++/ |
calc++-scanner.cc | 358 void yyrestart (FILE *input_file ); [all...] |
/external/bison/src/ |
scan-skel.c | 377 void skel_restart (FILE *input_file ); [all...] |