Home
last modified time | relevance | path

Searched full:compatible (Results 1 – 25 of 5289) sorted by relevance

12345678910>>...212

/third_party/FreeBSD/sys/dev/usb/implementation/
Dusbdevs.h851 #define USB_PRODUCT_ACTON_SPECTRAPRO 0x0100 /* FTDI compatible adapter */
1026 #define USB_PRODUCT_ALTI2_N3 0x6001 /* FTDI compatible adapter */
1075 #define USB_PRODUCT_ANALOGDEVICES_GNICE 0xf000 /* FTDI compatible adapter */
1076 #define USB_PRODUCT_ANALOGDEVICES_GNICEPLUS 0xf001 /* FTDI compatible adapter */
1294 #define USB_PRODUCT_BAYER_CONTOUR_CABLE 0x6001 /* FTDI compatible adapter */
1298 #define USB_PRODUCT_BBELECTRONICS_232USB9M 0xac27 /* FTDI compatible adapter */
1299 #define USB_PRODUCT_BBELECTRONICS_485USB9F_2W 0xac25 /* FTDI compatible adapter */
1300 #define USB_PRODUCT_BBELECTRONICS_485USB9F_4W 0xac26 /* FTDI compatible adapter */
1301 #define USB_PRODUCT_BBELECTRONICS_485USBTB_2W 0xac33 /* FTDI compatible adapter */
1302 #define USB_PRODUCT_BBELECTRONICS_485USBTB_4W 0xac34 /* FTDI compatible adapter */
[all …]
/third_party/boost/boost/gil/extension/dynamic_image/
Dalgorithm.hpp43 /// \tparam Types Model Boost.MP11-compatible list of models of ImageViewConcept
55 /// \tparam Types Model Boost.MP11-compatible list of models of MutableImageViewConcept
65 /// \tparam Types1 Model Boost.MP11-compatible list of models of ImageViewConcept
66 /// \tparam Types2 Model Boost.MP11-compatible list of models of MutableImageViewConcept
88 /// \tparam Types Model Boost.MP11-compatible list of models of ImageViewConcept
97 /// \tparam Types Model Boost.MP11-compatible list of models of MutableImageViewConcept
106 /// \tparam Types1 Model Boost.MP11-compatible list of models of ImageViewConcept
107 /// \tparam Types2 Model Boost.MP11-compatible list of models of MutableImageViewConcept
118 /// \tparam Types Model Boost.MP11-compatible list of models of ImageViewConcept
129 /// \tparam Types Model Boost.MP11-compatible list of models of ImageViewConcept
[all …]
Dimage_view_factory.hpp170 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
181 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
192 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
203 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
214 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
224 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
235 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
249 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
262 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
274 /// \tparam Views Models Boost.MP11-compatible list of models of ImageViewConcept
[all …]
/third_party/python/Lib/ctypes/test/
Dtest_stringptr.py25 # POINTER(c_char) and Python string is NOT compatible
26 # POINTER(c_char) and c_buffer() is compatible
37 # c_char_p and Python string is compatible
38 # c_char_p and c_buffer is NOT compatible
50 # c_char_p and Python string is compatible
51 # c_char_p and c_buffer are now compatible
56 # POINTER(c_char) and Python string is NOT compatible
57 # POINTER(c_char) and c_buffer() is compatible
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dcapsnego-cases11 always compatible
19 always compatible
27 always compatible, caps are those of the pad
31 always compatible, caps are those of the pad
35 always compatible, caps are those of the pad
39 always compatible, caps are those of the pad
88 always compatible
96 check padtemplates, if compatible connect
100 check templates, if compatible,
105 check caps against padtemplate, if compatible, connect
[all …]
/third_party/libdrm/tests/
Ddrmdevice.c74 char **compatible = device->deviceinfo.platform->compatible; in print_device_info() local
81 printf(" +-> compatible\n"); in print_device_info()
83 while (*compatible) { in print_device_info()
84 printf(" %s\n", *compatible); in print_device_info()
85 compatible++; in print_device_info()
88 char **compatible = device->deviceinfo.host1x->compatible; in print_device_info() local
95 printf(" +-> compatible\n"); in print_device_info()
97 while (*compatible) { in print_device_info()
98 printf(" %s\n", *compatible); in print_device_info()
99 compatible++; in print_device_info()
/third_party/lz4/tests/
DcheckTag.c30 * They are compatible if first 3 digits are identical.
32 * Example : tag v1.8.1.2 is compatible with version 1.8.1
33 * When tag and version are not compatible, program exits with error code 1.
34 * When they are compatible, it exists with a code 0.
44 * @return 1 if tag is compatible, 0 if not.
73 printf("OK : tag is compatible with lz4 version \n"); in main()
77 printf("!! error : tag and versions are not compatible !! \n"); in main()
/third_party/typescript/tests/baselines/reference/
DasyncFunctionDeclaration15_es5.errors.txt1 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
3 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
4 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
6 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
7 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
23 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
28 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
31 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
36 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
39 …function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor valu…
DcontextualSignatureInstatiationCovariance.js9 …imal nor TallThing satisfy the constraint, T is at worst a Giraffe and compatible with both via co…
12 h2 = f2; // Animal does not satisfy the constraint, but T is at worst a Giraffe and compatible with…
17 …imal nor TallThing satisfy the constraint, T is at worst a Giraffe and compatible with both via co…
19 h2 = f2; // Animal does not satisfy the constraint, but T is at worst a Giraffe and compatible with…
DvariadicTuples2.errors.txt5 Type at positions 0 through 2 in source is not compatible with type at position 0 in target.
9 Type at positions 0 through 2 in source is not compatible with type at position 0 in target.
15 Type at position 1 in source is not compatible with type at position 1 in target.
18 Type at positions 1 through 2 in source is not compatible with type at position 1 in target.
23 Type at position 3 in source is not compatible with type at position 2 in target.
28 Type at position 0 in source is not compatible with type at position 0 in target.
31 Type at positions 0 through 1 in source is not compatible with type at position 0 in target.
36 Type at position 2 in source is not compatible with type at position 1 in target.
45 Type at position 1 in source is not compatible with type at position 1 in target.
49 Type at position 3 in source is not compatible with type at position 1 in target.
[all …]
/third_party/skia/docs/examples/
DCanvas_makeSurface.cpp10 sk_sp<SkSurface> compatible = smallCanvas->makeSurface(imageInfo); in draw() local
11 SkDebugf("compatible %c= nullptr\n", compatible == nullptr ? '=' : '!'); in draw()
12 SkDebugf("size = %d, %d\n", compatible->width(), compatible->height()); in draw()
/third_party/flutter/skia/docs/examples/
DCanvas_makeSurface.cpp10 sk_sp<SkSurface> compatible = smallCanvas->makeSurface(imageInfo); in draw() local
11 SkDebugf("compatible %c= nullptr\n", compatible == nullptr ? '=' : '!'); in draw()
12 SkDebugf("size = %d, %d\n", compatible->width(), compatible->height()); in draw()
/third_party/boost/libs/ptr_container/doc/
Dptr_array.rst52 explicit ptr_array( compatible-smart-ptr<ptr_array>& r );
57 ptr_array& operator=( compatible-smart-ptr<this_type> r );
85 auto_type replace( compatible-smart-ptr<U> r );
88 auto_type replace( size_t idx, compatible-smart-ptr<U> r );
91 compatible-smart-ptr<ptr_array> clone() const;
92 compatible-smart-ptr<ptr_array> release();
125 - ``ptr_array( compatible-smart-ptr<ptr_array>& r );``
137 - ``ptr_array& operator=( compatible-smart-ptr<this_type> r );``
223 - ``template< size_t idx, class U > auto_type replace( compatible-smart-ptr<U> r );``
237 - ``template< class U > auto_type replace( size_t idx, compatible-smart-ptr<U> r );``
[all …]
Dcompatible_smart_ptr.rst7 Compatible Smart Pointer Type
14 *compatible-smart-ptr*\ <T>
26 void container::push_back( *compatible-smart-ptr*\ <T> );
53 compatible smart pointer pseudo parameter, when in fact two distinct
66 *compatible-smart-ptr*\ <T> container::release( );
120 *compatible-smart-ptr*\ <T>
124 a smart pointer interface that is compatible with compiler settings.
/third_party/flutter/skia/third_party/externals/libwebp/
DNEWS2 This is a binary compatible release.
14 This is a binary compatible release.
22 This is a binary compatible release.
34 This is a binary compatible release.
44 This is a binary compatible release.
72 This is a binary compatible release.
85 This is a binary compatible release.
122 This is a binary compatible release.
129 This is a binary compatible release.
136 This is a binary compatible release.
[all …]
/third_party/skia/third_party/externals/libwebp/
DNEWS2 This is a binary compatible release.
37 This is a binary compatible release.
49 This is a binary compatible release.
57 This is a binary compatible release.
69 This is a binary compatible release.
79 This is a binary compatible release.
107 This is a binary compatible release.
120 This is a binary compatible release.
157 This is a binary compatible release.
164 This is a binary compatible release.
[all …]
/third_party/boost/boost/gil/concepts/
Dcolor.hpp33 /// // Boost.MP11-compatible list, whose elements are color tags.
41 // Boost.MP11-compatible list, whose elements are color tags in constraints()
52 /// \brief Two color spaces are compatible if they are the same
73 /// // Boost.MP11-compatible list, whose elements
82 // Boost.MP11-compatible list, whose elements model in constraints()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_copy_image.txt77 internal formats, if the formats are compatible for TextureViews.
119 the formats are compatible.
153 destination internal formats are not compatible (see below),
187 TEXTURE_3D and faces of TEXTURE_CUBE_MAP are all compatible provided
188 they share a compatible internal format, and multiple slices or faces
196 are considered compatible if any of the following conditions are
199 * the formats are considered compatible according to the
202 in the same entry of Table 3.X.2, they are considered compatible, or
205 If the formats are not compatible INVALID_OPERATION is generated.
231 Table 4.X.1: Compatible internal formats for copying between
[all …]
/third_party/openGLES/extensions/ARB/
DARB_copy_image.txt87 internal formats, if the formats are compatible for TextureViews.
129 the formats are compatible.
163 destination internal formats are not compatible (see below),
197 TEXTURE_3D and faces of TEXTURE_CUBE_MAP are all compatible provided
198 they share a compatible internal format, and multiple slices or faces
206 are considered compatible if any of the following conditions are
209 * the formats are considered compatible according to the
212 in the same entry of Table 3.X.2, they are considered compatible, or
215 If the formats are not compatible INVALID_OPERATION is generated.
241 Table 4.X.1: Compatible internal formats for copying between
[all …]
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DIR.rst62 * .src1, .src2: operands (types must be compatible with .target)
99 * .src1, .src2: operands (types must be compatible with .target)
118 * .src1, .src2: operands (types must be compatible with .target)
134 * .src1, .src2: operands (types must be compatible)
230 * .src: operand (type must be compatible with .target)
237 * .src: operand (type must be compatible with .target)
244 * .src: operand (type must be compatible with .target)
257 * .src: operand (type must be compatible with .target)
309 * .src2, .src3: operands (types must be compatible with .target)
316 * .src1, .src2, .src3: operands (types must be compatible with .target)
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.h74 /// \param[in] input/output: Tensor of shape <H,W,C> or <H,W> and any OpenCv compatible type, see C…
80 /// \param input/output: Tensor of shape <H,W,C> or <H,W> and any OpenCv compatible type, see CVTen…
85 /// \param input/output: Tensor of shape <H,W,C> or <H,W> and any OpenCv compatible type, see CVTen…
90 /// \param input/output: Tensor of shape <H,W,C> or <H,W> and any OpenCv compatible type, see CVTen…
122 /// \param input: Tensor of shape <H,W,C> or <H,W> and any OpenCv compatible type, see CVTensor.
129 /// \param input: Tensor of shape <H,W,C> or <H,W> and any OpenCv compatible type, see CVTensor.
144 /// \param input: Tensor of shape <H,W,C> or <H,W> and any OpenCv compatible type, see CVTensor.
173 /// \param input: Tensor of shape <H,W,3> and any OpenCv compatible type, see CVTensor.
178 /// \param input: Tensor of shape <H,W,C> or <H,W> and any OpenCv compatible type, see CVTensor.
192 /// \param input: Tensor of shape <H,W,C> or <H,W> and any OpenCv compatible type, see CVTensor.
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLContextCompatibilityTest.cpp9 // surface configs. If the configs are compatible, it checks that simple
141 bool compatible) const in testWindowCompatibility()
156 if (compatible) in testWindowCompatibility()
176 bool compatible) const in testPbufferCompatibility()
188 if (compatible) in testPbufferCompatibility()
267 // compatible windows (anglebug.com/3156) in TEST_P()
295 // cards, and RGB10_A2 on Android due to OSWindow on Android not providing compatible in TEST_P()
322 // compatible windows (anglebug.com/3156) in TEST_P()
343 // compatible windows (anglebug.com/3156) in TEST_P()
365 // cards, and RGB10_A2 on Android due to OSWindow on Android not providing compatible in TEST_P()
[all …]
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/docs/
Dcomment-node.md55 Same as [next](#next). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
64 [DOM spec](https://dom.spec.whatwg.org/#dom-node-nodetype)-compatible node [type](#type).
73 Same as [data](#data). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
91 Same as [parent](#parent). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
109 Same as [prev](#prev). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
Ddocument-fragment.md29 Same as [children](#children). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
83 Same as [next](#next). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
92 [DOM spec](https://dom.spec.whatwg.org/#dom-node-nodetype)-compatible node [type](#type).
110 Same as [parent](#parent). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
128 Same as [prev](#prev). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
Dtext-node.md55 Same as [next](#next). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
64 [DOM spec](https://dom.spec.whatwg.org/#dom-node-nodetype)-compatible node [type](#type).
73 Same as [data](#data). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
91 Same as [parent](#parent). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
109 Same as [prev](#prev). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.

12345678910>>...212