| /system/extras/latencytop/ |
| D | latencytop.c | 69 struct latency_entry *e; in main() local 176 struct latency_entry *e; in read_global_stats() local 205 struct latency_entry *e; in read_process_stats() local 234 struct latency_entry *e; in read_thread_stats() local 272 struct latency_entry *e; in alloc_latency_entry() local 288 static void free_latency_entry(struct latency_entry *e) { in free_latency_entry() 294 struct latency_entry *e; in find_latency_entry() local 326 struct latency_entry *e, *head; in read_latency_file() local 369 struct latency_entry *e, **array; in print_latency_entries() local
|
| /system/security/keystore-engine/ |
| D | eng_keystore.cpp | 101 static EVP_PKEY* keystore_loadkey(ENGINE* e, const char* key_id, UI_METHOD* ui_method, in keystore_loadkey() 165 static int keystore_engine_setup(ENGINE* e) { in keystore_engine_setup() 214 static int keystore_bind_fn(ENGINE *e, const char *id) { in keystore_bind_fn()
|
| D | dsa_meth.cpp | 124 int dsa_pkey_setup(ENGINE *e, EVP_PKEY *pkey, const char *key_id) { in dsa_pkey_setup() 144 int dsa_register(ENGINE* e) { in dsa_register()
|
| D | ecdsa_meth.cpp | 124 int ecdsa_pkey_setup(ENGINE *e, EVP_PKEY *pkey, const char *key_id) { in ecdsa_pkey_setup() 147 int ecdsa_register(ENGINE* e) { in ecdsa_register()
|
| D | rsa_meth.cpp | 212 int rsa_pkey_setup(ENGINE *e, EVP_PKEY *pkey, const char *key_id) { in rsa_pkey_setup() 234 int rsa_register(ENGINE* e) { in rsa_register()
|
| /system/core/libpixelflinger/ |
| D | pixelflinger.cpp | 292 const int e = (c->state.enables & GGL_ENABLE_FOG)?1:0; in ggl_enable_fog() local 617 const int e = (c->state.enables & GGL_ENABLE_BLENDING)?1:0; in ggl_enable_blending() local 627 const int e = (c->state.enables & GGL_ENABLE_SCISSOR_TEST)?1:0; in ggl_enable_scissor_test() local 637 const int e = (c->state.enables & GGL_ENABLE_ALPHA_TEST)?1:0; in ggl_enable_alpha_test() local 647 const int e = (c->state.enables & GGL_ENABLE_LOGIC_OP)?1:0; in ggl_enable_logic_op() local 657 const int e = (c->state.enables & GGL_ENABLE_DITHER)?1:0; in ggl_enable_dither() local 673 const int e = (c->state.enables & GGL_ENABLE_DEPTH_TEST)?1:0; in ggl_enable_depth_test() local 683 const int e = (c->state.enables & GGL_ENABLE_AA)?1:0; in ggl_enable_aa() local 693 const int e = (c->state.enables & GGL_ENABLE_POINT_AA_NICE)?1:0; in ggl_enable_point_aa_nice() local 703 const int e = (c->state.enables & GGL_ENABLE_W)?1:0; in ggl_enable_w_lerp() local
|
| /system/core/libpixelflinger/codeflinger/ |
| D | CodeCache.cpp | 170 const cache_entry_t& e = mCacheData.valueAt(index); in lookup() local 189 const cache_entry_t& e = mCacheData.valueAt(i); in cache() local 194 const cache_entry_t& e = mCacheData.valueAt(lru); in cache() local
|
| /system/core/logd/ |
| D | LogBuffer.cpp | 255 LogBufferElement *e = *it; in prune() local 307 LogBufferElement *e = *it; in prune() local 348 LogBufferElement *e = *it; in prune() local 380 LogBufferElement *e = *it; in prune() local
|
| D | LogWhiteBlackList.h | 44 int cmp(LogBufferElement *e) const { return cmp(e->getUid(), e->getPid()); } in cmp()
|
| /system/extras/ext4_utils/ |
| D | sha1.c | 83 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R01() 93 do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R2() 103 do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R3() 113 do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R4() 130 u_int32_t a, b, c, d, e; local
|
| /system/core/libzipfile/ |
| D | zipfile.c | 65 Zipentry* e = (Zipentry*)entry; in get_zipentry_name() local 115 decompress_zipentry(zipentry_t e, void* buf, int bufsize) in decompress_zipentry()
|
| /system/core/toolbox/ |
| D | df.c | 56 char *c, *e = s; in df_main() local
|
| D | bsd-compatibility.h | 40 #define _DIAGASSERT(e) ((e) ? (void) 0 : __assert2(__FILE__, __LINE__, __func__, #e)) argument
|
| /system/core/liblog/ |
| D | log_time.cpp | 64 char *e = cp; in strptime() local
|
| D | log_read.c | 571 int ret, e; in android_logger_list_read() local
|
| /system/core/libutils/ |
| D | BlobCache.cpp | 170 const CacheEntry& e(mCacheEntries[i]); in getFlattenedSize() local 195 const CacheEntry& e(mCacheEntries[i]); in flatten() local
|
| D | String16.cpp | 304 const char16_t* e = p + size(); in findFirst() local 318 const char16_t* e = p + size(); in findLast() local
|
| /system/extras/verity/ |
| D | KeystoreSigner.java | 134 Enumeration e = keys.getObjects(); in parse() local
|
| /system/core/libsysutils/src/ |
| D | SocketClient.cpp | 184 int e = 0; // SLOGW and sigaction are not inert regarding errno in sendDataLockedv() local
|
| /system/core/debuggerd/ |
| D | debuggerd.cpp | 86 input_event e; in wait_for_user_action() local
|
| /system/media/camera/tests/ |
| D | camera_metadata_tests.cpp | 1118 camera_metadata_entry e; in TEST() local 1142 camera_metadata_entry e; in TEST() local 1257 camera_metadata_entry_t e; in TEST() local
|
| /system/core/adb/ |
| D | usb_libusb.c | 253 int e; in check_usb_interface() local
|
| /system/core/fastboot/ |
| D | usb_linux.c | 126 unsigned e; in filter_usb_device() local
|
| /system/media/camera/src/ |
| D | camera_metadata.c | 681 camera_metadata_buffer_entry_t *e = get_entries(dst); in delete_camera_metadata_entry() local 737 camera_metadata_buffer_entry_t *e = get_entries(dst); in update_camera_metadata_entry() local
|
| /system/extras/ksmutils/ |
| D | lookup3.c | 797 uint32_t e[HASHSTATE],f[HASHSTATE],g[HASHSTATE],h[HASHSTATE]; in driver2() local
|