/system/extras/libfec/ |
D | fec_open.cpp | 89 static int find_verity_offset(fec_handle *f, uint64_t *offset) in find_verity_offset() 99 static int parse_ecc_header(fec_handle *f, uint64_t offset) in parse_ecc_header() 205 static int parse_ecc(fec_handle *f, uint64_t offset) in parse_ecc() 227 static int get_squashfs_size(fec_handle *f, uint64_t *offset) in get_squashfs_size() 255 static int get_ext4_size(fec_handle *f, uint64_t *offset) in get_ext4_size() 282 static int get_fs_size(fec_handle *f, uint64_t *offset) in get_fs_size() 311 static int load_verity(fec_handle *f) in load_verity() 352 static int load_ecc(fec_handle *f) in load_ecc() 369 static int get_size(fec_handle *f) in get_size() 400 static void reset_handle(fec_handle *f) in reset_handle() [all …]
|
D | fec_read.cpp | 67 static inline bool is_erasure(fec_handle *f, uint64_t offset, in is_erasure() 85 static inline bool is_zero(fec_handle *f, uint64_t offset) in is_zero() 105 static int __ecc_read(fec_handle *f, void *rs, uint8_t *dest, uint64_t offset, in __ecc_read() 206 static int ecc_init(fec_handle *f, rs_unique_ptr& rs, in ecc_init() 232 static ssize_t ecc_read(fec_handle *f, uint8_t *dest, size_t count, in ecc_read() 283 static ssize_t verity_read(fec_handle *f, uint8_t *dest, size_t count, in verity_read() 402 int fec_seek(struct fec_handle *f, int64_t offset, int whence) in fec_seek() 443 ssize_t fec_read(struct fec_handle *f, void *buf, size_t count) in fec_read() 470 bool raw_pread(fec_handle *f, void *buf, size_t count, uint64_t offset) in raw_pread() 494 bool raw_pwrite(fec_handle *f, const void *buf, size_t count, uint64_t offset) in raw_pwrite() [all …]
|
D | fec_verity.cpp | 120 static inline int verity_hash(fec_handle *f, const uint8_t *block, in verity_hash() 140 bool verity_check_block(fec_handle *f, const uint8_t *expected, in verity_check_block() 159 static bool ecc_read_hashes(fec_handle *f, uint64_t hash_offset, in ecc_read_hashes() 185 static int verify_tree(fec_handle *f, const uint8_t *root) in verify_tree() 322 static int parse_table(fec_handle *f, uint64_t offset, uint32_t size) in parse_table() 456 static int rewrite_metadata(fec_handle *f, uint64_t offset) in rewrite_metadata() 484 static int validate_header(const fec_handle *f, const verity_header *header, in validate_header() 525 int verity_parse_header(fec_handle *f, uint64_t offset) in verity_parse_header() 612 int fec_verity_set_status(struct fec_handle *f, bool enabled) in fec_verity_set_status()
|
D | fec_process.cpp | 21 fec_handle *f; member 43 ssize_t process(fec_handle *f, uint8_t *buf, size_t count, uint64_t offset, in process()
|
/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 | 602 static inline int16_t clamp16_from_float(float f) in clamp16_from_float() 614 float f; in clamp16_from_float() member 641 static inline uint8_t clamp8_from_float(float f) in clamp8_from_float() 653 float f; in clamp8_from_float() member 678 static inline int32_t clamp24_from_float(float f) in clamp24_from_float() 723 static inline int32_t clampq4_27_from_float(float f) in clampq4_27_from_float() 749 static inline int32_t clamp32_from_float(float f) in clamp32_from_float() 828 static inline uint32_t u4_28_from_float(float f) in u4_28_from_float() 852 static inline uint16_t u4_12_from_float(float f) in u4_12_from_float()
|
/system/extras/tests/workloads/ |
D | powerave.py | 24 f = open(argvrem[2], "r") variable 26 f = sys.stdin variable
|
/system/core/mkbootimg/ |
D | mkbootimg | 25 def filesize(f): argument 34 def update_sha(sha, f): argument 43 def pad_file(f, padding): argument
|
/system/core/libcutils/arch-arm64/ |
D | android_memset.S | 55 #define ENTRY(f) \ argument 63 #define END(f) \ argument
|
/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/adb/ |
D | sysdeps_win32.cpp | 203 FH f; in _fh_from_int() local 228 _fh_to_int( FH f ) in _fh_to_int() 239 FH f = NULL; in _fh_alloc() local 266 _fh_close( FH f ) in _fh_close() 313 static void _fh_file_init( FH f ) { in _fh_file_init() 317 static int _fh_file_close( FH f ) { in _fh_file_close() 323 static int _fh_file_read( FH f, void* buf, int len ) { in _fh_file_read() 336 static int _fh_file_write( FH f, const void* buf, int len ) { in _fh_file_write() 349 static int _fh_file_lseek( FH f, int pos, int origin ) { in _fh_file_lseek() 384 FH f; in adb_open() local [all …]
|
D | adb_auth_client.cpp | 57 FILE *f; in read_keys() local 129 FILE *f; in adb_auth_generate_token() local
|
/system/core/include/utils/ |
D | AndroidThreads.h | 99 inline bool createThread(thread_func_t f, void *a) { in createThread()
|
/system/core/libmemunreachable/ |
D | HeapWalker.h | 107 inline void HeapWalker::ForEachPtrInRange(const Range& range, F&& f) { in ForEachPtrInRange() 122 inline void HeapWalker::ForEachAllocation(F&& f) { in ForEachAllocation()
|
D | ScopedSignalHandler.h | 39 void install(int signal, F&& f) { in install()
|
/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/memcpy-perf/ |
D | graph_memcpy.py | 20 f = open(arg) variable
|
/system/core/debuggerd/arm64/ |
D | machine.cpp | 81 struct user_fpsimd_state f; in dump_registers() 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/bt/embdrv/sbc/decoder/include/ |
D | oi_utils.h | 109 #define OI_ScheduleCallback(f, a, t) OI_ScheduleCallbackFunction(f, a, t, NULL); argument
|
/system/extras/iotop/ |
D | tasklist.cpp | 31 static bool ScanPidsInDir(std::string name, Func f) { in ScanPidsInDir()
|
/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/core/liblog/ |
D | log_time.cpp | 55 for (char *f = cp = fmt; ; ++cp) { in strptime() local
|