Home
last modified time | relevance | path

Searched refs:attr (Results 1726 - 1750 of 2351) sorted by relevance

1...<<61626364656667686970>>...95

/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/
H A Daudio_capture_ext_impl_test.cpp219 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 Daudio_render_ext_impl_test.cpp129 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 Drich_editor_content_modifier_test_ng.cpp109 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 Deventhandler_adapter_queue.cpp213 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 Dtransserverproxyextern_fuzzer.cpp84 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 Dtblcoll.h508 * @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 Ddecimfmt.h780 * @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 Dcoll.h871 * @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 Dudat.h958 * @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 Ducal.h995 * @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 Ducol.h1199 * @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 Dltp_block_dev.c341 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 Dvbo_exec_draw.c132 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 Dcoll.h871 * @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 Ducal.h1028 * @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 Dtblcoll.h508 * @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 Ddecimfmt.h780 * @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 Dudat.h958 * @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 Ducol.h1209 * @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 Dswiss-name-dictionary.cc262 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 Dextension.rb297 # 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 Dcoll.h871 * @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 Ddecimfmt.h780 * @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 Dtblcoll.h508 * @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 Ducal.h995 * @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,

Completed in 36 milliseconds

1...<<61626364656667686970>>...95