Searched
full:fopen (Results
876 -
900 of
2610) sorted by null
<<31323334353637383940>>
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
egl.cpp | 113 FILE *fp = fopen("/proc/self/cmdline", "rt"); 160 FILE *fp = fopen(GLES_EMUL_TARGETS_FILE, "rt");
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpegdec_test.c | 52 FILE *fp = fopen(filename, "w+"); \ 179 fp = fopen(p_obj->filename, "rb");
|
/external/bison/lib/ |
bitset_stats.c | 252 file = fopen (file_name, "r"); 282 file = fopen (file_name, "w");
|
/external/ceres-solver/internal/ceres/ |
linear_least_squares_problems.cc | 537 FILE* fptr = fopen(filename.c_str(), "w"); 564 FILE* fptr = fopen(filename.c_str(), "w");
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
test_util.h | 183 file_ = fopen(path, mode); 329 FILE* file = fopen("/proc/self/maps", "rb");
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
spooftest.c | 145 f = fopen(fileName, "r"); 154 f = fopen(fileName, "r");
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
filetst.c | 321 standardFile = fopen(STANDARD_TEST_FILE, "wb"); 326 standardFile = fopen(STANDARD_TEST_FILE, "wb"); 593 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w"); 613 stdFile = fopen(STANDARD_TEST_FILE, "r"); 729 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); 793 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 227 if(!(infile = fopen(argv[3], "rb"))) 239 if(!(outfile[i] = fopen(argv[i+4], "wb")))
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
read_pwd.c | 295 if ((tty=fopen("con","r")) == NULL) 301 if ((tty=fopen("/dev/tty","r")) == NULL)
|
/external/chromium_org/third_party/opus/src/src/ |
opus_compare.c | 219 fin1=fopen(_argv[1],"rb"); 224 fin2=fopen(_argv[2],"rb");
|
/external/dhcpcd/ |
if-linux.c | 85 fp = fopen(path, "w"); 104 fp = fopen(path, "r");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/ |
eclipse_1310.so | |
/external/flac/include/FLAC/ |
all.h | 218 * internally. For situations where fopen()ing by filename is not 277 * FILE *file = fopen("somefile.flac","rb");
|
/external/icu/icu4c/source/test/cintltst/ |
spooftest.c | 147 f = fopen(fileName, "rb"); 157 f = fopen(fileName, "rb");
|
/external/icu/icu4c/source/test/iotest/ |
filetst.c | 324 standardFile = fopen(STANDARD_TEST_FILE, "w"); 333 standardFile = fopen(STANDARD_TEST_FILE, "w"); 599 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w"); 619 stdFile = fopen(STANDARD_TEST_FILE, "r"); 735 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); 799 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); [all...] |
/external/iproute2/ip/ |
ip6tunnel.c | 267 FILE *fp = fopen("/proc/net/dev", "r"); 269 perror("fopen");
|
/external/iproute2/tc/ |
m_ematch.c | 56 FILE *fd = fopen(file, "r"); 94 FILE *fd = fopen(file, "r");
|
/external/iputils/ninfod/ |
ninfod.c | 452 return fopen(file, "w+x"); 463 if ((fp = fopen(opt_p, "r"))) {
|
/external/jpeg/ |
jpegtran.c | 409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
|
rdjpgcom.c | 34 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
|
/external/libopus/src/ |
opus_compare.c | 219 fin1=fopen(_argv[1],"rb"); 224 fin2=fopen(_argv[2],"rb");
|
/external/libvpx/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 227 if(!(infile = fopen(argv[3], "rb"))) 239 if(!(outfile[i] = fopen(argv[i+4], "wb")))
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/ |
trace-event-python.c | 488 fp = fopen(script, "r"); 552 ofp = fopen(fname, "w");
|
/external/openssl/crypto/des/ |
read_pwd.c | 295 if ((tty=fopen("con","r")) == NULL) 301 if ((tty=fopen("/dev/tty","r")) == NULL)
|
/external/qemu/android/utils/ |
ini.c | 261 FILE* fp = fopen(filepath, "rt"); 314 FILE* fp = fopen(filepath, "wt");
|
Completed in 1022 milliseconds
<<31323334353637383940>>