/system/core/debuggerd/test/ |
D | BacktraceMock.h | 56 virtual size_t Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { in Read() 81 void SetReadData(uint8_t* buffer, size_t bytes) { in SetReadData() 88 void SetPartialReadAmount(size_t bytes) { in SetPartialReadAmount()
|
/system/netd/server/ |
D | BandwidthController.cpp | 776 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota() 780 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota() 836 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota() 857 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd() 889 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd() 917 int BandwidthController::setGlobalAlert(int64_t bytes) { in setGlobalAlert() 1000 int BandwidthController::setSharedAlert(int64_t bytes) { in setSharedAlert() 1016 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert() 1062 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { in setCostlyAlert() 1141 int64_t packets, bytes; in parseForwardChainStats() local
|
D | CommandListener.cpp | 924 int64_t bytes; in runCommand() local 943 int64_t bytes; in runCommand() local
|
/system/core/libbacktrace/ |
D | BacktracePtrace.cpp | 65 size_t BacktracePtrace::Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { in Read()
|
D | BacktraceCurrent.cpp | 56 size_t BacktraceCurrent::Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { in Read()
|
D | backtrace_test.cpp | 900 void InitMemory(uint8_t* memory, size_t bytes) { in InitMemory()
|
/system/extras/memtrack/ |
D | memtrack.cpp | 70 ssize_t bytes; in isAvail() local 137 ssize_t bytes = read(fd, cmd_name_, sizeof(cmd_name_)); in getInformation() local
|
/system/core/libutils/ |
D | JenkinsHash.cpp | 33 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes()
|
D | BasicHashtable.cpp | 246 size_t bytes = count * mBucketSize; in allocateBuckets() local
|
D | String8.cpp | 105 const ssize_t bytes = utf16_to_utf8_length(in, len); in allocFromUTF16() local 127 const ssize_t bytes = utf32_to_utf8_length(in, len); in allocFromUTF32() local
|
D | Unicode.cpp | 99 static inline void utf32_codepoint_to_utf8(uint8_t* dstP, char32_t srcChar, size_t bytes) in utf32_codepoint_to_utf8()
|
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
D | humanize_number.c | 47 humanize_number(char *buf, size_t len, int64_t bytes, in humanize_number()
|
/system/core/debuggerd/ |
D | elf_utils.cpp | 77 for (size_t bytes = 0; bytes < nhdr.n_descsz; bytes++) { in get_build_id() local
|
D | utility.cpp | 153 size_t bytes = backtrace->Read(addr, reinterpret_cast<uint8_t*>(data), sizeof(data)); local
|
D | debuggerd.cpp | 281 ssize_t bytes = TEMP_FAILURE_RETRY(read(fd, &ehdr, sizeof(ehdr))); in is32bit() local
|
/system/vold/ |
D | TrimTask.cpp | 106 static void notifyResult(const std::string& path, int64_t bytes, int64_t delta) { in notifyResult()
|
D | Utils.cpp | 329 status_t ReadRandomBytes(size_t bytes, std::string& out) { in ReadRandomBytes()
|
/system/extras/tests/suspend_stress/ |
D | suspend_stress.cpp | 146 ssize_t bytes = read(fd, &fired, sizeof(fired)); in main() local
|
/system/bt/btcore/src/ |
D | bdaddr.c | 97 const char *bytes = (const char *)key; in hash_function_bdaddr() local
|
/system/core/include/utils/ |
D | String8.h | 281 inline size_t String8::bytes() const in bytes() function
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 334 bool push_back(TypedTag<KM_BYTES, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 352 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 362 bool push_back(TypedTag<Type, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
|
/system/extras/verity/ |
D | verify_boot_signature.c | 236 ssize_t bytes = 0; in hash_image() local
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 182 static int calc_audiotime(struct a2dp_config cfg, int bytes) in calc_audiotime() 550 size_t bytes) in out_write() 925 size_t bytes) in in_read()
|
/system/core/init/ |
D | util.cpp | 469 std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { in bytes_to_hex()
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.h | 101 uint64_t bytes; /* # of bytes written */ member
|