/system/core/logd/ |
D | LogUtils.h | 61 static inline int fast(const char *l, const char *r, const size_t s) { in fast() 67 const char *l = static_cast<const char *>(lv); in fast() local 73 static inline int fast(const char *l, const char *r) { in fast()
|
D | LogAudit.cpp | 162 size_t l = strnlen(str, LOGGER_ENTRY_MAX_PAYLOAD); in logPrint() local
|
D | CommandListener.cpp | 198 for(size_t l = str.length(), y = 0, x = 6; y != x; y = x, x = strlen(fmt) - 2) { in package_string() local
|
/system/core/adb/ |
D | adb_listeners.cpp | 84 static void free_listener(alistener* l) in free_listener() 143 for (alistener* l = listener_list.next; l != &listener_list; l = l->next) { in format_listeners() local 158 alistener *l; in remove_listener() local 171 alistener *l, *l_next; in remove_all_listeners() local 187 for (alistener* l = listener_list.next; l != &listener_list; l = l->next) { in install_listener() local
|
/system/bt/btif/include/ |
D | btif_storage.h | 30 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ argument
|
/system/core/liblog/ |
D | logger_name.c | 59 const char *l = LOG_NAME[ret]; in android_name_to_log_id() local
|
D | pmsg_reader.c | 146 android_log_header_t l; in pmsgRead() member
|
/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 | 186 const int l = f->c[i].l; in write_pixel() local 278 uint32_t extract(uint32_t v, int h, int l, int bits) in extract()
|
D | trap.cpp | 167 GGLint l = (xc - halfSize) >> TRI_FRACTION_BITS; in pointx() local 208 GGLint l = (v[0] - rad) >> TRI_FRACTION_BITS; in aa_nice_pointx() local 273 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/aidl/ |
D | ast_java.cpp | 150 Assignment::Assignment(Variable* l, Expression* r) in Assignment() 153 Assignment::Assignment(Variable* l, Expression* r, const Type* c) in Assignment() 213 Comparison::Comparison(Expression* l, const string& o, Expression* r) in Comparison() 276 VariableDeclaration::VariableDeclaration(Variable* l, Expression* r, in VariableDeclaration() 280 VariableDeclaration::VariableDeclaration(Variable* l) : lvalue(l) {} in VariableDeclaration()
|
/system/netd/server/ |
D | PppController.cpp | 80 char *l = strdup(inet_ntoa(local)); in attachPppd() local
|
/system/extras/tests/framebuffer/ |
D | refresh.c | 135 int l,t,w,h; in main() local
|
/system/extras/tests/tcp_nuke_addr/ |
D | tcp_nuke_addr_test.cpp | 32 const struct linger l = { in setSoLinger() local
|
/system/vold/ |
D | secdiscard.cpp | 192 auto l = strlen(mnt->mnt_dir); in block_device_for_path() local
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | typecmp.c | 109 static void free_type_rules(struct avtab_node *l) in free_type_rules()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 454 unsigned long long l; in TEST() local 523 unsigned long long l; in TEST() local 809 unsigned long long l; in TEST() local
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 287 procline(struct str *l, int nottext) in procline()
|
D | grep.c | 318 unsigned long long l; in main() local
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 105 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract()
|
/system/extras/libfec/ |
D | fec_verity.cpp | 39 int l, h; in parse_hex() local
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | format.h | 120 uint8_t l; member
|
/system/connectivity/shill/vpn/ |
D | l2tp_ipsec_driver.cc | 73 static string ObjectID(L2TPIPSecDriver* l) { in ObjectID()
|
/system/bt/stack/smp/ |
D | aes.c | 303 # define block_copy_nn(d, s, l) memcpy(d, s, l) argument 306 # define block_copy_nn(d, s, l) copy_block_nn(d, s, l) argument
|
/system/bt/btif/src/ |
D | btif_storage.c | 83 #define BTIF_STORAGE_GET_ADAPTER_PROP(t,v,l,p) \ argument 86 #define BTIF_STORAGE_GET_REMOTE_PROP(b,t,v,l,p) \ argument
|