| /third_party/typescript/tests/baselines/reference/ |
| D | noImplicitAnyParametersInClass.errors.txt | 1 …/noImplicitAnyParametersInClass.ts(6,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 2 …noImplicitAnyParametersInClass.ts(12,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 3 …noImplicitAnyParametersInClass.ts(12,22): error TS7006: Parameter 'y' implicitly has an 'any' type. 4 …noImplicitAnyParametersInClass.ts(12,25): error TS7006: Parameter 'z' implicitly has an 'any' type. 5 …noImplicitAnyParametersInClass.ts(15,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 6 …noImplicitAnyParametersInClass.ts(15,30): error TS7006: Parameter 'z' implicitly has an 'any' type. 7 …citAnyParametersInClass.ts(18,19): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 8 …noImplicitAnyParametersInClass.ts(21,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 9 …citAnyParametersInClass.ts(21,22): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 10 …oImplicitAnyParametersInClass.ts(24,19): error TS7006: Parameter 'x1' implicitly has an 'any' type. [all …]
|
| D | typeParameterIndirectlyConstrainedToItself.errors.txt | 1 …erIndirectlyConstrainedToItself.ts(1,19): error TS2313: Type parameter 'U' has a circular constrai… 2 …erIndirectlyConstrainedToItself.ts(1,32): error TS2313: Type parameter 'T' has a circular constrai… 3 …erIndirectlyConstrainedToItself.ts(2,20): error TS2313: Type parameter 'T' has a circular constrai… 4 …erIndirectlyConstrainedToItself.ts(2,33): error TS2313: Type parameter 'U' has a circular constrai… 5 …erIndirectlyConstrainedToItself.ts(2,46): error TS2313: Type parameter 'V' has a circular constrai… 6 …erIndirectlyConstrainedToItself.ts(4,23): error TS2313: Type parameter 'U' has a circular constrai… 7 …erIndirectlyConstrainedToItself.ts(4,36): error TS2313: Type parameter 'T' has a circular constrai… 8 …erIndirectlyConstrainedToItself.ts(5,24): error TS2313: Type parameter 'T' has a circular constrai… 9 …erIndirectlyConstrainedToItself.ts(5,37): error TS2313: Type parameter 'U' has a circular constrai… 10 …erIndirectlyConstrainedToItself.ts(5,50): error TS2313: Type parameter 'V' has a circular constrai… [all …]
|
| D | noImplicitAnyParametersInAmbientClass.errors.txt | 1 …icitAnyParametersInAmbientClass.ts(6,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 2 …citAnyParametersInAmbientClass.ts(12,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 3 …citAnyParametersInAmbientClass.ts(12,22): error TS7006: Parameter 'y' implicitly has an 'any' type. 4 …citAnyParametersInAmbientClass.ts(12,25): error TS7006: Parameter 'z' implicitly has an 'any' type. 5 …citAnyParametersInAmbientClass.ts(15,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 6 …citAnyParametersInAmbientClass.ts(15,30): error TS7006: Parameter 'z' implicitly has an 'any' type. 7 …arametersInAmbientClass.ts(18,19): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 8 …citAnyParametersInAmbientClass.ts(21,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 9 …arametersInAmbientClass.ts(21,22): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 10 …itAnyParametersInAmbientClass.ts(24,19): error TS7006: Parameter 'x1' implicitly has an 'any' type. [all …]
|
| D | noImplicitAnyParametersInInterface.errors.txt | 1 …ror TS7020: Call signature, which lacks return-type annotation, implicitly has an 'any' return typ… 2 …ror TS7020: Call signature, which lacks return-type annotation, implicitly has an 'any' return typ… 3 …mplicitAnyParametersInInterface.ts(4,6): error TS7006: Parameter 'x1' implicitly has an 'any' type. 4 …mplicitAnyParametersInInterface.ts(5,6): error TS7006: Parameter 'x2' implicitly has an 'any' type. 5 …plicitAnyParametersInInterface.ts(5,22): error TS7006: Parameter 'z2' implicitly has an 'any' type. 6 …mplicitAnyParametersInInterface.ts(11,8): error TS7006: Parameter 'x' implicitly has an 'any' type. 7 …mplicitAnyParametersInInterface.ts(17,8): error TS7006: Parameter 'x' implicitly has an 'any' type. 8 …plicitAnyParametersInInterface.ts(17,11): error TS7006: Parameter 'y' implicitly has an 'any' type. 9 …plicitAnyParametersInInterface.ts(17,14): error TS7006: Parameter 'z' implicitly has an 'any' type. 10 …mplicitAnyParametersInInterface.ts(20,8): error TS7006: Parameter 'x' implicitly has an 'any' type. [all …]
|
| D | noImplicitAnyParametersInAmbientModule.errors.txt | 1 …citAnyParametersInAmbientModule.ts(6,20): error TS7006: Parameter 'x' implicitly has an 'any' type. 2 …itAnyParametersInAmbientModule.ts(12,20): error TS7006: Parameter 'x' implicitly has an 'any' type. 3 …itAnyParametersInAmbientModule.ts(12,23): error TS7006: Parameter 'y' implicitly has an 'any' type. 4 …itAnyParametersInAmbientModule.ts(12,26): error TS7006: Parameter 'z' implicitly has an 'any' type. 5 …itAnyParametersInAmbientModule.ts(15,20): error TS7006: Parameter 'x' implicitly has an 'any' type. 6 …itAnyParametersInAmbientModule.ts(15,31): error TS7006: Parameter 'z' implicitly has an 'any' type. 7 …rametersInAmbientModule.ts(18,20): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 8 …itAnyParametersInAmbientModule.ts(21,20): error TS7006: Parameter 'x' implicitly has an 'any' type. 9 …rametersInAmbientModule.ts(21,23): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 10 …tAnyParametersInAmbientModule.ts(24,20): error TS7006: Parameter 'x1' implicitly has an 'any' type. [all …]
|
| D | noImplicitAnyParametersInBareFunctions.errors.txt | 1 …citAnyParametersInBareFunctions.ts(5,13): error TS7006: Parameter 'x' implicitly has an 'any' type. 2 …itAnyParametersInBareFunctions.ts(11,13): error TS7006: Parameter 'x' implicitly has an 'any' type. 3 …itAnyParametersInBareFunctions.ts(11,16): error TS7006: Parameter 'y' implicitly has an 'any' type. 4 …itAnyParametersInBareFunctions.ts(11,19): error TS7006: Parameter 'z' implicitly has an 'any' type. 5 …itAnyParametersInBareFunctions.ts(14,13): error TS7006: Parameter 'x' implicitly has an 'any' type. 6 …itAnyParametersInBareFunctions.ts(14,24): error TS7006: Parameter 'z' implicitly has an 'any' type. 7 …rametersInBareFunctions.ts(17,13): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 8 …itAnyParametersInBareFunctions.ts(20,13): error TS7006: Parameter 'x' implicitly has an 'any' type. 9 …rametersInBareFunctions.ts(20,16): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 10 …tAnyParametersInBareFunctions.ts(23,13): error TS7006: Parameter 'x1' implicitly has an 'any' type. [all …]
|
| D | noImplicitAnyParametersInAmbientFunctions.errors.txt | 1 …AnyParametersInAmbientFunctions.ts(5,23): error TS7006: Parameter 'x' implicitly has an 'any' type. 2 …nyParametersInAmbientFunctions.ts(11,23): error TS7006: Parameter 'x' implicitly has an 'any' type. 3 …nyParametersInAmbientFunctions.ts(11,26): error TS7006: Parameter 'y' implicitly has an 'any' type. 4 …nyParametersInAmbientFunctions.ts(11,29): error TS7006: Parameter 'z' implicitly has an 'any' type. 5 …nyParametersInAmbientFunctions.ts(14,23): error TS7006: Parameter 'x' implicitly has an 'any' type. 6 …nyParametersInAmbientFunctions.ts(14,34): error TS7006: Parameter 'z' implicitly has an 'any' type. 7 …etersInAmbientFunctions.ts(17,23): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 8 …nyParametersInAmbientFunctions.ts(20,23): error TS7006: Parameter 'x' implicitly has an 'any' type. 9 …etersInAmbientFunctions.ts(20,26): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 10 …yParametersInAmbientFunctions.ts(23,23): error TS7006: Parameter 'x1' implicitly has an 'any' type. [all …]
|
| D | noImplicitAnyParametersInModule.errors.txt | 1 …noImplicitAnyParametersInModule.ts(6,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 2 …oImplicitAnyParametersInModule.ts(12,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 3 …oImplicitAnyParametersInModule.ts(12,22): error TS7006: Parameter 'y' implicitly has an 'any' type. 4 …oImplicitAnyParametersInModule.ts(12,25): error TS7006: Parameter 'z' implicitly has an 'any' type. 5 …oImplicitAnyParametersInModule.ts(15,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 6 …oImplicitAnyParametersInModule.ts(15,30): error TS7006: Parameter 'z' implicitly has an 'any' type. 7 …itAnyParametersInModule.ts(18,19): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 8 …oImplicitAnyParametersInModule.ts(21,19): error TS7006: Parameter 'x' implicitly has an 'any' type. 9 …itAnyParametersInModule.ts(21,22): error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 10 …ImplicitAnyParametersInModule.ts(24,19): error TS7006: Parameter 'x1' implicitly has an 'any' type. [all …]
|
| D | commaOperatorLeftSideUnused.errors.txt | 1 …ftSideUnused.ts(8,10): error TS2695: Left side of comma operator is unused and has no side effects. 2 …tSideUnused.ts(16,19): error TS2695: Left side of comma operator is unused and has no side effects. 3 …tSideUnused.ts(19,21): error TS2695: Left side of comma operator is unused and has no side effects. 4 …ftSideUnused.ts(22,7): error TS2695: Left side of comma operator is unused and has no side effects. 5 …ftSideUnused.ts(23,7): error TS2695: Left side of comma operator is unused and has no side effects. 6 …ftSideUnused.ts(24,7): error TS2695: Left side of comma operator is unused and has no side effects. 7 …ftSideUnused.ts(25,7): error TS2695: Left side of comma operator is unused and has no side effects. 8 …ftSideUnused.ts(26,7): error TS2695: Left side of comma operator is unused and has no side effects. 9 …ftSideUnused.ts(27,7): error TS2695: Left side of comma operator is unused and has no side effects. 10 …ftSideUnused.ts(28,7): error TS2695: Left side of comma operator is unused and has no side effects. [all …]
|
| D | noImplicitAnyStringIndexerOnObject.errors.txt | 2 …s(7,1): error TS7052: Element implicitly has an 'any' type because type '{ get: (key: string) => s… 3 …(8,13): error TS7052: Element implicitly has an 'any' type because type '{ get: (key: string) => s… 4 …plicitAnyStringIndexerOnObject.ts(13,13): error TS7053: Element implicitly has an 'any' type becau… 6 …S7052: Element implicitly has an 'any' type because type '{ get: (key: string) => string; set: (ke… 7 …S7052: Element implicitly has an 'any' type because type '{ get: (key: string) => string; set: (ke… 8 …S7052: Element implicitly has an 'any' type because type '{ get: (key: string) => string; set: (ke… 9 …S7052: Element implicitly has an 'any' type because type '{ get: (key: string) => string; set: (ke… 10 …Element implicitly has an 'any' type because type '{ get: (key: string) => string; set: (key: stri… 11 …Element implicitly has an 'any' type because type '{ get: (key: string) => string; set: (key: stri… 12 …Element implicitly has an 'any' type because type '{ get: (key: string) => string; set: (key: stri… [all …]
|
| D | noImplicitAnyDestructuringParameterDeclaration.errors.txt | 1 …uringParameterDeclaration.ts(1,14): error TS7031: Binding element 'a' implicitly has an 'any' type. 2 …uringParameterDeclaration.ts(1,19): error TS7031: Binding element 'b' implicitly has an 'any' type. 3 …structuringParameterDeclaration.ts(1,23): error TS7006: Parameter 'c' implicitly has an 'any' type. 4 …structuringParameterDeclaration.ts(1,26): error TS7006: Parameter 'd' implicitly has an 'any' type. 5 …uringParameterDeclaration.ts(3,14): error TS7031: Binding element 'a' implicitly has an 'any' type. 6 …uringParameterDeclaration.ts(3,31): error TS7031: Binding element 'b' implicitly has an 'any' type. 7 …structuringParameterDeclaration.ts(3,42): error TS7006: Parameter 'c' implicitly has an 'any' type. 8 …structuringParameterDeclaration.ts(3,57): error TS7006: Parameter 'd' implicitly has an 'any' type. 9 …yDestructuringParameterDeclaration.ts(7,20): error TS7008: Member 'b' implicitly has an 'any' type. 10 …yDestructuringParameterDeclaration.ts(7,30): error TS7008: Member 'b' implicitly has an 'any' type. [all …]
|
| D | controlFlowSelfReferentialLoop.errors.txt | 1 …/controlFlowSelfReferentialLoop.ts(5,17): error TS7006: Parameter 'a' implicitly has an 'any' type. 2 …/controlFlowSelfReferentialLoop.ts(5,19): error TS7006: Parameter 'b' implicitly has an 'any' type. 3 …/controlFlowSelfReferentialLoop.ts(5,21): error TS7006: Parameter 'c' implicitly has an 'any' type. 4 …/controlFlowSelfReferentialLoop.ts(5,23): error TS7006: Parameter 'd' implicitly has an 'any' type. 5 …/controlFlowSelfReferentialLoop.ts(5,25): error TS7006: Parameter 'x' implicitly has an 'any' type. 6 …/controlFlowSelfReferentialLoop.ts(5,27): error TS7006: Parameter 's' implicitly has an 'any' type. 7 …controlFlowSelfReferentialLoop.ts(5,29): error TS7006: Parameter 'ac' implicitly has an 'any' type. 8 …/controlFlowSelfReferentialLoop.ts(9,17): error TS7006: Parameter 'a' implicitly has an 'any' type. 9 …/controlFlowSelfReferentialLoop.ts(9,19): error TS7006: Parameter 'b' implicitly has an 'any' type. 10 …/controlFlowSelfReferentialLoop.ts(9,21): error TS7006: Parameter 'c' implicitly has an 'any' type. [all …]
|
| D | typeParameterDirectlyConstrainedToItself.errors.txt | 1 …eterDirectlyConstrainedToItself.ts(3,19): error TS2313: Type parameter 'T' has a circular constrai… 2 …eterDirectlyConstrainedToItself.ts(4,23): error TS2313: Type parameter 'U' has a circular constrai… 3 …eterDirectlyConstrainedToItself.ts(6,23): error TS2313: Type parameter 'T' has a circular constrai… 4 …eterDirectlyConstrainedToItself.ts(7,27): error TS2313: Type parameter 'U' has a circular constrai… 5 …eterDirectlyConstrainedToItself.ts(9,22): error TS2313: Type parameter 'T' has a circular constrai… 6 …terDirectlyConstrainedToItself.ts(10,26): error TS2313: Type parameter 'U' has a circular constrai… 7 …terDirectlyConstrainedToItself.ts(13,16): error TS2313: Type parameter 'T' has a circular constrai… 8 …terDirectlyConstrainedToItself.ts(14,19): error TS2313: Type parameter 'U' has a circular constrai… 9 …terDirectlyConstrainedToItself.ts(17,20): error TS2313: Type parameter 'T' has a circular constrai… 10 …terDirectlyConstrainedToItself.ts(18,24): error TS2313: Type parameter 'U' has a circular constrai… [all …]
|
| D | noImplicitAnyNamelessParameter.errors.txt | 1 tests/cases/compiler/noImplicitAnyNamelessParameter.ts(2,20): error TS7051: Parameter has a name bu… 2 tests/cases/compiler/noImplicitAnyNamelessParameter.ts(3,17): error TS7051: Parameter has a name bu… 3 tests/cases/compiler/noImplicitAnyNamelessParameter.ts(3,25): error TS7051: Parameter has a name bu… 4 tests/cases/compiler/noImplicitAnyNamelessParameter.ts(4,19): error TS7051: Parameter has a name bu… 5 tests/cases/compiler/noImplicitAnyNamelessParameter.ts(4,22): error TS7051: Parameter has a name bu… 6 tests/cases/compiler/noImplicitAnyNamelessParameter.ts(5,20): error TS7051: Parameter has a name bu… 7 tests/cases/compiler/noImplicitAnyNamelessParameter.ts(5,29): error TS7051: Parameter has a name bu… 8 tests/cases/compiler/noImplicitAnyNamelessParameter.ts(5,32): error TS7051: Parameter has a name bu… 9 tests/cases/compiler/noImplicitAnyNamelessParameter.ts(5,40): error TS7051: Parameter has a name bu… 16 !!! error TS7051: Parameter has a name but no type. Did you mean 'arg0: string[]'? [all …]
|
| D | implicitAnyAmbients.errors.txt | 1 tests/cases/compiler/implicitAnyAmbients.ts(2,9): error TS7005: Variable 'x' implicitly has an 'any… 2 …s(5,14): error TS7010: 'f', which lacks return-type annotation, implicitly has an 'any' return typ… 3 tests/cases/compiler/implicitAnyAmbients.ts(5,16): error TS7006: Parameter 'x' implicitly has an 'a… 4 …(6,14): error TS7010: 'f2', which lacks return-type annotation, implicitly has an 'any' return typ… 5 …10,9): error TS7010: 'foo', which lacks return-type annotation, implicitly has an 'any' return typ… 6 …1,9): error TS7010: 'foo2', which lacks return-type annotation, implicitly has an 'any' return typ… 7 …16,9): error TS7010: 'foo', which lacks return-type annotation, implicitly has an 'any' return typ… 8 …7,9): error TS7010: 'foo2', which lacks return-type annotation, implicitly has an 'any' return typ… 9 tests/cases/compiler/implicitAnyAmbients.ts(22,13): error TS7005: Variable 'y' implicitly has an 'a… 16 !!! error TS7005: Variable 'x' implicitly has an 'any' type. [all …]
|
| /third_party/libabigail/tests/data/test-abidiff/ |
| D | test-PR18791-report0.txt | 14 [C] 'method bool sigc::connection::block(bool)' has some indirect sub-type changes: 15 implicit parameter 0 of type 'sigc::connection*' has sub-type changes: 45 [C] 'method bool sigc::connection::blocked()' has some indirect sub-type changes: 46 implicit parameter 0 of type 'const sigc::connection*' has sub-type changes: 50 …[C] 'method sigc::connection::connection(const sigc::connection&)' has some indirect sub-type chan… 51 implicit parameter 0 of type 'sigc::connection*' has sub-type changes: 53 parameter 1 of type 'const sigc::connection&' has sub-type changes: 57 [C] 'method sigc::connection::connection()' has some indirect sub-type changes: 58 implicit parameter 0 of type 'sigc::connection*' has sub-type changes: 61 [C] 'method sigc::connection::connection(sigc::slot_base&)' has some indirect sub-type changes: [all …]
|
| /third_party/typescript/tests/baselines/reference/user/ |
| D | async.log | 4 node_modules/async/all.js(49,20): error TS2695: Left side of comma operator is unused and has no si… 5 node_modules/async/all.js(49,46): error TS2695: Left side of comma operator is unused and has no si… 7 node_modules/async/allLimit.js(41,20): error TS2695: Left side of comma operator is unused and has … 8 node_modules/async/allLimit.js(41,51): error TS2695: Left side of comma operator is unused and has … 10 node_modules/async/allSeries.js(36,20): error TS2695: Left side of comma operator is unused and has… 12 node_modules/async/any.js(51,20): error TS2695: Left side of comma operator is unused and has no si… 13 node_modules/async/any.js(51,46): error TS2695: Left side of comma operator is unused and has no si… 15 node_modules/async/anyLimit.js(42,20): error TS2695: Left side of comma operator is unused and has … 16 node_modules/async/anyLimit.js(42,51): error TS2695: Left side of comma operator is unused and has … 18 node_modules/async/anySeries.js(37,20): error TS2695: Left side of comma operator is unused and has… [all …]
|
| /third_party/node/test/fixtures/wpt/url/ |
| D | urlsearchparams-has.any.js | 3 assert_true(params.has('a')); 4 assert_true(params.has('c')); 5 assert_false(params.has('e')); 7 assert_true(params.has('a')); 9 assert_true(params.has('')); 11 assert_true(params.has(null)); 12 }, 'Has basics'); 18 assert_true(params.has('a'), 'Search params object has name "a"'); 19 assert_true(params.has('c'), 'Search params object has name "c"'); 20 assert_true(params.has('first'), 'Search params object has name "first"'); [all …]
|
| /third_party/libabigail/tests/data/test-diff-dwarf/ |
| D | PR25058-liblttng-ctl-report-1.txt | 88 [C] 'function void lttng_action_destroy(lttng_action*)' has some indirect sub-type changes: 89 parameter 1 of type 'lttng_action*' has sub-type changes: 96 parameter 1 of type 'lttng_action*' has sub-type changes: 105 parameter 1 of type 'lttng_action*' has sub-type changes: 114 parameter 1 of type 'lttng_action*' has sub-type changes: 117 …[C] 'function lttng_action_type lttng_action_get_type(lttng_action*)' has some indirect sub-type c… 118 parameter 1 of type 'lttng_action*' has sub-type changes: 121 [C] 'function lttng_action* lttng_action_notify_create()' has some indirect sub-type changes: 125 …dd_context(lttng_handle*, lttng_event_context*, const char*, const char*)' has some indirect sub-t… 126 parameter 2 of type 'lttng_event_context*' has sub-type changes: [all …]
|
| D | test30-vtable-changes-report-0.txt | 11 [C] 'method virtual void S::fn0()' has some indirect sub-type changes: 12 implicit parameter 0 of type 'S*' has sub-type changes: 18 'method virtual S::~S(int)' has some sub-type changes: 19 implicit parameter 0 of type 'S*' has sub-type changes: 21 'method virtual S::~S(int)' has some sub-type changes: 22 implicit parameter 0 of type 'S*' has sub-type changes: 24 'method virtual S::~S(int)' has some sub-type changes: 25 implicit parameter 0 of type 'S*' has sub-type changes: 27 'method virtual void S::fn0()' has some sub-type changes: 28 implicit parameter 0 of type 'S*' has sub-type changes: [all …]
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLInterfaceAutogen.cpp | 210 fExtensions.has("GL_ARB_vertex_array_object") || in validate() 211 fExtensions.has("GL_APPLE_vertex_array_object"))) || in validate() 214 fExtensions.has("GL_OES_vertex_array_object"))) || in validate() 217 fExtensions.has("GL_OES_vertex_array_object") || in validate() 218 fExtensions.has("OES_vertex_array_object")))) { in validate() 228 fExtensions.has("GL_ARB_tessellation_shader"))) || in validate() 231 fExtensions.has("GL_OES_tessellation_shader")))) { in validate() 240 (glVer >= GR_GL_VER(3,0) && fExtensions.has("GL_EXT_blend_func_extended"))))) { in validate() 248 fExtensions.has("GL_ARB_blend_func_extended"))) || in validate() 250 (glVer >= GR_GL_VER(3,0) && fExtensions.has("GL_EXT_blend_func_extended"))))) { in validate() [all …]
|
| D | GrGLAssembleGLESInterfaceAutogen.cpp | 159 } else if (extensions.has("GL_OES_vertex_array_object")) { in GrGLMakeAssembledGLESInterface() 167 } else if (extensions.has("GL_OES_tessellation_shader")) { in GrGLMakeAssembledGLESInterface() 171 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 175 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 179 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface() 181 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface() 185 if (extensions.has("GL_EXT_clear_texture")) { in GrGLMakeAssembledGLESInterface() 193 } else if (extensions.has("GL_EXT_draw_instanced")) { in GrGLMakeAssembledGLESInterface() 196 } else if (extensions.has("GL_ANGLE_instanced_arrays")) { in GrGLMakeAssembledGLESInterface() 201 if (extensions.has("GL_EXT_base_instance")) { in GrGLMakeAssembledGLESInterface() [all …]
|
| /third_party/libabigail/tests/data/test-diff-pkg/ |
| D | spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt | 22 …e_qxl_add_memslot(QXLInstance*, QXLDevMemSlot*)' at red_dispatcher.c:879:1 has some indirect sub-t… 23 parameter 1 of type 'QXLInstance*' has sub-type changes: 40 parameter 1 of type 'QXLInstance*' has sub-type changes: 45 parameter 1 of type 'QXLInstance*' has sub-type changes: 50 parameter 1 of type 'QXLInstance*' has sub-type changes: 55 parameter 1 of type 'QXLInstance*' has sub-type changes: 60 parameter 1 of type 'QXLInstance*' has sub-type changes: 65 parameter 1 of type 'QXLInstance*' has sub-type changes: 70 parameter 1 of type 'QXLInstance*' has sub-type changes: 75 parameter 1 of type 'QXLInstance*' has sub-type changes: [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZSubtarget.h | 116 // Return true if the target has the distinct-operands facility. 119 // Return true if the target has the load/store-on-condition facility. 122 // Return true if the target has the load/store-on-condition facility 2. 125 // Return true if the target has the high-word facility. 128 // Return true if the target has the floating-point extension facility. 131 // Return true if the target has the population-count facility. 134 // Return true if the target has the message-security-assist 138 // Return true if the target has the message-security-assist 142 // Return true if the target has the reset-reference-bits-multiple facility. 147 // Return true if the target has the fast-serialization facility. [all …]
|
| /third_party/css-what/src/ |
| D | wpt.spec.ts | 76 test_valid_selector(":has(a)"); 77 test_valid_selector(":has(#a)"); 78 test_valid_selector(":has(.a)"); 79 test_valid_selector(":has([a])"); 80 test_valid_selector(':has([a="b"])'); 81 test_valid_selector(':has([a|="b"])'); 82 test_valid_selector(":has(:hover)"); 83 test_valid_selector("*:has(.a)", ["*:has(.a)", ":has(.a)"]); 84 test_valid_selector(".a:has(.b)"); 85 test_valid_selector(".a:has(> .b)"); [all …]
|