Home
last modified time | relevance | path

Searched defs:attribute (Results 26 - 50 of 171) sorted by relevance

1234567

/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_closure.cpp152 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java497 AttributedCharacterIterator.Attribute attribute; field in IntlTestDecimalFormatAPIC.FieldContainer
502 FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute) FieldContainer() argument
508 FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute, int value) FieldContainer() argument
513 FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute, Object value) FieldContainer() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java500 AttributedCharacterIterator.Attribute attribute; field in IntlTestDecimalFormatAPIC.FieldContainer
505 FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute) FieldContainer() argument
511 FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute, int value) FieldContainer() argument
516 FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute, Object value) FieldContainer() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dsearch.cpp50 void SearchIterator::setAttribute(USearchAttribute attribute, in setAttribute() argument
/third_party/mesa3d/src/egl/main/
H A Degldevice.c234 _eglQueryDeviceAttribEXT(_EGLDevice *dev, EGLint attribute, in _eglQueryDeviceAttribEXT() argument
H A Deglcontext.c674 _eglQueryContext(_EGLContext *c, EGLint attribute, EGLin argument
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c279 int attribute; member
334 score_pixelformats(HDC hdc, struct stw_pixelformat_score *scores, uint count, int attribute, int expected_value) score_pixelformats() argument
/third_party/mesa3d/src/glx/apple/
H A Dglx_empty.c151 glXQueryGLXPbufferSGIX(Display * dpy, GLXDrawable drawable, int attribute, unsigned int *value) glXQueryGLXPbufferSGIX() argument
/third_party/mesa3d/src/glx/tests/
H A Dquery_renderer_implementation_unittest.cpp77 fake_queryInteger(__DRIscreen *screen, int attribute, unsigned int *val) in fake_queryInteger() argument
124 fake_queryString(__DRIscreen *screen, int attribute, const char **val) in fake_queryString() argument
/third_party/node/deps/icu-small/source/common/
H A Duniset_closure.cpp214 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dsearch.cpp50 void SearchIterator::setAttribute(USearchAttribute attribute, in setAttribute() argument
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c116 struct rtattr *attribute; in rops_handle_POLLIN_netlink() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDevice.cpp104 Error Device::getAttribute(EGLint attribute, EGLAttrib *value) in getAttribute() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.cpp121 egl::Error WindowSurfaceWGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
H A DPbufferSurfaceWGL.cpp144 egl::Error PbufferSurfaceWGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DBufferD3D.cpp93 StaticVertexBufferInterface *BufferD3D::getStaticVertexBuffer(const gl::VertexAttribute &attribute, in getStaticVertexBuffer() argument
H A DVertexDataManager.h62 const gl::VertexAttribute *attribute; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DPbufferSurfaceCGL.cpp82 egl::Error PbufferSurfaceCGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DPbufferSurfaceEAGL.cpp84 egl::Error PbufferSurfaceEAGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DPbufferSurfaceGLX.cpp86 egl::Error PbufferSurfaceGLX::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DSurfaceNULL.cpp48 egl::Error SurfaceNULL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSetupProcessor.hpp61 unsigned char attribute : BITS(VERTEX_OUTPUT_LAST); member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsearch.cpp50 void SearchIterator::setAttribute(USearchAttribute attribute, in setAttribute() argument
/third_party/python/Lib/test/
H A Dtest_opcache.py31 attribute = Descriptor() variable in TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization.Metaclass
34 attribute = True variable in TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization.Class
57 def attribute(self): member in TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute.Metaclass
61 attribute = False variable in TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute.Class
74 attribute = True variable in TestLoadAttrCache.test_metaclass_set_descriptor_after_optimization.Class
77 def attribute(self): function
94 def attribute(self): global() member in TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization.Metaclass
98 attribute = False global() variable in TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization.Class
147 attribute = False global() variable in TestLoadAttrCache.test_metaclass_getattribute.Class
158 def attribute(self): global() member in TestLoadAttrCache.test_metaclass_swap.OldMetaclass
163 def attribute(self): global() member in TestLoadAttrCache.test_metaclass_swap.NewMetaclass
254 attribute = Descriptor() global() variable in TestLoadMethodCache.test_descriptor_added_after_optimization.Class
262 def attribute(): global() function
285 attribute = Descriptor() global() variable in TestLoadMethodCache.test_metaclass_descriptor_added_after_optimization.Metaclass
288 def attribute(): global() member in TestLoadMethodCache.test_metaclass_descriptor_added_after_optimization.Class
312 def attribute(self): global() member in TestLoadMethodCache.test_metaclass_descriptor_shadows_class_attribute.Metaclass
316 def attribute(): global() member in TestLoadMethodCache.test_metaclass_descriptor_shadows_class_attribute.Class
330 def attribute(): global() member in TestLoadMethodCache.test_metaclass_set_descriptor_after_optimization.Class
334 def attribute(self): global() function
351 def attribute(self): global() member in TestLoadMethodCache.test_metaclass_del_descriptor_after_optimization.Metaclass
355 def attribute(): global() member in TestLoadMethodCache.test_metaclass_del_descriptor_after_optimization.Class
397 def attribute(): global() member in TestLoadMethodCache.test_metaclass_getattribute.Class
409 def attribute(self): global() member in TestLoadMethodCache.test_metaclass_swap.OldMetaclass
414 def attribute(self): global() member in TestLoadMethodCache.test_metaclass_swap.NewMetaclass
[all...]
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js135 _proto.attribute = function attribute() { function
[all...]

Completed in 15 milliseconds

1234567