/system/vold/bench/ |
D | benchgen.py | 180 fd, f, handle = extract_file(e, e.ret) variable 189 fd, f, handle = extract_file(e, e.args[0]) variable 195 fd, f, handle = extract_file(e, e.args[0]) variable 200 fd, f, handle = extract_file(e, e.args[0]) variable 205 fd, f, handle = extract_file(e, e.args[0]) variable 214 fd, f, handle = extract_file(e, e.args[0]) variable 223 fd, f, handle = extract_file(e, e.args[0]) variable 231 fd, f, handle = extract_file(e, e.args[0]) variable 239 fd, f, handle = extract_file(e, e.args[0]) variable 245 fd, f, handle = extract_file(e, e.args[0]) variable [all …]
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | file.c | 78 grep_refill(struct file *f) in grep_refill() 141 grep_fgetln(struct file *f, size_t *lenp) in grep_fgetln() 204 grep_file_init(struct file *f) in grep_file_init() 239 struct file *f; in grep_open() local 259 grep_close(struct file *f) in grep_close()
|
/system/media/audio_utils/include/audio_utils/ |
D | primitives.h | 521 static inline int16_t clamp16_from_float(float f) in clamp16_from_float() 533 float f; in clamp16_from_float() member 560 static inline uint8_t clamp8_from_float(float f) in clamp8_from_float() 572 float f; in clamp8_from_float() member 596 static inline int32_t clamp24_from_float(float f) in clamp24_from_float() 639 static inline int32_t clampq4_27_from_float(float f) in clampq4_27_from_float() 664 static inline int32_t clamp32_from_float(float f) in clamp32_from_float() 739 static inline uint32_t u4_28_from_float(float f) in u4_28_from_float() 762 static inline uint16_t u4_12_from_float(float f) in u4_12_from_float()
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 177 FH f; in _fh_from_int() local 200 _fh_to_int( FH f ) in _fh_to_int() 212 FH f = NULL; in _fh_alloc() local 241 _fh_close( FH f ) in _fh_close() 260 static void _fh_file_init( FH f ) { in _fh_file_init() 264 static int _fh_file_close( FH f ) { in _fh_file_close() 270 static int _fh_file_read( FH f, void* buf, int len ) { in _fh_file_read() 283 static int _fh_file_write( FH f, const void* buf, int len ) { in _fh_file_write() 296 static int _fh_file_lseek( FH f, int pos, int origin ) { in _fh_file_lseek() 331 FH f; in adb_open() local [all …]
|
D | adb_auth_client.cpp | 56 FILE *f; in read_keys() local 128 FILE *f; in adb_auth_generate_token() local
|
/system/extras/latencytop/ |
D | latencytop.c | 176 FILE *f; in read_global_stats() local 234 FILE *f; in read_thread_stats() local 309 FILE *f; in set_latencytop() local 322 static void erase_latency_file(FILE *f) { in erase_latency_file() 326 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) { in read_latency_file()
|
/system/core/libcutils/arch-arm64/ |
D | android_memset.S | 55 #define ENTRY(f) \ argument 63 #define END(f) \ argument
|
/system/core/include/utils/ |
D | AndroidThreads.h | 99 inline bool createThread(thread_func_t f, void *a) { in createThread()
|
/system/extras/verity/ |
D | generate_verity_key.c | 117 FILE *f = NULL; in convert_x509() local 177 FILE *f = NULL; in generate_key() local
|
/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/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/debuggerd/arm64/ |
D | machine.cpp | 79 struct user_fpsimd_state f; in dump_registers() local
|
/system/core/toolbox/ |
D | df.c | 53 FILE *f = fopen("/proc/mounts", "r"); in df_main() local
|
D | mount.c | 240 FILE* f; in print_mounts() local 262 FILE *f; in get_mounts_dev_dir() local
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_utils.h | 109 #define OI_ScheduleCallback(f, a, t) OI_ScheduleCallbackFunction(f, a, t, NULL); argument
|
/system/media/audio_utils/tests/ |
D | primitives_tests.cpp | 37 inline void testClamp8(float f) in testClamp8() 58 inline void testClamp16(float f) in testClamp16() 78 inline void testClamp24(float f) in testClamp24() 128 float f; in TEST() member
|
/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/media/camera/include/system/ |
D | camera_metadata.h | 89 float *f; member 108 const float *f; member
|
/system/core/liblog/ |
D | log_time.cpp | 54 for (char *f = cp = fmt; ; ++cp) { in strptime() local
|
/system/core/libmemtrack/ |
D | memtrack_test.c | 30 FILE *f; in getprocname() local
|
/system/extras/kexec_tools/ |
D | kexecload.c | 29 int get_file_size(int f) in get_file_size()
|
/system/extras/perfprofd/quipper/base/ |
D | macros.h | 136 inline To implicit_cast(From const &f) { in implicit_cast()
|
/system/extras/ext4_utils/ |
D | canned_fs_config.c | 44 FILE* f = fopen(fn, "r"); in load_canned_fs_config() local
|
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/ |
D | col32cb16blend_test.c | 67 int f = 0x100 - (srcAlpha + (srcAlpha>>7)); in scanline_col32cb16blend_c() local
|