Home
last modified time | relevance | path

Searched refs:name (Results 3901 - 3925 of 25492) sorted by relevance

1...<<151152153154155156157158159160>>...1020

/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp53 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height);
54 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
83 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height) in Texture2DFilteringCase() argument
84 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc) in Texture2DFilteringCase()
98 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames) in Texture2DFilteringCase() argument
99 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc) in Texture2DFilteringCase()
307 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height);
308 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames);
338 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height) in TextureCubeFilteringCase() argument
339 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, des in TextureCubeFilteringCase()
354 TextureCubeFilteringCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames) TextureCubeFilteringCase() argument
653 const char* name; init() member
664 const char* name; init() member
678 const char* name; init() member
688 const char* name; init() member
699 const char* name; init() member
710 const char* name; init() member
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_sync_file.c40 int kbase_sync_fence_stream_create(const char *name, int *const out_fd) in kbase_sync_fence_stream_create() argument
46 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create()
303 scnprintf(info->name, sizeof(info->name), "%u#%u", fence->context, in kbase_sync_fence_info_get()
306 scnprintf(info->name, sizeof(info->name), "%llu#%u", fence->context, in kbase_sync_fence_info_get()
309 scnprintf(info->name, sizeof(info->name), "%llu#%llu", fence->context, in kbase_sync_fence_info_get()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_sync_file.c48 int kbase_sync_fence_stream_create(const char *name, int *const out_fd) in kbase_sync_fence_stream_create() argument
53 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, in kbase_sync_fence_stream_create()
313 scnprintf(info->name, sizeof(info->name), "%u#%u", in kbase_sync_fence_info_get()
316 scnprintf(info->name, sizeof(info->name), "%llu#%u", in kbase_sync_fence_info_get()
319 scnprintf(info->name, sizeof(info->name), "%llu#%llu", in kbase_sync_fence_info_get()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_sync_file.c47 int kbase_sync_fence_stream_create(const char *name, int *const out_fd) in kbase_sync_fence_stream_create() argument
53 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create()
315 scnprintf(info->name, sizeof(info->name), "%u#%u", fence->context, in kbase_sync_fence_info_get()
318 scnprintf(info->name, sizeof(info->name), "%llu#%u", fence->context, in kbase_sync_fence_info_get()
321 scnprintf(info->name, sizeof(info->name), "%llu#%llu", fence->context, in kbase_sync_fence_info_get()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_sync_file.c44 int kbase_sync_fence_stream_create(const char *name, int *const out_fd) in kbase_sync_fence_stream_create() argument
49 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, in kbase_sync_fence_stream_create()
302 scnprintf(info->name, sizeof(info->name), "%u#%u", in kbase_sync_fence_info_get()
305 scnprintf(info->name, sizeof(info->name), "%llu#%u", in kbase_sync_fence_info_get()
308 scnprintf(info->name, sizeof(info->name), "%llu#%llu", in kbase_sync_fence_info_get()
/foundation/ability/ability_runtime/test/unittest/ability_extension_context_test/
H A Dability_extension_context_test.cpp58 * @tc.name: GetAbilityInfo_0100
67 info->name = "ExtensionContextTest"; in HWTEST_F()
84 EXPECT_STREQ(abilityInfo->name.c_str(), "ExtensionContextTest"); in HWTEST_F()
90 * @tc.name: SetAbilityInfo_0100
99 info->name = "ExtensionContextTest"; in HWTEST_F()
116 EXPECT_STREQ(abilityInfo->name.c_str(), "ExtensionContextTest"); in HWTEST_F()
118 info->name = "NewExtensionContextTest"; in HWTEST_F()
122 EXPECT_STREQ(abilityInfo->name.c_str(), "NewExtensionContextTest"); in HWTEST_F()
129 * @tc.name: SetAbilityInfo
137 info->name in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h26 char* name; member
63 char* name; member
142 char* name; member
173 char* name; member
225 char* name; member
238 char* name; member
272 char* name; member
313 char* name; member
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_runner.cpp146 #define TO_STRING(name) #name in LoadEngineLib()
147 #define LIB_NAME(name) TO_STRING(name) in LoadEngineLib()
217 #define TO_STRING(name) #name in LoadPluginsAndInit()
218 #define PLATFORM_PATH_NAME(name) TO_STRING(name) in LoadPluginsAndInit()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodeclist_impl.cpp123 std::string name = capaDataIn.codecName; in GetCapability() local
124 CHECK_AND_RETURN_RET_LOG(!name.empty(), nullptr, "Get capability failed"); in GetCapability()
125 if (category == AVCodecCategory::AVCODEC_NONE && nameAddrMap_.find(name) != nameAddrMap_.end()) { in GetCapability()
127 if (mimeCapsMap_[mime][i]->codecType == codecType && mimeCapsMap_[mime][i]->codecName == name) { in GetCapability()
138 void *AVCodecListImpl::GetBuffer(const std::string &name, uint32_t sizeOfCap) in GetBuffer() argument
141 if (nameAddrMap_.find(name) != nameAddrMap_.end()) { in GetBuffer()
142 return nameAddrMap_[name]; in GetBuffer()
147 nameAddrMap_[name] = buf; in GetBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_share_manager.h75 const uint32_t renderNodeIdx, const BASE_NS::string_view name, const RenderHandle& handle);
77 const uint32_t renderNodeIdx, const BASE_NS::string_view name, const BASE_NS::string_view globalUniqueName);
92 const uint32_t renderNodeIdx, const BASE_NS::string_view name, const RenderHandle& handle);
109 const uint32_t renderNodeIdx, const BASE_NS::string_view name, const RenderHandle& handle);
127 RenderDataConstants::RenderDataFixedString name; member
146 const uint32_t renderNodeIdx, const BASE_NS::string_view name, const BASE_NS::string_view globalUniqueName);
161 void RegisterRenderNodeOutput(const BASE_NS::string_view name, const RenderHandle& handle) override;
169 void RegisterGlobalRenderNodeOutput(const BASE_NS::string_view name, const RenderHandle& handle) override;
/foundation/graphic/graphic_3d/kits/js/src/
H A DSubMeshJS.cpp46 node_props.push_back(GetSetProperty<BASE_NS::string, SubMeshJS, &SubMeshJS::GetName, &SubMeshJS::SetName>("name")); in Init()
113 BASE_NS::string name; in GetName() local
115 ExecSyncTask([node, &name]() { in GetName()
116 name = node->Name()->GetValue(); in GetName()
121 napi_status status = napi_create_string_utf8(ctx, name.c_str(), name.length(), &value); in GetName()
127 BASE_NS::string name = ctx.Arg<0>(); in SetName() local
128 ExecSyncTask([node, name]() { in SetName()
129 node->Name()->SetValue(name); in SetName()
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystemfactory_service_stub.cpp90 std::string name = data.ReadString(); in ProcessCreateMediaKeySystem() local
91 int32_t ret = stub->CreateMediaKeySystem(name, mediaKeysystemProxy); in ProcessCreateMediaKeySystem()
111 std::string name = data.ReadString(); in ProcessMediaKeySystemSupportedRequest() local
113 int32_t ret = stub->IsMediaKeySystemSupported(name, &isSurpported); in ProcessMediaKeySystemSupportedRequest()
121 int32_t ret = stub->IsMediaKeySystemSupported(name, mimeType, &isSurpported); in ProcessMediaKeySystemSupportedRequest()
130 int32_t ret = stub->IsMediaKeySystemSupported(name, mimeType, securityLevel, &isSurpported); in ProcessMediaKeySystemSupportedRequest()
161 "Write mediaKeySystem name failed."); in ProcessGetMediaKeySystems()
172 std::string name = data.ReadString(); in ProcessGetMediaKeySystemUuid() local
174 int32_t ret = stub->GetMediaKeySystemUuid(name, uuid); in ProcessGetMediaKeySystemUuid()
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp133 bool MediaKeySystemFactoryImpl::IsMediaKeySystemSupported(std::string &name) in IsMediaKeySystemSupported() argument
140 ret = serviceProxy->IsMediaKeySystemSupported(name, &isSurpported); in IsMediaKeySystemSupported()
147 bool MediaKeySystemFactoryImpl::IsMediaKeySystemSupported(std::string &name, std::string &mimeType) in IsMediaKeySystemSupported() argument
155 ret = serviceProxy->IsMediaKeySystemSupported(name, mimeType, &isSurpported); in IsMediaKeySystemSupported()
192 int32_t MediaKeySystemFactoryImpl::GetMediaKeySystemUuid(std::string &name, std::string &uuid) in GetMediaKeySystemUuid() argument
198 ret = serviceProxy->GetMediaKeySystemUuid(name, uuid); in GetMediaKeySystemUuid()
206 int32_t MediaKeySystemFactoryImpl::CreateMediaKeySystem(std::string &name, sptr<MediaKeySystemImpl> *mediaKeySystemImpl) in CreateMediaKeySystem() argument
219 ret = serviceProxy->CreateMediaKeySystem(name, mediaKeySystemProxy); in CreateMediaKeySystem()
/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp169 void DelegateInterface::RemoveLocal(InputHandlerType type, const std::string &name, uint32_t &deviceTags) in RemoveLocal() argument
175 if (it->second.handlerName != name) { in RemoveLocal()
196 void DelegateInterface::RemoveHandler(InputHandlerType type, const std::string &name) in RemoveHandler() argument
201 RemoveLocal(type, name, deviceTags); in RemoveHandler()
224 name.c_str(), currentType, currentTags, handlers.size()); in RemoveHandler()
227 bool DelegateInterface::HasHandler(const std::string &name) const in HasHandler()
230 [name](const auto &item) { in HasHandler()
231 return item.second.handlerName == name; in HasHandler()
/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp134 void StandbyStateSubscriber::ReportAllowListChanged(int32_t uid, const std::string& name, in ReportAllowListChanged() argument
138 ", name is %{public}s, allowType is %{public}d", uid, name.c_str(), allowType); in ReportAllowListChanged()
139 NotifyAllowChangedByCallback(uid, name, allowType, added); in ReportAllowListChanged()
140 NotifyAllowChangedByCommonEvent(uid, name, allowType, added); in ReportAllowListChanged()
143 void StandbyStateSubscriber::NotifyAllowChangedByCallback(int32_t uid, const std::string& name, in NotifyAllowChangedByCallback() argument
152 (*iter)->OnAllowListChanged(uid, name, allowType, added); in NotifyAllowChangedByCallback()
174 void StandbyStateSubscriber::NotifyAllowChangedByCommonEvent(int32_t uid, const std::string& name, in NotifyAllowChangedByCommonEvent() argument
180 want.SetParam("name", name); in NotifyAllowChangedByCommonEvent()
[all...]
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_occupied_area_change_test.cpp81 .name = "FullWindow", in SetUp()
90 .name = "ImeWindow", in SetUp()
103 * @tc.name: KeyboardHeightChangeTest01
109 fullScreenAppInfo_.name = "KeyboardHeightChangeTest01"; in HWTEST_F()
117 imeAppInfo_.name = "imeWindow1"; in HWTEST_F()
135 * @tc.name: KeyboardHeightChangeTest02
141 fullScreenAppInfo_.name = "KeyboardHeightChangeTest02"; in HWTEST_F()
149 imeAppInfo_.name = "imeWindow2"; in HWTEST_F()
167 * @tc.name: KeyboardHeightChangeTest03
173 fullScreenAppInfo_.name in HWTEST_F()
[all...]
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreBackupRestoreWithFAContextJsunit.test.js22 + "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)"
27 name: "BackupResotreTest.db",
39 "name": "zhangsan",
48 "name": "lisi",
57 "name": "wangwu",
112 await data_relationalStore.deleteRdbStore(context, STORE_CONFIG.name)
123 * @tc.name RDB Backup Restore test
133 // expect(true).assertEqual(fileio.accessSync(DATABASE_DIR + STORE_CONFIG.name))
136 // expect(true).assertEqual(fileio.accessSync(DATABASE_DIR + STORE_CONFIG.name))
143 predicates.equalTo("name", "zhangsa
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_asset.cpp25 int OH_Data_Asset_SetName(Data_Asset *asset, const char *name) in OH_Data_Asset_SetName() argument
27 if (asset == nullptr || name == nullptr) { in OH_Data_Asset_SetName()
30 asset->asset_.name = name; in OH_Data_Asset_SetName()
94 int OH_Data_Asset_GetName(Data_Asset *asset, char *name, size_t *length) in OH_Data_Asset_GetName() argument
97 LOG_ERROR("Asset get name error: asset is NULL ? %{public}d.", (asset == nullptr)); in OH_Data_Asset_GetName()
100 size_t nameLength = asset->asset_.name.size(); in OH_Data_Asset_GetName()
102 LOG_ERROR("Asset get name error: length is too small ? %{public}d.", (nameLength >= *length)); in OH_Data_Asset_GetName()
105 errno_t result = strcpy_s(name, *length, asset->asset_.name in OH_Data_Asset_GetName()
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbstoreRdbstoreJsunit.test.js24 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREMENT, " + "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)";
27 name: "rdbstore.db",
55 * @tc.name rdb store getRdbStore test
75 * @tc.name rdb store getRdbStore and create table
99 * @tc.name rdb storegetRdbStore with wrong path
107 name: "/wrong/rdbstore.db",
126 * @tc.name rdb store deleteRdbStore
144 * @tc.name rdb store deleteRdbStore
163 * @tc.name rdb store getRdbStore test
172 name
[all...]
/third_party/elfutils/libdwfl/
H A Ddwfl_module.c53 free (file->name); in free_file()
121 free (mod->name); in __libdwfl_module_free()
166 dwfl_report_module (Dwfl *dwfl, const char *name, in dwfl_report_module() argument
174 && !strcmp (m->name, name)) in dwfl_report_module()
191 mod->name = strdup (name); in dwfl_report_module()
192 if (mod->name == NULL) in dwfl_report_module()
/third_party/backends/backend/
H A Dplustek-usbio.c98 static void dumpPic( char* name, SANE_Byte *buffer, u_long len, int is_gray ) in dumpPic() argument
108 DBG( _DBG_DPIC, "Creating file '%s'\n", name ); in dumpPic()
110 fp = fopen( name, "w+b" ); in dumpPic()
130 fp = fopen( name, "a+b" ); in dumpPic()
134 DBG( _DBG_DPIC, "Can not open file '%s'\n", name ); in dumpPic()
144 static void dumpPicInit( ScanParam *sd, char* name ) in dumpPicInit()
158 dumpPic(name, NULL, 0, 0); in dumpPicInit()
160 dumpPic(name, NULL, 0, 1); in dumpPicInit()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dunewdata.cpp10 * file name: unewdata.c
36 udata_create(const char *dir, const char *type, const char *name, in udata_create() argument
48 } else if(name==NULL || *name==0 || pInfo==NULL) { in udata_create()
81 length += static_cast<int32_t>(strlen(name)); /* Add the filename length */ in udata_create()
107 uprv_strcat(filename, name); in udata_create()
194 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode) { in udata_createDummy() argument
196 udata_finish(udata_create(dir, type, name, &dummyDataInfo, NULL, pErrorCode), pErrorCode); in udata_createDummy()
199 u_errorName(*pErrorCode), dir, name, type); in udata_createDummy()
/third_party/googletest/googletest/test/
H A Dgoogletest-listener-test.cc13 // * Neither the name of Google Inc. nor the names of its
58 explicit EventRecordingListener(const char* name) : name_(name) {} in EventRecordingListener() argument
125 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() argument
133 explicit EventRecordingListener2(const char* name) : name_(name) {} in EventRecordingListener2() argument
197 std::string GetFullMethodName(const char* name) { return name_ + "." + name; } in GetFullMethodName() argument
226 // recording the test name in TEST_F()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java26 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
36 * In <a href="http://cldr.unicode.org/">CLDR</a> (which uses LDML for representing locale data), the display name
37 * "Eastern Time" is stored as long generic display name of a meta zone identified by the ID "America_Eastern".
58 * have a specific name that is not shared with other time zones.
60 * For example, time zone "Europe/London" has English long name for standard time "Greenwich Mean Time", which is also
61 * shared with other time zones. However, the long name for daylight saving time is "British Summer Time", which is only
65 * {@link #getTimeZoneDisplayName(String, NameType)} is designed for accessing a name only used by a single time zone.
84 * Time zone display name types
90 * Long display name, such as "Eastern Time".
96 * Long display name fo
[all...]
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp10 * file name: utrie2perf.cpp
84 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
232 UPerfFunction* UTrie2PerfTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { in runIndexedTest() argument
234 case 0: name = "CheckFCD"; if (exec) return CheckFCD::get(*this); break; in runIndexedTest()
235 case 1: name = "ToNFC"; if (exec) return ToNFC::get(*this); break; in runIndexedTest()
236 case 2: name = "GetBiDiClass"; if (exec) return GetBiDiClass::get(*this); break; in runIndexedTest()
238 case 3: name = "CheckFCDAlwaysGet"; if (exec) return CheckFCDAlwaysGet::get(*this); break; in runIndexedTest()
239 case 4: name = "CheckFCDUTF8"; if (exec) return CheckFCDUTF8::get(*this); break; in runIndexedTest()
241 default: name = ""; break; in runIndexedTest()

Completed in 17 milliseconds

1...<<151152153154155156157158159160>>...1020