Home
last modified time | relevance | path

Searched refs:compatible (Results 1 – 25 of 1660) sorted by relevance

12345678910>>...67

/third_party/libdrm/tests/
Ddrmdevice.c74 char **compatible = device->deviceinfo.platform->compatible; in print_device_info() local
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
97 while (*compatible) { in print_device_info()
98 printf(" %s\n", *compatible); in print_device_info()
99 compatible++; in print_device_info()
/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/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 …]
/third_party/flutter/skia/src/gpu/
DGrCaps.cpp358 bool compatible = false; in AreConfigsCompatible() local
362 compatible = kAlpha_8_GrPixelConfig == specificConfig || // here bc of the mock context in AreConfigsCompatible()
367 compatible = kGray_8_GrPixelConfig == specificConfig || // here bc of the mock context in AreConfigsCompatible()
372 compatible = kAlpha_half_GrPixelConfig == specificConfig || // bc of the mock context in AreConfigsCompatible()
377 compatible = kRGB_888_GrPixelConfig == specificConfig || in AreConfigsCompatible()
381 compatible = kRGBA_8888_GrPixelConfig == specificConfig || in AreConfigsCompatible()
385 compatible = genericConfig == specificConfig; in AreConfigsCompatible()
389 if (!compatible) { in AreConfigsCompatible()
393 return compatible; in AreConfigsCompatible()
/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…
DoverloadAssignmentCompat.errors.txt1 …signmentCompat.ts(34,10): error TS2394: This overload signature is not compatible with its impleme…
5 // ok - overload signatures are assignment compatible with their implementation
37 // error - signatures are not assignment compatible
40 !!! error TS2394: This overload signature is not compatible with its implementation signature.
DconstructorsWithSpecializedSignatures.errors.txt1 …lizedSignatures.ts(18,5): error TS2394: This overload signature is not compatible with its impleme…
2 …lizedSignatures.ts(26,5): error TS2394: This overload signature is not compatible with its impleme…
25 !!! error TS2394: This overload signature is not compatible with its implementation signature.
36 !!! error TS2394: This overload signature is not compatible with its implementation signature.
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 …]
DoverloadingOnConstants2.errors.txt1 …ingOnConstants2.ts(9,10): error TS2394: This overload signature is not compatible with its impleme…
7 …ngOnConstants2.ts(19,10): error TS2394: This overload signature is not compatible with its impleme…
21 !!! error TS2394: This overload signature is not compatible with its implementation signature.
41 !!! error TS2394: This overload signature is not compatible with its implementation signature.
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/docs/
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.
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.
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.
Ddocument.md30 Same as [children](#children). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
84 Same as [next](#next). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
93 [DOM spec](https://dom.spec.whatwg.org/#dom-node-nodetype)-compatible node [type](#type).
111 Same as [parent](#parent). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
129 Same as [prev](#prev). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
Ddocument-type.md56 Same as [next](#next). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
65 [DOM spec](https://dom.spec.whatwg.org/#dom-node-nodetype)-compatible node [type](#type).
83 Same as [parent](#parent). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
101 Same as [prev](#prev). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
Delement.md48 Same as [children](#children). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
111 Same as [next](#next). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
120 [DOM spec](https://dom.spec.whatwg.org/#dom-node-nodetype)-compatible node [type](#type).
138 Same as [parent](#parent). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
156 Same as [prev](#prev). [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
/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/flutter/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm48 static bool compatible(const MTLRenderPassAttachmentDescriptor* first, function
51 // Check to see if the previous descriptor is compatible with the new one.
52 // They are compatible if:
75 if (compatible(fPreviousRenderPassDescriptor.colorAttachments[0],
77 compatible(fPreviousRenderPassDescriptor.stencilAttachment,
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPipelineLayout.cpp110 bool compatible = in CreateDefault() local
121 compatible = compatible && modifiedEntry->buffer.hasDynamicOffset == in CreateDefault()
136 compatible = in CreateDefault()
137 compatible && compatibleSampleTypes && in CreateDefault()
143 compatible = in CreateDefault()
144 compatible && in CreateDefault()
152 if (!compatible) { in CreateDefault()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfreedreno_dt.c125 char *compatible = compatstrs; in match_compatible() local
128 if (strcmp(compatible, compatibles[i]) == 0) { in match_compatible()
133 compatstrs += strlen(compatible) + 1; in match_compatible()
134 sz -= strlen(compatible) + 1; in match_compatible()
/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/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_create_context_backwards_compatible.txt39 is backwards-compatible with the requested verion but it is often useful to
62 - which is backwards compatible with that version.
65 + which is backwards compatible with that version if
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_create_context_backwards_compatible.txt39 is backwards-compatible with the requested verion but it is often useful to
62 - which is backwards compatible with that version.
65 + which is backwards compatible with that version if

12345678910>>...67