/system/extras/simpleperf/scripts/ |
D | simpleperf_report_lib.py | 24 import ctypes as ct namespace 36 return ct.cast(p, ct.c_void_p).value is None 51 class SampleStruct(ct.Structure): 65 _fields_ = [('ip', ct.c_uint64), 66 ('pid', ct.c_uint32), 67 ('tid', ct.c_uint32), 68 ('_thread_comm', ct.c_char_p), 69 ('time', ct.c_uint64), 70 ('in_kernel', ct.c_uint32), 71 ('cpu', ct.c_uint32), [all …]
|
/system/core/init/ |
D | result_test.cpp | 202 ConstructorTracker(const ConstructorTracker& ct) { in ConstructorTracker() 204 string = ct.string; in ConstructorTracker() 206 ConstructorTracker(ConstructorTracker&& ct) noexcept { in ConstructorTracker() 208 string = std::move(ct.string); in ConstructorTracker() 210 ConstructorTracker& operator=(const ConstructorTracker& ct) { in operator =() 212 string = ct.string; in operator =() 215 ConstructorTracker& operator=(ConstructorTracker&& ct) noexcept { in operator =() 217 string = std::move(ct.string); in operator =()
|
/system/keymaster/include/keymaster/key_blob_utils/ |
D | ae.h | 95 int ad_len, void* ct, void* tag, int final); 124 int ae_decrypt(ae_ctx* ctx, const void* nonce, const void* ct, int ct_len, const void* ad,
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 921 int ad_len, void* ct, void* tag, int final) { in ae_encrypt() argument 929 block* ctp = (block*)ct; in ae_encrypt() 1096 memcpy((char*)ct + pt_len, &offset, OCB_TAG_LEN); in ae_encrypt() 1099 memcpy((char*)ct + pt_len, &offset, ctx->tag_len); in ae_encrypt() 1131 int ae_decrypt(ae_ctx* ctx, const void* nonce, const void* ct, int ct_len, const void* ad, in ae_decrypt() argument 1140 block* ctp = (block*)ct; in ae_decrypt() 1317 if (constant_time_memcmp((char*)ct + ct_len, tmp.u8, len) != 0) in ae_decrypt() 1355 ALIGN(16) char ct[144]; 1359 i = ae_encrypt(ctx,nonce,pt,len,pt,len,ct,NULL,AE_FINALIZE); 1360 printf("P=%d,A=%d: ",len,len); pbuf(ct, i, NULL); [all …]
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 128 extern "C" void scanline_t32cb16_arm(uint16_t *dst, uint32_t *src, size_t ct); 129 extern "C" void scanline_col32cb16blend_neon(uint16_t *dst, uint32_t *col, size_t ct); 130 extern "C" void scanline_col32cb16blend_arm(uint16_t *dst, uint32_t col, size_t ct); 133 extern "C" void scanline_col32cb16blend_arm64(uint16_t *dst, uint32_t col, size_t ct); 138 extern "C" void scanline_col32cb16blend_mips64(uint16_t *dst, uint32_t col, size_t ct); 2091 size_t ct = c->iterators.xr - x; in scanline_col32cb16blend() local 2102 scanline_col32cb16blend_neon(dst, &(c->packed8888), ct); in scanline_col32cb16blend() 2104 scanline_col32cb16blend_arm(dst, GGL_RGBA_TO_HOST(c->packed8888), ct); in scanline_col32cb16blend() 2107 scanline_col32cb16blend_arm64(dst, GGL_RGBA_TO_HOST(c->packed8888), ct); in scanline_col32cb16blend() 2109 scanline_col32cb16blend_mips64(dst, GGL_RGBA_TO_HOST(c->packed8888), ct); in scanline_col32cb16blend() [all …]
|
D | trap.cpp | 452 size_t ct = c->iterators.xr - x; in scanline_set() local 458 const size_t size = ct * fp->size; in scanline_set()
|
/system/ca-certificates/files/ |
D | 343eb6cb.0 | 67 URI:http://www2.public-trust.com/crl/ct/ctroot.crl
|
/system/ca-certificates/google/files/ |
D | 343eb6cb.0 | 67 URI:http://www2.public-trust.com/crl/ct/ctroot.crl
|
/system/tools/hidl/ |
D | CompoundType.cpp | 201 const CompoundType* ct = static_cast<const CompoundType*>(&t); in containsInterface() local 202 if (ct->containsInterface()) { in containsInterface()
|