Home
last modified time | relevance | path

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

12345678910>>...13

/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() argument
34 explicit attributes( std::size_t size_) BOOST_NOEXCEPT : in attributes() function
39 explicit attributes( flag_unwind_t do_unwind_) BOOST_NOEXCEPT : in attributes() function
44 explicit attributes( in attributes() argument
/third_party/uboot/u-boot-2020.01/env/
Dattr.c29 int (*callback)(const char *name, const char *attributes, void *priv), in env_attr_walk()
33 char *name, *attributes; in env_attr_walk() local
116 char *attributes; member
119 static int regex_callback(const char *name, const char *attributes, void *priv) in regex_callback()
169 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup()
259 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup()
/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/uboot/u-boot-2020.01/lib/efi_loader/
Defi_variable.c166 const efi_guid_t *vendor, u32 *attributes, in efi_get_variable()
273 u32 *attributes) in parse_uboot_variable()
338 u32 attributes; in efi_get_next_variable_name() local
422 const efi_guid_t *vendor, u32 attributes, in efi_set_variable()
564 u32 attributes, in efi_query_variable_info()
584 u32 *attributes, efi_uintn_t *data_size, void *data) in efi_get_variable_runtime()
617 u32 attributes, efi_uintn_t data_size, in efi_set_variable_runtime()
/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
/third_party/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
/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
/third_party/typescript/tests/baselines/reference/
DtsxElementResolution12.js25 var attributes: any; variable
44 var attributes; variable
/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/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()
/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/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLX11VisualTest.cpp77 auto attributes = getDisplayAttributes(gInvalidVisualId); in TEST_P() local
104 auto attributes = getDisplayAttributes(visualId); in TEST_P() local
182 auto attributes = getDisplayAttributes(visualId); in TEST_P() local
/third_party/skia/third_party/externals/tint/src/transform/
Dcanonicalize_entry_point_io.cc88 ast::DecorationList attributes; member
250 ast::DecorationList attributes; in ProcessNonStructParameter() local
282 auto attributes = CloneShaderIOAttributes(member_ast->decorations); in ProcessStructParameter() local
308 auto attributes = CloneShaderIOAttributes(member_ast->decorations); in ProcessReturnType() local
315 auto attributes = in ProcessReturnType() local
418 ast::DecorationList attributes = std::move(outval.attributes); in CreateSpirvOutputVariables() local
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
Degl_utils.h32 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap()
/third_party/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/
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()
Dgio-tool-list.c28 static char *attributes = NULL; variable
51 char **attributes; in show_file_listing() local
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs.cpp125 const AttributeMap &attributes) in CreateContext()
144 const AttributeMap &attributes) in CreateImage()
166 const AttributeMap &attributes) in CreatePbufferFromClientBuffer()
183 const AttributeMap &attributes) in CreatePbufferSurface()
198 const AttributeMap &attributes) in CreatePixmapSurface()
215 const AttributeMap &attributes) in CreatePlatformPixmapSurface()
233 const AttributeMap &attributes) in CreatePlatformWindowSurface()
246 EGLSync CreateSync(Thread *thread, Display *display, EGLenum type, const AttributeMap &attributes) in CreateSync()
264 const AttributeMap &attributes) in CreateWindowSurface()

12345678910>>...13