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

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/src/OpenGL/common/
debug.cpp 48 file = fopen(TRACE_OUTPUT_FILE, "w");
  /external/swiftshader/src/OpenGL/compiler/
MMap.h 29 if ((fp = fopen(fileName, "r")) == NULL)
  /external/tensorflow/tensorflow/core/platform/
platform_strings.cc 31 FILE* ifp = fopen(path.c_str(), "rb");
  /external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
frontend_memmap_main.c 24 FILE* fp = fopen(filename, "r");
  /external/v8/tools/
shell-utils.h 44 FILE* file = fopen(name, "rb");
  /external/virglrenderer/src/gallium/auxiliary/os/
os_misc.c 62 fout = fopen(filename, "w");
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_test.c 103 if ( (ifileid=fopen(argv[2],"rb")) == NULL) {
106 if ( (efileid=fopen(argv[3],"wb")) == NULL) {
109 if ( (ofileid=fopen(argv[4],"wb")) == NULL) {
113 if( (cfileid=fopen(argv[5],"rb")) == NULL) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_loop.cc 23 FILE* fp = fopen(file_name.c_str(), "rb");
  /external/webrtc/webrtc/modules/audio_coding/test/
TimedTrace.cc 30 _timedTraceFile = fopen(fileName, "w");
insert_packet_with_timing.cc 62 seq_num_fid_(fopen(FLAGS_seq_num.c_str(), "rt")),
63 send_ts_fid_(fopen(FLAGS_send_ts.c_str(), "rt")),
64 receive_ts_fid_(fopen(FLAGS_receive_ts.c_str(), "rt")),
65 pcm_out_fid_(fopen(FLAGS_output.c_str(), "wb")),
72 playout_timing_fid_(fopen("playout_timing.txt", "wt")) {}
283 delay_log = fopen(FLAGS_delay.c_str(), "wt");
  /external/webrtc/webrtc/modules/audio_processing/logging/
aec_logging_file_handling.cc 54 *file = fopen(filename, "wb");
  /external/webrtc/webrtc/system_wrappers/source/
data_log_unittest_disabled.cc 54 ASSERT_EQ(NULL, fopen(kDataLogFileName, "r"));
file_impl.cc 140 tmp_id = fopen(file_name_utf8, "rt");
142 tmp_id = fopen(file_name_utf8, "wt");
146 tmp_id = fopen(file_name_utf8, "rb");
148 tmp_id = fopen(file_name_utf8, "wb");
  /external/webrtc/webrtc/test/testsupport/
frame_writer.cc 35 output_file_ = fopen(output_filename_.c_str(), "wb");
  /frameworks/av/cmds/stagefright/
WaveWriter.h 27 : mFile(fopen(filename, "wb")),
  /external/ltp/testcases/kernel/fs/stream/
stream04.c 75 if ((stream = fopen(tempfile1, "a+")) == NULL) {
76 tst_brkm(TFAIL | TERRNO, tst_rmdir, "fopen(%s) a+ failed",
94 if ((stream = fopen(tempfile1, "r+")) == NULL) {
95 tst_brkm(TFAIL, tst_rmdir, "fopen(%s) r+ failed: %s", tempfile1,
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
ht_utils.c 65 pfile = fopen(CPUINFO_PATH, "r");
92 pfile = fopen(buf, "r");
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
ht_utils.c 69 pfile = fopen(CPUINFO_PATH, "r");
96 if ((pfile = fopen(buf, "r")) == NULL)
  /external/ltp/testcases/kernel/syscalls/fork/
fork08.c 71 writ = fopen(fnamebuf, "w");
73 tst_resm(TFAIL, "failed to fopen file for write");
74 rea = fopen(fnamebuf, "r");
76 tst_resm(TFAIL, "failed to fopen file for read");
  /external/minijail/
parse_seccomp_policy.cc 77 f = fopen(argv[optind], "re");
79 pdie("fopen(%s) failed", argv[1]);
90 out = fopen(dump_path.c_str(), "we");
92 pdie("fopen(%s) failed", dump_path.c_str());
  /external/selinux/semodule-utils/semodule_package/
semodule_unpackage.c 32 f = fopen(filename, mode);
88 fp = fopen(fcfile, "w");
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readDetection.m 12 fid = fopen(file);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.cc 57 FILE* file = fopen(filepath.c_str(), "rb");
86 FILE* file = fopen(filepath.c_str(), "wb");
  /external/webrtc/webrtc/modules/video_processing/test/
deflickering_test.cc 38 source_file_ = fopen(input_file.c_str(), "rb");
44 FILE* deflickerFile = fopen(output_file.c_str(), "wb");
  /external/python/cpython3/Lib/idlelib/idle_test/
test_browser.py 154 def test_ondoubleclick(self, fopen):
159 fopen.assert_not_called()
163 fopen.assert_called()
164 fopen.called_with(fname)
212 def test_ondoubleclick(self, fopen):
213 goto = fopen.return_value.gotoline = mock.Mock()
215 fopen.assert_called()

Completed in 1596 milliseconds

1 2 3 4 5 67 8 91011>>