Home
last modified time | relevance | path

Searched full:only (Results 1 – 25 of 13687) sorted by relevance

12345678910>>...548

/third_party/glslang/Test/
Dhlsl.intrinsics.negative.comp7 // asdouble(inF0, inF1); // expected error: only integer inputs
8 // CheckAccessFullyMapped(3.0); // expected error: only valid on integers
9 // clip(inF0); // expected error: only valid in pixel stage
10 // countbits(inF0); // expected error: only integer inputs
11 // cross(inF0, inF1); // expected error: only on float3 inputs
12 // D3DCOLORtoUBYTE4(inF0); // expected error: only on float4 inputs
13 // ddx(inF0); // expected error: only valid in pixel stage
14 // ddx_coarse(inF0); // expected error: only valid in pixel stage
15 // ddx_fine(inF0); // expected error: only valid in pixel stage
16 // ddy(inF0); // expected error: only valid in pixel stage
[all …]
Dhlsl.intrinsics.negative.vert18 // AllMemoryBarrier(); // expected error: only valid in compute stage
19 // AllMemoryBarrierWithGroupSync(); // expected error: only valid in compute stage
20 // asdouble(inF0, inF1); // expected error: only integer inputs
21 // CheckAccessFullyMapped(3.0); // expected error: only valid on integers
22 …// CheckAccessFullyMapped(3); // expected error: only valid in pixel & compute stag…
23 // clip(inF0); // expected error: only valid in pixel stage
24 // countbits(inF0); // expected error: only integer inputs
25 // cross(inF0, inF1); // expected error: only on float3 inputs
26 // D3DCOLORtoUBYTE4(inF0); // expected error: only on float4 inputs
27 …// DeviceMemoryBarrier(); // expected error: only valid in pixel & compute stag…
[all …]
Dhlsl.intrinsics.negative.frag5 asdouble(inF0, inF1); // expected error: only integer inputs
6 CheckAccessFullyMapped(3.0); // expected error: only valid on integers
7 countbits(inF0); // expected error: only integer inputs
8 cross(inF0, inF1); // expected error: only on float3 inputs
9 D3DCOLORtoUBYTE4(inF0); // expected error: only on float4 inputs
10 determinant(inF0); // expected error: only valid on mats
11 // DeviceMemoryBarrierWithGroupSync(); // TODO: expected error: only valid in compute stage
12 f16tof32(inF0); // expected error: only integer inputs
13 firstbithigh(inF0); // expected error: only integer inputs
14 firstbitlow(inF0); // expected error: only integer inputs
[all …]
/third_party/node/test/fixtures/test-runner/output/
Donly_tests.snapshot2 # Subtest: only = undefined
3 ok 1 - only = undefined # SKIP 'only' option not set
7 # Subtest: only = undefined, skip = string
8 ok 2 - only = undefined, skip = string # SKIP 'only' option not set
12 # Subtest: only = undefined, skip = true
13 ok 3 - only = undefined, skip = true # SKIP 'only' option not set
17 # Subtest: only = undefined, skip = false
18 ok 4 - only = undefined, skip = false # SKIP 'only' option not set
22 # Subtest: only = false
23 ok 5 - only = false # SKIP 'only' option not set
[all …]
Donly_tests.js1 // Flags: --test-only
6 // These tests should be skipped based on the 'only' option.
7 test('only = undefined');
8 test('only = undefined, skip = string', { skip: 'skip message' });
9 test('only = undefined, skip = true', { skip: true });
10 test('only = undefined, skip = false', { skip: false });
11 test('only = false', { only: false }); property
12 test('only = false, skip = string', { only: false, skip: 'skip message' }); property
13 test('only = false, skip = true', { only: false, skip: true }); property
14 test('only = false, skip = false', { only: false, skip: false }); property
[all …]
/third_party/typescript/tests/baselines/reference/
DcallSignaturesWithAccessibilityModifiersOnParameters.errors.txt1 …lityModifiersOnParameters.ts(3,14): error TS2369: A parameter property is only allowed in a constr…
2 …lityModifiersOnParameters.ts(3,24): error TS2369: A parameter property is only allowed in a constr…
3 …lityModifiersOnParameters.ts(4,22): error TS2369: A parameter property is only allowed in a constr…
4 …lityModifiersOnParameters.ts(4,32): error TS2369: A parameter property is only allowed in a constr…
5 …lityModifiersOnParameters.ts(5,20): error TS2369: A parameter property is only allowed in a constr…
6 …lityModifiersOnParameters.ts(5,30): error TS2369: A parameter property is only allowed in a constr…
7 …lityModifiersOnParameters.ts(6,14): error TS2369: A parameter property is only allowed in a constr…
8 …lityModifiersOnParameters.ts(7,14): error TS2369: A parameter property is only allowed in a constr…
9 …lityModifiersOnParameters.ts(9,15): error TS2369: A parameter property is only allowed in a constr…
10 …lityModifiersOnParameters.ts(9,34): error TS2369: A parameter property is only allowed in a constr…
[all …]
DerrorSuperPropertyAccess.errors.txt1 …opertyAccess/errorSuperPropertyAccess.ts(6,17): error TS2335: 'super' can only be referenced in a …
2 …opertyAccess/errorSuperPropertyAccess.ts(7,17): error TS2335: 'super' can only be referenced in a …
3 …pertyAccess/errorSuperPropertyAccess.ts(11,17): error TS2335: 'super' can only be referenced in a …
4 …pertyAccess/errorSuperPropertyAccess.ts(12,17): error TS2335: 'super' can only be referenced in a …
5 …opertyAccess/errorSuperPropertyAccess.ts(15,9): error TS2335: 'super' can only be referenced in a …
6 …opertyAccess/errorSuperPropertyAccess.ts(16,9): error TS2335: 'super' can only be referenced in a …
7 …opertyAccess/errorSuperPropertyAccess.ts(21,9): error TS2335: 'super' can only be referenced in a …
8 …rtyAccess/errorSuperPropertyAccess.ts(24,23): error TS1056: Accessors are only available when targ…
9 …opertyAccess/errorSuperPropertyAccess.ts(25,9): error TS2335: 'super' can only be referenced in a …
10 …rtyAccess/errorSuperPropertyAccess.ts(29,23): error TS1056: Accessors are only available when targ…
[all …]
DobjectLiteralGettersAndSetters.errors.txt1 …rals/objectLiteralGettersAndSetters.ts(2,24): error TS1056: Accessors are only available when targ…
2 …rals/objectLiteralGettersAndSetters.ts(2,50): error TS1056: Accessors are only available when targ…
3 …rals/objectLiteralGettersAndSetters.ts(3,24): error TS1056: Accessors are only available when targ…
4 …rals/objectLiteralGettersAndSetters.ts(3,50): error TS1056: Accessors are only available when targ…
5 …rals/objectLiteralGettersAndSetters.ts(4,24): error TS1056: Accessors are only available when targ…
6 …rals/objectLiteralGettersAndSetters.ts(4,51): error TS1056: Accessors are only available when targ…
7 …rals/objectLiteralGettersAndSetters.ts(5,24): error TS1056: Accessors are only available when targ…
8 …rals/objectLiteralGettersAndSetters.ts(5,49): error TS1056: Accessors are only available when targ…
9 …rals/objectLiteralGettersAndSetters.ts(6,24): error TS1056: Accessors are only available when targ…
10 …rals/objectLiteralGettersAndSetters.ts(6,51): error TS1056: Accessors are only available when targ…
[all …]
DthisTypeErrors.errors.txt1 …thisType/thisTypeErrors.ts(1,9): error TS2526: A 'this' type is available only in a non-static mem…
2 …hisType/thisTypeErrors.ts(2,14): error TS2526: A 'this' type is available only in a non-static mem…
3 …thisType/thisTypeErrors.ts(3,9): error TS2526: A 'this' type is available only in a non-static mem…
4 …hisType/thisTypeErrors.ts(5,16): error TS2526: A 'this' type is available only in a non-static mem…
5 …hisType/thisTypeErrors.ts(5,23): error TS2526: A 'this' type is available only in a non-static mem…
6 …hisType/thisTypeErrors.ts(6,12): error TS2526: A 'this' type is available only in a non-static mem…
7 …isType/thisTypeErrors.ts(11,13): error TS2526: A 'this' type is available only in a non-static mem…
8 …isType/thisTypeErrors.ts(12,14): error TS2526: A 'this' type is available only in a non-static mem…
9 …isType/thisTypeErrors.ts(13,18): error TS2526: A 'this' type is available only in a non-static mem…
10 …isType/thisTypeErrors.ts(14,23): error TS2526: A 'this' type is available only in a non-static mem…
[all …]
DdivergentAccessorsVisibility1.errors.txt7 …ibility1.ts(66,14): error TS2341: Property 'PublicPrivate' is private and only accessible within c…
8 …lity1.ts(69,14): error TS2341: Property 'ProtectedPrivate' is private and only accessible within c…
9 …bility1.ts(72,14): error TS2341: Property 'PrivatePrivate' is private and only accessible within c…
10 …ibility1.ts(80,19): error TS2341: Property 'PrivatePublic' is private and only accessible within c…
11 …lity1.ts(81,19): error TS2341: Property 'PrivateProtected' is private and only accessible within c…
12 …bility1.ts(82,19): error TS2341: Property 'PrivatePrivate' is private and only accessible within c…
13 …ibility1.ts(86,14): error TS2341: Property 'PublicPrivate' is private and only accessible within c…
14 …lity1.ts(89,14): error TS2341: Property 'ProtectedPrivate' is private and only accessible within c…
15 …bility1.ts(92,14): error TS2341: Property 'PrivatePrivate' is private and only accessible within c…
16 …ity1.ts(99,10): error TS2445: Property 'PublicProtected' is protected and only accessible within c…
[all …]
DjsDeclarationsInterfaces.errors.txt1 …c/declarations/index.js(4,18): error TS8006: 'interface' declarations can only be used in TypeScri…
2 …c/declarations/index.js(6,18): error TS8006: 'interface' declarations can only be used in TypeScri…
3 …/declarations/index.js(10,18): error TS8006: 'interface' declarations can only be used in TypeScri…
4 …/declarations/index.js(31,11): error TS8006: 'interface' declarations can only be used in TypeScri…
6 …/declarations/index.js(35,11): error TS8006: 'interface' declarations can only be used in TypeScri…
8 …/declarations/index.js(39,18): error TS8006: 'interface' declarations can only be used in TypeScri…
11 …/declarations/index.js(43,18): error TS8006: 'interface' declarations can only be used in TypeScri…
12 …/declarations/index.js(45,18): error TS8006: 'interface' declarations can only be used in TypeScri…
13 …/declarations/index.js(49,18): error TS8006: 'interface' declarations can only be used in TypeScri…
14 …/declarations/index.js(53,18): error TS8006: 'interface' declarations can only be used in TypeScri…
[all …]
DjsDeclarationsClassesErr.errors.txt1 …eclarations/index.js(4,16): error TS8004: Type parameter declarations can only be used in TypeScri…
2 tests/cases/conformance/jsdoc/declarations/index.js(5,12): error TS8010: Type annotations can only
3 …eclarations/index.js(8,16): error TS8004: Type parameter declarations can only be used in TypeScri…
4 tests/cases/conformance/jsdoc/declarations/index.js(8,29): error TS8011: Type arguments can only be…
5 tests/cases/conformance/jsdoc/declarations/index.js(9,12): error TS8010: Type annotations can only
6 tests/cases/conformance/jsdoc/declarations/index.js(13,11): error TS8010: Type annotations can only
7 tests/cases/conformance/jsdoc/declarations/index.js(19,11): error TS8010: Type annotations can only
8 tests/cases/conformance/jsdoc/declarations/index.js(23,11): error TS8010: Type annotations can only
9 tests/cases/conformance/jsdoc/declarations/index.js(27,11): error TS8010: Type annotations can only
10 tests/cases/conformance/jsdoc/declarations/index.js(28,11): error TS8010: Type annotations can only
[all …]
DconstDeclarations-access4.errors.txt1 …eclarations-access4.ts(6,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
2 …eclarations-access4.ts(7,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
3 …eclarations-access4.ts(8,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
4 …eclarations-access4.ts(9,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
5 …clarations-access4.ts(10,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
6 …clarations-access4.ts(11,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
7 …clarations-access4.ts(12,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
8 …clarations-access4.ts(13,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
9 …clarations-access4.ts(14,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
10 …clarations-access4.ts(15,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
[all …]
DconstDeclarations-access3.errors.txt1 …eclarations-access3.ts(6,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
2 …eclarations-access3.ts(7,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
3 …eclarations-access3.ts(8,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
4 …eclarations-access3.ts(9,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
5 …clarations-access3.ts(10,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
6 …clarations-access3.ts(11,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
7 …clarations-access3.ts(12,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
8 …clarations-access3.ts(13,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
9 …clarations-access3.ts(14,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
10 …clarations-access3.ts(15,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
[all …]
DconstDeclarations-access5.errors.txt1 …clarations_access_2.ts(4,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
2 …clarations_access_2.ts(5,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
3 …clarations_access_2.ts(6,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
4 …clarations_access_2.ts(7,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
5 …clarations_access_2.ts(8,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
6 …clarations_access_2.ts(9,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
7 …larations_access_2.ts(10,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
8 …larations_access_2.ts(11,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
9 …larations_access_2.ts(12,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
10 …larations_access_2.ts(13,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
[all …]
DnewWithSpread.errors.txt1 …thSpread.ts(36,13): error TS2472: Spread operator in 'new' expressions is only available when targ…
2 …thSpread.ts(37,13): error TS2472: Spread operator in 'new' expressions is only available when targ…
3 …ithSpread.ts(40,8): error TS2472: Spread operator in 'new' expressions is only available when targ…
4 …thSpread.ts(41,13): error TS2472: Spread operator in 'new' expressions is only available when targ…
5 …thSpread.ts(45,13): error TS2472: Spread operator in 'new' expressions is only available when targ…
6 …thSpread.ts(46,13): error TS2472: Spread operator in 'new' expressions is only available when targ…
7 …thSpread.ts(50,15): error TS2472: Spread operator in 'new' expressions is only available when targ…
8 …thSpread.ts(51,15): error TS2472: Spread operator in 'new' expressions is only available when targ…
9 …thSpread.ts(55,17): error TS2472: Spread operator in 'new' expressions is only available when targ…
10 …thSpread.ts(56,17): error TS2472: Spread operator in 'new' expressions is only available when targ…
[all …]
DprotectedClassPropertyAccessibleWithinNestedSubclass1.errors.txt1 …hinNestedSubclass1.ts(15,20): error TS2445: Property 'x' is protected and only accessible within c…
2 …hinNestedSubclass1.ts(32,19): error TS2446: Property 'x' is protected and only accessible through …
3 …hinNestedSubclass1.ts(34,20): error TS2446: Property 'x' is protected and only accessible through …
4 …hinNestedSubclass1.ts(35,20): error TS2445: Property 'x' is protected and only accessible within c…
5 …hinNestedSubclass1.ts(36,20): error TS2446: Property 'x' is protected and only accessible through …
6 …hinNestedSubclass1.ts(52,19): error TS2446: Property 'x' is protected and only accessible through …
7 …hinNestedSubclass1.ts(53,20): error TS2446: Property 'x' is protected and only accessible through …
8 …hinNestedSubclass1.ts(55,20): error TS2445: Property 'x' is protected and only accessible within c…
9 …hinNestedSubclass1.ts(73,19): error TS2446: Property 'x' is protected and only accessible through …
10 …hinNestedSubclass1.ts(74,20): error TS2446: Property 'x' is protected and only accessible through …
[all …]
DprotectedClassPropertyAccessibleWithinSubclass2.errors.txt1 …bleWithinSubclass2.ts(13,12): error TS2445: Property 'x' is protected and only accessible within c…
2 …bleWithinSubclass2.ts(26,11): error TS2446: Property 'x' is protected and only accessible through …
3 …bleWithinSubclass2.ts(28,12): error TS2446: Property 'x' is protected and only accessible through …
4 …bleWithinSubclass2.ts(29,12): error TS2445: Property 'x' is protected and only accessible within c…
5 …bleWithinSubclass2.ts(30,12): error TS2446: Property 'x' is protected and only accessible through …
6 …bleWithinSubclass2.ts(42,11): error TS2446: Property 'x' is protected and only accessible through …
7 …bleWithinSubclass2.ts(43,12): error TS2446: Property 'x' is protected and only accessible through …
8 …bleWithinSubclass2.ts(45,12): error TS2445: Property 'x' is protected and only accessible within c…
9 …bleWithinSubclass2.ts(59,11): error TS2446: Property 'x' is protected and only accessible through …
10 …bleWithinSubclass2.ts(60,12): error TS2446: Property 'x' is protected and only accessible through …
[all …]
DreadonlyMembers.errors.txt1 …ler/readonlyMembers.ts(6,3): error TS2540: Cannot assign to 'a' because it is a read-only property.
2 …ler/readonlyMembers.ts(7,3): error TS2540: Cannot assign to 'b' because it is a read-only property.
3 …r/readonlyMembers.ts(16,14): error TS2540: Cannot assign to 'c' because it is a read-only property.
4 …r/readonlyMembers.ts(18,18): error TS2540: Cannot assign to 'a' because it is a read-only property.
5 …r/readonlyMembers.ts(19,18): error TS2540: Cannot assign to 'b' because it is a read-only property.
6 …r/readonlyMembers.ts(20,18): error TS2540: Cannot assign to 'c' because it is a read-only property.
7 …r/readonlyMembers.ts(24,14): error TS2540: Cannot assign to 'a' because it is a read-only property.
8 …r/readonlyMembers.ts(25,14): error TS2540: Cannot assign to 'b' because it is a read-only property.
9 …r/readonlyMembers.ts(26,14): error TS2540: Cannot assign to 'c' because it is a read-only property.
10 …er/readonlyMembers.ts(35,3): error TS2540: Cannot assign to 'a' because it is a read-only property.
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dradeonsi-stoney-fails.txt11 …exwrap formats bordercolor-swizzled@GL_COMPRESSED_RGBA_BPTC_UNORM- swizzled- border color only,Fail
12 … formats bordercolor-swizzled@GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT- swizzled- border color only,Fail
13 …ormats bordercolor-swizzled@GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT- swizzled- border color only,Fail
14 … formats bordercolor-swizzled@GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM- swizzled- border color only,Fail
16 …ompression@texwrap formats bordercolor-swizzled@GL_COMPRESSED_RGB- swizzled- border color only,Fail
17 …mpression@texwrap formats bordercolor-swizzled@GL_COMPRESSED_RGBA- swizzled- border color only,Fail
19 spec@arb_texture_float@texwrap formats bordercolor-swizzled@GL_RGB16F- swizzled- border color only,…
20 spec@arb_texture_float@texwrap formats bordercolor-swizzled@GL_RGB32F- swizzled- border color only,…
21 spec@arb_texture_float@texwrap formats bordercolor-swizzled@GL_RGBA16F- swizzled- border color only
22 spec@arb_texture_float@texwrap formats bordercolor-swizzled@GL_RGBA32F- swizzled- border color only
[all …]
Dgfx8-polaris11-fail.csv34 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_R3_G3_B2- swizzled- border color only,Fail
35 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB10- swizzled- border color only,Fail
36 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB10_A2- swizzled- border color only,Fail
37 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB12- swizzled- border color only,Fail
38 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB16- swizzled- border color only,Fail
39 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB4- swizzled- border color only,Fail
40 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB5- swizzled- border color only,Fail
41 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB5_A1- swizzled- border color only,Fail
42 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB8- swizzled- border color only,Fail
43 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA12- swizzled- border color only,Fail
[all …]
/third_party/rust/crates/clang-sys/src/
Dlib.rs110 /// Only produced by `libclang` 4.0 and later.
116 /// Only produced by `libclang` 3.6 and later.
118 /// Only produced by `libclang` 3.9 and later.
120 /// Only produced by `libclang` 3.9 and later.
122 /// Only produced by `libclang` 3.9 and later.
124 /// Only produced by `libclang` 8.0 and later.
128 /// Only produced by `libclang` 13.0 and later.
130 /// Only produced by `libclang` 15.0 and later.
314 /// Only produced by `libclang` 3.8 and later.
316 /// Only produced by `libclang` 3.9 and later.
[all …]
/third_party/tzdata/
Dafrica63 # the other abbreviations are rarer and are only in past timestamps,
69 Rule Algeria 1916 only - Jun 14 23:00s 1:00 S
71 Rule Algeria 1917 only - Mar 24 23:00s 1:00 S
72 Rule Algeria 1918 only - Mar 9 23:00s 1:00 S
73 Rule Algeria 1919 only - Mar 1 23:00s 1:00 S
74 Rule Algeria 1920 only - Feb 14 23:00s 1:00 S
75 Rule Algeria 1920 only - Oct 23 23:00s 0 -
76 Rule Algeria 1921 only - Mar 14 23:00s 1:00 S
77 Rule Algeria 1921 only - Jun 21 23:00s 0 -
78 Rule Algeria 1939 only - Sep 11 23:00s 1:00 S
[all …]
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dvirpipe-gl-fails.txt150 spec@!opengl 1.1@texwrap 1d bordercolor@GL_RGBA8- border color only,Fail
152 spec@!opengl 1.1@texwrap 1d proj bordercolor@GL_RGBA8- projected- border color only,Fail
154 spec@!opengl 1.1@texwrap 2d bordercolor@GL_RGBA8- border color only,Fail
156 spec@!opengl 1.1@texwrap 2d proj bordercolor@GL_RGBA8- projected- border color only,Fail
159 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_ALPHA12- swizzled- border color only,Fail
160 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_ALPHA16- swizzled- border color only,Fail
161 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_ALPHA4- swizzled- border color only,Fail
162 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_ALPHA8- swizzled- border color only,Fail
163 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_INTENSITY12- swizzled- border color only,F…
164 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_INTENSITY16- swizzled- border color only,F…
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2DataModel.java24 * @deprecated This API is for technology preview only.
32 * @deprecated This API is for technology preview only.
49 * @deprecated This API is for technology preview only.
58 * @deprecated This API is for technology preview only.
67 * @deprecated This API is for technology preview only.
81 * @deprecated This API is for technology preview only.
93 * @deprecated This API is for technology preview only.
103 * @deprecated This API is for technology preview only.
113 * @deprecated This API is for technology preview only.
124 * @deprecated This API is for technology preview only.
[all …]

12345678910>>...548