/third_party/skia/tests/sksl/errors/ |
D | LayoutInFunctions.glsl | 3 error: 13: layout qualifier 'origin_upper_left' is not permitted here 4 error: 13: layout qualifier 'push_constant' is not permitted here 5 error: 13: layout qualifier 'blend_support_all_equations' is not permitted here 6 error: 13: layout qualifier 'srgb_unpremul' is not permitted here 7 error: 13: layout qualifier 'location' is not permitted here 8 error: 13: layout qualifier 'offset' is not permitted here 9 error: 13: layout qualifier 'binding' is not permitted here 10 error: 13: layout qualifier 'index' is not permitted here 11 error: 13: layout qualifier 'set' is not permitted here 12 error: 13: layout qualifier 'builtin' is not permitted here [all …]
|
D | BadModifiers.glsl | 3 error: 1: 'const' is not permitted here 4 error: 1: 'in' is not permitted here 5 error: 1: 'out' is not permitted here 6 error: 1: 'uniform' is not permitted here 7 error: 1: 'flat' is not permitted here 8 error: 1: 'noperspective' is not permitted here 10 error: 4: 'uniform' is not permitted here 11 error: 4: 'flat' is not permitted here 12 error: 4: 'noperspective' is not permitted here 13 error: 4: 'sk_has_side_effects' is not permitted here [all …]
|
D | ModifiersInStruct.glsl | 3 error: 2: modifier 'const' is not permitted on a struct field 4 error: 3: modifier 'uniform' is not permitted on a struct field 5 error: 4: modifier 'flat' is not permitted on a struct field 6 error: 5: modifier 'noperspective' is not permitted on a struct field 7 error: 6: modifier 'inout' is not permitted on a struct field
|
D | LayoutRepeatedQualifiers.glsl | 14 error: 25: 'srgb_unpremul' is only permitted in runtime effects 15 error: 25: 'srgb_unpremul' is only permitted on 'uniform' variables 16 error: 25: 'srgb_unpremul' is only permitted on half3, half4, float3, or float4 variables
|
/third_party/typescript/tests/baselines/reference/ |
D | disallowLineTerminatorBeforeArrow.errors.txt | 1 …isallowLineTerminatorBeforeArrow.ts(2,5): error TS1200: Line terminator not permitted before arrow. 2 …isallowLineTerminatorBeforeArrow.ts(4,7): error TS1200: Line terminator not permitted before arrow. 3 …isallowLineTerminatorBeforeArrow.ts(6,5): error TS1200: Line terminator not permitted before arrow. 4 …isallowLineTerminatorBeforeArrow.ts(8,7): error TS1200: Line terminator not permitted before arrow. 5 …sallowLineTerminatorBeforeArrow.ts(10,5): error TS1200: Line terminator not permitted before arrow. 6 …sallowLineTerminatorBeforeArrow.ts(12,7): error TS1200: Line terminator not permitted before arrow. 7 …sallowLineTerminatorBeforeArrow.ts(14,5): error TS1200: Line terminator not permitted before arrow. 8 …sallowLineTerminatorBeforeArrow.ts(16,7): error TS1200: Line terminator not permitted before arrow. 9 …sallowLineTerminatorBeforeArrow.ts(18,5): error TS1200: Line terminator not permitted before arrow. 10 …sallowLineTerminatorBeforeArrow.ts(21,5): error TS1200: Line terminator not permitted before arrow. [all …]
|
D | es6ModuleInternalNamedImports.errors.txt | 1 …eInternalNamedImports.ts(22,5): error TS1194: Export declarations are not permitted in a namespace. 2 …eInternalNamedImports.ts(23,5): error TS1194: Export declarations are not permitted in a namespace. 3 …eInternalNamedImports.ts(24,5): error TS1194: Export declarations are not permitted in a namespace. 4 …eInternalNamedImports.ts(25,5): error TS1194: Export declarations are not permitted in a namespace. 5 …eInternalNamedImports.ts(26,5): error TS1194: Export declarations are not permitted in a namespace. 6 …eInternalNamedImports.ts(27,5): error TS1194: Export declarations are not permitted in a namespace. 7 …eInternalNamedImports.ts(28,5): error TS1194: Export declarations are not permitted in a namespace. 8 …eInternalNamedImports.ts(29,5): error TS1194: Export declarations are not permitted in a namespace. 35 !!! error TS1194: Export declarations are not permitted in a namespace. 38 !!! error TS1194: Export declarations are not permitted in a namespace. [all …]
|
D | es6ModuleInternalNamedImports2.errors.txt | 1 …InternalNamedImports2.ts(24,5): error TS1194: Export declarations are not permitted in a namespace. 2 …InternalNamedImports2.ts(25,5): error TS1194: Export declarations are not permitted in a namespace. 3 …InternalNamedImports2.ts(26,5): error TS1194: Export declarations are not permitted in a namespace. 4 …InternalNamedImports2.ts(27,5): error TS1194: Export declarations are not permitted in a namespace. 5 …InternalNamedImports2.ts(28,5): error TS1194: Export declarations are not permitted in a namespace. 6 …InternalNamedImports2.ts(29,5): error TS1194: Export declarations are not permitted in a namespace. 7 …InternalNamedImports2.ts(30,5): error TS1194: Export declarations are not permitted in a namespace. 8 …InternalNamedImports2.ts(31,5): error TS1194: Export declarations are not permitted in a namespace. 37 !!! error TS1194: Export declarations are not permitted in a namespace. 40 !!! error TS1194: Export declarations are not permitted in a namespace. [all …]
|
D | errorSuperCalls.errors.txt | 2 …s/superCalls/errorSuperCalls.ts(9,9): error TS2337: Super calls are not permitted outside construc… 3 …/superCalls/errorSuperCalls.ts(14,9): error TS2337: Super calls are not permitted outside construc… 4 …/superCalls/errorSuperCalls.ts(18,9): error TS2337: Super calls are not permitted outside construc… 5 …/superCalls/errorSuperCalls.ts(22,9): error TS2337: Super calls are not permitted outside construc… 6 …/superCalls/errorSuperCalls.ts(26,9): error TS2337: Super calls are not permitted outside construc… 7 …superCalls/errorSuperCalls.ts(30,16): error TS2337: Super calls are not permitted outside construc… 8 …/superCalls/errorSuperCalls.ts(34,9): error TS2337: Super calls are not permitted outside construc… 9 …/superCalls/errorSuperCalls.ts(38,9): error TS2337: Super calls are not permitted outside construc… 11 …/superCalls/errorSuperCalls.ts(58,9): error TS2337: Super calls are not permitted outside construc… 12 …/superCalls/errorSuperCalls.ts(62,9): error TS2337: Super calls are not permitted outside construc… [all …]
|
D | es5ModuleInternalNamedImports.errors.txt | 1 …eInternalNamedImports.ts(22,5): error TS1194: Export declarations are not permitted in a namespace. 2 …eInternalNamedImports.ts(23,5): error TS1194: Export declarations are not permitted in a namespace. 3 …eInternalNamedImports.ts(24,5): error TS1194: Export declarations are not permitted in a namespace. 4 …eInternalNamedImports.ts(25,5): error TS1194: Export declarations are not permitted in a namespace. 5 …eInternalNamedImports.ts(26,5): error TS1194: Export declarations are not permitted in a namespace. 6 …eInternalNamedImports.ts(27,5): error TS1194: Export declarations are not permitted in a namespace. 7 …eInternalNamedImports.ts(28,5): error TS1194: Export declarations are not permitted in a namespace. 8 …eInternalNamedImports.ts(29,5): error TS1194: Export declarations are not permitted in a namespace. 39 !!! error TS1194: Export declarations are not permitted in a namespace. 42 !!! error TS1194: Export declarations are not permitted in a namespace. [all …]
|
D | enumConstantMemberWithTemplateLiterals.errors.txt | 1 …berWithTemplateLiterals.ts(28,9): error TS2553: Computed values are not permitted in an enum with … 2 …berWithTemplateLiterals.ts(29,9): error TS2553: Computed values are not permitted in an enum with … 3 …berWithTemplateLiterals.ts(30,9): error TS2553: Computed values are not permitted in an enum with … 4 …berWithTemplateLiterals.ts(31,9): error TS2553: Computed values are not permitted in an enum with … 37 !!! error TS2553: Computed values are not permitted in an enum with string valued members. 40 !!! error TS2553: Computed values are not permitted in an enum with string valued members. 43 !!! error TS2553: Computed values are not permitted in an enum with string valued members. 46 !!! error TS2553: Computed values are not permitted in an enum with string valued members.
|
D | definiteAssignmentAssertions.errors.txt | 4 …ions.ts(22,13): error TS1255: A definite assignment assertion '!' is not permitted in this context. 7 …tions.ts(29,6): error TS1255: A definite assignment assertion '!' is not permitted in this context. 8 …ions.ts(35,15): error TS1255: A definite assignment assertion '!' is not permitted in this context. 12 …ions.ts(76,15): error TS1255: A definite assignment assertion '!' is not permitted in this context. 13 …ions.ts(77,15): error TS1255: A definite assignment assertion '!' is not permitted in this context. 14 …tions.ts(80,7): error TS1255: A definite assignment assertion '!' is not permitted in this context. 47 !!! error TS1255: A definite assignment assertion '!' is not permitted in this context. 55 // Definite assignment assertion not permitted in ambient context 60 !!! error TS1255: A definite assignment assertion '!' is not permitted in this context. 63 // Definite assignment assertion not permitted on abstract property [all …]
|
D | illegalSuperCallsInConstructor.errors.txt | 2 …egalSuperCallsInConstructor.ts(7,24): error TS2337: Super calls are not permitted outside construc… 3 …egalSuperCallsInConstructor.ts(8,26): error TS2337: Super calls are not permitted outside construc… 4 …egalSuperCallsInConstructor.ts(9,32): error TS2337: Super calls are not permitted outside construc… 6 …galSuperCallsInConstructor.ts(12,17): error TS2337: Super calls are not permitted outside construc… 8 …galSuperCallsInConstructor.ts(16,17): error TS2337: Super calls are not permitted outside construc… 22 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 26 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 30 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 40 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 52 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
|
D | superCallOutsideConstructor.errors.txt | 1 …/superCallOutsideConstructor.ts(6,9): error TS2337: Super calls are not permitted outside construc… 2 …uperCallOutsideConstructor.ts(12,13): error TS2337: Super calls are not permitted outside construc… 3 …uperCallOutsideConstructor.ts(16,13): error TS2337: Super calls are not permitted outside construc… 14 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 22 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 28 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
|
D | moduleAugmentationDisallowedExtensions.errors.txt | 1 tests/cases/compiler/x.ts(17,5): error TS2667: Imports are not permitted in module augmentations. C… 3 tests/cases/compiler/x.ts(18,5): error TS2667: Imports are not permitted in module augmentations. C… 5 tests/cases/compiler/x.ts(19,5): error TS2666: Exports and export assignments are not permitted in … 7 tests/cases/compiler/x.ts(20,5): error TS2666: Exports and export assignments are not permitted in … 9 tests/cases/compiler/x.ts(24,5): error TS2666: Exports and export assignments are not permitted in … 34 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en… 39 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en… 44 !!! error TS2666: Exports and export assignments are not permitted in module augmentations. 49 !!! error TS2666: Exports and export assignments are not permitted in module augmentations. 57 !!! error TS2666: Exports and export assignments are not permitted in module augmentations.
|
D | enumConstantMemberWithString.errors.txt | 1 …ConstantMemberWithString.ts(5,9): error TS2553: Computed values are not permitted in an enum with … 2 …ConstantMemberWithString.ts(6,9): error TS2553: Computed values are not permitted in an enum with … 3 …onstantMemberWithString.ts(18,9): error TS2553: Computed values are not permitted in an enum with … 13 !!! error TS2553: Computed values are not permitted in an enum with string valued members. 16 !!! error TS2553: Computed values are not permitted in an enum with string valued members. 30 !!! error TS2553: Computed values are not permitted in an enum with string valued members.
|
D | parser.numericSeparators.decmialNegative.errors.txt | 3 …ericSeparators/11.ts(1,5): error TS6189: Multiple consecutive numeric separators are not permitted. 11 …ericSeparators/18.ts(1,3): error TS6189: Multiple consecutive numeric separators are not permitted. 12 …ericSeparators/19.ts(1,5): error TS6189: Multiple consecutive numeric separators are not permitted. 14 …ericSeparators/20.ts(1,8): error TS6189: Multiple consecutive numeric separators are not permitted. 18 …ericSeparators/24.ts(1,6): error TS6189: Multiple consecutive numeric separators are not permitted. 25 …mericSeparators/3.ts(1,3): error TS6189: Multiple consecutive numeric separators are not permitted. 27 …ericSeparators/31.ts(1,3): error TS6189: Multiple consecutive numeric separators are not permitted. 28 …ericSeparators/32.ts(1,5): error TS6189: Multiple consecutive numeric separators are not permitted. 29 …ericSeparators/33.ts(1,9): error TS6189: Multiple consecutive numeric separators are not permitted. 33 …ericSeparators/37.ts(1,6): error TS6189: Multiple consecutive numeric separators are not permitted. [all …]
|
D | moduleAugmentationImportsAndExports2.errors.txt | 2 tests/cases/compiler/f3.ts(11,5): error TS2667: Imports are not permitted in module augmentations. … 4 tests/cases/compiler/f3.ts(12,5): error TS2666: Exports and export assignments are not permitted in… 6 tests/cases/compiler/f3.ts(13,5): error TS2667: Imports are not permitted in module augmentations. … 7 tests/cases/compiler/f3.ts(14,5): error TS2667: Imports are not permitted in module augmentations. … 34 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en… 39 !!! error TS2666: Exports and export assignments are not permitted in module augmentations. 44 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en… 47 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
|
D | derivedClassSuperCallsInNonConstructorMembers.errors.txt | 6 …allsInNonConstructorMembers.ts(10,9): error TS2337: Super calls are not permitted outside construc… 11 …allsInNonConstructorMembers.ts(13,9): error TS2337: Super calls are not permitted outside construc… 17 …allsInNonConstructorMembers.ts(17,9): error TS2337: Super calls are not permitted outside construc… 19 …llsInNonConstructorMembers.ts(20,15): error TS2337: Super calls are not permitted outside construc… 23 …allsInNonConstructorMembers.ts(22,9): error TS2337: Super calls are not permitted outside construc… 29 …allsInNonConstructorMembers.ts(25,9): error TS2337: Super calls are not permitted outside construc… 36 …allsInNonConstructorMembers.ts(29,9): error TS2337: Super calls are not permitted outside construc… 62 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 75 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 91 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … [all …]
|
D | moduleAugmentationImportsAndExports3.errors.txt | 1 tests/cases/compiler/f3.ts(11,5): error TS2667: Imports are not permitted in module augmentations. … 3 tests/cases/compiler/f3.ts(12,5): error TS2667: Imports are not permitted in module augmentations. … 4 tests/cases/compiler/f3.ts(13,5): error TS2667: Imports are not permitted in module augmentations. … 28 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en… 33 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en… 36 !!! error TS2667: Imports are not permitted in module augmentations. Consider moving them to the en…
|
D | taggedTemplateChain.errors.txt | 1 …emplateChain.ts(2,4): error TS1358: Tagged template expressions are not permitted in an optional c… 2 …emplateChain.ts(4,4): error TS1358: Tagged template expressions are not permitted in an optional c… 9 !!! error TS1358: Tagged template expressions are not permitted in an optional chain. 13 !!! error TS1358: Tagged template expressions are not permitted in an optional chain.
|
D | derivedClassConstructorWithoutSuperCall.errors.txt | 3 …onstructorWithoutSuperCall.ts(18,24): error TS2337: Super calls are not permitted outside construc… 5 …onstructorWithoutSuperCall.ts(24,31): error TS2337: Super calls are not permitted outside construc… 33 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 45 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
|
/third_party/ltp/testcases/kernel/syscalls/capset/ |
D | capset02.c | 40 int permitted; member 62 data->permitted = tc->permitted; in verify_capset() 82 data->permitted = CAP1; in setup()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | capset.c | 38 printf("capdata: %x %x %x\n", cap_data.effective, cap_data.permitted, cap_data.inheritable); in capset_0100() 43 cap_data.permitted = cap_mask; in capset_0100() 51 printf("capdata: %x %x %x\n", cap_data.effective, cap_data.permitted, cap_data.inheritable); in capset_0100()
|
/third_party/musl/porting/linux/user/config/ |
D | ld-musl-namespace-x86_64-test.ini | 21 #ns_wrong_lib_path ,path in allowed_libs,but not in env or lib or permitted Path 25 namespace.ns_wrong_lib_path.permitted.paths = /data/tests 52 #ns_asan_permit_path ,testing asan.permitted.paths 54 namespace.ns_asan_permit_path.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/C 55 …namespace.ns_asan_permit_path.asan.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/B
|
D | ld-musl-namespace-arm-test.ini | 21 #ns_wrong_lib_path ,path in allowed_libs,but not in env or lib or permitted Path 25 namespace.ns_wrong_lib_path.permitted.paths = /data/tests 52 #ns_asan_permit_path ,testing asan.permitted.paths 54 namespace.ns_asan_permit_path.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/C 55 …namespace.ns_asan_permit_path.asan.permitted.paths = /data/tests/libc-test/src/functionalext/dlns/B
|