/external/libvpx/libvpx/vp8/decoder/ |
decodeframe.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | 795 FILE* f = fopen("enc_tree_probs.txt", "a"); [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
hists.c | 1176 fp = fopen(filename, "w"); [all...] |
/external/lldb/tools/driver/ |
Driver.cpp | [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 909 inline FILE* FOpen(const char* path, const char* mode) { 910 return fopen(path, mode); [all...] |
/external/tinyxml2/ |
tinyxml2.cpp | [all...] |
/external/valgrind/main/cachegrind/ |
cg_merge.c | 893 src.fp = fopen(src.filename, "r"); 924 outfile = fopen(outfilename, "w"); [all...] |
/external/zlib/src/examples/ |
gzlog.c | 227 #include <stdio.h> /* rename, fopen, fprintf, fclose */ 725 rec = fopen(log->path, "a"); [all...] |
/external/zlib/src/ |
make_vms.com | 161 $ write aconf "# define fopen64 fopen" 583 fp = fopen("temp.txt","r");
|
/hardware/intel/common/libva/test/encode/ |
avcenc.c | [all...] |
mpeg2enc.c | 600 ctx->ifp = fopen(argv[3], "rb"); 620 ctx->ofp = fopen(argv[4], "wb"); [all...] |
mpeg2vaenc.c | 600 ctx->ifp = fopen(argv[3], "rb"); 620 ctx->ofp = fopen(argv[4], "wb"); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
decodeframe.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
bitstream.c | 795 FILE* f = fopen("enc_tree_probs.txt", "a"); [all...] |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
ml_load_dmp.c | 288 if ((fp = fopen(dmp_path, "rb")) < 0) { 294 fp = fopen(out_file, "wt");
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
ml_load_dmp.c | 259 if ((fp = fopen(dmp_path, "rb")) < 0) { 265 fp = fopen(out_file, "wt");
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 810 fIn = fopen(szInFile, "r"); 1011 fOut = fopen(szOutFile, "w"); [all...] |
/ndk/sources/host-tools/ndk-depends/ |
ndk-depends.cc | 81 #define _tfopen fopen 797 FILE* file = fopen(ld_so_conf_path, "rb"); [all...] |
/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/ |
dmt_test.cc | 641 FILE* f = fopen( szFile, "r" ); 1095 FILE* f = fopen( szFile, "r" ); [all...] |
/system/core/adb/ |
adb.c | 970 fnul = fopen( "NUL", "rt" ); 974 flog = fopen( temp, "at" ); [all...] |
/system/netd/server/ |
BandwidthController.cpp | 789 fp = fopen(fname, "r"); 846 fp = fopen(fname, "w"); [all...] |
/bionic/libc/dns/resolv/ |
res_init.c | 292 if ((fp = fopen(_PATH_RESCONF, "r")) != NULL) {
|
/bionic/tests/ |
pthread_test.cpp | 847 FILE* fp = fopen("/proc/self/maps", "r");
|
/dalvik/tools/dmtracedump/ |
TraceDump.c | 1189 dataFp = fopen(gOptions.traceFileName, "rb"); [all...] |
/device/htc/flounder/gps/bcm/ |
gps.bcm47521.so | |