/external/libyuv/files/util/ |
compare.cc | 28 FILE* fin1 = fopen(name1, "rb"); 29 FILE* fin2 = name2 ? fopen(name2, "rb") : NULL;
|
/external/webrtc/src/modules/audio_processing/test/ |
unpack.cc | 79 FILE* debug_file = fopen(argv[1], "rb"); 84 FILE* input_file = fopen(FLAGS_input_file.c_str(), "wb"); 89 FILE* output_file = fopen(FLAGS_output_file.c_str(), "wb"); 94 FILE* reverse_file = fopen(FLAGS_reverse_file.c_str(), "wb"); 99 FILE* settings_file = fopen(FLAGS_settings_file.c_str(), "wb"); 109 delay_file = fopen(FLAGS_delay_file.c_str(), "wb"); 114 drift_file = fopen(FLAGS_drift_file.c_str(), "wb"); 119 level_file = fopen(FLAGS_level_file.c_str(), "wb");
|
/system/core/libnativebridge/tests/ |
PreInitializeNativeBridge_test.cpp | 39 FILE* cpuinfo = fopen("./cpuinfo", "w"); 48 FILE* proc_cpuinfo = fopen("/proc/cpuinfo", "r");
|
/system/core/libzipfile/ |
test_zipfile.c | 34 f = fopen(argv[1], "r");
70 f = fopen(argv[4], "w");
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/ |
iLBC_testLib.c | 73 if ( (ifileid=fopen(argv[2],"rb")) == NULL) { 76 if ( (efileid=fopen(argv[3],"wb")) == NULL) { 79 if( (ofileid=fopen(argv[4],"wb")) == NULL) { 82 if ( (chfileid=fopen(argv[5],"rb")) == NULL) { 113 if ( (seedfile = fopen(SEED_FILE, "a+t") ) == NULL ) { 188 if ( (seedfile = fopen(SEED_FILE, "a+t") ) == NULL ) {
|
/external/qemu/distrib/sdl-1.2.15/src/main/win32/ |
SDL_win32_main.c | 19 # define fopen _wfopen macro 177 file = fopen(stdoutPath, TEXT("rb")); 187 file = fopen(stderrPath, TEXT("rb")); 229 stdout = fopen(stdoutPath, TEXT("w")); 231 newfp = fopen(stdoutPath, TEXT("w")); 251 stderr = fopen(stderrPath, TEXT("w")); 253 newfp = fopen(stderrPath, TEXT("w"));
|
/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...] |
/external/chromium_org/tools/android/ps_ext/ |
ps_ext.c | 27 FILE *f = fopen("/proc/uptime", "r"); 37 FILE *f = fopen("/proc/stat", "r"); 71 FILE *f = fopen("/proc/meminfo", "r"); 119 f = fopen(fpath, "r"); 137 f = fopen(fpath, "r");
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
filestrm.c | 34 FILE *file = fopen(filename, mode); 65 result = fopen(fn, md); 82 FILE* temp = fopen(filename, "r");
|
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/ |
lightsymbols.cc | 58 FILE* log = fopen("d:\\edisonn\\log.txt", "wt");
63 FILE* file = fopen(getenv(LIGHT_SYMBOLS_FILE), "rt");
87 file = fopen(getenv(LIGHT_SYMBOLS_FILE), "rt");
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
scaler_unittest.cc | 64 source_file_ = fopen(input_file_name.c_str(), "rb"); 129 source_file2 = fopen(out_name.c_str(), "rb"); 169 source_file2 = fopen(out_name.c_str(), "rb"); 189 source_file2 = fopen(out_name.c_str(), "rb"); 216 source_file2 = fopen(out_name.c_str(), "rb"); 262 source_file2 = fopen(out_name.c_str(), "rb"); 283 source_file2 = fopen(out_name.c_str(), "rb"); 310 source_file2 = fopen(out_name.c_str(), "rb"); 350 source_file2 = fopen(out_name.c_str(), "rb"); 370 source_file2 = fopen(out_name.c_str(), "rb") [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/ |
RTPchange.cc | 27 FILE* in_file = fopen(argv[1], "rb"); 34 FILE* stat_file = fopen(argv[2], "rt"); 41 FILE* out_file = fopen(argv[3], "wb");
|
RTPtimeshift.cc | 33 FILE *inFile=fopen(argv[1],"rb"); 41 FILE *outFile=fopen(argv[2],"wb");
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/ |
file_before_streaming_test.cc | 44 FILE* input_file = fopen(input_filename_.c_str(), "wb"); 61 FILE* output_file = fopen(output_filename_.c_str(), "rb"); 84 FILE* output_file = fopen(output_filename_.c_str(), "rb");
|
/external/icu/icu4c/source/tools/toolutil/ |
filestrm.c | 34 FILE *file = fopen(filename, mode); 65 result = fopen(fn, md); 82 FILE* temp = fopen(filename, "r");
|
/external/skia/experimental/LightSymbolsUtil/lightsymbols/ |
lightsymbols.cc | 58 FILE* log = fopen("d:\\edisonn\\log.txt", "wt");
63 FILE* file = fopen(getenv(LIGHT_SYMBOLS_FILE), "rt");
87 file = fopen(getenv(LIGHT_SYMBOLS_FILE), "rt");
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
ISACHist.cc | 43 inFileList = fopen(argv[1], "r"); 50 outFile = fopen(argv[2], "w"); 117 audioFile = fopen(audioFileName, "rb");
|
/hardware/qcom/display/msm8226/libmemtrack/ |
kgsl.c | 66 fp = fopen(tmp, "r"); 79 fp = fopen(tmp, "r"); 86 smaps_fp = fopen(tmp, "r");
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/ |
insert_packet_with_timing.cc | 63 seq_num_fid_(fopen(FLAGS_seq_num.c_str(), "rt")), 64 send_ts_fid_(fopen(FLAGS_send_ts.c_str(), "rt")), 65 receive_ts_fid_(fopen(FLAGS_receive_ts.c_str(), "rt")), 66 pcm_out_fid_(fopen(FLAGS_output.c_str(), "wb")), 73 playout_timing_fid_(fopen("playout_timing.txt", "wt")) {} 291 delay_log = fopen(FLAGS_delay.c_str(), "wt");
|
/external/chromium_org/chrome/browser/net/ |
chrome_net_log.cc | 40 // Much like logging.h, bypass threading restrictions by using fopen 50 file = fopen(log_path.value().c_str(), "w");
|
/external/chromium_org/content/shell/browser/ |
shell_net_log.cc | 42 // Much like logging.h, bypass threading restrictions by using fopen 52 file = fopen(log_path.value().c_str(), "w");
|
/external/chromium_org/third_party/angle/src/libEGL/ |
main.cpp | 59 FILE *debug = fopen(TRACE_OUTPUT_FILE, "rt"); 64 debug = fopen(TRACE_OUTPUT_FILE, "wt"); // Erase
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
test_font_utils.cc | 71 input_file = fopen(input_file_path, "rb"); 91 output_file = fopen(file_path, "wb");
|
/external/chromium_org/third_party/skia/tests/ |
DocumentTest.cpp | 53 FILE* file = fopen(path.c_str(), "r"); 78 FILE* file = fopen(path.c_str(), "r");
|
/external/chromium_org/third_party/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");
|