/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/common/ |
D | test_static_cpp_mutex.cpp | 58 static Foo f; variable
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/ |
D | proc_main.c | 61 FILE *f = fopen("/dev/console", "w" ); in main() local
|
/system/extras/tests/bionic/libstdc++/ |
D | test_cstdlib.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
D | test_cmath.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_csignal.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_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
|
D | test_cstddef.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
D | test_climits.cpp | 39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
|
/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
|
D | test_jpeg.c | 241 FILE* f; in main() local 311 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 | 31 FILE *f = fopen("/proc/mounts", "r"); in df_main() local
|
D | umount.c | 15 FILE* f; in is_loop_mount() local
|
/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 | 265 integer_t& factor, int f, int component, in build_blend_factor() 485 const integer_t& f) in mul_factor() 576 const integer_t& f, in mul_factor_add()
|
/system/core/libcutils/ |
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
|
/system/core/vold/ |
D | volmgr_ext3.c | 158 char **f; in ext_mount() local
|
/system/core/include/private/pixelflinger/ |
D | ggl_fixed.h | 48 GGLfixed gglFixedToIntRound(GGLfixed f) { in gglFixedToIntRound() 51 GGLfixed gglFixedToIntFloor(GGLfixed f) { in gglFixedToIntFloor() 54 GGLfixed gglFixedToIntCeil(GGLfixed f) { in gglFixedToIntCeil()
|