/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES31.cpp | 1255 const GLchar *name) in ValidateGetProgramResourceIndex() 1429 const GLchar *name) in ValidateGetProgramResourceName() 1643 const GLchar *name) in ValidateGetProgramResourceLocation() 1869 // GL_INVALID_OPERATION is generated if pipeline is not a name previously returned from a call in ValidateUseProgramStagesBase() 1870 // to glGenProgramPipelines or if such a name has been deleted by a call to in ValidateUseProgramStagesBase() 1920 // An INVALID_OPERATION error is generated if pipeline is not a name returned from a previous in ValidateActiveShaderProgramBase() 1921 // call to GenProgramPipelines or if such a name has since been deleted by in ValidateActiveShaderProgramBase() 1929 // An INVALID_VALUE error is generated if program is not zero and is not the name of either a in ValidateActiveShaderProgramBase() 1937 // An INVALID_OPERATION error is generated if program is the name of a shader object. in ValidateActiveShaderProgramBase() 2018 // An INVALID_OPERATION error is generated if pipeline is not a name returne in ValidateGetProgramPipelineivBase() 1251 ValidateGetProgramResourceIndex(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLenum programInterface, const GLchar *name) ValidateGetProgramResourceIndex() argument 1422 ValidateGetProgramResourceName(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei bufSize, const GLsizei *length, const GLchar *name) ValidateGetProgramResourceName() argument 1639 ValidateGetProgramResourceLocation(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLenum programInterface, const GLchar *name) ValidateGetProgramResourceLocation() argument 3058 ValidateGetProgramResourceLocationIndexEXT(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLenum programInterface, const char *name) ValidateGetProgramResourceLocationIndexEXT() argument [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 223 const char *name; member 1769 int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name); 2161 int SSL_config(SSL *s, const char *name); 2162 int SSL_CTX_config(SSL_CTX *ctx, const char *name);
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.c | 35 static PFN_vkVoidFunction vkGetInstanceProcAddrStub(void* context, const char* name) in vkGetInstanceProcAddrStub() argument 37 return vkGetInstanceProcAddr((VkInstance)context, name); in vkGetInstanceProcAddrStub() 40 static PFN_vkVoidFunction vkGetDeviceProcAddrStub(void* context, const char* name) in vkGetDeviceProcAddrStub() argument 42 return vkGetDeviceProcAddr((VkDevice)context, name); in vkGetDeviceProcAddrStub()
|
/third_party/protobuf/ruby/tests/ |
H A D | common_tests.rb | 567 assert o.name == "my_oneof" 575 field_names = o.map{|f| f.name}.sort 1036 assert msgdef.any? {|field| field.name == "optional_int32"} 1040 assert optional_int32.name == "optional_int32" 1058 # set with integer, check resolution to symbolic name
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_post.c | 1461 if (strcmp(DATUM(attr)->name, GEN_REQUIRE_ATTR) == 0) { in cil_typeattribute_used() 1463 } else if (strstr(DATUM(attr)->name, TYPEATTR_INFIX) != NULL) { in cil_typeattribute_used() 1493 if (strstr(DATUM(attr)->name, TYPEATTR_INFIX)) { in __mark_neverallow_attrs() 1522 strstr(DATUM(attr)->name, TYPEATTR_INFIX)) { in __cil_post_db_neverallow_attr_helper()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 506 const std::string& name, 512 : vkt::TestCase (testCtx, name, description) 520 const std::string& name, 526 : vkt::TestCase (testCtx, name, description)
|
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 1075 make_list(GLuint name, GLuint count) in make_list() argument 1078 dlist->Name = name; in make_list() 3118 save_LoadName(GLuint name) in save_LoadName() argument 3125 n[1].ui = name; in save_LoadName() 3128 CALL_LoadName(ctx->Exec, (name)); in save_LoadName() 3364 save_NewList(GLuint name, GLenum mode) in save_NewList() argument 3369 (void) name; in save_NewList() 3763 save_PushName(GLuint name) in save_PushName() argument 3770 n[1].ui = name; in save_PushName() 3773 CALL_PushName(ctx->Exec, (name)); in save_PushName() 5979 save_BindTransformFeedback(GLenum target, GLuint name) save_BindTransformFeedback() argument 6017 save_DrawTransformFeedback(GLenum mode, GLuint name) save_DrawTransformFeedback() argument 6033 save_DrawTransformFeedbackStream(GLenum mode, GLuint name, GLuint stream) save_DrawTransformFeedbackStream() argument 6050 save_DrawTransformFeedbackInstanced(GLenum mode, GLuint name, GLsizei primcount) save_DrawTransformFeedbackInstanced() argument 6068 save_DrawTransformFeedbackStreamInstanced(GLenum mode, GLuint name, GLuint stream, GLsizei primcount) save_DrawTransformFeedbackStreamInstanced() argument 13472 _mesa_NewList(GLuint name, GLenum mode) _mesa_NewList() argument [all...] |
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_iep2.c | 713 iep->procfs = proc_mkdir(mpp->dev->of_node->name, mpp->srv->procfs);
in iep2_procfs_init() 961 .name = IEP2_DRIVER_NAME,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi-rockchip.c | 1068 DRM_DEV_ERROR(dev, "no dsi-config for %s node\n", np->name); in dw_mipi_dsi_rockchip_probe() 1332 .name = "dw-mipi-dsi-rockchip",
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_softjobs.c | 286 info.fence, info.name, kbase_sync_status_string(info.status));
in kbase_fence_debug_check_atom() 313 dev_warn(dev, "\tGuilty fence [%p] %s: %s\n", info.fence, info.name, kbase_sync_status_string(info.status));
in kbase_fence_debug_wait_timeout()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_softjobs.c | 293 info.fence, info.name, kbase_sync_status_string(info.status)); in kbase_fence_debug_check_atom() 320 dev_warn(dev, "\tGuilty fence [%p] %s: %s\n", info.fence, info.name, kbase_sync_status_string(info.status)); in kbase_fence_debug_wait_timeout()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_softjobs.c | 306 info.name, in kbase_fence_debug_check_atom() 337 info.fence, info.name, in kbase_fence_debug_wait_timeout()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_firmware_no_mali.c | 1290 struct kbase_device *kbdev, const char *name, size_t *size) in kbase_csf_firmware_get_timeline_metadata() 1293 WARN_ON(!name) || in kbase_csf_firmware_get_timeline_metadata() 1289 kbase_csf_firmware_get_timeline_metadata( struct kbase_device *kbdev, const char *name, size_t *size) kbase_csf_firmware_get_timeline_metadata() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_softjobs.c | 295 info.name, in kbase_fence_debug_check_atom() 326 info.fence, info.name, in kbase_fence_debug_wait_timeout()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux_exportfs.c | 1357 .attr = { .name = "csi", 1391 DHD_ERROR(("%s: can't create %s\n", __FUNCTION__, dhd_attr_csi.attr.name)); in dhd_sysfs_init()
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-samsung-dcphy.c | 1827 .name = "dcphy_tx", 1962 .name = "samsung-mipi-dcphy",
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_iep2.c | 764 iep->procfs = proc_mkdir(mpp->dev->of_node->name, mpp->srv->procfs); in iep2_procfs_init() 1014 .name = IEP2_DRIVER_NAME,
|
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/ |
H A D | js_continuation_manager.cpp | 763 napi_status JsContinuationManager::SetEnumItem(const napi_env &env, napi_value object, const char* name, int32_t value) in SetEnumItem() argument 769 NAPI_CALL_BASE(env, status = napi_create_string_utf8(env, name, NAPI_AUTO_LENGTH, &itemName), status); in SetEnumItem() 892 HILOGI("Property name=%{public}s, string, value=%{public}s", strProName.c_str(), elementValue.c_str()); in PraseJson() 899 HILOGI("Property name=%{public}s, boolean, value=%{public}d.", strProName.c_str(), elementValue); in PraseJson() 906 HILOGE("Property name=%{public}s, Property int32_t parse error", strProName.c_str()); in PraseJson() 908 HILOGI("Property name=%{public}s, number, value=%{public}d.", strProName.c_str(), elementValue); in PraseJson() 914 HILOGE("Property name=%{public}s, value type not support.", strProName.c_str()); in PraseJson()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 41 ErrCode BundleMgrHelper::GetNameForUid(const int32_t uid, std::string &name) in GetNameForUid() argument 51 return bundleMgr->GetNameForUid(uid, name); in GetNameForUid()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 819 void CalendarPickerPattern::PostTaskToUI(const std::function<void()>& task, const std::string& name) in PostTaskToUI() argument 831 taskExecutor->PostDelayedTask(task, TaskExecutor::TaskType::UI, DELAY_TIME, name); in PostTaskToUI()
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 349 std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, const std::string& name) in GetMaskByName() 353 resourceMgr->GetMediaDataByName(name.c_str(), len, data); in GetMaskByName() 348 GetMaskByName( std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, const std::string& name) GetMaskByName() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 797 if (abilityInfo.name == abilityName && abilityInfo.moduleName == moduleName) { in CheckAbilityFromBundleInfo() 866 if (extensionInfo.name == abilityName && extensionInfo.moduleName == moduleName) { in CheckExtensionFromBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 128 * @tc.name: test GetApplicationInfo of BundleMgrHostImpl 141 * @tc.name: test GetApplicationInfoV9 of BundleMgrHostImpl 154 * @tc.name: test GetApplicationInfos of BundleMgrHostImpl 167 * @tc.name: test GetApplicationInfosV9 of BundleMgrHostImpl 180 * @tc.name: test GetBundleInfo of BundleMgrHostImpl 193 * @tc.name: test GetBaseSharedBundleInfos of BundleMgrHostImpl 206 * @tc.name: test GetBundleInfoV9 of BundleMgrHostImpl 219 * @tc.name: test GetBundlePackInfo of BundleMgrHostImpl 232 * @tc.name: test GetBundleInfos of BundleMgrHostImpl 245 * @tc.name 264 std::string name; HWTEST_F() local [all...] |
H A D | bms_bundle_permission_system_app_test.cpp | 165 * @tc.name: test GetApplicationInfo of BundleMgrHostImpl 178 * @tc.name: test GetApplicationInfoV9 of BundleMgrHostImpl 191 * @tc.name: test GetApplicationInfos of BundleMgrHostImpl 204 * @tc.name: test GetApplicationInfosV9 of BundleMgrHostImpl 217 * @tc.name: test GetBundleInfo of BundleMgrHostImpl 230 * @tc.name: test CleanBundleCacheFilesAutomatic of BundleMgrHostImpl 243 * @tc.name: test GetBundleInfoV9 of BundleMgrHostImpl 256 * @tc.name: test GetBundlePackInfo of BundleMgrHostImpl 269 * @tc.name: test GetBundleInfos of BundleMgrHostImpl 282 * @tc.name 301 std::string name; HWTEST_F() local [all...] |
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_manager_stub.cpp | 123 reply.WriteString(effect.name); in LoadEffectLibrariesWriteReply() 489 false, "Create audio effect chain name map failed, please check log"); in UnmarshallEffectChainMgrParam() 524 effectChain.name = data.ReadString(); in HandleCreateAudioEffectChainManager()
|