/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 214 HILOGE("Open file failed, file name is %{private}s, err = %{public}d", fileName.data(), errno); in GetFileHandleForSpecialCloneCloud() 258 HILOGE("Open file failed, file name is %{private}s, err = %{public}d", tarName.data(), errno); in GetFileHandle() 474 HILOGE("open file failed, file name is %{public}s, err = %{public}d", GetAnonyString(filePath).c_str(), in BigFileReady() 483 HILOGI("The application is packaged successfully, package name is %{public}s", item.first.c_str()); in BigFileReady() 618 string name = strHex.str(); in GetFileInfos() 619 for (int i = 0; m.find(name) != m.end(); ++i, strHex.str("")) { in GetFileInfos() 622 name = strHex.str(); in GetFileInfos() 625 return name; in GetFileInfos() 654 HILOGE("TarFileReady open file failed, file name is %{public}s, err = %{public}d", tarName.c_str(), errno); in TarFileReady() 1057 HILOGE("Hash name empt in RestoreFilesForSpecialCloneCloud() [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_session.c | 1231 char name[MAX_THREAD_NAME_LEN] = {0}; in SetSendThreadName() local 1232 if (sprintf_s(name, sizeof(name), "%s%u", DFFILE_SEND_THREAD_NAME_PREFIX, threadIdx) < 0) { in SetSendThreadName() 1233 DFILE_LOGE(TAG, "sprintf send thead name failed"); in SetSendThreadName() 1235 SetThreadName(name); in SetSendThreadName()
|
/third_party/ffmpeg/libavcodec/ |
H A D | exr.c | 1509 * Check if the variable name corresponds to its data type. 1512 * @param value_name name of the variable to check 1982 uint8_t name[256] = { 0 }; in decode_header() local 1989 name[i++] = bytestream2_get_byte(gb); in decode_header() 2003 av_dict_set(&metadata, name, value, 0); in decode_header() 2355 .p.name = "exr",
|
H A D | qsvenc.c | 48 const char *name; member 123 return profiles[i].name; in print_profile() 130 const char *name; member 162 return rc_names[i].name; in print_ratecontrol()
|
/third_party/curl/src/ |
H A D | tool_operate.c | 158 static curl_off_t vms_realfilesize(const char *name, in vms_realfilesize() argument 167 file = fopen(name, "r"); /* VMS */ in vms_realfilesize() 189 static curl_off_t VmsSpecialSize(const char *name, in VmsSpecialSize() argument 195 return vms_realfilesize(name, stat_buf); in VmsSpecialSize() 1064 * We have specified a file name to store the result in, or we have in single_transfer() 1065 * decided we want to use the remote file name. in single_transfer() 1069 /* extract the file name from the URL */ in single_transfer() 1072 errorf(global, "Failed to extract a sensible file name" in single_transfer() 1077 errorf(global, "Remote file name has no length"); in single_transfer()
|
/third_party/ffmpeg/libswscale/ |
H A D | input.c | 345 #define rgb16_32_wrapper(fmt, name, shr, shg, shb, shp, maskr, \ 347 static void name ## ToY_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, \ 354 static void name ## ToUV_c(uint8_t *dstU, uint8_t *dstV, \ 363 static void name ## ToUV_half_c(uint8_t *dstU, uint8_t *dstV, \
|
/third_party/mbedtls/library/ |
H A D | ecp.c | 337 * - readable name 462 * Get the curve info from the name 464 const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_name(const char *name) in mbedtls_ecp_curve_info_from_name() argument 468 if (name == NULL) { in mbedtls_ecp_curve_info_from_name() 475 if (strcmp(curve_info->name, name) == 0) { in mbedtls_ecp_curve_info_from_name()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri2.c | 384 buffer->base.name = whandle.handle; in dri2_allocate_buffer() 608 whandle.handle = buf->name; in dri2_allocate_textures() 984 int name, int pitch, void *loaderPrivate) in dri2_create_image_from_name() 995 whandle.handle = name; in dri2_create_image_from_name() 982 dri2_create_image_from_name(__DRIscreen *_screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) dri2_create_image_from_name() argument
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 277 translate_system_name(D3D10_SB_NAME name) in translate_system_name() argument 279 switch (name) { in translate_system_name() 311 D3D10_SB_NAME name, in translate_semantic_index() 315 switch (name) { in translate_semantic_index() 310 translate_semantic_index(struct Shader_xlate *sx, D3D10_SB_NAME name, const struct Shader_dst_operand *operand) translate_semantic_index() argument
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 1126 ntfschar *name; local 1139 name = (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset)); 1142 byte = bitmap = ntfs_attr_readall(ni, AT_BITMAP, name, name_len, 1149 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, name, name_len);
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 8 * that the name of the copyright holders not be used in advertising or 87 char *name; member 301 /* XXX use EDID name */ in wsi_display_alloc_connector() 302 connector->name = "monitor"; in wsi_display_alloc_connector() 347 if (!strcmp(prop->name, "DPMS")) in wsi_display_get_connector() 393 properties->displayName = connector->name; in wsi_display_fill_in_display_properties()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 323 var->name = ralloc_asprintf(var, "in_%d", idx); in ttn_emit_declaration() 383 var->name = ralloc_asprintf(var, "out_%d", idx); in ttn_emit_declaration() 459 var->name = ralloc_asprintf(var, "uniform_%d", idx); in ttn_emit_declaration() 1311 .name = "data", in add_ssbo_var()
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 75 # Each theme element key is its display name. 76 # The first value of the tuple is the sample area tag name. 77 # The second value is the display name list sort index. 441 ACTIVE if event.type.name == 'KeyRelease' else ANCHOR) 548 The key is the display name and the value is a tuple of 549 (tag name, display sort order). 777 Add the changed theme's name to the changed_items and recreate 783 if idleConf.GetOption('main', 'Theme', 'name') not in old_themes: 784 changes.add_option('main', 'Theme', 'name', old_themes[0]) 788 changes.add_option('main', 'Theme', 'name', valu [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 506 const std::string& name, 511 : vkt::TestCase (testCtx, name) 519 const std::string& name, 524 : vkt::TestCase (testCtx, name)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureTests.cpp | 53 * @param funcName Verified function name 55 * @param pname Parameter name 78 * @param funcName Verified function name 421 /** Testing texParameter* functions for binded texture and GL_TEXTURE_SPARSE_ARB parameter name 551 /** Testing texParameter* functions for binded texture and GL_VIRTUAL_PAGE_SIZE_INDEX_ARB parameter name 681 /** Testing getTexParameter* functions for binded texture and GL_NUM_SPARSE_LEVELS_ARB parameter name 729 * @param pname Parameter name 1008 SparseTextureAllocationTestCase::SparseTextureAllocationTestCase(deqp::Context& context, const char* name, in SparseTextureAllocationTestCase() argument 1010 : TestCase(context, name, description) in SparseTextureAllocationTestCase() 1624 * @param name Tes 1627 SparseTextureCommitmentTestCase(deqp::Context& context, const char* name, const char* description) SparseTextureCommitmentTestCase() argument [all...] |
/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()
|