Home
last modified time | relevance | path

Searched refs:attr (Results 1051 - 1075 of 1656) sorted by relevance

1...<<41424344454647484950>>...67

/third_party/icu/icu4c/source/i18n/
H A Ducol.cpp346 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) { in ucol_setAttribute() argument
351 Collator::fromUCollator(coll)->setAttribute(attr, value, *status); in ucol_setAttribute()
355 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) { in ucol_getAttribute() argument
360 return Collator::fromUCollator(coll)->getAttribute(attr, *status); in ucol_getAttribute()
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c706 if (!actx->attr->name_length)
709 (ntfschar *)((u8*)actx->attr +
710 le16_to_cpu(actx->attr->name_offset)),
711 actx->attr->name_length, &tmp_name, 0);
/third_party/node/deps/icu-small/source/i18n/
H A Ducol.cpp346 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) { in ucol_setAttribute() argument
351 Collator::fromUCollator(coll)->setAttribute(attr, value, *status); in ucol_setAttribute()
355 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) { in ucol_getAttribute() argument
360 return Collator::fromUCollator(coll)->getAttribute(attr, *status); in ucol_getAttribute()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp58 attribute_to_hw_reg(int attr, brw_reg_type type, bool interleaved) in attribute_to_hw_reg() argument
64 reg = stride(brw_vecn_grf(width, attr / 2, (attr % 2) * 4), 0, width, 1); in attribute_to_hw_reg()
66 reg = brw_vecn_grf(width, attr, 0); in attribute_to_hw_reg()
/third_party/python/Lib/idlelib/
H A Drpc.py585 attr = getattr(obj, name)
586 if callable(attr):
594 attr = getattr(obj, name)
595 if not callable(attr):
/third_party/python/Lib/test/
H A Dtest_calendar.py524 for attr in "day_name", "day_abbr":
525 value = getattr(calendar, attr)
534 for attr in "month_name", "month_abbr":
535 value = getattr(calendar, attr)
/third_party/python/Objects/
H A Dmoduleobject.c760 PyObject *attr, *mod_name, *getattr; in module_getattro() local
761 attr = PyObject_GenericGetAttr((PyObject *)m, name); in module_getattro()
762 if (attr || !PyErr_ExceptionMatches(PyExc_AttributeError)) { in module_getattro()
763 return attr; in module_getattro()
/third_party/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp241 const auto& attr = attrs.f ## ATTR; \ in applyPresentationAttributes()
242 if (attr.isValue() && *attr != *fPresentationContext->fInherited.f ## ATTR) { \ in applyPresentationAttributes()
244 fPresentationContext.writable()->fInherited.f ## ATTR.set(*attr); \ in applyPresentationAttributes()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c198 UNumberFormatAttribute attr; in TestNumberFormat() local
771 attr=UNUM_GROUPING_SIZE; in TestNumberFormat()
772 assertTrue("unum_hasAttribute returned false for UNUM_GROUPING_SIZE", unum_hasAttribute(def, attr)); in TestNumberFormat()
773 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
775 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
776 if(unum_getAttribute(def,attr)!=2) in TestNumberFormat()
781 attr=UNUM_MULTIPLIER; in TestNumberFormat()
782 assertTrue("unum_hasAttribute returned false for UNUM_MULTIPLIER", unum_hasAttribute(def, attr)); in TestNumberFormat()
783 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
785 unum_setAttribute(def, attr, newvalu in TestNumberFormat()
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h3720 const upb_handlerattr *attr);
3722 const upb_handlerattr *attr);
3724 const upb_handlerattr *attr);
3727 const upb_handlerattr *attr);
3730 const upb_handlerattr *attr);
3733 const upb_handlerattr *attr);
3736 const upb_handlerattr *attr);
3739 const upb_handlerattr *attr);
3742 const upb_handlerattr *attr);
3745 const upb_handlerattr *attr);
3850 const upb_handlerattr& attr() const { return attr_; } attr() function in upb::Handler
4202 upb_handlerattr attr; global() member
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java545 NamedNodeMap attr = node.getAttributes(); in getLanguageName()
546 Node orig = attr.getNamedItem(lang); in getLanguageName()
583 NamedNodeMap attr = node.getAttributes(); in checkLangAttribute()
584 Node lang = attr.getNamedItem(XMLLANG); in checkLangAttribute()
812 Node attr = attributes.getNamedItem(attribName); in getAttributeValue()
813 if(attr!=null){ in getAttributeValue()
814 value = attr.getNodeValue(); in getAttributeValue()
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp1271 CReparseAttr attr; in FillFixedReparse() local
1272 if (!attr.Parse(item.ReparseData, item.ReparseData.Size())) in FillFixedReparse()
1275 AddError(phyPath, attr.ErrorCode); in FillFixedReparse()
1283 if (attr.IsSymLink_WSL()) in FillFixedReparse()
1291 if (attr.IsRelative_Win()) in FillFixedReparse()
1295 const UString &link = attr.GetPath(); in FillFixedReparse()
1330 bool isSymLink = !attr.IsMountPoint(); in FillFixedReparse()
H A DUpdateCallback.cpp390 CReparseAttr attr; in GetProperty() local
391 if (attr.Parse(di.ReparseData, di.ReparseData.Size())) in GetProperty()
393 const UString simpleName = attr.GetPath(); in GetProperty()
394 if (!attr.IsSymLink_WSL() && attr.IsRelative_Win()) in GetProperty()
/third_party/jinja2/
H A Dfilters.py125 attr: t.Optional[t.Union[str, int]]
127 if attr is None:
130 if isinstance(attr, str):
131 return [int(x) if x.isdigit() else x for x in attr.split(".")]
133 return [attr]
913 :attr:`Environment.newline_sequence`.
1390 """Get an attribute of an object. ``foo|attr("bar")`` works like
1742 attr = args[0]
1746 transfunc = make_attrgetter(context.environment, attr)
1801 "attr"
[all...]
/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c245 if (cexp->attr & CEXPR_XTARGET && nperms != 0) in validate_constraint_nodes()
247 if (!(cexp->attr & CEXPR_TYPE)) { in validate_constraint_nodes()
260 switch (cexp->attr) { in validate_constraint_nodes()
297 if ((cexp->attr & CEXPR_USER) || (cexp->attr & CEXPR_TYPE)) in validate_constraint_nodes()
304 switch (cexp->attr) { in validate_constraint_nodes()
330 if (cexp->attr != 0) in validate_constraint_nodes()
1428 ERR(handle, "Invalid type attr map"); in validate_typeattr_map()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c104 struct extra_radius_attr *attr) in add_extra_attr()
111 switch (attr->syntax) { in add_extra_attr()
113 os_snprintf(buf, sizeof(buf), "%s", attr->data); in add_extra_attr()
121 pos = attr->data; in add_extra_attr()
136 val = htonl(atoi(attr->data)); in add_extra_attr()
145 if (!radius_msg_add_attr(msg, attr->type, (u8 *) buf, len)) { in add_extra_attr()
146 printf("Could not add attribute %d\n", attr->type); in add_extra_attr()
1251 " [-N<attr spec>] [-R<PC/SC reader>] " in usage()
1281 " -N<attr spec> = send arbitrary attribute specified by:\n" in usage()
103 add_extra_attr(struct radius_msg *msg, struct extra_radius_attr *attr) add_extra_attr() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_group.c764 struct wps_parse_attr attr; in p2p_match_dev_type_member() local
777 if (wps_parse_msg(wps, &attr)) in p2p_match_dev_type_member()
780 if (attr.num_req_dev_type == 0) in p2p_match_dev_type_member()
783 if (dev_type_list_match(pos, attr.req_dev_type, attr.num_req_dev_type)) in p2p_match_dev_type_member()
792 if (dev_type_list_match(pos, attr.req_dev_type, in p2p_match_dev_type_member()
793 attr.num_req_dev_type)) in p2p_match_dev_type_member()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.c104 struct extra_radius_attr *attr) in add_extra_attr()
111 switch (attr->syntax) { in add_extra_attr()
113 os_snprintf(buf, sizeof(buf), "%s", attr->data); in add_extra_attr()
121 pos = attr->data; in add_extra_attr()
136 val = htonl(atoi(attr->data)); in add_extra_attr()
145 if (!radius_msg_add_attr(msg, attr->type, (u8 *) buf, len)) { in add_extra_attr()
146 printf("Could not add attribute %d\n", attr->type); in add_extra_attr()
1250 " [-N<attr spec>] [-R<PC/SC reader>] " in usage()
1280 " -N<attr spec> = send arbitrary attribute specified by:\n" in usage()
103 add_extra_attr(struct radius_msg *msg, struct extra_radius_attr *attr) add_extra_attr() argument
/third_party/ffmpeg/libavformat/
H A Drtpdec.c969 const char *attr, const char *value)) in ff_parse_fmtp()
971 char attr[256]; in ff_parse_fmtp() local
990 attr, sizeof(attr), in ff_parse_fmtp()
992 res = parse_fmtp(s, stream, data, attr, value); in ff_parse_fmtp()
964 ff_parse_fmtp(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *p, int (*parse_fmtp)(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value)) ff_parse_fmtp() argument
/third_party/curl/lib/vquic/
H A Dcurl_msh3.c68 pthread_mutexattr_t attr; \
69 pthread_mutexattr_init(&attr); \
70 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); \
71 pthread_mutex_init(lock, &attr); \
72 pthread_mutexattr_destroy(&attr); \
/third_party/libuv/src/win/
H A Dprocess.c86 SECURITY_ATTRIBUTES attr; in uv__init_global_job_handle() local
89 memset(&attr, 0, sizeof attr); in uv__init_global_job_handle()
90 attr.bInheritHandle = FALSE; in uv__init_global_job_handle()
99 uv_global_job_handle_ = CreateJobObjectW(&attr, NULL); in uv__init_global_job_handle()
/third_party/mesa3d/src/glx/
H A Dglx_pbuffer.c402 xcb_get_window_attributes_reply_t *attr = NULL; in __glXGetDrawableAttribute() local
408 attr = xcb_get_window_attributes_reply(conn, cookie, NULL); in __glXGetDrawableAttribute()
409 if (attr) { in __glXGetDrawableAttribute()
411 struct glx_config *conf = glx_config_find_visual(pdraw->psc->visuals, attr->visual); in __glXGetDrawableAttribute()
412 free(attr); in __glXGetDrawableAttribute()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c1158 DWORD attr; in opt_isdir() local
1172 attr = GetFileAttributes(tempname); in opt_isdir()
1174 attr = GetFileAttributes(name); in opt_isdir()
1176 if (attr == INVALID_FILE_ATTRIBUTES) in opt_isdir()
1178 return ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0); in opt_isdir()
/third_party/node/deps/uv/src/win/
H A Dprocess.c83 SECURITY_ATTRIBUTES attr; in uv__init_global_job_handle() local
86 memset(&attr, 0, sizeof attr); in uv__init_global_job_handle()
87 attr.bInheritHandle = FALSE; in uv__init_global_job_handle()
96 uv_global_job_handle_ = CreateJobObjectW(&attr, NULL); in uv__init_global_job_handle()
/third_party/openssl/apps/lib/
H A Dopt.c1153 DWORD attr; in opt_isdir() local
1167 attr = GetFileAttributes(tempname); in opt_isdir()
1169 attr = GetFileAttributes(name); in opt_isdir()
1171 if (attr == INVALID_FILE_ATTRIBUTES) in opt_isdir()
1173 return ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0); in opt_isdir()

Completed in 51 milliseconds

1...<<41424344454647484950>>...67