/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/ |
H A D | audio_capture_ext_impl_test.cpp | 219 AudioSampleAttributes attr; in HWTEST_F() local 223 audioCapturelatencyImpl_->SetAttrs(adpName, desc, attr, callback, dhId); in HWTEST_F()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/ |
H A D | audio_render_ext_impl_test.cpp | 129 AudioSampleAttributes attr; in HWTEST_F() local 133 audioRenderlatencyImpl_->SetAttrs(adpName, desc, attr, callback, dhId); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_content_modifier_test_ng.cpp | 109 ImageSpanAttribute attr { .size = TEST_IMAGE_SIZE, in CreateImageStyledString() 115 ImageSpanOptions imageOption { .image = TEST_IMAGE_SOURCE, .imageAttribute = attr }; in CreateImageStyledString()
|
/foundation/resourceschedule/ffrt/src/queue/ |
H A D | eventhandler_adapter_queue.cpp | 213 std::unique_ptr<BaseQueue> CreateEventHandlerAdapterQueue(const ffrt_queue_attr_t* attr)
in CreateEventHandlerAdapterQueue() argument 215 (void)attr;
in CreateEventHandlerAdapterQueue()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/ |
H A D | transserverproxyextern_fuzzer.cpp | 84 sessionAttr->attr.streamAttr.streamType = *(reinterpret_cast<const int32_t *>(data)); in InitSessionAttribute() 97 sessionParam->attr = sessionAttr; in InitSessionParam()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tblcoll.h | 508 * @param attr attribute type 513 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 518 * @param attr attribute type 523 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
H A D | decimfmt.h | 780 * @param attr the attribute to set 786 virtual DecimalFormat& setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status); 792 * @param attr the attribute to set 797 virtual int32_t getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const;
|
H A D | coll.h | 871 * @param attr attribute type 877 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 882 * @param attr attribute type 888 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
H A D | udat.h | 958 * @param attr The attribute to query; e.g. UDAT_PARSE_ALLOW_WHITESPACE. 960 * @return The value of attr. 964 udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute attr, UErrorCode* status); 971 * @param attr The attribute to set; one of UDAT_PARSE_ALLOW_WHITESPACE or UDAT_PARSE_ALLOW_NUMERIC 972 * @param newValue The new value of attr. 977 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status);
|
H A D | ucal.h | 995 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK, 997 * @return The value of attr. 1003 UCalendarAttribute attr); 1010 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK, 1012 * @param newValue The new value of attr. 1018 UCalendarAttribute attr,
|
H A D | ucol.h | 1199 * @param attr attribute type 1208 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status); 1213 * @param attr attribute type 1222 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
|
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/ |
H A D | ltp_block_dev.c | 341 struct device_attribute *attr, char *buf) in sys_result() 351 struct device_attribute *attr, const char *buf, size_t count) in sys_tcase() 340 sys_result(struct device *dev, struct device_attribute *attr, char *buf) sys_result() argument 350 sys_tcase(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) sys_tcase() argument
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec_draw.c | 132 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays() 133 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | coll.h | 871 * @param attr attribute type 877 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 882 * @param attr attribute type 888 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
H A D | ucal.h | 1028 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK, 1030 * @return The value of attr. 1036 UCalendarAttribute attr); 1043 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK, 1045 * @param newValue The new value of attr. 1051 UCalendarAttribute attr,
|
H A D | tblcoll.h | 508 * @param attr attribute type 513 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 518 * @param attr attribute type 523 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
H A D | decimfmt.h | 780 * @param attr the attribute to set 786 virtual DecimalFormat& setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status); 792 * @param attr the attribute to set 797 virtual int32_t getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const;
|
H A D | udat.h | 958 * @param attr The attribute to query; e.g. UDAT_PARSE_ALLOW_WHITESPACE. 960 * @return The value of attr. 964 udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute attr, UErrorCode* status); 971 * @param attr The attribute to set; one of UDAT_PARSE_ALLOW_WHITESPACE or UDAT_PARSE_ALLOW_NUMERIC 972 * @param newValue The new value of attr. 977 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status);
|
H A D | ucol.h | 1209 * @param attr attribute type 1218 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status); 1223 * @param attr attribute type 1232 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
|
/third_party/node/deps/v8/src/objects/ |
H A D | swiss-name-dictionary.cc | 262 PropertyAttributes attr = details.attributes(); in NumberOfEnumerableProperties() local 263 if ((attr & ONLY_ENUMERABLE) == 0) result++; in NumberOfEnumerableProperties()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/ |
H A D | extension.rb | 297 # The tag: and attr: macros are only used in registry.adoc 305 named :attr 306 match /attr:(\w+)/
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | coll.h | 871 * @param attr attribute type 877 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 882 * @param attr attribute type 888 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
H A D | decimfmt.h | 780 * @param attr the attribute to set 786 virtual DecimalFormat& setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status); 792 * @param attr the attribute to set 797 virtual int32_t getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const;
|
H A D | tblcoll.h | 508 * @param attr attribute type 513 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 518 * @param attr attribute type 523 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
H A D | ucal.h | 995 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK, 997 * @return The value of attr. 1003 UCalendarAttribute attr); 1010 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK, 1012 * @param newValue The new value of attr. 1018 UCalendarAttribute attr,
|