/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_style.h | 35 static void ParseCssAttrs(const std::string& styleName, const std::string& attrs, const PushAttr& callback);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_style.h | 35 static void ParseCssAttrs(const std::string& styleName, const std::string& attrs, const PushAttr& callback);
|
/foundation/multimedia/media_utils_lite/hals/ |
H A D | hal_media.h | 41 void HalCameraGetProcessorAttr(HalProcessorHdl hdls[HAL_MAX_VPSS_NUM], HalVideoProcessorAttr attrs[HAL_MAX_VPSS_NUM],
|
/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/registerpluginlistener_fuzzer/ |
H A D | registerpluginlistener_fuzzer.cpp | 32 void PluginHardware(const std::string &dhId, const std::string &attrs, const std::string &subtype) override {}
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_dev.cpp | 135 int32_t DAudioSourceDev::EnableDAudio(const std::string &dhId, const std::string &attrs) in EnableDAudio() argument 145 cJSON_AddStringToObject(jParam, KEY_ATTRS, attrs.c_str()); in EnableDAudio() 160 SetRegDataType(attrs); in EnableDAudio() 665 char *attrs = cJSON_PrintUnformatted(cJSON_GetObjectItem(jParam, KEY_ATTRS)); in TaskEnableDAudio() local 666 CHECK_NULL_FREE_RETURN(attrs, ERR_DH_AUDIO_NULLPTR, jParam); in TaskEnableDAudio() 667 std::string attrsStr(attrs); in TaskEnableDAudio() 681 cJSON_free(attrs); in TaskEnableDAudio() 685 int32_t DAudioSourceDev::EnableDSpeaker(const int32_t dhId, const std::string &attrs) in EnableDSpeaker() argument 691 if (deviceMap_[dhId]->EnableDevice(dhId, attrs) != DH_SUCCESS) { in EnableDSpeaker() 698 if (speaker->EnableDevice(dhId, attrs) ! in EnableDSpeaker() 706 EnableDMic(const int32_t dhId, const std::string &attrs) EnableDMic() argument [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 1842 * @param {Object} attrs - The attributes of the built search index. 1843 * @param {Object} attrs.invertedIndex - An index of term/field to document reference. 1844 * @param {Object<string, lunr.Vector>} attrs.fieldVectors - Field vectors 1845 * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens. 1846 * @param {string[]} attrs.fields - The names of indexed document fields. 1847 * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms. 1849 lunr.Index = function (attrs) { 1850 this.invertedIndex = attrs.invertedIndex 1851 this.fieldVectors = attrs.fieldVectors 1852 this.tokenSet = attrs [all...] |
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 1066 attrs = attrs_wo_objs(A) 1068 self.assertIn(('__new__', 'static method', object), attrs, 1070 self.assertIn(('__init__', 'method', object), attrs, 'missing __init__') 1072 self.assertIn(('s', 'static method', A), attrs, 'missing static method') 1073 self.assertIn(('c', 'class method', A), attrs, 'missing class method') 1074 self.assertIn(('p', 'property', A), attrs, 'missing property') 1075 self.assertIn(('m', 'method', A), attrs, 1076 'missing plain method: %r' % attrs) 1077 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 1078 self.assertIn(('datablob', 'data', A), attrs, 'missin [all...] |
H A D | test_pyexpat.py | 90 def StartElementHandler(self, name, attrs): 92 sortdict(attrs)) 361 def StartElementHandler(self, name, attrs): 363 bt = attrs.get("buffer-text") 443 def StartElementHandler(self, name, attrs): 479 def StartElementHandler(self, name, attrs):
|
/third_party/littlefs/ |
H A D | lfs.c | 547 const struct lfs_mattr *attrs, int attrcount); 549 lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, 860 const struct lfs_mattr *attrs; member 879 const struct lfs_mattr *attrs, int attrcount, in lfs_dir_traverse() 889 // iterate over directory and attrs in lfs_dir_traverse() 910 tag = attrs[0].tag; in lfs_dir_traverse() 911 buffer = attrs[0].buffer; in lfs_dir_traverse() 912 attrs += 1; in lfs_dir_traverse() 934 .attrs = attrs, in lfs_dir_traverse() 877 lfs_dir_traverse(lfs_t *lfs, const lfs_mdir_t *dir, lfs_off_t off, lfs_tag_t ptag, const struct lfs_mattr *attrs, int attrcount, lfs_tag_t tmask, lfs_tag_t ttag, uint16_t begin, uint16_t end, int16_t diff, int (*cb)(void *data, lfs_tag_t tag, const void *buffer), void *data) lfs_dir_traverse() argument 1829 lfs_dir_split(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t split, uint16_t end) lfs_dir_split() argument 1901 lfs_dir_compact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_compact() argument 2074 lfs_dir_splittingcompact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_splittingcompact() argument 2179 lfs_dir_relocatingcommit(lfs_t *lfs, lfs_mdir_t *dir, const lfs_block_t pair[2], const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *pdir) lfs_dir_relocatingcommit() argument 2350 lfs_dir_orphaningcommit(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount) lfs_dir_orphaningcommit() argument 2543 lfs_dir_commit(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount) lfs_dir_commit() argument [all...] |
/third_party/curl/packages/OS400/ |
H A D | os400sys.c | 581 char **attrs, int attrsonly, LDAPMessage **res) in Curl_ldap_search_s_a() 619 if(attrs && status == LDAP_SUCCESS) { in Curl_ldap_search_s_a() 620 for(i = 0; attrs[i++];) in Curl_ldap_search_s_a() 627 for(j = 0; attrs[j]; j++) { in Curl_ldap_search_s_a() 628 i = strlen(attrs[j]); in Curl_ldap_search_s_a() 636 QadrtConvertA2E(eattrs[j], attrs[j], i, i); in Curl_ldap_search_s_a() 580 Curl_ldap_search_s_a(void *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPMessage **res) Curl_ldap_search_s_a() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_shader_state.c | 165 PUSH_DATA (push, vp->vp.attrs[0]); in nv50_vertprog_validate() 166 PUSH_DATA (push, vp->vp.attrs[1]); in nv50_vertprog_validate() 557 PUSH_DATA (push, vp->vp.attrs[2] | fp->vp.attrs[2]); in nv50_fp_linkage_validate() 653 PUSH_DATA (push, vp->vp.attrs[2] | gp->vp.attrs[2]); in nv50_gp_linkage_validate()
|
/third_party/curl/lib/vssh/ |
H A D | libssh2.c | 2016 LIBSSH2_SFTP_ATTRIBUTES attrs; in ssh_statemach_act() local 2020 LIBSSH2_SFTP_STAT, &attrs); in ssh_statemach_act() 2025 data->info.filetime = attrs.mtime; in ssh_statemach_act() 2054 LIBSSH2_SFTP_ATTRIBUTES attrs; in ssh_statemach_act() local 2058 LIBSSH2_SFTP_STAT, &attrs); in ssh_statemach_act() 2066 curl_off_t size = attrs.filesize; in ssh_statemach_act() 2071 data->state.resume_from = attrs.filesize; in ssh_statemach_act() 2483 LIBSSH2_SFTP_ATTRIBUTES attrs; in ssh_statemach_act() local 2487 LIBSSH2_SFTP_STAT, &attrs); in ssh_statemach_act() 2492 !(attrs in ssh_statemach_act() [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_state.c | 362 v3dx_pack(&so->attrs[i * size], in v3d_vertex_state_create() 420 uint32_t *attrs; in v3d_vertex_state_create() local 423 &so->defaults_offset, &so->defaults, (void **)&attrs); in v3d_vertex_state_create() 426 attrs[i * 4 + 0] = 0; in v3d_vertex_state_create() 427 attrs[i * 4 + 1] = 0; in v3d_vertex_state_create() 428 attrs[i * 4 + 2] = 0; in v3d_vertex_state_create() 431 attrs[i * 4 + 3] = 1; in v3d_vertex_state_create() 433 attrs[i * 4 + 3] = fui(1.0); in v3d_vertex_state_create()
|
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 237 def startelement(self, tag, attrs): 240 method(attrs) 251 def start_cell(self, attrs): 252 self.y = int(attrs.get("row")) 253 self.x = int(attrs.get("col")) 255 def start_value(self, attrs): 256 self.fmt = attrs.get('format') 257 self.alignment = xml2align.get(attrs.get('align'))
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.cpp | 208 EGLint *attrs = attrsList;
in CreateEGLImage() local 209 EGLImageKHR img = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_OHOS, nBuffer, attrs);
in CreateEGLImage()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/ |
H A D | pixel_map_from_surface.cpp | 104 EGLint attrs[] = { in CreateEGLImage() local 111 nativeWindowBuffer_, attrs); in CreateEGLImage()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/ |
H A D | dcamera_handler_test.cpp | 39 void PluginHardware(const std::string &dhId, const std::string &attrs, const std::string &subtype) override 41 DHLOGI("dhId: %{public}s, attrs: %{public}s, subtype: %{public}s.", GetAnonyString(dhId).c_str(), 42 attrs.c_str(), subtype.c_str());
|
/foundation/distributedhardware/distributed_audio/common/dfx_utils/src/ |
H A D | daudio_hidumper.cpp | 158 result.append("spkAbilityInfo:").append(dhItem.attrs).append(" ");
in GetAbilityInfo() 161 result.append("micAbilityInfo:").append(dhItem.attrs).append(" ");
in GetAbilityInfo()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/ |
H A D | daudio_source_stub.cpp | 126 std::string attrs = data.ReadString(); in RegisterDistributedHardwareInner() local 130 enableParam.sinkAttrs = attrs; in RegisterDistributedHardwareInner()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/ |
H A D | local_hardware_manager.cpp | 140 dhItem.dhId, deviceId, devName, devType, dhType, dhItem.attrs, dhItem.subtype); in AddLocalCapabilityInfo() 158 dhItem.dhId, deviceId, devName, devType, dhType, dhItem.attrs, dhItem.subtype, udidHash, in AddLocalMetaCapInfo()
|
/third_party/curl/lib/vauth/ |
H A D | spnego_sspi.c | 107 unsigned long attrs; in Curl_auth_decode_spnego_message() local 253 &resp_desc, &attrs, in Curl_auth_decode_spnego_message()
|
/third_party/python/Lib/ |
H A D | netrc.py | 179 attrs = self.hosts[host] 180 rep += f"machine {host}\n\tlogin {attrs[0]}\n" 181 if attrs[1]: 182 rep += f"\taccount {attrs[1]}\n" 183 rep += f"\tpassword {attrs[2]}\n"
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 1094 PropertyAttributes attrs = maybe.FromJust(); in DefineProperties() 1096 if (attrs == ABSENT) continue; in DefineProperties() 1097 if (attrs & DONT_ENUM) continue; in DefineProperties() 1615 PropertyAttributes attrs = NONE; in ValidateAndApplyPropertyDescriptor() local 1618 attrs = static_cast<PropertyAttributes>( in ValidateAndApplyPropertyDescriptor() 1619 attrs | (desc->enumerable() ? NONE : DONT_ENUM)); in ValidateAndApplyPropertyDescriptor() 1621 attrs = static_cast<PropertyAttributes>( in ValidateAndApplyPropertyDescriptor() 1622 attrs | (current->enumerable() ? NONE : DONT_ENUM)); in ValidateAndApplyPropertyDescriptor() 1625 attrs = static_cast<PropertyAttributes>( in ValidateAndApplyPropertyDescriptor() 1626 attrs | (des in ValidateAndApplyPropertyDescriptor() 1848 PropertyAttributes attrs = maybe.FromJust(); GetOwnPropertyDescriptor() local 4197 int attrs = attributes; ApplyAttributesToDictionary() local [all...] |
/test/xts/hats/hdf/audio/idl/common/render_additional/src/ |
H A D | AudioRenderCommonTest.cpp | 49 void InitRenderAttrs(struct AudioSampleAttributes &attrs); 84 void AudioUtRenderTestAdditional::InitRenderAttrs(struct AudioSampleAttributes &attrs) in InitRenderAttrs() argument 86 attrs.format = AUDIO_FORMAT_TYPE_PCM_16_BIT; in InitRenderAttrs() 87 attrs.channelCount = AUDIO_RENDER_CHANNELCOUNT; in InitRenderAttrs() 88 attrs.sampleRate = AUDIO_SAMPLE_RATE_48K; in InitRenderAttrs() 89 attrs.interleaved = 0; in InitRenderAttrs() 90 attrs.type = AUDIO_IN_MEDIA; in InitRenderAttrs() 91 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitRenderAttrs() 92 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * AUDIO_RENDER_CHANNELCOUNT; in InitRenderAttrs() 93 attrs in InitRenderAttrs() 1420 struct AudioSampleAttributes attrs = attrsRender_; HWTEST_F() local 1446 struct AudioSampleAttributes attrs; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_proxy.h | 42 void SetAttr(const std::vector<std::pair<std::string, std::string>>& attrs) override {}
|