| /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/hardware/interfaces/suspend/1.0/default/ |
| D | SystemSuspend.cpp | 157 auto l = std::lock_guard(mStatsLock); in acquireWakeLock() local 188 auto l = std::lock_guard(mStatsLock); in debug() local 197 auto l = std::lock_guard(mCounterLock); in incSuspendCounter() local 208 auto l = std::lock_guard(mCounterLock); in decSuspendCounter() local 221 auto l = std::lock_guard(mStatsLock); in deleteWakeLockStatsEntry() local
|
| D | SuspendControlService.cpp | 49 auto l = std::lock_guard(mCallbackLock); in registerCallback() local 71 auto l = std::lock_guard(mCallbackLock); in binderDied() local
|
| /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 | 64 const char* l = LOG_NAME[ret]; in android_name_to_log_id() 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/tools/hidl/ |
| D | DocComment.cpp | 35 for (size_t l = 0; l < lines.size(); l++) { in DocComment() local
|
| /system/vold/ |
| D | FileDeviceUtils.cpp | 53 auto l = strlen(mnt->mnt_dir); in BlockDeviceForPath() local
|
| D | CheckEncryption.cpp | 110 auto l = read(haystack_fd.get(), buf, wlen); in check_file() local
|
| /system/core/adb/ |
| D | adb_listeners.cpp | 127 for (auto& l : listener_list) { in format_listeners() local 179 for (auto& l : listener_list) { in install_listener() local
|
| /system/tools/aidl/ |
| D | ast_java.cpp | 166 Assignment::Assignment(Variable* l, Expression* r) : lvalue(l), rvalue(r) {} in Assignment() 168 Assignment::Assignment(Variable* l, Expression* r, string c) : lvalue(l), rvalue(r), cast(c) {} in Assignment() 227 Comparison::Comparison(Expression* l, const string& o, Expression* r) in Comparison() 276 VariableDeclaration::VariableDeclaration(Variable* l, Expression* r) : lvalue(l), rvalue(r) {} in VariableDeclaration() 278 VariableDeclaration::VariableDeclaration(Variable* l) : lvalue(l) {} in VariableDeclaration()
|
| /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/netd/server/ |
| D | PppController.cpp | 80 char *l = strdup(inet_ntoa(local)); in attachPppd() local
|
| /system/core/storaged/ |
| D | storaged_utils.cpp | 45 bool cmp_uid_info(const UidInfo& l, const UidInfo& r) { in cmp_uid_info()
|
| /system/extras/tests/tcp_nuke_addr/ |
| D | tcp_nuke_addr_test.cpp | 32 const struct linger l = { in setSoLinger() local
|
| /system/sepolicy/tools/sepolicy-analyze/ |
| D | typecmp.c | 109 static void free_type_rules(struct avtab_node *l) in free_type_rules()
|
| /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
| D | HidlTestJava.java | 134 private void ExpectEqual(android.hidl.base.V1_0.IBase l, android.hidl.base.V1_0.IBase r) { in ExpectEqual() 140 private void ExpectNotEqual(android.hidl.base.V1_0.IBase l, android.hidl.base.V1_0.IBase r) { in ExpectNotEqual() 221 private void ExpectDeepEq(Object l, Object r) { in ExpectDeepEq() 226 private void ExpectDeepNe(Object l, Object r) { in ExpectDeepNe() 1494 public LargeSafeUnion setL(LargeSafeUnion safeUnion, SmallSafeUnion l) { in setL()
|
| /system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
| D | util.c | 287 procline(struct str *l, int nottext) in procline()
|
| /system/core/libpixelflinger/codeflinger/ |
| D | load_store.cpp | 109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract()
|