HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 176 - 200 of 2098) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/lz4/examples/
frameCompress.c 258 { FILE* const inpFp = fopen(inpFilename, "rb");
259 FILE* const outFp = fopen(lz4Filename, "wb");
280 { FILE* const inpFp = fopen(lz4Filename, "rb");
281 FILE* const outFp = fopen(decFilename, "wb");
297 { FILE* const inpFp = fopen(inpFilename, "rb");
298 FILE* const decFp = fopen(decFilename, "rb");
  /external/webrtc/webrtc/modules/audio_coding/test/
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");
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
iio_utils.h 145 sysfsfp = fopen(filename, "r");
230 sysfsfp = fopen(filename, "r");
310 sysfsfp = fopen(filename, "r");
344 sysfsfp = fopen(filename, "r");
385 sysfsfp = fopen(filename, "r");
445 sysfsfp = fopen(temp, "w");
456 sysfsfp = fopen(temp, "r");
501 sysfsfp = fopen(temp, "w");
527 sysfsfp = fopen(temp, "w");
536 sysfsfp = fopen(temp, "r")
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 119 fp = fopen(filename, "r");
139 fp = fopen(filename, "w");
260 fp= fopen(mpu.name, "r");
356 fp = fopen(mpu.event_tap, "rt");
412 fp = fopen(mpu.pedometer_steps, "rt");
416 fp = fopen(mpu.pedometer_time, "rt");
451 fp = fopen(mpu.event_display_orientation, "rt");
471 fp = fopen(mpu.event_orientation, "rt");
504 fp = fopen(mpu.event_smd, "rt");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 150 f = fopen (LongFilePath (PathInfo->Path),"r");
164 f = fopen (LongFilePath (PathInfo->Path), "r");
208 InputFile = fopen (LongFilePath (InputInfo->PhysicalPath), "r");
232 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "r+");
234 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "w");
  /external/autotest/client/profilers/powertop/src/
urbnum.c 74 file = fopen(fullpath, "r");
81 file = fopen(fullpath, "r");
101 file = fopen(fullpath, "r");
108 file = fopen(fullpath, "r");
150 file = fopen(filename, "r");
wireless.c 66 file = fopen(rfkill_path, "r");
86 file = fopen(rfkill_path, "r");
151 file = fopen(powersave_path, "r");
281 file = fopen(powersave_path, "w");
291 file = fopen(rfkill_path, "w");
  /external/ltp/lib/
safe_file_ops.c 84 f = fopen(path, "r");
139 f = fopen(path, "r");
198 fp = fopen(path, "r");
233 f = fopen(path, "w");
278 f = fopen(path, "w");
  /external/brotli/research/
draw_diff.cc 90 FILE* fimage1 = fopen(argv[1], "rb");
94 FILE* fimage2 = fopen(argv[2], "rb");
107 FILE* fdiff = fopen(argv[3], "wb");
  /external/libxkbcommon/xkbcommon/src/compose/
table.c 179 file = fopen(cpath, "r");
186 file = fopen(path, "r");
195 file = fopen(path, "r");
  /external/llvm/lib/Fuzzer/afl/
afl_driver.cpp 186 extra_stats_file = fopen(extra_stats_filename, "r");
200 extra_stats_file = fopen(extra_stats_filename, "w");
205 extra_stats_file = fopen(extra_stats_filename, "w+");
  /external/protobuf/src/google/protobuf/testing/
file.cc 67 FILE* file = fopen(name.c_str(), "rb");
86 FILE* file = fopen(name.c_str(), "wb");
88 GOOGLE_LOG(ERROR) << "fopen(" << name << ", \"wb\"): " << strerror(errno);
104 FILE* file = fopen(name.c_str(), "wb");
106 << "fopen(" << name << ", \"wb\"): " << strerror(errno);
  /external/python/cpython3/Parser/
pgenmain.c 65 fp = fopen(graminit_c, "w");
74 fp = fopen(graminit_h, "w");
96 fp = fopen(filename, "r");
  /external/selinux/secilc/
secil2conf.c 131 file = fopen(argv[i], "r");
170 file = fopen("policy.conf", "w");
172 file = fopen(output, "w");
  /external/skia/src/ports/
SkOSFile_stdio.cpp 42 return fopen(utf8path, perm);
83 file = fopen(path, perm);
90 file = fopen(bundlePath.c_str(), perm);
96 SkDEBUGF(("sk_fopen: fopen(\"%s\", \"%s\") returned nullptr (errno:%d): %s\n",
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 107 fy = fopen("bit_rate.dat", "w");
109 fy = fopen("bytes_frames.dat", "w");
300 plFile = fopen(argv[i + 1], "rb");
320 fp_gns = fopen(gns_file, "rb");
335 f_bn = fopen(bottleneck_file, "rb");
353 * fid = fopen('bottleneck.txt', 'wb');
413 if ((inp = fopen(inname, "rb")) == NULL) {
419 if ((outp = fopen(outname, "wb")) == NULL) {
426 if ((vadp = fopen(vadfile, "rb")) == NULL) {
433 if ((bandwidthp = fopen("bwe.pcm", "wb")) == NULL)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 100 FILE* in_file=fopen(argv[1],"rb");
103 FILE* dat_file=fopen(argv[2],"rb");
106 FILE* out_file=fopen(argv[3],"wb");
  /external/zlib/src/contrib/minizip/
ioapi.h 16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
49 #define fopen64 fopen
54 #define fopen64 fopen
59 #define fopen64 fopen
  /hardware/libhardware/modules/thermal/
thermal.c 59 file = fopen(file_name, "r");
95 FILE *file = fopen(CPU_USAGE_FILE, "r");
128 cpu_file = fopen(file_name, "r");
  /system/extras/perfprofd/
perfprofd_cmdline.cc 122 FILE *fp = fopen(processed_file_path.c_str(), "r");
135 fp = fopen(produced_file_path.c_str(), "r");
152 fp = fopen(produced_file_path.c_str(), "w");
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
ioapi.h 16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
49 #define fopen64 fopen
54 #define fopen64 fopen
59 #define fopen64 fopen
  /bionic/benchmarks/
stdio_benchmark.cpp 32 FILE* fp = fopen(tf.path, "we");
41 FILE* fp = fopen("/dev/zero", "r+e");
85 FILE* fp = fopen(tf.path, "re");
110 FILE* fp = fopen(tf.path, "re");
132 FILE* fp = fopen(tf.path, "re");
156 FILE* fp = fopen("/dev/zero", "re");
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 112 sf = fopen(buf, "rte");
257 f = fopen(proc, "rte");
291 f = fopen(proc, "rte");
325 f = fopen(proc, "rte");
363 f = fopen("/proc/net/dev", "rte");
395 f = fopen("/proc/net/packet", "rte");
  /external/webrtc/webrtc/tools/agc/
activity_metric.cc 169 FILE* pcm_fid = fopen(argv[1], "rb");
179 true_vad_fid = fopen(FLAGS_true_vad.c_str(), "rb");
190 results_fid = fopen(FLAGS_result.c_str(), "r");
198 results_fid = fopen(FLAGS_result.c_str(), "a");
211 video_vad_fid = fopen(FLAGS_video_vad.c_str(), "rb");
220 audio_content_fid = fopen(FLAGS_audio_content.c_str(), "wb");
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 103 nameFile = fopen(filename, "r");
129 if(NULL == (fp = fopen(input, "rt")) ){
295 if((fp = fopen(key_path, "rt")) == NULL)
349 nameFile = fopen(filename, "r");
368 nameFile = fopen(filename, "r");
381 nameFile = fopen(secondaryFileName, "r");

Completed in 518 milliseconds

1 2 3 4 5 6 78 91011>>