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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_processing/vad/
standalone_vad_unittest.cc 67 fopen(test::ResourcePath("audio_processing/agc/agc_audio", "pcm").c_str(),
71 FILE* reference_file = fopen(
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.h 100 FILE* fp = fopen(m_filename, "wb"); \
110 FILE* fp = fopen(m_filename, "ab"); \
  /frameworks/av/media/libeffects/lvm/tests/
snr.cpp 74 FILE *fref = fopen(argv[1], "rb");
75 FILE *finp = fopen(argv[2], "rb");
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 131 FILE *fp = fopen(m_filename, "wb"); \
140 FILE *fp = fopen(m_filename, "ab"); \
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 149 FILE *fp = fopen(m_filename, "wb"); \
158 FILE *fp = fopen(m_filename, "ab"); \
  /external/autotest/client/profilers/powertop/src/
powertop.c 185 file = fopen("/proc/interrupts", "r");
285 file = fopen(line, "r");
356 file = fopen(filename, "r");
387 file = fopen(filename, "r");
400 file = fopen(filename, "r");
452 file = fopen("/proc/timer_stats", "w");
463 file = fopen("/proc/timer_stats", "w");
512 file = fopen(filename, "r");
583 fd = fopen("/proc/pmu/info", "r");
606 fd = fopen(file_name, "r")
    [all...]
  /bionic/libc/bionic/
sysinfo.cpp 66 FILE* fp = fopen("/sys/devices/system/cpu/online", "re");
  /bionic/libc/upstream-netbsd/lib/libc/gen/
utmp.c 64 if ((ut = fopen(utfile, "re")) == NULL)
  /build/kati/
regen_dump.cc 55 FILE* fp = fopen(argv[argc - 1], "rb");
57 PERROR("fopen");
  /cts/tests/tests/os/jni/
android_os_cts_NoExecutePermissionTest.cpp 29 FILE *fp = fopen("/proc/self/maps", "re");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
PBlackBox.h 104 FILE *f = fopen(fname, "r");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
PBlackBox.h 74 FILE *f = fopen(fname, "r");
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
aliasname.c 63 fp = fopen(dbname, "r");
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fopen.c 2 Implementation of fopen as declared in <stdio.h>.
43 NetBSD: fopen.c,v 1.12 2003/08/07 16:43:24 agc Exp
44 fopen.c 8.1 (Berkeley) 6/4/93"
60 fopen(const char *file, const char *mode) function
  /external/blktrace/
verify_blkparse.c 41 f = fopen(argv[1], "r");
43 perror("fopen");
  /external/compiler-rt/test/asan/TestCases/Linux/
stack-overflow-sigbus.cc 50 FILE *f = fopen("/proc/self/maps", "r");
  /external/compiler-rt/test/profile/Linux/
instrprof-merge-vp.c 69 FILE *File = fopen(FileN, "r");
  /external/curl/docs/examples/
ftpsget.c 43 out->stream = fopen(out->filename, "wb");
httpput.c 81 hd_src = fopen(file, "rb");
sftpget.c 52 out->stream = fopen(out->filename, "wb");
simplessl.c 74 headerfile = fopen(pHeaderFile, "wb");
  /external/curl/tests/libtest/
lib541.c 47 hd_src = fopen(libtest_arg2, "rb");
49 fprintf(stderr, "fopen failed with error: %d %s\n",
lib578.c 34 FILE *moo = fopen(libtest_arg2, "wb");
lib599.c 83 moo = fopen(libtest_arg2, "wb");
  /external/curl/tests/
memanalyze.pl 289 # FILE url.c:1282 fopen("blabla") = 0x5ddd
301 $fopen{$4}=1;
308 if(!$fopen{$1}) {
309 print "fclose() without fopen(): $line\n";
312 $fopen{$1}=0;
395 for(keys %fopen) {
396 if($fopen{$_} == 1) {
397 print "fopen() called at ".$fopenfile{$_}."\n";

Completed in 470 milliseconds

1 2 3 4 5 6 7 8 91011>>