/third_party/ltp/include/lapi/ |
H A D | pidfd.h | 28 static inline int pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in pidfd_send_signal() argument 31 return tst_syscall(__NR_pidfd_send_signal, pidfd, sig, info, flags); in pidfd_send_signal()
|
/third_party/node/deps/v8/src/trap-handler/ |
H A D | handler-inside-posix.h | 24 void HandleSignal(int signum, siginfo_t* info, void* context); 26 bool TryHandleSignal(int signum, siginfo_t* info, void* context);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_monitor.h | 29 struct pipe_driver_query_info *info); 32 struct pipe_driver_query_group_info *info);
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_monitor.h | 42 struct pipe_driver_query_info *info); 45 struct pipe_driver_query_group_info *info);
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_fs.c | 52 tgsi_scan_shader(shader->tokens, &dfs->info); in draw_create_fragment_shader() 54 nir_tgsi_scan_shader(shader->ir.nir, &dfs->info, true); in draw_create_fragment_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_prim.c | 37 struct pipe_draw_info info; in u_prim_name() local 38 STATIC_ASSERT(sizeof(info.mode) == 1); in u_prim_name()
|
H A D | u_split_draw.c | 27 u_split_draw(const struct pipe_draw_info *info, uint32_t max_verts, in u_split_draw() argument 35 switch (info->mode) { in u_split_draw()
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo_internal.h | 33 bool GetSystemInfo_mac(SystemInfo *info); 37 bool GetSystemInfo_ios(SystemInfo *info);
|
/third_party/skia/src/codec/ |
H A D | SkSampledCodec.h | 29 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, 54 SkCodec::Result sampledDecode(const SkImageInfo& info, void* pixels, size_t rowBytes,
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorUpdateTemplate.cpp | 33 size_t DescriptorUpdateTemplate::ComputeRequiredAllocationSize(const VkDescriptorUpdateTemplateCreateInfo *info) in ComputeRequiredAllocationSize() argument 35 return info->descriptorUpdateEntryCount * sizeof(VkDescriptorUpdateTemplateEntry); in ComputeRequiredAllocationSize()
|
/third_party/skia/tests/ |
H A D | GrContextAbandonTest.cpp | 21 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() local 22 if (auto context = info.directContext()) { in DEF_GPUTEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ResourceMemoryAllocation.cpp | 24 ResourceMemoryAllocation::ResourceMemoryAllocation(const AllocationInfo& info, in ResourceMemoryAllocation() argument 28 : mInfo(info), mOffset(offset), mResourceHeap(resourceHeap), mMappedPointer(mappedPointer) { in ResourceMemoryAllocation()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | tsxUnionSpread.js | 10 function AnimalComponent(info: AnimalInfo): JSX.Element { 28 function AnimalComponent(info) {
|
/third_party/skia/docs/examples/ |
H A D | Pixmap_writable_addr64.cpp | 7 SkImageInfo info = SkImageInfo::Make(3, 3, kRGBA_F16_SkColorType, kPremul_SkAlphaType); in REG_FIDDLE() local 9 SkPixmap pixmap(info, storage, 3 * sizeof(uint64_t)); in REG_FIDDLE()
|
H A D | Surface_readPixels_3.cpp | 12 SkImageInfo info = SkImageInfo::Make(64, 64, kBGRA_8888_SkColorType, kPremul_SkAlphaType); in REG_FIDDLE() local 14 bitmap.setInfo(info); in REG_FIDDLE()
|
H A D | Pixmap_writable_addrF16.cpp | 7 SkImageInfo info = SkImageInfo::Make(1, 2, kRGBA_F16_SkColorType, kPremul_SkAlphaType); in REG_FIDDLE() local 9 SkPixmap pixmap(info, storage[0], sizeof(uint64_t)); in REG_FIDDLE()
|
H A D | f16to8888busted.cpp | 6 // Create the linear-rgb color space and the image info in REG_FIDDLE() 8 SkImageInfo info = SkImageInfo::Make(100, 100, SkColorType::kRGBA_F16_SkColorType, in REG_FIDDLE() local 11 sk_sp<SkSurface> offscreen = SkSurface::MakeRaster(info); in REG_FIDDLE()
|
H A D | Surface_MakeRenderTarget.cpp | 15 SkImageInfo info = SkImageInfo::MakeN32(256, 64, kOpaque_SkAlphaType); in REG_FIDDLE() local 17 auto gpuSurface(SkSurface::MakeRenderTarget(dContext, SkBudgeted::kNo, info, 0, in REG_FIDDLE()
|
H A D | Surface_MakeRenderTarget_3.cpp | 14 SkImageInfo info = SkImageInfo::MakeN32(256, 64, kOpaque_SkAlphaType); in REG_FIDDLE() local 15 auto gpuSurface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info)); in REG_FIDDLE()
|
H A D | ImageInfo_shiftPerPixel.cpp | 31 SkImageInfo info = SkImageInfo::Make(1, 1, colorType, kOpaque_SkAlphaType); in REG_FIDDLE() local 34 info.shiftPerPixel()); in REG_FIDDLE()
|
/third_party/skia/experimental/graphite/src/ |
H A D | TextureProxy.cpp | 15 TextureProxy::TextureProxy(SkISize dimensions, const TextureInfo& info) in TextureProxy() argument 16 : fDimensions(dimensions), fInfo(info) {} in TextureProxy()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_continuation_test.cpp | 336 std::string info;
in HWTEST_F() local 338 DistributedSchedService::GetInstance().NotifyContinuationResultFromRemote(-1, true, info);
in HWTEST_F() 355 std::string info;
in HWTEST_F() local 357 DistributedSchedService::GetInstance().NotifyContinuationResultFromRemote(MOCK_SESSION_ID, true, info);
in HWTEST_F() 1115 IDistributedSched::FreeInstallInfo info = {.want = want,
in HWTEST_F() local 1124 int result1 = proxy->StartFreeInstallFromRemote(info, 0);
in HWTEST_F() 1133 int result2 = proxy->StartFreeInstallFromRemote(info, 0);
in HWTEST_F() 1157 IDistributedSched::FreeInstallInfo info = {.want = want,
in HWTEST_F() local 1163 int result1 = proxy->StartFreeInstallFromRemote(info, 0);
in HWTEST_F() 1169 int result2 = proxy->StartFreeInstallFromRemote(info, in HWTEST_F() 1195 IDistributedSched::FreeInstallInfo info = {.want = want, HWTEST_F() local 1229 IDistributedSched::FreeInstallInfo info = {.want = want, HWTEST_F() local 1268 IDistributedSched::FreeInstallInfo info = {.want = want, HWTEST_F() local 1305 IDistributedSched::FreeInstallInfo info = {.want = want, HWTEST_F() local 1334 IDistributedSched::FreeInstallInfo info; HWTEST_F() local 1352 IDistributedSched::FreeInstallInfo info; HWTEST_F() local 1619 std::string info; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_scroller_test_ng.cpp | 1850 auto& info = pattern_->gridLayoutInfo_; in HWTEST_F() local 1851 EXPECT_EQ(info.startMainLineIndex_, 6); in HWTEST_F() 1852 EXPECT_EQ(info.endMainLineIndex_, 9); in HWTEST_F() 1859 EXPECT_EQ(info.startMainLineIndex_, 9); in HWTEST_F() 1861 EXPECT_EQ(info.startMainLineIndex_, 10); in HWTEST_F() 1863 EXPECT_EQ(info.endMainLineIndex_, 9); in HWTEST_F() 1865 EXPECT_LT(info.currentOffset_, -150.0f); in HWTEST_F() 1870 info.currentOffset_ -= 150.0f; in HWTEST_F() 1875 EXPECT_EQ(info.startMainLineIndex_, 9); in HWTEST_F() 1877 EXPECT_EQ(info in HWTEST_F() 1900 auto& info = pattern_->gridLayoutInfo_; HWTEST_F() local 1933 auto& info = pattern_->gridLayoutInfo_; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_focus_test_ng.cpp | 246 void OnTouchDown(const TouchEventInfo& info) override {} 379 bool IsItemSelected(const GestureEvent& info) in IsItemSelected() argument 1123 TouchLocationInfo info("webtest", fingerId); in HWTEST_F() 1149 TouchLocationInfo info("webtest", fingerId); in HWTEST_F() 1152 event.AddTouchLocationInfo(std::move(info)); in HWTEST_F() 1177 TouchLocationInfo info("webtest", fingerId); in HWTEST_F() 1203 TouchLocationInfo info("webtest", fingerId); in HWTEST_F() 1207 event.AddTouchLocationInfo(std::move(info)); in HWTEST_F() 1232 TouchLocationInfo info("webtest", fingerId); in HWTEST_F() 1258 TouchLocationInfo info("webtes in HWTEST_F() 1641 SelectOverlayInfo info; HWTEST_F() local 1677 SelectOverlayInfo info; HWTEST_F() local [all...] |
/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_medialibrary_napi_utils.cpp | 387 napi_status SendableMediaLibraryNapiUtils::ParseAssetFetchOptCallback(napi_env env, napi_callback_info info, in ParseAssetFetchOptCallback() argument 392 CHECK_STATUS_RET(AsyncContextSetObjectInfo(env, info, context, minArgs, maxArgs), in ParseAssetFetchOptCallback() 393 "Failed to get object info"); in ParseAssetFetchOptCallback() 400 napi_status SendableMediaLibraryNapiUtils::ParseAlbumFetchOptCallback(napi_env env, napi_callback_info info, in ParseAlbumFetchOptCallback() argument 405 CHECK_STATUS_RET(AsyncContextSetObjectInfo(env, info, context, minArgs, maxArgs), in ParseAlbumFetchOptCallback() 406 "Failed to get object info"); in ParseAlbumFetchOptCallback() 432 napi_status SendableMediaLibraryNapiUtils::AsyncContextSetObjectInfo(napi_env env, napi_callback_info info, in AsyncContextSetObjectInfo() argument 437 CHECK_STATUS_RET(napi_get_cb_info(env, info, &asyncContext->argc, &(asyncContext->argv[ARGS_ZERO]), &thisVar, in AsyncContextSetObjectInfo() 438 nullptr), "Failed to get cb info"); in AsyncContextSetObjectInfo() 446 CHECK_COND_RET(asyncContext->objectInfo != nullptr, napi_invalid_arg, "Failed to get object info"); in AsyncContextSetObjectInfo() 452 AsyncContextGetArgs(napi_env env, napi_callback_info info, AsyncContext &asyncContext, const size_t minArgs, const size_t maxArgs) AsyncContextGetArgs() argument 481 ParseArgsBoolCallBack(napi_env env, napi_callback_info info, AsyncContext &context, bool ¶m) ParseArgsBoolCallBack() argument 496 ParseArgsStringCallback(napi_env env, napi_callback_info info, AsyncContext &context, string ¶m) ParseArgsStringCallback() argument 509 ParseArgsStringArrayCallback(napi_env env, napi_callback_info info, AsyncContext &context, vector<string> &array) ParseArgsStringArrayCallback() argument 523 ParseArgsNumberCallback(napi_env env, napi_callback_info info, AsyncContext &context, int32_t &value) ParseArgsNumberCallback() argument 536 ParseArgsOnlyCallBack(napi_env env, napi_callback_info info, AsyncContext &context) ParseArgsOnlyCallBack() argument [all...] |