/system/core/libutils/include/utils/ |
D | FastStrcmp.h | 43 static inline int fastcmp(const char* l, const char* r, const size_t s) { in fastcmp() 50 static inline int fasticmp(const char* l, const char* r, const size_t s) { in fasticmp() 58 const char* l = static_cast<const char*>(lv); in fastcmp() local 66 static inline int fastcmp(const char* l, const char* r) { in fastcmp() 71 static inline int fasticmp(const char* l, const char* r) { in fasticmp()
|
/system/extras/boottime_tools/io_analysis/ |
D | check_io_trace.py | 70 def parse_bio_queue(self, l): argument 108 def parse_rq_complete(self, l): argument 129 def parse_block_trace(self, l, match): argument
|
D | check_io_trace_all.py | 125 def parse(self, l): argument 136 def do_parse_bio_queue(self, l, match): argument 308 def parse(self, l): argument 326 def do_handle_switch(self, l, match): argument 348 def do_handle_reason(self, l, match): argument
|
D | check_verity.py | 27 def get_average_and_std_dev(l): argument 108 def dump_list(self, msg, l): argument
|
/system/bt/btif/include/ |
D | btif_storage.h | 31 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ argument
|
/system/core/liblog/ |
D | logger_name.cpp | 65 const char* l = LOG_NAME[ret]; in android_name_to_log_id() local
|
/system/core/adb/ |
D | adb_listeners.cpp | 129 for (auto& l : listener_list) { in format_listeners() local 171 for (auto& l : listener_list) { in enable_server_sockets() local 192 for (auto& l : listener_list) { in install_listener() local
|
/system/core/libpixelflinger/ |
D | clear.cpp | 51 uint32_t l, uint32_t t, uint32_t w, uint32_t h) in memset2d() 99 const uint32_t l = c->state.scissor.left; in ggl_clear() local
|
D | buffer.cpp | 188 const int l = f->c[i].l; in write_pixel() local 283 uint32_t extract(uint32_t v, int h, int l, int bits) in extract()
|
D | trap.cpp | 169 GGLint l = (xc - halfSize) >> TRI_FRACTION_BITS; in pointx() local 210 GGLint l = (v[0] - rad) >> TRI_FRACTION_BITS; in aa_nice_pointx() local 275 GGLint l = (v[0] - rad) >> TRI_FRACTION_BITS; in aa_pointx() local 411 void recti_validate(void *con, GGLint l, GGLint t, GGLint r, GGLint b) in recti_validate() 419 void recti(void* con, GGLint l, GGLint t, GGLint r, GGLint b) in recti() 990 GGLfixed l = left->x; in aapolyx() local
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendControlService.cpp | 58 auto l = std::lock_guard(mCallbackLock); in registerCallback() local 80 auto l = std::lock_guard(mCallbackLock); in binderDied() local
|
D | SystemSuspend.cpp | 151 auto l = std::lock_guard(mCounterLock); in incSuspendCounter() local 162 auto l = std::lock_guard(mCounterLock); in decSuspendCounter() local
|
/system/tools/aidl/ |
D | ast_java.cpp | 164 Assignment::Assignment(std::shared_ptr<Variable> l, std::shared_ptr<Expression> r) in Assignment() 167 Assignment::Assignment(std::shared_ptr<Variable> l, std::shared_ptr<Expression> r, string c) in Assignment() 209 Comparison::Comparison(std::shared_ptr<Expression> l, const string& o, in Comparison() 250 VariableDeclaration::VariableDeclaration(std::shared_ptr<Variable> l, std::shared_ptr<Expression> r) in VariableDeclaration() 253 VariableDeclaration::VariableDeclaration(std::shared_ptr<Variable> l) : lvalue(l) {} in VariableDeclaration()
|
/system/vold/ |
D | FileDeviceUtils.cpp | 53 auto l = strlen(mnt->mnt_dir); in BlockDeviceForPath() local
|
/system/iorap/tests/src/binder/ |
D | app_launch_event_test.cc | 63 # define EQ_OR_RETURN(l, r, val) if (!(l.val == r.val)) { return false; } in operator ==() argument 64 # define PROTO_EQ_OR_RETURN(l, r, val) if (!ProtoPointersEqual(l.val, r.val)) { return false; } in operator ==() argument
|
/system/extras/tests/framebuffer/ |
D | refresh.c | 134 int l,t,w,h; in main() local
|
/system/tools/hidl/ |
D | DocComment.cpp | 36 for (size_t l = 0; l < lines.size(); l++) { in DocComment() local
|
/system/netd/server/ |
D | PppController.cpp | 81 char *l = strdup(inet_ntoa(local)); in attachPppd() local
|
/system/tools/hidl/utils/ |
D | FQName.cpp | 94 static const char* eatIdent(const char* l, const char* end) { in eatIdent() 101 static const char* eatPackage(const char* l, const char* end) { in eatPackage() 112 static const char* eatNumber(const char* l, const char* end) { in eatNumber() 125 const char* l = s.c_str(); in setTo() local
|
/system/core/storaged/ |
D | storaged_utils.cpp | 45 bool cmp_uid_info(const UidInfo& l, const UidInfo& r) { in cmp_uid_info()
|
/system/bt/gd/hci/ |
D | address.cc | 41 Address::Address(std::initializer_list<uint8_t> l) { in Address()
|
/system/extras/tests/tcp_nuke_addr/ |
D | tcp_nuke_addr_test.cpp | 32 const struct linger l = { in setSoLinger() local
|
/system/libhwbinder/ |
D | ProcessState.cpp | 85 std::lock_guard<std::mutex> l(gProcessMutex); in init() local 91 std::lock_guard<std::mutex> l(gProcessMutex); in init() local
|
/system/core/fs_mgr/liblp/ |
D | utility_test.cpp | 99 bool operator==(const LinearExtent& l, const LinearExtent& r) { in operator ==()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | typecmp.c | 109 static void free_type_rules(struct avtab_node *l) in free_type_rules()
|