/external/tpm2-tss/test/unit/ |
D | TPML-marshal.c | 26 TPML_HANDLE hndl = {0}; in tpml_marshal_success() local 28 uint8_t buffer[sizeof(hndl) + sizeof(sel)] = { 0 }; in tpml_marshal_success() 33 hndl.count = 2; in tpml_marshal_success() 34 hndl.handle[0] = 0x81000001; in tpml_marshal_success() 35 hndl.handle[1] = 0x81000002; in tpml_marshal_success() 39 rc = Tss2_MU_TPML_HANDLE_Marshal(&hndl, buffer, buffer_size, NULL); in tpml_marshal_success() 77 TPML_HANDLE hndl = {0}; in tpml_marshal_success_offset() local 79 uint8_t buffer[sizeof(hndl) + sizeof(sel) + 10] = { 0 }; in tpml_marshal_success_offset() 85 hndl.count = 2; in tpml_marshal_success_offset() 86 hndl.handle[0] = 0x81000001; in tpml_marshal_success_offset() [all …]
|
/external/skia/gm/ |
D | rasterhandleallocator.cpp | 80 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle() argument 81 SkCanvas* canvas = (SkCanvas*)hndl; in updateHandle() 142 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle() argument 143 CGContextRef cg = (CGContextRef)hndl; in updateHandle()
|
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 231 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage) in SkBitmapDevice() argument 234 , fRasterHandle(hndl) in SkBitmapDevice() 258 SkRasterHandleAllocator::Handle hndl = nullptr; in Create() local 267 hndl = allocator->allocBitmap(info, &bitmap); in Create() 268 if (!hndl) { in Create() 294 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
|
D | SkCanvas.cpp | 490 SkRasterHandleAllocator::Handle hndl) in SkCanvas() argument 497 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas() 2650 Handle hndl; in MakeCanvas() local 2653 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr; in MakeCanvas() 2655 hndl = alloc->allocBitmap(info, &bm); in MakeCanvas() 2657 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr; in MakeCanvas()
|
/external/selinux/libselinux/include/selinux/ |
D | restorecon.h | 113 extern void selinux_restorecon_set_sehandle(struct selabel_handle *hndl);
|
D | android.h | 24 extern void selinux_android_set_sehandle(const struct selabel_handle *hndl);
|
/external/skqp/src/core/ |
D | SkBitmapDevice.cpp | 239 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage) in SkBitmapDevice() argument 242 , fRasterHandle(hndl) in SkBitmapDevice() 264 SkRasterHandleAllocator::Handle hndl = nullptr; in Create() local 273 hndl = allocator->allocBitmap(info, &bitmap); in Create() 274 if (!hndl) { in Create() 300 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
|
D | SkCanvas.cpp | 629 SkRasterHandleAllocator::Handle hndl) in SkCanvas() argument 636 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas() 2920 Handle hndl; in MakeCanvas() local 2923 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr; in MakeCanvas() 2925 hndl = alloc->allocBitmap(info, &bm); in MakeCanvas() 2927 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr; in MakeCanvas()
|
/external/tpm2-tss/test/integration/ |
D | session-util.h | 79 get_session(TPMI_SH_AUTH_SESSION hndl);
|
D | sapi-session-util.c | 23 get_session(TPMI_SH_AUTH_SESSION hndl) in get_session() argument 27 HASH_FIND_INT(sessions, &hndl, s); in get_session()
|
/external/skqp/samplecode/ |
D | SampleBigGradient.cpp | 138 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle() argument 139 CGContextRef cg = (CGContextRef)hndl; in updateHandle()
|
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 1140 void selinux_restorecon_set_sehandle(struct selabel_handle *hndl) in selinux_restorecon_set_sehandle() argument 1146 fc_sehandle = (struct selabel_handle *) hndl; in selinux_restorecon_set_sehandle()
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 1663 void selinux_android_set_sehandle(const struct selabel_handle *hndl) in selinux_android_set_sehandle() argument 1665 fc_sehandle = (struct selabel_handle *) hndl; in selinux_android_set_sehandle()
|