/prebuilts/sdk/renderscript/lib/mips/ |
libc.so | |
/prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/mips/ |
libc.so | |
/external/bison/tests/ |
named-refs.at | 155 input = fopen (argv[1], "r");
|
/external/chromium_org/native_client_sdk/doc_generated/devguide/devcycle/ |
building.html | 512 <code>fopen</code>, <code>fread</code>, <code>fwrite</code>, <code>fseek</code>, and <code>fclose</code>. [all...] |
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
building.rst | 590 ``fopen``, ``fread``, ``fwrite``, ``fseek``, and ``fclose``.
|
/external/chromium_org/native_client_sdk/src/doc/ |
faq.rst | 519 functions (e.g. open/fopen/read/write/...). See :doc:`Using NaCl I/O
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
encodeframe.c | 214 FILE *f = fopen("norm_act.stt", "a"); [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.cpp | 48 return fopen( filename, mode ); [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
ChangeLog | 392 * Use open instead of fopen to avoid memory alloc (csilvers) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
perfect.c | [all...] |
/external/chromium_org/v8/src/x87/ |
assembler-x87.cc | [all...] |
/external/dnsmasq/src/ |
network.c | 1155 if (!(f = fopen(fname, "r"))) [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 577 f = fopen(prf->filespec, "r"); [all...] |
/external/iptables/libxtables/ |
xtoptions.c | 1115 fp = fopen(file, "re"); [all...] |
/external/jpeg/ |
libjpeg.doc | 297 if ((outfile = fopen(filename, "wb")) == NULL) { 308 behavior, you may need to use a "b" option to fopen (as shown above), or use 544 if ((infile = fopen(filename, "rb")) == NULL) { 555 a "b" option to fopen (as shown above), or use setmode() or another routine to [all...] |
/external/libcxx/include/ |
fstream | 525 __file_ = fopen(__s, __mdstr); [all...] |
/external/libpcap/ |
pcap-sita.c | 266 if ((fp = fopen("/etc/hosts", "r")) == NULL) { /* try to open the hosts file and if it fails */ [all...] |
/external/libpng/contrib/libtests/ |
pngimage.c | 709 fp = fopen(filename, "rb"); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
encodeframe.c | 214 FILE *f = fopen("norm_act.stt", "a"); [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-stat.c | [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
probe-finder.c | 880 fp = fopen(fname, "r"); [all...] |
/external/pixman/test/ |
utils.c | 486 FILE *f = fopen (filename, "wb"); [all...] |
/external/ppp/pppd/ |
options.c | 404 f = fopen(filename, "r"); [all...] |
/external/qemu/android/ |
main.c | [all...] |