| /third_party/boost/tools/auto_index/src/ |
| D | tiny_xml.hpp | 28 struct attribute struct 30 std::string name; 31 std::string value; 33 attribute(){} in attribute() function 34 attribute( const std::string & name, const std::string & value ) in attribute() function
|
| /third_party/mesa3d/src/glx/ |
| D | query_renderer.c | 29 __glXQueryRendererInteger(struct glx_screen *psc, int attribute, in __glXQueryRendererInteger() 80 int renderer, int attribute, in glXQueryRendererIntegerMESA() 105 glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value) in glXQueryCurrentRendererIntegerMESA() 116 __glXQueryRendererString(struct glx_screen *psc, int attribute) in __glXQueryRendererString() 141 int renderer, int attribute) in glXQueryRendererStringMESA() 165 glXQueryCurrentRendererStringMESA(int attribute) in glXQueryCurrentRendererStringMESA()
|
| D | dri_common_query_renderer.c | 57 dri2_convert_glx_query_renderer_attribs(int attribute) in dri2_convert_glx_query_renderer_attribs() 70 dri_convert_context_profile_bits(int attribute, unsigned int *value) in dri_convert_context_profile_bits() 81 dri2_query_renderer_integer(struct glx_screen *base, int attribute, in dri2_query_renderer_integer() 105 dri2_query_renderer_string(struct glx_screen *base, int attribute, in dri2_query_renderer_string() 124 dri3_query_renderer_integer(struct glx_screen *base, int attribute, in dri3_query_renderer_integer() 148 dri3_query_renderer_string(struct glx_screen *base, int attribute, in dri3_query_renderer_string() 167 drisw_query_renderer_integer(struct glx_screen *base, int attribute, in drisw_query_renderer_integer() 191 drisw_query_renderer_string(struct glx_screen *base, int attribute, in drisw_query_renderer_string()
|
| /third_party/boost/boost/spirit/home/karma/auxiliary/ |
| D | lazy.hpp | 93 struct attribute struct 97 modifier; 103 expr_type; 112 generator_type; 116 type; 162 struct attribute struct 166 modifier; 172 directive_expr_type; 180 expr_type; 189 generator_type; [all …]
|
| D | eps.hpp | 56 struct attribute struct 58 typedef unused_type type; 80 struct attribute struct 82 typedef unused_type type;
|
| /third_party/boost/boost/spirit/home/qi/auxiliary/ |
| D | lazy.hpp | 95 struct attribute struct 99 modifier; 105 expr_type; 114 parser_type; 118 type; 158 struct attribute struct 162 modifier; 168 directive_expr_type; 176 expr_type; 185 parser_type; [all …]
|
| D | eps.hpp | 53 struct attribute struct 55 typedef unused_type type; 78 struct attribute struct 80 typedef unused_type type;
|
| /third_party/glib/gio/ |
| D | gfileinfo.c | 68 guint32 attribute; member 140 _lookup_attribute (const char *attribute) in _lookup_attribute() 293 get_attribute_for_id (int attribute) in get_attribute_for_id() 303 lookup_attribute (const char *attribute) in lookup_attribute() 505 guint32 attribute) in g_file_info_find_place() 552 const char *attribute) in g_file_info_find_value_by_name() 572 const char *attribute) in g_file_info_has_attribute() 637 guint32 attribute; in g_file_info_list_attributes() local 670 const char *attribute) in g_file_info_get_attribute_type() 693 const char *attribute) in g_file_info_remove_attribute() [all …]
|
| /third_party/boost/boost/log/attributes/ |
| D | attribute.hpp | 59 class attribute class 96 BOOST_DEFAULTED_FUNCTION(attribute(), {}) in attribute() function in boost::attribute 106 attribute(BOOST_RV_REF(attribute) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute() function in boost::attribute 113 explicit attribute(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute() function in boost::attribute
|
| /third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
| D | NVCtrl.c | 248 unsigned int attribute, in XNVCTRLSetTargetAttribute() 274 unsigned int attribute, in XNVCTRLSetAttribute() 287 unsigned int attribute, in XNVCTRLSetTargetAttributeAndGetStatus() 325 unsigned int attribute, in XNVCTRLSetAttributeAndGetStatus() 340 unsigned int attribute, in XNVCTRLQueryTargetAttribute() 378 unsigned int attribute, in XNVCTRLQueryAttribute() 391 unsigned int attribute, in XNVCTRLQueryTargetAttribute64() 431 unsigned int attribute, in XNVCTRLQueryTargetStringAttribute() 486 unsigned int attribute, in XNVCTRLQueryStringAttribute() 500 unsigned int attribute, in XNVCTRLSetTargetStringAttribute() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
| D | NVCtrl.c | 248 unsigned int attribute, in XNVCTRLSetTargetAttribute() 274 unsigned int attribute, in XNVCTRLSetAttribute() 287 unsigned int attribute, in XNVCTRLSetTargetAttributeAndGetStatus() 325 unsigned int attribute, in XNVCTRLSetAttributeAndGetStatus() 340 unsigned int attribute, in XNVCTRLQueryTargetAttribute() 378 unsigned int attribute, in XNVCTRLQueryAttribute() 391 unsigned int attribute, in XNVCTRLQueryTargetAttribute64() 431 unsigned int attribute, in XNVCTRLQueryTargetStringAttribute() 486 unsigned int attribute, in XNVCTRLQueryStringAttribute() 500 unsigned int attribute, in XNVCTRLSetTargetStringAttribute() [all …]
|
| /third_party/vk-gl-cts/framework/egl/ |
| D | egluStrUtil.hpp | 34 deUint32 attribute; member 41 deUint32 attribute; member 48 deUint32 attribute; member 71 inline ConfigAttribValueFmt getConfigAttribValueStr (deUint32 attribute, int value) { return Conf… in getConfigAttribValueStr() 74 inline SurfaceAttribValueFmt getSurfaceAttribValueStr (deUint32 attribute, int value) { return Surf… in getSurfaceAttribValueStr() 77 inline ContextAttribValueFmt getContextAttribValueStr (deUint32 attribute, int value) { return Cont… in getContextAttribValueStr()
|
| /third_party/boost/libs/spirit/test/x3/ |
| D | attribute_type_check.cpp | 48 static void gen_sequence(Attribute const& attribute, Expr&& expr) in gen_sequence() 55 static void gen_sequence(Attribute const& attribute, Expr&& expr, Value const& v, Tail const&... ta… in gen_sequence() 63 static void gen_sequence_tests(Attribute const& attribute, Value const& v, Tail const&... tail) in gen_sequence_tests() 72 Expected attribute(v); in gen_single_item_tests() local 89 boost::fusion::vector<Expected...> attribute = boost::fusion::make_vector(values...); in gen_tests() local
|
| /third_party/boost/boost/spirit/home/qi/operator/ |
| D | sequence_base.hpp | 40 struct attribute struct 46 >::type all_attributes; 54 type_; 60 type;
|
| D | alternative.hpp | 50 struct attribute struct 56 >::type all_attributes; 65 type;
|
| D | sequential_or.hpp | 45 struct attribute struct 52 >::type all_attributes; 60 type;
|
| D | permutation.hpp | 48 struct attribute struct 55 >::type all_attributes; 63 type;
|
| /third_party/boost/boost/spirit/home/lex/qi/ |
| D | plain_token.hpp | 85 struct attribute struct 87 typedef typename Iterator::base_iterator_type iterator_type; 88 typedef iterator_range<iterator_type> type; 138 struct attribute struct 140 typedef typename Iterator::base_iterator_type iterator_type; 141 typedef iterator_range<iterator_type> type;
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | tblcoll.h | 845 void setAttributeDefault(int32_t attribute) { in setAttributeDefault() 848 void setAttributeExplicitly(int32_t attribute) { in setAttributeExplicitly() 851 UBool attributeHasBeenSetExplicitly(int32_t attribute) const { in attributeHasBeenSetExplicitly()
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| D | tblcoll.h | 845 void setAttributeDefault(int32_t attribute) { in setAttributeDefault() 848 void setAttributeExplicitly(int32_t attribute) { in setAttributeExplicitly() 851 UBool attributeHasBeenSetExplicitly(int32_t attribute) const { in attributeHasBeenSetExplicitly()
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| D | tblcoll.h | 845 void setAttributeDefault(int32_t attribute) { in setAttributeDefault() 848 void setAttributeExplicitly(int32_t attribute) { in setAttributeExplicitly() 851 UBool attributeHasBeenSetExplicitly(int32_t attribute) const { in attributeHasBeenSetExplicitly()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | tblcoll.h | 839 void setAttributeDefault(int32_t attribute) { in setAttributeDefault() 842 void setAttributeExplicitly(int32_t attribute) { in setAttributeExplicitly() 845 UBool attributeHasBeenSetExplicitly(int32_t attribute) const { in attributeHasBeenSetExplicitly()
|
| /third_party/boost/boost/spirit/home/karma/auto/ |
| D | auto.hpp | 63 struct attribute struct 65 typedef spirit::basic_hold_any<char> type; 114 struct attribute struct 116 typedef unused_type type;
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | UFieldPosition.java | 47 public UFieldPosition(Field attribute, int fieldID) { in UFieldPosition() 56 public UFieldPosition(Field attribute) { in UFieldPosition()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | UFieldPosition.java | 49 public UFieldPosition(Field attribute, int fieldID) { in UFieldPosition() 58 public UFieldPosition(Field attribute) { in UFieldPosition()
|