/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 | 194 char16_t ch; in strcmp16() local 208 char16_t ch; in strncmp16() local 356 static inline size_t utf8_codepoint_len(uint8_t ch) in utf8_codepoint_len()
|
/system/logging/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() 352 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 | 46 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/iorap/src/inode2filename/ |
D | data_source.cc | 88 s.erase(s.begin(), std::find_if(s.begin(), s.end(), [](int ch) { in LeftTrim()
|
D | out_of_process_inode_resolver.cc | 114 s.erase(s.begin(), std::find_if(s.begin(), s.end(), [](int ch) { in LeftTrim()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapuserd.cpp | 57 struct CowHeader* ch = reinterpret_cast<struct CowHeader*>(mapped_addr_); in CommitMerge() local 273 struct CowHeader* ch = reinterpret_cast<struct CowHeader*>(mapped_addr_); in CheckMergeCompletionStatus() local
|
D | inspect_cow.cpp | 144 int ch; in main() 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/bt/service/ |
D | gatt_server_old.cc | 214 bluetooth::gatt::Characteristic& ch = in RequestReadCallback() local 265 bluetooth::gatt::Characteristic& ch = in RequestWriteCallback() local 708 Characteristic& ch = internal_->characteristics[attribute_id]; in SetCharacteristicValue() local
|
/system/sepolicy/tools/ |
D | sepolicy-check.c | 239 char ch; in main() local
|
/system/bt/gd/packet/parser/ |
D | gen_cpp.cc | 164 for (const auto& ch : decls.type_defs_queue_) { in generate_cpp_headers_one_file() local
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 781 int ch; in healthd_charger_main() local
|
/system/logging/logcat/ |
D | logcat.cpp | 686 char ch = *cp; in Run() local
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 2829 uint8_t ch = (uint8_t)utf8str[offset]; in find_utf8_char_boundary() local
|