/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_rtp_rtcp.cc | 504 FILE* inDump = fopen(inDumpName.c_str(), "r"); 508 FILE* outDump = fopen(outDumpName.c_str(), "r"); [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 1243 in = fopen (input_file, "r"); 1255 out = fopen (output_file, "w"); [all...] |
/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 623 infile = fopen(infilestr, "rb"); [all...] |
/external/libedit/src/ |
history.c | 745 if ((fp = fopen(fname, "r")) == NULL) 806 if ((fp = fopen(fname, "w")) == NULL)
|
/external/libpng/contrib/gregbook/ |
rpng-win.c | 211 infile = fopen("/etc/config/system.glGammaVal", "r"); 338 if (!(infile = fopen(filename, "rb"))) {
|
rpng-x.c | 198 infile = fopen("/etc/config/system.glGammaVal", "r"); 295 if (!(infile = fopen(filename, "rb"))) {
|
/external/libpng/contrib/libtests/ |
makepng.c | 731 FILE *ip = fopen(name, "rb"); [all...] |
pngunknown.c | 1113 fp = fopen(d.file, "rb"); [all...] |
/external/libselinux/src/ |
android.c | 293 fp = fopen(seapp_contexts_file[policy_index], "r"); 925 fp = fopen(PACKAGES_LIST_FILE, "r"); [all...] |
/external/libvpx/libvpx/ |
vpxdec.c | 479 FILE *file = fopen(name, "wb"); 650 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-script.c | 938 fp = fopen(filename, "r"); 1061 fp = fopen(filename, "r"); [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
machine.c | 682 file = fopen(version, "r"); 798 file = fopen(modules, "r"); [all...] |
/external/mesa3d/src/mesa/program/ |
prog_print.c | 1112 f = fopen(filename, "w"); [all...] |
/external/qemu/distrib/libselinux/src/ |
android.c | 286 fp = fopen(seapp_contexts_file[policy_index], "r"); 899 fp = fopen(PACKAGES_LIST_FILE, "r"); [all...] |
/external/qemu/hw/i386/ |
pc.c | 625 f = fopen(kernel_filename, "rb"); 709 fi = fopen(initrd_filename, "rb"); [all...] |
/external/sqlite/dist/orig/ |
shell.c | 21 ** Enable large-file support for fopen() and friends on unix. [all...] |
/external/sqlite/dist/ |
shell.c | 21 ** Enable large-file support for fopen() and friends on unix. [all...] |
/external/tinyxml/ |
tinyxml.cpp | 975 FILE* file = fopen( value.c_str (), "rb" ); 1089 FILE* fp = fopen( filename, "w" ); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 380 f = fopen(name, "r"); 1200 f = fopen(name, "w");
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 499 rawFp = fopen(fileName, "w"); 501 fprintf(stderr, "fopen raw failed: %s\n", strerror(errno)); [all...] |
/frameworks/av/media/libmedia/ |
MediaProfiles.cpp | 646 FILE *fp = fopen(defaultXmlFile, "r"); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxdec.c | 479 FILE *file = fopen(name, "wb"); 650 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin);
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
decoder_driver_test.c | 79 file_ptr = fopen (file_name,"rb"); 99 file_ptr = fopen ("/data/output.yuv","wb"); [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
decoder_driver_test.c | 79 file_ptr = fopen (file_name,"rb"); 99 file_ptr = fopen ("/data/output.yuv","wb"); [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 190 fOut = fopen(fOutFile, "at"); 238 FILE *fUptime = fopen("/proc/uptime", "r"); [all...] |