Home
last modified time | relevance | path

Searched refs:attrs (Results 526 - 550 of 715) sorted by relevance

1...<<212223242526272829

/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs595 let (attrbuf_size, times, attrs) = times_to_attrlist(times);
599 &attrs,
1114 let (attrbuf_size, times, attrs) = times_to_attrlist(times);
1118 &attrs,
1744 let mut attrs = Attrlist { variables
1759 attrs.commonattr |= ATTR_CMN_MODTIME;
1765 attrs.commonattr |= ATTR_CMN_ACCTIME;
1770 (times_size, return_times, attrs)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp753 ut::TypedBuffer<Attribute> attrs (m_context, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT, (m_params->elements * m_params->elements)); in prepareVertexAttributes()
759 Attribute& attr = attrs[(row*m_params->elements)+col]; in prepareVertexAttributes()
769 attrs.flush(); in prepareVertexAttributes()
771 return attrs; in prepareVertexAttributes()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c155 struct extra_radius_attr *attrs) in add_extra_attrs()
158 for (p = attrs; p; p = p->next) { in add_extra_attrs()
167 find_extra_attr(struct extra_radius_attr *attrs, u8 type) in find_extra_attr() argument
170 for (p = attrs; p; p = p->next) { in find_extra_attr()
154 add_extra_attrs(struct radius_msg *msg, struct extra_radius_attr *attrs) add_extra_attrs() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.c155 struct extra_radius_attr *attrs) in add_extra_attrs()
158 for (p = attrs; p; p = p->next) { in add_extra_attrs()
167 find_extra_attr(struct extra_radius_attr *attrs, u8 type) in find_extra_attr() argument
170 for (p = attrs; p; p = p->next) { in find_extra_attr()
154 add_extra_attrs(struct radius_msg *msg, struct extra_radius_attr *attrs) add_extra_attrs() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp214 item.attrs = jsonstr; in CreateMetaDHItem()
268 item.attrs = jsonstr; in CreateDHItem()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp1307 std::deque<uint8_t> attrs; in GetPlayerAppSettingCurrentValue() local
1310 profile_->SendGetCurrentPlayerApplicationSettingValueRsp(rawAddr, attrs, vals, label, result); in GetPlayerAppSettingCurrentValue()
1312 profile_->SendPlayerApplicationSettingChangedRsp(true, attrs, vals, label, result); in GetPlayerAppSettingCurrentValue()
1910 std::vector<uint32_t> attrs; in GetPlayStatus() local
1912 profile_->SendGetItemAttributesRsp(rawAddr, attrs, vals, label, AVRC_ES_CODE_INTERNAL_ERROR); in GetPlayStatus()
2487 std::deque<uint8_t> attrs; in GetPlayStatus() local
2489 profile_->SendPlayerApplicationSettingChangedRsp(true, attrs, vals, label, RET_BAD_STATUS); in GetPlayStatus()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c106 } attrs[] = { in TestGetSetAttr() local
124 for(i = 0; i<UPRV_LENGTHOF(attrs); i++) { in TestGetSetAttr()
125 currAttr = attrs[i].att; in TestGetSetAttr()
136 for(j = 0; j<attrs[i].valueSize; j++) { in TestGetSetAttr()
137 ucol_setAttribute(coll, currAttr, attrs[i].val[j], &status); in TestGetSetAttr()
139 log_err("ucol_setAttribute with the value %i returned error: %s\n", attrs[i].val[j], u_errorName(status)); in TestGetSetAttr()
144 ucol_setAttribute(coll, currAttr, attrs[i].nonValue, &status); in TestGetSetAttr()
/third_party/python/Lib/tkinter/
H A D__init__.py257 attrs = {k: v for k, v in self.__dict__.items() if v != '??'}
259 del attrs['char']
261 attrs['char'] = repr(self.char)
263 del attrs['send_event']
265 del attrs['state']
278 attrs['state'] = '|'.join(s)
280 del attrs['delta']
291 ''.join(' %s=%s' % (k, attrs[k]) for k in keys if k in attrs)
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTestMessageFormat.java1711 Map attrs = acit.getAttributes(); in TestFormatToCharacterIterator()
1713 if (attrs.size() != attrsExp.size()) { in TestFormatToCharacterIterator()
1714 errln("FAIL: Number of attributes associated with index " + index + " is " + attrs.size() in TestFormatToCharacterIterator()
1721 if (attrs.containsKey(entry.getKey())) { in TestFormatToCharacterIterator()
1722 Object value = attrs.get(entry.getKey()); in TestFormatToCharacterIterator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTestMessageFormat.java1714 Map attrs = acit.getAttributes(); in TestFormatToCharacterIterator()
1716 if (attrs.size() != attrsExp.size()) { in TestFormatToCharacterIterator()
1717 errln("FAIL: Number of attributes associated with index " + index + " is " + attrs.size() in TestFormatToCharacterIterator()
1724 if (attrs.containsKey(entry.getKey())) { in TestFormatToCharacterIterator()
1725 Object value = attrs.get(entry.getKey()); in TestFormatToCharacterIterator()
/third_party/python/Lib/xml/dom/
H A Dminidom.py484 def __init__(self, attrs, attrsNS, ownerElement):
485 self._attrs = attrs
882 attrs = self._get_attributes()
884 for a_name in attrs.keys():
886 _write_data(writer, attrs[a_name].value)
/third_party/ffmpeg/libavcodec/
H A Dmf_utils.h172 void ff_attributes_dump(void *log, IMFAttributes *attrs);
/third_party/littlefs/
H A Dlfs.h343 struct lfs_attr *attrs; member
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.h256 PropertyAttributes attrs) const;
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtokens.rs47 attrs: _, in to_tokens()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtokens.rs47 attrs: _, in to_tokens()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtokens.rs47 attrs: _, in to_tokens()
/third_party/openssl/ohos_lite/include/openssl/
H A Dpkcs12.h142 ASN1_TYPE *PKCS12_get_attr_gen(const STACK_OF(X509_ATTRIBUTE) *attrs,
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtokens.rs47 attrs: _, in to_tokens()
/third_party/rust/crates/cxx/syntax/
H A Dtokens.rs47 attrs: _, in to_tokens()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.h337 u8 radius_msg_find_unlisted_attr(struct radius_msg *msg, u8 *attrs);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.h340 u8 radius_msg_find_unlisted_attr(struct radius_msg *msg, u8 *attrs);
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py952 attrs = set(dir(mock))
956 self.assertEqual(set(), type_attrs - attrs)
976 attrs = set(dir(mock))
979 self.assertEqual(set(), testcase_attrs - attrs)
990 attrs = set(dir(Mock()))
994 self.assertEqual(set(), type_attrs - attrs)
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java364 NamedNodeMap attrs = testCase.getAttributes(); in TestDetection()
367 String id = attrs.getNamedItem("id").getNodeValue(); in TestDetection()
368 String encodings = attrs.getNamedItem("encodings").getNodeValue(); in TestDetection()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java361 NamedNodeMap attrs = testCase.getAttributes(); in TestDetection()
364 String id = attrs.getNamedItem("id").getNodeValue(); in TestDetection()
365 String encodings = attrs.getNamedItem("encodings").getNodeValue(); in TestDetection()

Completed in 45 milliseconds

1...<<212223242526272829