HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 851 - 875 of 2179) sorted by null

<<31323334353637383940>>

  /external/v8/test/cctest/
test-serialize.cc 173 fp_ = OS::FOpen(snapshot_file, "wb");
219 FILE* fp = OS::FOpen(name.start(), "w");
404 FILE* fp = OS::FOpen(name.start(), "r");
  /external/valgrind/unittest/
posix_tests.cc 582 // test141 FP. unlink/fopen, rmdir/opendir. {{{1
600 while ((tmp = fopen(filename, "r")) != NULL) {
628 printf("test141: FP. unlink/fopen, rmdir/opendir.\n");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c 149 finput = fopen(argv[argc-instCount+i],"rb");
178 decoder[i]->foutput = fopen(decoder[i]->outFileName, "wb");
400 fp = fopen("dec_api.trc", "at");
DecTestBench.c 174 finput = fopen(argv[argc-1],"rb");
453 foutput = fopen(filename, "wb");
682 fp = fopen("dec_api.trc", "at");
  /frameworks/compile/libbcc/lib/Support/
sha1.c 290 f = fopen(fname, "rb");
339 checkfile = fopen(fname, "rt");
466 FILE *fout = fopen(binary_output_file, "wb");
  /frameworks/native/cmds/dumpstate/
dumpstate.c 360 FILE *oom_adj = fopen("/proc/self/oom_adj", "w");
392 vibrator = fopen("/sys/class/timed_output/vibrator/enable", "w");
397 FILE *cmdline = fopen("/proc/cmdline", "r");
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 196 FILE *config = (config_file && *config_file) ? fopen(config_file, "rt") : NULL; \
225 else if (*out) (dbg).out_opened = (dbg).out = fopen(out, "w"); \
230 else if (*err) (dbg).err_opened = (dbg).err = fopen(err, "w"); \
  /system/core/libnetutils/
ifc_utils.c 353 FILE *f = fopen("/proc/net/if_inet6", "r");
657 fp = fopen("/proc/net/route", "r");
709 fp = fopen("/proc/net/route", "r");
  /bootable/recovery/applypatch/
imgdiff.c 195 FILE* f = fopen(filename, "rb");
385 FILE* f = fopen(filename, "rb");
644 FILE* f = fopen(ptemp, "rb");
801 FILE* f = fopen(argv[2], "rb");
995 FILE* f = fopen(argv[3], "wb");
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 260 pFile = fopen(fileName, "r");
267 pFile = fopen(fileName, "r");
280 pFile = fopen(fileName, "r");
290 pFile = fopen(fileName, "r");
363 pFile = fopen(tmpFileName, "r");
    [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 294 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
333 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
349 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
364 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
412 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
429 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
449 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 525 fIn = fopen(argv[1], "r");
533 fOut = fopen(argv[2], "w");
646 fIn = fopen(argv[1], "r");
652 fOut = fopen("TC6_G7261.G726", "w");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 447 fIn = fopen(argv[1], "r");
454 fOut = fopen(argv[2], "w");
531 fIn = fopen(argv[1], "r");
536 fOut = fopen("TC6_G7291.g729", "w");
    [all...]
  /build/tools/zipalign/
ZipFile.cpp 96 mZipFp = fopen(zipFileName, openflags);
99 ALOGD("fopen failed: %d\n", err);
384 inputFp = fopen(fileName, FILE_OPEN_RO);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp 316 file=fopen(filename, "rb");
704 file=fopen(filename, "wb");
    [all...]
  /external/libpng/
example.c 63 if ((*fp = fopen(file_name, "rb")) == NULL)
92 if ((fp = fopen(file_name, "rb")) == NULL)
569 fp = fopen(file_name, "wb");
  /external/libvorbis/lib/
res0.c 96 of=fopen(buffer,"a");
464 of=fopen(buffer,"a");
523 of=fopen(buffer,"a");
  /frameworks/base/tools/aapt/
ZipFile.cpp 96 mZipFp = fopen(zipFileName, openflags);
99 ALOGD("fopen failed: %d\n", err);
384 inputFp = fopen(fileName, FILE_OPEN_RO);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 249 extern FILE *fopen (__const char *__restrict __filename,
260 extern FILE *__REDIRECT (fopen, (__const char *__restrict __filename,
268 # define fopen fopen64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 249 extern FILE *fopen (__const char *__restrict __filename,
260 extern FILE *__REDIRECT (fopen, (__const char *__restrict __filename,
268 # define fopen fopen64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 249 extern FILE *fopen (__const char *__restrict __filename,
260 extern FILE *__REDIRECT (fopen, (__const char *__restrict __filename,
268 # define fopen fopen64
  /build/tools/atree/
atree.cpp 321 FILE *f = fopen(g_dependency.c_str(), "w");

Completed in 1367 milliseconds

<<31323334353637383940>>