/system/extras/ext4_utils/ |
D | sha1.c | 71 void do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *); 72 void do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *); 73 void do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *); 74 void do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *); 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() argument 85 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); nR0(c,d,e,a,b, 3); in do_R01() 86 nR0(b,c,d,e,a, 4); nR0(a,b,c,d,e, 5); nR0(e,a,b,c,d, 6); nR0(d,e,a,b,c, 7); in do_R01() 87 nR0(c,d,e,a,b, 8); nR0(b,c,d,e,a, 9); nR0(a,b,c,d,e,10); nR0(e,a,b,c,d,11); in do_R01() 88 nR0(d,e,a,b,c,12); nR0(c,d,e,a,b,13); nR0(b,c,d,e,a,14); nR0(a,b,c,d,e,15); in do_R01() 89 nR1(e,a,b,c,d,16); nR1(d,e,a,b,c,17); nR1(c,d,e,a,b,18); nR1(b,c,d,e,a,19); in do_R01() [all …]
|
/system/extras/latencytop/ |
D | latencytop.c | 48 static void free_latency_entry(struct latency_entry *e); 54 static struct latency_entry *find_latency_entry(struct latency_entry *e, char *reason); 69 struct latency_entry *e; in main() local 144 e = NULL; in main() 147 e = read_thread_stats(e, erase, pid, tid, 1); in main() 149 e = read_process_stats(e, erase, pid); in main() 152 e = read_global_stats(e, erase); in main() 166 print_latency_entries(e); in main() 176 struct latency_entry *e; in read_global_stats() local 194 e = read_latency_file(f, list); in read_global_stats() [all …]
|
/system/media/camera/tests/ |
D | camera_metadata_tests.cpp | 1059 camera_metadata_entry e; in TEST() local 1060 result = get_camera_metadata_entry(m, i, &e); in TEST() 1062 EXPECT_EQ(i, e.index); in TEST() 1063 EXPECT_EQ(ANDROID_SENSOR_EXPOSURE_TIME, e.tag); in TEST() 1064 EXPECT_EQ(TYPE_INT64, e.type); in TEST() 1066 EXPECT_EQ(exposureTime, *e.data.i64); in TEST() 1083 camera_metadata_entry e; in TEST() local 1084 result = get_camera_metadata_entry(m, 4, &e); in TEST() 1087 EXPECT_EQ((size_t)4, e.index); in TEST() 1088 EXPECT_EQ(ANDROID_REQUEST_FRAME_COUNT, e.tag); in TEST() [all …]
|
/system/core/toolbox/ |
D | printenv.c | 8 char** e; in printenv_main() local 13 e = environ; in printenv_main() 14 while (*e) { in printenv_main() 15 printf("%s\n", *e); in printenv_main() 16 e++; in printenv_main()
|
D | df.c | 56 char *c, *e = s; in df_main() local 60 e = c + 1; in df_main() 65 for (c = e; *c; c++) { in df_main() 72 df(e, 0); in df_main()
|
/system/extras/fatblock/ |
D | read.c | 134 static int extent_read(struct fs *fs, struct extent *e, char *buf, in extent_read() argument 138 assert(e); in extent_read() 141 switch (e->type) { in extent_read() 152 return file_read((struct file *)e, buf, off, len); in extent_read() 154 return dir_read((struct dir *)e, buf, off, len); in extent_read() 156 WARN("reading extent: unexpected type %d\n", e->type); in extent_read() 163 struct extent *e = NULL; in fs_read() local 169 while ((e = fs_find_extent(fs, start, len, e, in fs_read() 171 ret = extent_read(fs, e, buf + r_start, e_start, rel_len); in fs_read()
|
D | fs.c | 48 struct extent *e; in fs_find_extent() local 56 e = last ? last->next : fs->extents; in fs_find_extent() 57 for (; e; e = e->next) { in fs_find_extent() 58 e_start = e->start; in fs_find_extent() 59 e_len = e->len; in fs_find_extent() 96 return e; in fs_find_extent()
|
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_getcpuclockid.c | 44 int e; in thread_func() local 48 e = pthread_getcpuclockid( self, &clock ); in thread_func() 49 if (e != 0) { in thread_func() 50 … fprintf(stderr, "pthread_getcpuclockid(%08lx,) returned error %d: %s\n", self, e, strerror(e)); in thread_func()
|
/system/security/keystore-engine/ |
D | eng_keystore.cpp | 294 static EVP_PKEY* keystore_loadkey(ENGINE* e, const char* key_id, UI_METHOD* ui_method, in keystore_loadkey() argument 300 ALOGV("keystore_loadkey(%p, \"%s\", %p, %p)", e, key_id, ui_method, callback_data); in keystore_loadkey() 348 ENGINE_init(e); in keystore_loadkey() 349 rsa->engine = e; in keystore_loadkey() 375 static int keystore_engine_setup(ENGINE* e) { in keystore_engine_setup() argument 378 if (!ENGINE_set_id(e, KEYSTORE_ENGINE_ID) in keystore_engine_setup() 379 || !ENGINE_set_name(e, KEYSTORE_ENGINE_NAME) in keystore_engine_setup() 380 || !ENGINE_set_load_privkey_function(e, keystore_loadkey) in keystore_engine_setup() 381 || !ENGINE_set_load_pubkey_function(e, keystore_loadkey) in keystore_engine_setup() 382 || !ENGINE_set_flags(e, 0) in keystore_engine_setup() [all …]
|
/system/core/libpixelflinger/codeflinger/ |
D | CodeCache.cpp | 170 const cache_entry_t& e = mCacheData.valueAt(index); in lookup() local 171 e.when = mWhen++; in lookup() 172 r = e.entry; in lookup() 189 const cache_entry_t& e = mCacheData.valueAt(i); in cache() local 190 if (e.when < mCacheData.valueAt(lru).when) { in cache() 194 const cache_entry_t& e = mCacheData.valueAt(lru); in cache() local 195 mCacheInUse -= e.entry->size(); in cache()
|
/system/core/libzipfile/ |
D | zipfile.c | 65 Zipentry* e = (Zipentry*)entry; in get_zipentry_name() local 66 int l = e->fileNameLength; in get_zipentry_name() 68 memcpy(s, e->fileName, l); in get_zipentry_name() 116 decompress_zipentry(zipentry_t e, void* buf, int bufsize) in decompress_zipentry() argument 118 Zipentry* entry = (Zipentry*)e; in decompress_zipentry()
|
/system/core/sh/ |
D | exec.c | 122 int e; in shellexec() local 126 e = errno; in shellexec() 128 e = ENOENT; in shellexec() 133 e = errno; in shellexec() 140 switch (e) { in shellexec() 152 argv[0], e, vforked, suppressint )); in shellexec() 153 exerror(EXEXEC, "%s: %s", argv[0], errmsg(e, E_EXEC)); in shellexec() 161 int e; in tryexec() local 173 e = errno; in tryexec() 174 if (e == ENOEXEC) { in tryexec() [all …]
|
D | error.c | 84 exraise(int e) in exraise() argument 88 exception = e; in exraise() 355 errmsg(int e, int action) in errmsg() argument 361 if (ep->errcode == e && (ep->action & action) != 0) in errmsg() 364 fmtstr(buf, sizeof buf, "error %d", e); in errmsg()
|
D | syntax.c | 14 #define set_range(s, e, val) [ndx(s) ... ndx(e)] = val, argument
|
D | eval.c | 694 volatile int e; in evalcommand() local 986 e = -1; in evalcommand() 1021 e = exception; in evalcommand() 1022 exitstatus = e == EXINT ? SIGINT + 128 : in evalcommand() 1023 e == EXEXEC ? exerrno : 2; in evalcommand() 1035 if (e != EXSHELLPROC) { in evalcommand() 1040 if (e != -1) { in evalcommand() 1041 if ((e != EXERROR && e != EXEXEC) in evalcommand() 1043 exraise(e); in evalcommand()
|
/system/core/libpixelflinger/ |
D | pixelflinger.cpp | 292 const int e = (c->state.enables & GGL_ENABLE_FOG)?1:0; in ggl_enable_fog() local 293 if (e != enable) { in ggl_enable_fog() 617 const int e = (c->state.enables & GGL_ENABLE_BLENDING)?1:0; in ggl_enable_blending() local 618 if (e != enable) { in ggl_enable_blending() 627 const int e = (c->state.enables & GGL_ENABLE_SCISSOR_TEST)?1:0; in ggl_enable_scissor_test() local 628 if (e != enable) { in ggl_enable_scissor_test() 637 const int e = (c->state.enables & GGL_ENABLE_ALPHA_TEST)?1:0; in ggl_enable_alpha_test() local 638 if (e != enable) { in ggl_enable_alpha_test() 647 const int e = (c->state.enables & GGL_ENABLE_LOGIC_OP)?1:0; in ggl_enable_logic_op() local 648 if (e != enable) { in ggl_enable_logic_op() [all …]
|
/system/core/libcorkscrew/ |
D | symbol_table.c | 31 static bool is_elf(Elf32_Ehdr* e) { in is_elf() argument 32 return (e->e_ident[EI_MAG0] == ELFMAG0 && in is_elf() 33 e->e_ident[EI_MAG1] == ELFMAG1 && in is_elf() 34 e->e_ident[EI_MAG2] == ELFMAG2 && in is_elf() 35 e->e_ident[EI_MAG3] == ELFMAG3); in is_elf()
|
/system/core/debuggerd/ |
D | debuggerd.c | 129 struct input_event e; in wait_for_user_action() local 135 int res = get_event(&e, timeout); in wait_for_user_action() 137 if (e.type == EV_KEY in wait_for_user_action() 138 && (e.code == KEY_HOME || e.code == KEY_VOLUMEDOWN) in wait_for_user_action() 139 && e.value == 0) { in wait_for_user_action()
|
/system/core/logcat/ |
D | logcat.cpp | 78 queued_entry_t** e = &this->queue; in enqueue() local 79 while (*e && cmp(entry, *e) >= 0) { in enqueue() 80 e = &((*e)->next); in enqueue() 82 entry->next = *e; in enqueue() 83 *e = entry; in enqueue()
|
/system/media/camera/src/ |
D | camera_metadata.c | 654 camera_metadata_buffer_entry_t *e = get_entries(dst); in delete_camera_metadata_entry() local 658 e->type, e->count) > 0 && in delete_camera_metadata_entry() 659 e->data.offset > entry->data.offset) { in delete_camera_metadata_entry() 660 e->data.offset -= data_bytes; in delete_camera_metadata_entry() 662 ++e; in delete_camera_metadata_entry() 709 camera_metadata_buffer_entry_t *e = get_entries(dst); in update_camera_metadata_entry() local 713 e->type, e->count) > 0 && in update_camera_metadata_entry() 714 e->data.offset > entry->data.offset) { in update_camera_metadata_entry() 715 e->data.offset -= entry_bytes; in update_camera_metadata_entry() 717 ++e; in update_camera_metadata_entry()
|
/system/core/libsparse/ |
D | simg_dump.py | 39 except getopt.GetoptError, e: 40 print(e)
|
/system/core/fastboot/ |
D | usb_linux.c | 110 unsigned e; in filter_usb_device() local 213 for(e = 0; e < ifc->bNumEndpoints; e++) { in filter_usb_device()
|
/system/core/adb/ |
D | usb_libusb.c | 253 int e; in check_usb_interface() local 267 for (e = 0; e < idesc->bNumEndpoints; e++) { in check_usb_interface() 268 libusb_endpoint_descriptor *edesc = &idesc->endpoint[e]; in check_usb_interface()
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 144 } catch (Exception e) { in main() 145 e.printStackTrace(); in main()
|
/system/security/keystore/ |
D | test-keystore | 197 keystore app_0 e 0x 201 keystore app_0 e 0x
|