Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 42) sorted by relevance

12

/system/core/adb/
Dsysdeps_win32.c126 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/
Dlatencytop.c175 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/
Dtest_static_cpp_mutex.cpp58 static Foo f; variable
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
Dproc_main.c61 FILE *f = fopen("/dev/console", "w" ); in main() local
/system/extras/tests/bionic/libstdc++/
Dtest_cstdlib.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
Dtest_cmath.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
Dtest_cstring.cpp37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
Dtest_csignal.cpp37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
Dtest_csetjmp.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
Dtest_cstdio.cpp37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
Dtest_ctime.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
Dtest_cstddef.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
Dtest_climits.cpp39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; argument
/system/extras/tests/bionic/libc/other/
Dtest_zlib.c177 FILE* f; in main() local
220 FILE* f = fopen(argv[1], "rb"); in main() local
Dtest_jpeg.c241 FILE* f; in main() local
311 FILE* f = fopen( argv[1], "rb" ); in main() local
/system/core/toolbox/
Dvmstat.c160 FILE *f; in read_meminfo() local
178 FILE *f; in read_stat() local
201 FILE *f; in read_vmstat() local
Ddf.c31 FILE *f = fopen("/proc/mounts", "r"); in df_main() local
Dumount.c15 FILE* f; in is_loop_mount() local
/system/core/libzipfile/
Dzipfile.c30 release_zipfile(zipfile_t f) in release_zipfile()
43 lookup_zipentry(zipfile_t f, const char* entryName) in lookup_zipentry()
Dtest_zipfile.c11 FILE* f; in main() local
/system/core/libpixelflinger/codeflinger/
Dblending.cpp265 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/
Ddir_hash.c70 FILE *f = fopen(path, "rb"); in get_file_hash() local
132 struct list *f; in recurse() local
/system/core/libpixelflinger/
Dbuffer.cpp116 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/
Dvolmgr_ext3.c158 char **f; in ext_mount() local
/system/core/include/private/pixelflinger/
Dggl_fixed.h48 GGLfixed gglFixedToIntRound(GGLfixed f) { in gglFixedToIntRound()
51 GGLfixed gglFixedToIntFloor(GGLfixed f) { in gglFixedToIntFloor()
54 GGLfixed gglFixedToIntCeil(GGLfixed f) { in gglFixedToIntCeil()

12