HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 426 - 450 of 1644) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram_unittest.cc 50 FILE* in_file = fopen(filename, "rb");
  /external/webrtc/webrtc/modules/media_file/
media_file_unittest.cc 94 FILE* f = fopen(outfile.c_str(), "rb");
  /external/webrtc/webrtc/modules/utility/source/
file_player_unittests.cc 42 output_file_ = fopen(output_file.c_str(), "wb");
  /external/webrtc/webrtc/system_wrappers/source/
data_log_unittest.cc 147 FILE* table = fopen("table_1.txt", "r");
229 FILE* table = fopen("table_2.txt", "r");
252 FILE* table = fopen("table_3.txt", "r");
271 FILE* table = fopen("table_4.txt", "r");
  /external/webrtc/webrtc/test/
rtp_file_writer.cc 94 FILE* file = fopen(filename.c_str(), "wb");
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 102 FILE* input_file = fopen(i420_file_name, "rb");
132 FILE* input_file = fopen(y4m_file_name, "rb");
235 FILE* stats_file = fopen(stats_file_name, "r");
300 FILE* stats_file = fopen(stats_file_name.c_str(), "r");
  /frameworks/av/cmds/stagefright/
jpeg.cpp 47 f = fopen(filename, "w");
  /frameworks/av/media/libaudioclient/tests/
test_create_utils.cpp 92 inputFile = fopen(*argv, "r");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
GenAprioriFile.c 130 if ((AprioriFptr = fopen (mGlobals.AprioriFileName, "r")) == NULL) {
139 if ((BinFptr = fopen (mGlobals.OutputFileName, "rb")) == NULL) {
235 if ((BinFptr = fopen (mGlobals.OutputFileName, "wb")) == NULL) {
  /external/arm-neon-tests/
compute_ref.c 204 log_file = fopen (LOGFILE, "w");
210 ref_file = fopen (REFFILE, "w");
216 gcc_tests_file = fopen (GCCTESTS_FILE, "w");
  /external/curl/tests/server/
util.c 132 logfp = fopen(serverlogfile, "ab");
139 fprintf(stderr, "fopen() failed with error: %d %s\n",
266 pidfile = fopen(filename, "wb");
284 lockfile = fopen(filename, "wb");
  /external/dtc/
dtc.c 153 f = fopen(fname, "r");
284 depfile = fopen(depname, "w");
346 outf = fopen(outname, "wb");
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 128 testFile = fopen(buffer, "rb");
133 testFile = fopen(buffer, "rb");
138 testFile = fopen(buffer, "rb");
  /external/libaom/libaom/examples/
scalable_encoder.c 202 outfile = fopen(outfile_arg, "wb");
205 if (!(infile0 = fopen(infile0_arg, "rb")))
207 if (!(infile1 = fopen(infile1_arg, "rb")))
  /external/ltp/testcases/network/nfsv4/acl/
acl1.c 60 fptr = fopen(filename, "r");
66 fptr = fopen(filename, "r+");
302 fopen(path, "w+");
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_image.c 78 f = fopen(filename, "wb");
265 stream = fopen(filename, "wb");
322 stream = fopen(filename, "wb");
  /external/u-boot/scripts/dtc/
dtc.c 151 f = fopen(fname, "r");
282 depfile = fopen(depname, "w");
345 outf = fopen(outname, "wb");
  /external/u-boot/tools/
pblimage.c 114 fd = fopen(name, "r");
200 fp_uboot = fopen(params->datafile, "r");
271 fp_uboot = fopen(params->datafile, "r");
  /external/webrtc/webrtc/common_audio/
wav_file_unittest.cc 43 FILE* f = fopen(outfile.c_str(), "ab");
71 FILE* f = fopen(outfile.c_str(), "rb");
127 FILE* f = fopen(outfile.c_str(), "rb");
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 106 FILE* encoded_file = fopen(encoded_file_name.c_str(), "wb");
112 FILE* input_file = fopen(input_file_name.c_str(), "rb");
119 FILE* output_file = fopen(output_file_name.c_str(), "wb");
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
mixing_test.cc 113 FILE* input_file = fopen(input_filename_.c_str(), "wb");
123 FILE* output_file = fopen(output_filename_.c_str(), "rb");
207 FILE* fid = fopen(file_name, "rb");
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 55 FILE *fp = fopen(filename, "w+"); \
74 FILE *fp = fopen(filename, "w+"); \
150 f = fopen(fname, "wb");
225 fp = fopen(fileName, "rb");
275 fp = fopen(fileName, "rb");
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 165 histFile = fopen(histFileName, "a");
178 averageFile = fopen(averageFileName, "a");
207 if ((inp = fopen(inname, "rb")) == NULL) {
211 if ((outp = fopen(outname, "wb")) == NULL) {
220 bitrateFile = fopen(bitrateFileName, "a");
260 // FILE* fileID = fopen("GetBNTest.txt", "w");
  /device/generic/opengl-transport/host/commands/emugen/
ApiGen.cpp 71 FILE *fp = fopen(filename.c_str(), "wt");
132 FILE *fp = fopen(filename.c_str(), "wt");
163 FILE *fp = fopen(filename.c_str(), "wt");
232 FILE *fp = fopen(filename.c_str(), "wt");
301 FILE *fp = fopen(filename.c_str(), "wt");
321 FILE *fp = fopen(filename.c_str(), "wt");
340 FILE *fp = fopen(filename.c_str(), "wt");
534 FILE *fp = fopen(filename.c_str(), "wt");
864 FILE *fp = fopen(filename.c_str(), "wt");
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 313 f = fopen("data01.txt", "r");
417 f = fopen("data06.txt", "r");
891 f = fopen("data02.bin", "rb");
898 out = fopen("data40.utf16", "wb");
996 f = fopen("data40.utf16", "rb");
1003 out = fopen("data46.out", "wb");

Completed in 673 milliseconds

<<11121314151617181920>>