/system/core/toolbox/grep/ |
D | file.c | 78 grep_refill(struct file *f) in grep_refill() 139 grep_fgetln(struct file *f, size_t *lenp) in grep_fgetln() 202 grep_file_init(struct file *f) in grep_file_init() 237 struct file *f; in grep_open() local 257 grep_close(struct file *f) in grep_close()
|
/system/core/adb/ |
D | sysdeps_win32.c | 126 FH f; in _fh_from_int() local 149 _fh_to_int( FH f ) in _fh_to_int() 161 FH f = NULL; in _fh_alloc() local 190 _fh_close( FH f ) in _fh_close() 214 _fh_file_init( FH f ) in _fh_file_init() 220 _fh_file_close( FH f ) in _fh_file_close() 228 _fh_file_read( FH f, void* buf, int len ) in _fh_file_read() 243 _fh_file_write( FH f, const void* buf, int len ) in _fh_file_write() 258 _fh_file_lseek( FH f, int pos, int origin ) in _fh_file_lseek() 305 FH f; in adb_open() local [all …]
|
/system/extras/latencytop/ |
D | latencytop.c | 175 FILE *f; in read_global_stats() local 233 FILE *f; in read_thread_stats() local 308 FILE *f; in set_latencytop() local 321 static void erase_latency_file(FILE *f) { in erase_latency_file() 325 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) { in read_latency_file()
|
/system/extras/tests/bionic/libc/bionic/ |
D | libdlclosetest1.cpp | 75 static Foo f; variable
|
/system/extras/tests/bionic/libc/common/ |
D | test_static_cpp_mutex.cpp | 64 static Foo f; variable
|
D | test_drand48.c | 58 float f = 123.456e14; in main() local
|
/system/extras/tests/bionic/libstdc++/ |
D | test_cmath.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
D | test_cstdlib.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
D | test_cstring.cpp | 37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
D | test_csetjmp.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
D | test_csignal.cpp | 37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
D | test_cstdio.cpp | 37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
D | test_ctime.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
/system/extras/fatblock/ |
D | read.c | 52 static int file_check_metadata(struct file *f) in file_check_metadata() 72 static int file_read(struct file *f, char *buf, offset_t off, offset_t len) in file_read()
|
/system/extras/tests/bionic/libc/other/ |
D | test_zlib.c | 177 FILE* f; in main() local 220 FILE* f = fopen(argv[1], "rb"); in main() local
|
/system/core/toolbox/ |
D | vmstat.c | 160 FILE *f; in read_meminfo() local 178 FILE *f; in read_stat() local 201 FILE *f; in read_vmstat() local
|
D | df.c | 53 FILE *f = fopen("/proc/mounts", "r"); in df_main() local
|
D | umount.c | 30 FILE* f; in is_loop_mount() local
|
/system/core/libcorkscrew/ |
D | test.c | 53 __attribute__ ((noinline)) int f(int i) { in f() function
|
/system/core/libzipfile/ |
D | zipfile.c | 30 release_zipfile(zipfile_t f) in release_zipfile() 43 lookup_zipentry(zipfile_t f, const char* entryName) in lookup_zipentry()
|
D | test_zipfile.c | 11 FILE* f; in main() local
|
/system/core/libpixelflinger/codeflinger/ |
D | blending.cpp | 255 integer_t& factor, int f, int component, in build_blend_factor() 475 const integer_t& f) in mul_factor() 566 const integer_t& f, in mul_factor_add()
|
/system/core/libcutils/ |
D | android_reboot.c | 33 FILE *f; in remount_ro_done() local
|
D | dir_hash.c | 70 FILE *f = fopen(path, "rb"); in get_file_hash() local 132 struct list *f; in recurse() local
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 116 const GGLFormat* f = &(c->formats[s->format]); in read_pixel() local 173 const GGLFormat* f = &(c->formats[s->format]); in write_pixel() local 260 const GGLFormat* f = &(c->formats[format]); in ggl_pack_color() local
|