HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 226 - 250 of 2610) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
testlibmkv.c 58 FILE *file_out = fopen("test.mkv", "wb");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvwriter.cpp 54 file_ = fopen(filename, "wb");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_reader.c 32 FILE *const file = fopen(filename, "rb");
video_writer.c 39 FILE *const file = fopen(filename, "wb");
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 151 sysfsfp = fopen(filename, "r");
166 sysfsfp = fopen(filename, "r");
194 sysfsfp = fopen(filename, "w");
209 sysfsfp = fopen(filename, "w");
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/plugins/testexecplugin/src/
plugin_dll_test_exec.cc 54 FILE * fp=fopen(tmpn, "r+b");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libnss_files-2.11.1.so 
libnss_files.so 
libnss_files.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libnss_files-2.11.1.so 
libnss_files.so 
libnss_files.so.2 
  /system/core/libcutils/
cpu_info.c 36 file = fopen("proc/cpuinfo", "r");
  /system/core/toolbox/
df.c 53 FILE *f = fopen("/proc/mounts", "r");
umount.c 37 f = fopen("/proc/mounts", "r");
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
file.cc 67 FILE* file = fopen(name.c_str(), "rb");
86 FILE* file = fopen(name.c_str(), "wb");
88 << "fopen(" << name << ", \"wb\"): " << strerror(errno);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 98 if ((bitp = fopen(bitname, "wb")) == NULL) {
104 if ((inp = fopen(inname, "rb")) == NULL) {
108 if ((outp = fopen(outname, "wb")) == NULL) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 92 if ((inp = fopen(inname,"rb")) == NULL) {
96 if ((outbitp = fopen(outbit,"wb")) == NULL) {
100 if ((outp = fopen(outname,"wb")) == NULL) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 96 FILE* in_file=fopen(argv[1],"rb");
99 FILE* dat_file=fopen(argv[2],"rb");
102 FILE* out_file=fopen(argv[3],"wb");
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_test.cc 74 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL)
80 if ((_encodedFile = fopen(_encodedName.c_str(), "wb")) == NULL)
92 if ((_decodedFile = fopen(_outname.c_str(), mode)) == NULL)
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
color_enhancement_test.cc 32 source_file_ = fopen(video_file.c_str(), "rb");
38 FILE* modFile = fopen(output_file.c_str(), "w+b");
68 FILE* refFile = fopen(reference_filename.c_str(), "rb");
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
genmodule.c 85 in = fopen(inc->filename, "rt");
171 out = fopen(outfile, "wt");
181 in = fopen(argv[1], "rt");
  /external/chromium_org/third_party/zlib/contrib/minizip/
ioapi.h 16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
48 #define fopen64 fopen
53 #define fopen64 fopen
  /external/clang/test/Analysis/
taint-tester.c 97 if((fp=fopen("test", "w")) == 0) // expected-warning + {{tainted}}
102 // Test fscanf and fopen.
103 if((fp=fopen("test","r")) == 0) // expected-warning + {{tainted}}
  /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 << "fopen(" << name << ", \"wb\"): " << strerror(errno);

Completed in 202 milliseconds

1 2 3 4 5 6 7 8 91011>>