Home
last modified time | relevance | path

Searched refs:attrs (Results 301 - 325 of 595) sorted by relevance

1...<<11121314151617181920>>...24

/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_style.h35 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 Dsvg_style.h35 static void ParseCssAttrs(const std::string& styleName, const std::string& attrs, const PushAttr& callback);
/foundation/multimedia/media_utils_lite/hals/
H A Dhal_media.h41 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 Dregisterpluginlistener_fuzzer.cpp32 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 Ddaudio_source_dev.cpp135 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 Dlunr.js1842 * @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 Dtest_inspect.py1066 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 Dtest_pyexpat.py90 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 Dlfs.c547 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 Dos400sys.c581 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 Dnv50_shader_state.c165 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 Dlibssh2.c2016 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 Dv3dx_state.c362 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 Dspreadsheet.py237 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 Dgl_utils.cpp208 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 Dpixel_map_from_surface.cpp104 EGLint attrs[] = { in CreateEGLImage() local
111 nativeWindowBuffer_, attrs); in CreateEGLImage()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/
H A Ddcamera_handler_test.cpp39 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 Ddaudio_hidumper.cpp158 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 Ddaudio_source_stub.cpp126 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 Dlocal_hardware_manager.cpp140 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 Dspnego_sspi.c107 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 Dnetrc.py179 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 Djs-objects.cc1094 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 DAudioRenderCommonTest.cpp49 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 Ddom_proxy.h42 void SetAttr(const std::vector<std::pair<std::string, std::string>>& attrs) override {}

Completed in 39 milliseconds

1...<<11121314151617181920>>...24