/system/core/libutils/ |
D | Tokenizer.cpp | 30 static inline bool isDelimiter(char ch, const char* delimiters) { in isDelimiter() 116 char ch = *eol; in peekRemainderOfLine() local 132 char ch = *mCurrent; in nextToken() local 147 char ch = *(mCurrent++); in nextLine() local 161 char ch = *mCurrent; in skipDelimiters() local
|
D | Unicode.cpp | 226 char16_t ch; in strcmp16() local 240 char16_t ch; in strncmp16() local 261 char16_t ch; in strcpy16() local 444 static inline size_t utf8_codepoint_len(uint8_t ch) in utf8_codepoint_len()
|
/system/core/logwrapper/ |
D | logwrapper.cpp | 53 int ch; in main() local
|
/system/tools/sysprop/ |
D | Common.cpp | 80 return std::all_of(name.begin() + 1, name.end(), [](char ch) { in IsCorrectIdentifier() 90 return std::all_of(name.begin(), name.end(), [allowed_chars](char ch) { in IsCorrectName() 350 for (char& ch : str) { in ToUpper() local
|
D | CodeWriter.cpp | 54 char ch = buf[i]; in Write() local
|
/system/extras/simpleperf/ |
D | build_id.h | 48 unsigned char ch = 0; in BuildId() local
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | synthesis-sbc.c | 280 OI_UINT ch; in OI_SBC_SynthFrame_80() local 319 OI_UINT ch; in OI_SBC_SynthFrame_4SB() local 359 OI_UINT ch; in OI_SBC_SynthFrame_Enhanced() local
|
D | bitalloc.c | 125 OI_UINT ch, OI_UINT* preferredBitpool) { in computeBitneed() 333 BITNEED_UNION1* bitneeds, OI_UINT ch, in oneChannelBitAllocation()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | attribute.c | 78 char ch; in attribute_func() local
|
D | typecmp.c | 275 char ch, diff = 0, equiv = 0; in typecmp_func() local
|
D | neverallow.c | 491 char ch; in neverallow_func() local
|
/system/tools/hidl/host_utils/ |
D | StringHelper.cpp | 42 for (auto &ch : out) { in Uppercase() local 52 for (auto &ch : out) { in Lowercase() local
|
/system/bt/udrv/include/ |
D | uipc.h | 78 tUIPC_CHAN ch[UIPC_CH_NUM]; member
|
/system/media/audio_utils/tests/ |
D | fifo_threads.cpp | 151 int ch = getch(); in main() local
|
/system/core/libcutils/ |
D | properties.cpp | 35 char ch = buf[0]; in property_get_bool() local
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 1435 static size_t _get_char_ignoring_modifier(char* const ch, in _get_char_ignoring_modifier() 1488 static __inline__ size_t _get_non_control_char(char* const ch, in _get_non_control_char() 1495 static __inline__ size_t _get_non_alt_char(char* const ch, in _get_non_alt_char() 1510 char ch = *pch; in _get_control_character() local 1776 const CHAR ch = key_event->uChar.AsciiChar; in _console_read() local 2433 static inline size_t utf8_codepoint_len(uint8_t ch) { in utf8_codepoint_len() 2448 const char ch = *current; in ParseCompleteUTF8() local 2632 int adb_fputc(int ch, FILE* stream) { in adb_fputc() 2642 int adb_putchar(int ch) { in adb_putchar()
|
D | adb_utils.cpp | 178 int ch = p[i]; in dump_hex() local
|
D | transport.cpp | 947 for (char ch : qual) { in qual_match() local
|
/system/bt/service/ |
D | gatt_server_old.cc | 213 bluetooth::gatt::Characteristic& ch = in RequestReadCallback() local 264 bluetooth::gatt::Characteristic& ch = in RequestWriteCallback() local 705 Characteristic& ch = internal_->characteristics[attribute_id]; in SetCharacteristicValue() local
|
/system/sepolicy/tools/ |
D | sepolicy-check.c | 239 char ch; in main() local
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 331 int ch, int cl, // clear in downshift_component()
|
/system/bt/gd/packet/parser/ |
D | main.cc | 196 for (const auto& ch : decls.type_defs_queue_) { in generate_cpp_headers_one_file() local
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 728 int ch; in healthd_charger_main() local
|
/system/core/logcat/ |
D | logcat.cpp | 683 char ch = *cp; in Run() local
|
/system/core/adb/client/ |
D | commandline.cpp | 538 char ch = buffer_ptr[0]; in stdin_read_thread_loop() local
|