/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libnss_hesiod.so.2 | |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_file.c | 69 /* Following definition aliases fopen to fopen64 on above mentioned 138 * back to fopen... 158 file = fopen(filename,mode); 162 file = fopen(filename,mode); 165 file=fopen(filename,mode); 170 ERR_add_error_data(5,"fopen('",filename,"','",mode,"')"); 183 BIO_clear_flags(ret,BIO_FLAGS_UPLINK); /* we did fopen -> we disengage UPLINK */ 395 fp=fopen(ptr,p); 399 ERR_add_error_data(5,"fopen('",ptr,"','",p,"')"); 406 BIO_clear_flags(b,BIO_FLAGS_UPLINK); /* we did fopen -> we disengage UPLINK * [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 143 fy = fopen("bit_rate.dat", "w"); 145 fy = fopen("bytes_frames.dat", "w"); 150 //histfile = fopen("histo.dat", "ab"); 151 //ratefile = fopen("rates.dat", "ab"); 240 f_bn = fopen(bottleneck_file, "rb"); 257 * fid = fopen('bottleneck.txt', 'wb'); 273 if ((inp = fopen(inname,"rb")) == NULL) { 277 if ((outp = fopen(outname,"wb")) == NULL) { 292 if ((bitsp = fopen(bitfilename,"wb")) == NULL) { 657 fy = fopen("bit_rate.dat", "a") [all...] |
/external/openssl/crypto/bio/ |
bss_file.c | 69 /* Following definition aliases fopen to fopen64 on above mentioned 138 * back to fopen... 158 file = fopen(filename,mode); 162 file = fopen(filename,mode); 165 file=fopen(filename,mode); 170 ERR_add_error_data(5,"fopen('",filename,"','",mode,"')"); 183 BIO_clear_flags(ret,BIO_FLAGS_UPLINK); /* we did fopen -> we disengage UPLINK */ 395 fp=fopen(ptr,p); 399 ERR_add_error_data(5,"fopen('",ptr,"','",p,"')"); 406 BIO_clear_flags(b,BIO_FLAGS_UPLINK); /* we did fopen -> we disengage UPLINK * [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 143 fy = fopen("bit_rate.dat", "w"); 145 fy = fopen("bytes_frames.dat", "w"); 150 //histfile = fopen("histo.dat", "ab"); 151 //ratefile = fopen("rates.dat", "ab"); 240 f_bn = fopen(bottleneck_file, "rb"); 257 * fid = fopen('bottleneck.txt', 'wb'); 273 if ((inp = fopen(inname,"rb")) == NULL) { 277 if ((outp = fopen(outname,"wb")) == NULL) { 292 if ((bitsp = fopen(bitfilename,"wb")) == NULL) { 657 fy = fopen("bit_rate.dat", "a") [all...] |
/external/e2fsprogs/util/ |
subst.c | 273 old_f = fopen(outfn, "r"); 276 new_f = fopen(newfn, "r"); 315 in = fopen(optarg, "r"); 336 in = fopen(argv[optind], "r"); 354 out = fopen(newfn, "w");
|
/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");
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
ReleaseTest-API.cc | 109 fy = fopen("bit_rate.dat", "w"); 111 fy = fopen("bytes_frames.dat", "w"); 310 plFile = fopen( argv[i+1], "rb" ); 332 fp_gns = fopen(gns_file, "rb"); 351 f_bn = fopen(bottleneck_file, "rb"); 372 * fid = fopen('bottleneck.txt', 'wb'); 440 if((inp = fopen(inname,"rb")) == NULL) 447 if((outp = fopen(outname,"wb")) == NULL) 456 if((vadp = fopen(vadfile,"rb")) == NULL) 464 if((bandwidthp = fopen("bwe.pcm","wb")) == NULL [all...] |
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
nacl_io.rst | 30 standard POSIX I/O function such as ``fopen``, ``fseek``, ``fread``, 91 #. select the fopen command (when you select a command the fields in the line 94 #. check the write checkbox and press the fopen button 100 #. select the fopen command 102 #. check the fread checkbox and press the fopen button 175 browser. There is a separate ``Handle*`` function for each command: fopen,
|
/external/srec/tools/make_ve_grammar/ |
make_ve_grammar.c | 131 if ( (pfile = fopen(arbfile, "r")) != NULL ){ 152 pFile_PCLG = fopen(filen,"w"); 157 pFile_map = fopen(filen,"w"); 162 pFile_P = fopen(filen,"w"); 167 pFile_Grev = fopen(filen,"w"); 172 pFile_script = fopen(filen,"w");
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
fopen.c | 34 static char sccsid[] = "@(#)fopen.c 8.1 (Berkeley) 6/4/93"; 52 fopen(const char * __restrict file, const char * __restrict mode) function
|
/external/bzip2/ |
dlltest.c | 124 if((fp_w = fopen(fn_w,"wb"))==NULL){
147 if((fp_r = fopen(fn_r,"rb"))==NULL){
|
/external/ceres-solver/internal/ceres/ |
file.cc | 44 FILE* file_descriptor = fopen(filename.c_str(), "wb"); 53 FILE* file_descriptor = fopen(filename.c_str(), "r");
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
resize_util.c | 69 fpin = fopen(fin, "rb"); 75 fpout = fopen(fout, "wb");
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxstats.c | 24 stats->file = fopen(fpf, "wb"); 42 stats->file = fopen(fpf, "rb");
|
/external/chromium_org/third_party/npapi/npspy/common/ |
utils.cpp | 73 return (XP_HFILE)fopen(szFileName, "w+"); 84 return (XP_HFILE)fopen(szFileName, "r+");
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
chrome_subsetter.cc | 48 input_file = fopen(input_file_path, "rb"); 70 output_file = fopen(output_file_path, "wb");
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
file_io_test.cc | 31 file_handle = fopen(SAMPLE_TTF_FILE, "rb"); 92 file_handle = fopen(SAMPLE_TTF_FILE, "rb");
|
/external/chromium_org/third_party/skia/src/ports/ |
SkOSFile_stdio.cpp | 35 //TODO: on Windows fopen is just ASCII or the current code page, 37 return (SkFILE*)::fopen(path, perm);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/ |
audio_codec_speed_test.cc | 43 FILE* fp = fopen(in_filename_.c_str(), "rb"); 83 out_file_ = fopen(out_filename.c_str(), "wb");
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/ |
audio_classifier_test.cc | 59 FILE* in_file = fopen(input_filename.c_str(), "rb"); 65 FILE* out_file = fopen(output_filename.c_str(), "wb");
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/ |
echo_control_mobile.c | 120 aecm->aecmCore->farFile = fopen("aecFar.pcm","wb"); 121 aecm->aecmCore->nearFile = fopen("aecNear.pcm","wb"); 122 aecm->aecmCore->outFile = fopen("aecOut.pcm","wb"); 123 //aecm->aecmCore->outLpFile = fopen("aecOutLp.pcm","wb"); 125 aecm->bufFile = fopen("aecBuf.dat", "wb"); 126 aecm->delayFile = fopen("aecDelay.dat", "wb"); 127 aecm->preCompFile = fopen("preComp.pcm", "wb"); 128 aecm->postCompFile = fopen("postComp.pcm", "wb");
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
media_opt_test.cc | 128 _fpinp = fopen("dat_inp","rb"); 129 _fpout = fopen("test_runs/dat_out","ab"); 130 _fpout2 = fopen("test_runs/dat_out2","ab"); 175 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL) 181 if ((_decodedFile = fopen(_outname.c_str(), "wb")) == NULL) 187 if ((_actualSourceFile = fopen(_actualSourcename.c_str(), "wb")) == NULL) 401 _outputRes=fopen((test::OutputPath() + "VCM_MediaOptResults.txt").c_str(), 525 _fpinp = fopen("dat_inp","wb");
|
test_util.cc | 121 timing_file_ = fopen((basename + "_renderTiming.txt").c_str(), "w"); 137 out_file_ = fopen(filename_with_width_height.c_str(), "wb");
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/ |
denoising_test.cc | 33 FILE* denoiseFile = fopen(denoise_filename.c_str(), "wb"); 39 FILE* noiseFile = fopen(noise_filename.c_str(), "wb");
|