Searched refs:incorrect (Results 1 – 25 of 1061) sorted by relevance
12345678910>>...43
/third_party/boost/libs/outcome/doc/src/content/reference/policies/ |
D | throw_bad_result_access.md | 3 …cy class defining that `bad_result_access_with<EC>` should be thrown on incorrect wide value obser… 6 …incorrect wide value observation. The primary purpose of this policy is to enable standing in for … 8 If used in `basic_outcome`, and the outcome is exceptioned and so no error is available, incorrect …
|
D | terminate.md | 3 description = "Policy class defining that `std::terminate()` should be called on incorrect wide val… 6 Policy class defining that {{% api "std::terminate()" %}} should be called on incorrect wide value,…
|
D | all_narrow.md | 3 description = "Policy class defining that hard undefined behaviour should occur on incorrect narrow… 6 Policy class defining that hard undefined behaviour should occur on incorrect narrow and wide value…
|
D | error_code_throw_as_system_error_result.md | 3 …tion `outcome_throw_as_system_error_with_payload()` should be called on incorrect wide value obser… 8 …_as_system_error_with_payload(impl.assume_error())` should be called on incorrect wide value obser…
|
D | exception_ptr_rethrow_result.md | 3 … ADL discovered free function `rethrow_exception()` should be called on incorrect wide value obser… 8 …e function `rethrow_exception(impl.assume_error())` should be called on incorrect wide value obser…
|
D | exception_ptr_rethrow_outcome.md | 3 … ADL discovered free function `rethrow_exception()` should be called on incorrect wide value obser… 8 …ollowed by `rethrow_exception(impl.assume_error())` should be called on incorrect wide value obser…
|
/third_party/e2fsprogs/tests/f_orphan_dotdot_ft/ |
D | expect.1 | 7 Entry 'dir' in / (2) has an incorrect filetype (was 2, should be 6). 10 Entry '..' in <12>/<13> (13) has an incorrect filetype (was 2, should be 6). 13 Entry '..' in <12>/<14> (14) has an incorrect filetype (was 2, should be 6). 16 Entry '..' in <12>/<15> (15) has an incorrect filetype (was 2, should be 6).
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-parameter-properties.md | 27 Examples of **incorrect** code for this rule with no options at all: 69 Examples of **incorrect** code for the `{ "allows": ["readonly"] }` options: 111 Examples of **incorrect** code for the `{ "allows": ["private"] }` options: 153 Examples of **incorrect** code for the `{ "allows": ["protected"] }` options: 195 Examples of **incorrect** code for the `{ "allows": ["public"] }` options: 237 Examples of **incorrect** code for the `{ "allows": ["private readonly"] }` options: 279 Examples of **incorrect** code for the `{ "allows": ["protected readonly"] }` options: 321 Examples of **incorrect** code for the `{ "allows": ["public readonly"] }` options:
|
D | typedef.md | 80 Examples of **incorrect** code with `{ "arrayDestructuring": true }`: 102 Examples of **incorrect** code with `{ "arrowParameter": true }`: 130 Examples of **incorrect** code with `{ "memberVariableDeclaration": true }`: 152 Examples of **incorrect** code with `{ "objectDestructuring": true }`: 173 Examples of **incorrect** code with `{ "parameter": true }`: 233 Examples of **incorrect** code with `{ "propertyDeclaration": true }`: 255 Examples of **incorrect** code with `{ "variableDeclaration": true }`: 275 Examples of **incorrect** code with `{ "variableDeclaration": true, "variableDeclarationIgnoreFunct…
|
D | no-magic-numbers.md | 16 // note you must disable the base rule as it can report incorrect errors 51 Examples of **incorrect** code for the `{ "ignoreEnums": false }` option: 75 Examples of **incorrect** code for the `{ "ignoreNumericLiteralTypes": false }` option: 93 Examples of **incorrect** code for the `{ "ignoreReadonlyClassProperties": false }` option:
|
D | no-namespace.md | 21 Examples of **incorrect** code for the default `{ "allowDeclarations": false, "allowDefinitionFiles… 41 Examples of **incorrect** code for the `{ "allowDeclarations": true }` option: 64 Examples of **incorrect** code for the `{ "allowDeclarations": false }` option: 81 Examples of **incorrect** code for the `{ "allowDefinitionFiles": true }` option:
|
D | consistent-type-imports.md | 31 Examples of **correct** code with `{prefer: 'type-imports'}`, and **incorrect** code with `{prefer:… 40 Examples of **incorrect** code with `{prefer: 'type-imports'}`, and **correct** code with `{prefer:… 54 Examples of **incorrect** code with `{disallowTypeAnnotations: true}`.
|
D | no-type-alias.md | 129 Examples of **incorrect** code for the `{ "allowAliases": "in-unions" }` option: 163 Examples of **incorrect** code for the `{ "allowAliases": "in-intersections" }` option: 197 Examples of **incorrect** code for the `{ "allowAliases": "in-unions-and-intersections" }` option: 309 Examples of **incorrect** code for the `{ "allowLiterals": "in-unions" }` option: 334 Examples of **incorrect** code for the `{ "allowLiterals": "in-intersections" }` option: 359 Examples of **incorrect** code for the `{ "allowLiterals": "in-unions-and-intersections" }` option: 414 Examples of **incorrect** code for the `{ "allowMappedTypes": "in-unions" }` option: 437 Examples of **incorrect** code for the `{ "allowMappedTypes": "in-intersections" }` option: 460 Examples of **incorrect** code for the `{ "allowMappedTypes": "in-unions-and-intersections" }` opti… 506 Examples of **incorrect** code for the `{ "allowTupleTypes": "in-unions" }` option: [all …]
|
D | explicit-member-accessibility.md | 79 The following patterns are considered incorrect code if no options are provided: 125 The following patterns are considered incorrect with the accessibility set to **no-public** `[{ acc… 183 The following patterns are considered incorrect with the example override 209 The following patterns are considered incorrect with the example override 243 The following code is considered incorrect with the example override 269 The following code is considered incorrect with the example override 291 The follow pattern is considered incorrect for the given configuration
|
D | restrict-plus-operands.md | 10 Examples of **incorrect** code: 26 Examples of **incorrect** code for the `{ "checkCompoundAssignments": true }` option:
|
D | explicit-function-return-type.md | 111 Examples of **incorrect** code for this rule with `{ allowExpressions: true }`: 133 Examples of **incorrect** code for this rule with `{ allowTypedFunctionExpressions: true }`: 187 Examples of **incorrect** code for this rule with `{ allowHigherOrderFunctions: true }`: 209 Examples of **incorrect** code for this rule with `{ allowDirectConstAssertionInArrowFunctions: tru… 225 Examples of **incorrect** code for this rule with `{ allowConciseArrowFunctionExpressionsStartingWi…
|
D | no-array-constructor.md | 8 Examples of **incorrect** code for this rule: 33 // note you must disable the base rule as it can report incorrect errors
|
D | return-await.md | 14 // note you must disable the base rule as it can report incorrect errors 38 Examples of **incorrect** code with `in-try-catch`: 134 Examples of **incorrect** code with `always`: 174 Examples of **incorrect** code with `never`:
|
/third_party/boost/libs/outcome/doc/src/content/reference/types/ |
D | bad_result_access_with.md | 3 description = "Exception type publicly inheriting from `bad_result_access` indicating an incorrect … 6 …ccess" %}}, and thus also {{% api "std::logic_error" %}}, indicating an incorrect observation of v… 8 …"std::expected<T, E>" %}}'s `bad_expected_access<E>` which is thrown on incorrect wide value obser…
|
D | bad_result_access.md | 3 description = "Exception type publicly inheriting from `std::logic_error` indicating an incorrect o… 6 Exception type publicly inheriting from {{% api "std::logic_error" %}} indicating an incorrect obse…
|
D | bad_outcome_access.md | 3 description = "Exception type publicly inheriting from `std::logic_error` indicating an incorrect o… 6 Exception type publicly inheriting from {{% api "std::logic_error" %}} indicating an incorrect obse…
|
/third_party/typescript/tests/baselines/reference/ |
D | pathsValidation2.errors.txt | 1 …tsconfig.json(5,19): error TS5064: Substitution '1' for pattern '*' has incorrect type, expected '… 11 !!! error TS5064: Substitution '1' for pattern '*' has incorrect type, expected 'string', got 'numb…
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxStatelessFunctionComponentOverload5.tsx | 61 const b6 = <MainButton {...{ onClick(e: any){} }} children={10} />; // incorrect type for optional… 62 const b7 = <MainButton {...{ onClick(e: any){} }} children="hello" className />; // incorrect type… 63 const b8 = <MainButton data-format />; // incorrect type for specified hyphanated name
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxIntrinsicElementsTypeArgumentErrors.tsx | 14 const e = <div<Record<object, object>>></div>; // existing but incorrect nested type args 27 const k = <div<Record<object, object>>/>; // existing but incorrect nested type args
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | winsync.h | 182 #warning COM interfaces with incorrect layout may not work at all. 216 #warning COM interfaces with incorrect layout may not work at all. 246 #warning COM interfaces with incorrect layout may not work at all. 288 #warning COM interfaces with incorrect layout may not work at all. 343 #warning COM interfaces with incorrect layout may not work at all. 379 #warning COM interfaces with incorrect layout may not work at all. 409 #warning COM interfaces with incorrect layout may not work at all. 462 #warning COM interfaces with incorrect layout may not work at all. 498 #warning COM interfaces with incorrect layout may not work at all. 530 #warning COM interfaces with incorrect layout may not work at all. [all …]
|
12345678910>>...43