Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 202) sorted by relevance

123456789

/third_party/boost/boost/coroutine/
Dattributes.hpp24 struct attributes struct
26 std::size_t size;
27 flag_unwind_t do_unwind;
29 attributes() BOOST_NOEXCEPT : in attributes() function
34 explicit attributes( std::size_t size_) BOOST_NOEXCEPT : in attributes() argument
39 explicit attributes( flag_unwind_t do_unwind_) BOOST_NOEXCEPT : in attributes() function
44 explicit attributes( in attributes() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java40 …public static boolean nextPosition(List<FieldPosition> attributes, ConstrainedFieldPosition cfpos)… in nextPosition()
62 … AttributedCharacterIterator toCharacterIterator(CharSequence cs, List<FieldPosition> attributes) { in toCharacterIterator()
81 …public static void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int fir… in addOverlapSpans()
117 public static void sort(List<FieldPosition> attributes) { in sort()
/third_party/gn/src/gn/
Dxml_element_writer.cc24 const XmlAttributes& attributes) in XmlElementWriter()
29 const XmlAttributes& attributes, in XmlElementWriter()
65 const XmlAttributes& attributes) { in SubElement()
/third_party/libpng/scripts/
Dintprefix.c15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument
18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
Dsymbols.c19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
Dprefix.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
Dsym.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
Dvers.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dintprefix.c15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument
18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
Dsymbols.c19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
Dvers.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
Dprefix.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
Dsym.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DStream.cpp124 Error Stream::createConsumerGLTextureExternal(const AttributeMap &attributes, gl::Context *context) in createConsumerGLTextureExternal()
174 Error Stream::createProducerD3D11Texture(const AttributeMap &attributes) in createProducerD3D11Texture()
250 Error Stream::postD3D11Texture(void *texture, const AttributeMap &attributes) in postD3D11Texture()
DAttributeMap.cpp82 AttributeMap AttributeMap::CreateFromIntArray(const EGLint *attributes) in CreateFromIntArray()
96 AttributeMap AttributeMap::CreateFromAttribArray(const EGLAttrib *attributes) in CreateFromAttribArray()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLX11VisualTest.cpp77 auto attributes = getDisplayAttributes(gInvalidVisualId); in TEST_P() local
103 auto attributes = getDisplayAttributes(visualId); in TEST_P() local
176 auto attributes = getDisplayAttributes(visualId); in TEST_P() local
/third_party/boost/libs/log/src/
Dtimer.cpp35 namespace attributes { namespace
114 namespace attributes { namespace
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
Degl_utils.h32 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap()
/third_party/glib/gio/
Dgio-tool-list.c28 static char *attributes = NULL; variable
49 char **attributes; in show_file_listing() local
Dgfileinputstream.c124 const char *attributes, in g_file_input_stream_query_info()
196 const char *attributes, in g_file_input_stream_query_info_async()
384 const char *attributes = task_data; in query_info_async_thread() local
404 const char *attributes, in g_file_input_stream_real_query_info_async()
Dgfileoutputstream.c139 const char *attributes, in g_file_output_stream_query_info()
206 const char *attributes, in g_file_output_stream_query_info_async()
487 const char *attributes = task_data; in query_info_async_thread() local
507 const char *attributes, in g_file_output_stream_real_query_info_async()
/third_party/boost/boost/asio/impl/
Dspawn.hpp423 const boost::coroutines::attributes& attributes) in spawn()
436 const boost::coroutines::attributes& attributes, in spawn()
458 const boost::coroutines::attributes& attributes) in spawn()
477 const boost::coroutines::attributes& attributes, in spawn()
489 const boost::coroutines::attributes& attributes) in spawn()
501 const boost::coroutines::attributes& attributes) in spawn()
513 const boost::coroutines::attributes& attributes, in spawn()
/third_party/boost/boost/log/attributes/
Dtimer.hpp32 namespace attributes { namespace
Dcurrent_process_id.hpp35 namespace attributes { namespace
/third_party/boost/tools/build/src/build/
Dfeature.py39 def __init__(self, name, values, attributes): argument
136 def feature (name, values, attributes = []): argument
209 def attributes (feature): function
482 def subfeature (feature_name, value_string, subfeature, subvalues, attributes = []): argument
879 def __validate_feature_attributes (name, attributes): argument

123456789