Home
last modified time | relevance | path

Searched refs:attr (Results 2201 - 2225 of 2338) sorted by relevance

1...<<81828384858687888990>>...94

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp158 int32_t Init(const IAudioSinkAttr &attr) override;
397 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, "", "GetDPDeviceAttrInfo failed when init attr"); in GetDPDeviceAttrInfo()
723 int32_t AudioRendererSinkInner::Init(const IAudioSinkAttr &attr) in Init() argument
725 attr_ = attr; in Init()
1320 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, ret, "Preload failed when init attr"); in Preload()
1384 AUDIO_ERR_LOG("check attr failed channel[%{public}d] sampleRate[%{public}d]", attr_.channel, attr_.sampleRate); in UpdateDPAttrs()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1170 for (auto& attr : resources.stage_inputs) {
1171 const spirv_cross::SPIRType attributeType = compiler.get_type(attr.type_id);
1176 info.description.location = compiler.get_decoration(attr.id, spv::DecorationLocation);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTestMessageFormat.java1690 AttributedCharacterIterator.Attribute attr = (AttributedCharacterIterator.Attribute) attrIterator in TestFormatToCharacterIterator()
1692 if (!expectedAttrSet.contains(attr)) { in TestFormatToCharacterIterator()
1693 errln("FAIL: The attribute " + attr + " is not expected."); in TestFormatToCharacterIterator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTestMessageFormat.java1693 AttributedCharacterIterator.Attribute attr = (AttributedCharacterIterator.Attribute) attrIterator in TestFormatToCharacterIterator()
1695 if (!expectedAttrSet.contains(attr)) { in TestFormatToCharacterIterator()
1696 errln("FAIL: The attribute " + attr + " is not expected."); in TestFormatToCharacterIterator()
/third_party/mesa3d/src/mesa/main/
H A Denable.c87 gl_vert_attrib attr, GLboolean state) in vao_state()
90 _mesa_enable_vertex_array_attrib(ctx, vao, attr); in vao_state()
92 _mesa_disable_vertex_array_attrib(ctx, vao, attr); in vao_state()
86 vao_state(struct gl_context *ctx, struct gl_vertex_array_object* vao, gl_vert_attrib attr, GLboolean state) vao_state() argument
H A Ddlist.c6115 save_Attr32bit(struct gl_context *ctx, unsigned attr, unsigned size, in save_Attr32bit() argument
6121 unsigned index = attr; in save_Attr32bit()
6128 if (VERT_BIT(attr) & VERT_BIT_GENERIC_ALL) { in save_Attr32bit()
6130 attr -= VERT_ATTRIB_GENERIC0; in save_Attr32bit()
6136 attr -= VERT_ATTRIB_GENERIC0; in save_Attr32bit()
6141 n[1].ui = attr; in save_Attr32bit()
6155 CALL_VertexAttrib4fNV(ctx->Exec, (attr, uif(x), uif(y), uif(z), uif(w))); in save_Attr32bit()
6157 CALL_VertexAttrib3fNV(ctx->Exec, (attr, uif(x), uif(y), uif(z))); in save_Attr32bit()
6159 CALL_VertexAttrib2fNV(ctx->Exec, (attr, uif(x), uif(y))); in save_Attr32bit()
6161 CALL_VertexAttrib1fNV(ctx->Exec, (attr, ui in save_Attr32bit()
6186 save_Attr64bit(struct gl_context *ctx, unsigned attr, unsigned size, GLenum type, uint64_t x, uint64_t y, uint64_t z, uint64_t w) save_Attr64bit() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_grammar.py405 s: str = "attr"
412 no_such_name_defined.attr: int = 0
421 attr: int
425 attr: str
432 self.assertEqual(A.__annotations__, {"attr": int})
434 self.assertEqual(C.__annotations__, {"attr" : str})
H A Dtest_mailbox.py1433 for attr in eMM.__dict__:
1434 self.assertIn(attr, msg.__dict__,
1435 '{} attribute does not exist'.format(attr))
1715 for attr in type_specific:
1716 self.assertNotIn(attr, target.__dict__,
H A Dtest_xml_etree.py209 for attr in 'tag', 'attrib', 'text', 'tail':
210 self.assertTrue(hasattr(element, attr),
211 msg='no %s member' % attr)
212 self.assertIn(attr, direlem,
213 msg='no %s visible by dir' % attr)
1295 check("@{ns}attr", ['@', '{ns}attr'])
1318 check("@{ns}attr", ['@', '{ns}attr'],
2415 'attrib': 'attr',
[all...]
H A Dtest_yield_from.py550 def __getattr__(self, attr):
/third_party/python/Python/
H A Dfileutils.c1066 attributes_to_mode(DWORD attr) in attributes_to_mode() argument
1069 if (attr & FILE_ATTRIBUTE_DIRECTORY) in attributes_to_mode()
1073 if (attr & FILE_ATTRIBUTE_READONLY) in attributes_to_mode()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c1901 get_attr_set(struct dxil_module *m, enum dxil_attr_kind attr) in get_attr_set() argument
1905 { DXIL_ATTR_ENUM, { attr } } in get_attr_set()
1922 if (attr != DXIL_ATTR_KIND_NONE) in get_attr_set()
1933 enum dxil_attr_kind attr) in dxil_add_function_decl()
1935 unsigned attr_set = get_attr_set(m, attr); in dxil_add_function_decl()
1931 dxil_add_function_decl(struct dxil_module *m, const char *name, const struct dxil_type *type, enum dxil_attr_kind attr) dxil_add_function_decl() argument
/third_party/selinux/libsepol/src/
H A Dexpand.c339 new_expr->attr = expr->attr; in constraint_node_clone()
342 if (new_expr->attr & CEXPR_TYPE) { in constraint_node_clone()
364 } else if (new_expr->attr & CEXPR_ROLE) { in constraint_node_clone()
371 } else if (new_expr->attr & CEXPR_USER) { in constraint_node_clone()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp4394 ErrCode InnerBundleInfo::AddCloneBundle(const InnerBundleCloneInfo &attr) in AddCloneBundle() argument
4396 int32_t userId = attr.userId; in AddCloneBundle()
4397 int32_t appIndex = attr.appIndex; in AddCloneBundle()
4423 cloneInfo.accessTokenId = attr.accessTokenId; in AddCloneBundle()
4424 cloneInfo.accessTokenIdEx = attr.accessTokenIdEx; in AddCloneBundle()
4425 cloneInfo.uid = attr.uid; in AddCloneBundle()
4426 cloneInfo.gids = attr.gids; in AddCloneBundle()
/third_party/elfutils/src/
H A Delflint.c3632 GElf_Word attr; member
3811 != special_sections[s].attr in check_sections()
3816 section_flags_string (special_sections[s].attr, in check_sections()
3824 if ((shdr->sh_flags & special_sections[s].attr) in check_sections()
3825 != special_sections[s].attr in check_sections()
3828 | special_sections[s].attr in check_sections()
3834 section_flags_string (special_sections[s].attr, in check_sections()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c1876 const VkVertexInputAttributeDescription *attr = in tu6_emit_vertex_input() local
1882 const struct tu_native_format format = tu6_format_vtx(attr->format); in tu6_emit_vertex_input()
1884 .idx = attr->binding, in tu6_emit_vertex_input()
1885 .offset = attr->offset, in tu6_emit_vertex_input()
1886 .instanced = binding_instanced & (1 << attr->binding), in tu6_emit_vertex_input()
1890 ._float = !vk_format_is_int(attr->format)).value); in tu6_emit_vertex_input()
1891 tu_cs_emit(&cs, A6XX_VFD_DECODE_STEP_RATE(0, step_rate[attr->binding]).value); in tu6_emit_vertex_input()
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c1002 emit_fragcoord_input(struct v3d_compile *c, int attr) in emit_fragcoord_input() argument
1004 c->inputs[attr * 4 + 0] = vir_FXCD(c); in emit_fragcoord_input()
1005 c->inputs[attr * 4 + 1] = vir_FYCD(c); in emit_fragcoord_input()
1006 c->inputs[attr * 4 + 2] = c->payload_z; in emit_fragcoord_input()
1007 c->inputs[attr * 4 + 3] = vir_RECIP(c, c->payload_w); in emit_fragcoord_input()
1119 emit_compact_fragment_input(struct v3d_compile *c, int attr, nir_variable *var, in emit_compact_fragment_input() argument
1127 int input_idx = (attr + loc_offset) * 4 + chan; in emit_compact_fragment_input()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c2153 struct wps_parse_attr attr; in p2p_match_dev_type() local
2156 if (wps_parse_msg(wps, &attr)) in p2p_match_dev_type()
2159 if (attr.num_req_dev_type == 0) in p2p_match_dev_type()
2162 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type, in p2p_match_dev_type()
2163 attr.num_req_dev_type)) in p2p_match_dev_type()
2168 attr.req_dev_type, in p2p_match_dev_type()
2169 attr.num_req_dev_type)) in p2p_match_dev_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c2276 struct wps_parse_attr attr; local
2279 if (wps_parse_msg(wps, &attr))
2282 if (attr.num_req_dev_type == 0)
2285 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
2286 attr.num_req_dev_type))
2291 attr.req_dev_type,
2292 attr.num_req_dev_type))
/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c49 SoftBusMutexAttr attr; member
/third_party/libbpf/src/
H A Dbpf_helper_defs.h3962 static long (*bpf_sys_bpf)(__u32 cmd, void *attr, __u32 attr_size) = (void *) 166;
/third_party/python/Lib/importlib/metadata/
H A D__init__.py157 ... name=None, group=None, value='package.module:attr [extra1, extra2]')
160 >>> ep.attr
161 'attr'
168 r'(:\s*(?P<attr>[\w.]+)\s*)?'
179 - package.module:attr [extra1, extra2]
184 following the attr, and following any extras.
203 attrs = filter(None, (match.group('attr') or '').split('.'))
212 def attr(self): member in EntryPoint
214 return match.group('attr')
253 >>> ep.matches(attr
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.h501 struct radius_das_attrs *attr);
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c4461 struct GENX(SF_OUTPUT_ATTRIBUTE_DETAIL) *attr, in get_attr_override()
4474 attr->ComponentOverrideX = true; in get_attr_override()
4475 attr->ComponentOverrideW = true; in get_attr_override()
4476 attr->ConstantSource = CONST_0000; in get_attr_override()
4479 attr->ComponentOverrideY = true; in get_attr_override()
4481 attr->ComponentOverrideZ = true; in get_attr_override()
4519 attr->ComponentOverrideW = true; in get_attr_override()
4520 attr->ComponentOverrideX = true; in get_attr_override()
4521 attr->ComponentOverrideY = true; in get_attr_override()
4522 attr in get_attr_override()
4460 get_attr_override( struct GENX(SF_OUTPUT_ATTRIBUTE_DETAIL) *attr, const struct brw_vue_map *vue_map, int urb_entry_read_offset, int fs_attr, bool two_side_color, uint32_t *max_source_attr) get_attr_override() argument
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c257 unsigned int ntfs_attr_size(const char *attr) in ntfs_attr_size() argument
271 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)attr; in ntfs_attr_size()
280 psid = (const SID*)&attr[offgroup]; in ntfs_attr_size()
287 psid = (const SID*)&attr[offowner]; in ntfs_attr_size()
294 psacl = (const ACL*)&attr[offsacl]; in ntfs_attr_size()
304 pdacl = (const ACL*)&attr[offdacl]; in ntfs_attr_size()

Completed in 106 milliseconds

1...<<81828384858687888990>>...94