Home
last modified time | relevance | path

Searched refs:info (Results 5651 - 5675 of 12544) sorted by relevance

1...<<221222223224225226227228229230>>...502

/third_party/ltp/include/lapi/
H A Dpidfd.h28 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 Dhandler-inside-posix.h24 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 Diris_monitor.h29 struct pipe_driver_query_info *info);
32 struct pipe_driver_query_group_info *info);
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.h42 struct pipe_driver_query_info *info);
45 struct pipe_driver_query_group_info *info);
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_fs.c52 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 Du_prim.c37 struct pipe_draw_info info; in u_prim_name() local
38 STATIC_ASSERT(sizeof(info.mode) == 1); in u_prim_name()
H A Du_split_draw.c27 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 DSystemInfo_internal.h33 bool GetSystemInfo_mac(SystemInfo *info);
37 bool GetSystemInfo_ios(SystemInfo *info);
/third_party/skia/src/codec/
H A DSkSampledCodec.h29 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 DVkDescriptorUpdateTemplate.cpp33 size_t DescriptorUpdateTemplate::ComputeRequiredAllocationSize(const VkDescriptorUpdateTemplateCreateInfo *info) in ComputeRequiredAllocationSize() argument
35 return info->descriptorUpdateEntryCount * sizeof(VkDescriptorUpdateTemplateEntry); in ComputeRequiredAllocationSize()
/third_party/skia/tests/
H A DGrContextAbandonTest.cpp21 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 DResourceMemoryAllocation.cpp24 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 DtsxUnionSpread.js10 function AnimalComponent(info: AnimalInfo): JSX.Element {
28 function AnimalComponent(info) {
/third_party/skia/docs/examples/
H A DPixmap_writable_addr64.cpp7 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 DSurface_readPixels_3.cpp12 SkImageInfo info = SkImageInfo::Make(64, 64, kBGRA_8888_SkColorType, kPremul_SkAlphaType); in REG_FIDDLE() local
14 bitmap.setInfo(info); in REG_FIDDLE()
H A DPixmap_writable_addrF16.cpp7 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 Df16to8888busted.cpp6 // 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 DSurface_MakeRenderTarget.cpp15 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 DSurface_MakeRenderTarget_3.cpp14 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 DImageInfo_shiftPerPixel.cpp31 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 DTextureProxy.cpp15 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 Ddistributed_sched_continuation_test.cpp336 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 Dgrid_scroller_test_ng.cpp1850 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 Dweb_pattern_focus_test_ng.cpp246 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 Dsendable_medialibrary_napi_utils.cpp387 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 &param) ParseArgsBoolCallBack() argument
496 ParseArgsStringCallback(napi_env env, napi_callback_info info, AsyncContext &context, string &param) 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...]

Completed in 18 milliseconds

1...<<221222223224225226227228229230>>...502