| /third_party/typescript/tests/baselines/reference/ |
| D | protectedClassPropertyAccessibleWithinNestedSubclass1.errors.txt | 2 …1.ts(32,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 3 …1.ts(34,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 5 …1.ts(36,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 6 …1.ts(52,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 7 …1.ts(53,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 9 …1.ts(73,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 10 …1.ts(74,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 11 …1.ts(75,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 12 …1.ts(77,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 13 …1.ts(93,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl… [all …]
|
| D | protectedClassPropertyAccessibleWithinSubclass2.errors.txt | 2 …2.ts(26,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 3 …2.ts(28,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 5 …2.ts(30,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 6 …2.ts(42,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 7 …2.ts(43,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 9 …2.ts(59,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 10 …2.ts(60,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 11 …2.ts(61,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 12 …2.ts(63,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 13 …2.ts(75,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl… [all …]
|
| D | protectedClassPropertyAccessibleWithinSubclass2.js | 27 b.x; // Error, isn't accessed through an instance of the enclosing class 28 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 29 d2.x; // Error, isn't accessed through an instance of the enclosing class 31 d4.x; // Error, isn't accessed through an instance of the enclosing class 43 b.x; // Error, isn't accessed through an instance of the enclosing class 44 d1.x; // Error, isn't accessed through an instance of the enclosing class 45 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 47 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 60 b.x; // Error, isn't accessed through an instance of the enclosing class 61 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| D | protectedClassPropertyAccessibleWithinNestedSubclass1.js | 33 b.x; // Error, isn't accessed through an instance of the enclosing class 34 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 35 d2.x; // Error, isn't accessed through an instance of the enclosing class 37 d4.x; // Error, isn't accessed through an instance of the enclosing class 53 b.x; // Error, isn't accessed through an instance of the enclosing class 54 d1.x; // Error, isn't accessed through an instance of the enclosing class 55 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 57 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 74 b.x; // Error, isn't accessed through an instance of the enclosing class 75 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| D | typedArrays-es5.errors.txt | 1 …rays-es5.ts(2,5): error TS2802: Type 'Float32Array' can only be iterated through when using the '-… 2 …rays-es5.ts(5,5): error TS2802: Type 'Float64Array' can only be iterated through when using the '-… 3 …Arrays-es5.ts(8,5): error TS2802: Type 'Int16Array' can only be iterated through when using the '-… 4 …rrays-es5.ts(11,5): error TS2802: Type 'Int32Array' can only be iterated through when using the '-… 5 …Arrays-es5.ts(14,5): error TS2802: Type 'Int8Array' can only be iterated through when using the '-… 6 …dArrays-es5.ts(17,5): error TS2802: Type 'NodeList' can only be iterated through when using the '-… 7 …rays-es5.ts(20,5): error TS2802: Type 'Uint16Array' can only be iterated through when using the '-… 8 …rays-es5.ts(23,5): error TS2802: Type 'Uint32Array' can only be iterated through when using the '-… 9 …rrays-es5.ts(26,5): error TS2802: Type 'Uint8Array' can only be iterated through when using the '-… 10 …s5.ts(29,5): error TS2802: Type 'Uint8ClampedArray' can only be iterated through when using the '-… [all …]
|
| D | protectedClassPropertyAccessibleWithinSubclass2.types | 75 b.x; // Error, isn't accessed through an instance of the enclosing class 80 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 85 d2.x; // Error, isn't accessed through an instance of the enclosing class 95 d4.x; // Error, isn't accessed through an instance of the enclosing class 124 b.x; // Error, isn't accessed through an instance of the enclosing class 129 d1.x; // Error, isn't accessed through an instance of the enclosing class 134 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 144 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 176 b.x; // Error, isn't accessed through an instance of the enclosing class 181 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| D | protectedClassPropertyAccessibleWithinNestedSubclass1.types | 89 b.x; // Error, isn't accessed through an instance of the enclosing class 94 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 99 d2.x; // Error, isn't accessed through an instance of the enclosing class 109 d4.x; // Error, isn't accessed through an instance of the enclosing class 146 b.x; // Error, isn't accessed through an instance of the enclosing class 151 d1.x; // Error, isn't accessed through an instance of the enclosing class 156 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 166 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 206 b.x; // Error, isn't accessed through an instance of the enclosing class 211 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| D | tsxStatelessFunctionComponentOverload3.js | 13 const two3 = <ZeroThingOrTwoThing {...obj2} />; // it is just any so we allow it to pass through 14 …4 = <ZeroThingOrTwoThing yy={1000} {...obj2} />; // it is just any so we allow it to pass through 15 …5 = <ZeroThingOrTwoThing {...obj2} yy={1000} />; // it is just any so we allow it to pass through 24 const three3 = <ThreeThing {...obj2} y2={10} />; // it is just any so we allow it to pass through 31 var two3 = <ZeroThingOrTwoThing {...obj2}/>; // it is just any so we allow it to pass through 32 …two4 = <ZeroThingOrTwoThing yy={1000} {...obj2}/>; // it is just any so we allow it to pass through 33 …two5 = <ZeroThingOrTwoThing {...obj2} yy={1000}/>; // it is just any so we allow it to pass through 37 var three3 = <ThreeThing {...obj2} y2={10}/>; // it is just any so we allow it to pass through
|
| /third_party/bounds_checking_function/src/ |
| D | memcpy_s.c | 233 /* fall-through */ /* FALLTHRU */ \ 236 /* fall-through */ /* FALLTHRU */ \ 239 /* fall-through */ /* FALLTHRU */ \ 242 /* fall-through */ /* FALLTHRU */ \ 245 /* fall-through */ /* FALLTHRU */ \ 248 /* fall-through */ /* FALLTHRU */ \ 251 /* fall-through */ /* FALLTHRU */ \ 254 /* fall-through */ /* FALLTHRU */ \ 257 /* fall-through */ /* FALLTHRU */ \ 260 /* fall-through */ /* FALLTHRU */ \ [all …]
|
| D | strcpy_s.c | 144 /* fall-through */ /* FALLTHRU */ \ 147 /* fall-through */ /* FALLTHRU */ \ 150 /* fall-through */ /* FALLTHRU */ \ 153 /* fall-through */ /* FALLTHRU */ \ 156 /* fall-through */ /* FALLTHRU */ \ 159 /* fall-through */ /* FALLTHRU */ \ 162 /* fall-through */ /* FALLTHRU */ \ 165 /* fall-through */ /* FALLTHRU */ \ 168 /* fall-through */ /* FALLTHRU */ \ 171 /* fall-through */ /* FALLTHRU */ \ [all …]
|
| D | memset_s.c | 90 /* fall-through */ /* FALLTHRU */ \ 93 /* fall-through */ /* FALLTHRU */ \ 96 /* fall-through */ /* FALLTHRU */ \ 99 /* fall-through */ /* FALLTHRU */ \ 102 /* fall-through */ /* FALLTHRU */ \ 105 /* fall-through */ /* FALLTHRU */ \ 108 /* fall-through */ /* FALLTHRU */ \ 111 /* fall-through */ /* FALLTHRU */ \ 114 /* fall-through */ /* FALLTHRU */ \ 117 /* fall-through */ /* FALLTHRU */ \ [all …]
|
| /third_party/libunwind/libunwind/src/arm/ |
| D | Gregs.c | 38 /* fall-through */ in tdep_access_reg() 40 /* fall-through */ in tdep_access_reg() 42 /* fall-through */ in tdep_access_reg() 44 /* fall-through */ in tdep_access_reg() 46 /* fall-through */ in tdep_access_reg() 48 /* fall-through */ in tdep_access_reg() 50 /* fall-through */ in tdep_access_reg() 52 /* fall-through */ in tdep_access_reg() 54 /* fall-through */ in tdep_access_reg() 56 /* fall-through */ in tdep_access_reg() [all …]
|
| /third_party/typescript/tests/cases/conformance/classes/members/accessibility/ |
| D | protectedClassPropertyAccessibleWithinSubclass2.ts | 26 b.x; // Error, isn't accessed through an instance of the enclosing class 27 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 28 d2.x; // Error, isn't accessed through an instance of the enclosing class 30 d4.x; // Error, isn't accessed through an instance of the enclosing class 42 b.x; // Error, isn't accessed through an instance of the enclosing class 43 d1.x; // Error, isn't accessed through an instance of the enclosing class 44 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 46 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 59 b.x; // Error, isn't accessed through an instance of the enclosing class 60 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| D | protectedClassPropertyAccessibleWithinNestedSubclass1.ts | 32 b.x; // Error, isn't accessed through an instance of the enclosing class 33 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 34 d2.x; // Error, isn't accessed through an instance of the enclosing class 36 d4.x; // Error, isn't accessed through an instance of the enclosing class 52 b.x; // Error, isn't accessed through an instance of the enclosing class 53 d1.x; // Error, isn't accessed through an instance of the enclosing class 54 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 56 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 73 b.x; // Error, isn't accessed through an instance of the enclosing class 74 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| /third_party/node/lib/internal/crypto/ |
| D | webcrypto.js | 116 // Fall through 118 // Fall through 125 // Fall through 127 // Fall through 129 // Fall through 136 // Fall through 148 // Fall through 150 // Fall through 152 // Fall through 207 // Fall through [all …]
|
| /third_party/skia/src/gpu/ |
| D | GrSPIRVUniformHandler.cpp | 33 case kShort_GrSLType: // fall through in grsltype_to_alignment_mask() 36 case kShort2_GrSLType: // fall through in grsltype_to_alignment_mask() 39 case kShort3_GrSLType: // fall through in grsltype_to_alignment_mask() 55 case kHalf_GrSLType: // fall through in grsltype_to_alignment_mask() 58 case kHalf2_GrSLType: // fall through in grsltype_to_alignment_mask() 61 case kHalf3_GrSLType: // fall through in grsltype_to_alignment_mask() 64 case kHalf4_GrSLType: // fall through in grsltype_to_alignment_mask() 67 case kHalf2x2_GrSLType: // fall through in grsltype_to_alignment_mask() 70 case kHalf3x3_GrSLType: // fall through in grsltype_to_alignment_mask() 73 case kHalf4x4_GrSLType: // fall through in grsltype_to_alignment_mask() [all …]
|
| /third_party/skia/src/sksl/ |
| D | SkSLOperators.cpp | 18 case Kind::TK_STAR: // fall through in getBinaryPrecedence() 19 case Kind::TK_SLASH: // fall through in getBinaryPrecedence() 21 case Kind::TK_PLUS: // fall through in getBinaryPrecedence() 23 case Kind::TK_SHL: // fall through in getBinaryPrecedence() 25 case Kind::TK_LT: // fall through in getBinaryPrecedence() 26 case Kind::TK_GT: // fall through in getBinaryPrecedence() 27 case Kind::TK_LTEQ: // fall through in getBinaryPrecedence() 29 case Kind::TK_EQEQ: // fall through in getBinaryPrecedence() 37 case Kind::TK_EQ: // fall through in getBinaryPrecedence() 38 case Kind::TK_PLUSEQ: // fall through in getBinaryPrecedence() [all …]
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | LabelTests.cpp | 40 // Test setting a label through API in TEST_F() 48 // Test setting a label through the descriptor. in TEST_F() 72 // Test setting a label through API in TEST_F() 80 // Test setting a label through the descriptor. in TEST_F() 103 // Test setting a label through API in TEST_F() 111 // Test setting a label through the descriptor. in TEST_F() 133 // Test setting a label through API in TEST_F() 142 // Test setting a label through the descriptor. in TEST_F() 164 // Test setting a label through API in TEST_F() 172 // Test setting a label through the descriptor. in TEST_F() [all …]
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkUniformHandler.cpp | 26 case kShort_GrSLType: // fall through in grsltype_to_alignment_mask() 29 case kShort2_GrSLType: // fall through in grsltype_to_alignment_mask() 32 case kShort3_GrSLType: // fall through in grsltype_to_alignment_mask() 48 case kHalf_GrSLType: // fall through in grsltype_to_alignment_mask() 51 case kHalf2_GrSLType: // fall through in grsltype_to_alignment_mask() 54 case kHalf3_GrSLType: // fall through in grsltype_to_alignment_mask() 57 case kHalf4_GrSLType: // fall through in grsltype_to_alignment_mask() 60 case kHalf2x2_GrSLType: // fall through in grsltype_to_alignment_mask() 63 case kHalf3x3_GrSLType: // fall through in grsltype_to_alignment_mask() 66 case kHalf4x4_GrSLType: // fall through in grsltype_to_alignment_mask() [all …]
|
| /third_party/python/Doc/c-api/ |
| D | datetime.rst | 164 Return the month, as an int from 1 through 12. 169 Return the day, as an int from 1 through 31. 178 Return the hour, as an int from 0 through 23. 183 Return the minute, as an int from 0 through 59. 188 Return the second, as an int from 0 through 59. 193 Return the microsecond, as an int from 0 through 999999. 198 Return the fold, as an int from 0 through 1. 216 Return the hour, as an int from 0 through 23. 221 Return the minute, as an int from 0 through 59. 226 Return the second, as an int from 0 through 59. [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | TimeZoneAdapter.java | 68 * TimeZone API; calls through to wrapped time zone. 77 * TimeZone API; calls through to wrapped time zone. 86 * TimeZone API; calls through to wrapped time zone. 95 * TimeZone API; calls through to wrapped time zone. 103 * TimeZone API; calls through to wrapped time zone. 111 * TimeZone API; calls through to wrapped time zone. 119 * TimeZone API; calls through to wrapped time zone. 127 * Boilerplate API; calls through to wrapped object. 135 * Boilerplate API; calls through to wrapped object. 143 * Boilerplate API; calls through to wrapped object.
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | TimeZoneAdapter.java | 67 * TimeZone API; calls through to wrapped time zone. 76 * TimeZone API; calls through to wrapped time zone. 85 * TimeZone API; calls through to wrapped time zone. 94 * TimeZone API; calls through to wrapped time zone. 102 * TimeZone API; calls through to wrapped time zone. 110 * TimeZone API; calls through to wrapped time zone. 118 * TimeZone API; calls through to wrapped time zone. 126 * Boilerplate API; calls through to wrapped object. 134 * Boilerplate API; calls through to wrapped object. 142 * Boilerplate API; calls through to wrapped object.
|
| /third_party/mbedtls/docs/architecture/ |
| D | mbed-crypto-storage-specification.md | 75 * Files 1 through 0xfffeffff: [content](#key-file-format-for-0.1.0) of the [key whose identifier is… 77 * Files 0xffff0000 through 0xffffff51, 0xffffff53 through 0xffffffff: unused. 137 * Files 0 through 0xffffff51, 0xffffff53 through 0xffffffff: unused, reserved for internal use of t… 139 * Files 0x100000000 through 0xffffffffffff: [content](#key-file-format-for-1.0.0) of the [key whose… 148 * Files 1 through 0xfffeffff: [content](#key-file-format-for-1.0.0) of the [key whose identifier is… 150 * Files 0xffff0000 through 0xffffff51, 0xffffff53 through 0xffffffff, 0x100000000 through 0xfffffff… 160 * Delete files 1 through 0xfffeffff, which contain keys in a format that is no longer supported. 164 …-key files, we have room in different ranges (0 through 0xffffffff on a PSA platform, 0xffff0000 t… 234 * Files 0 through 0xfffeffff: unused. 235 * Files 0xffff0000 through 0xffffffff: reserved for internal use of the crypto library or crypto se… [all …]
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLOPT_HTTPPROXYTUNNEL.md | 15 CURLOPT_HTTPPROXYTUNNEL - tunnel through HTTP proxy 28 through the HTTP proxy (set with CURLOPT_PROXY(3)). There is a big 29 difference between using a proxy and to tunnel through it. 33 just passed through the proxy. Proxies tend to white-list specific port numbers 43 proxy. By instead tunneling through the proxy, you avoid that conversion (that 44 rarely works through the proxy anyway).
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
| D | CoroInstr.h | 60 // Methods to support type inquiry through isa, cast, and dyn_cast: 72 // Methods to support type inquiry through isa, cast, and dyn_cast: 99 // Methods to support type inquiry through isa, cast, and dyn_cast: 193 // Methods to support type inquiry through isa, cast, and dyn_cast: 239 // Methods to support type inquiry through isa, cast, and dyn_cast: 254 // Methods to support type inquiry through isa, cast, and dyn_cast: 267 // Methods to support type inquiry through isa, cast, and dyn_cast: 279 // Methods to support type inquiry through isa, cast, and dyn_cast: 295 // Methods to support type inquiry through isa, cast, and dyn_cast: 315 // Methods for support type inquiry through isa, cast, and dyn_cast: [all …]
|