Home
last modified time | relevance | path

Searched full:incorrect (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DforLoopCorrectlyInitialized.cpp44 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForInStatement()
48 AddCheckMessage("INCORRECT FOR-IN-LEFT", *ast); in HandleForInStatement()
49 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForInStatement()
60 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForOfStatement()
64 AddCheckMessage("INCORRECT FOR-OF-LEFT", *ast); in HandleForOfStatement()
65 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForOfStatement()
78 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement()
86 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement()
DmodifierAccessValid.cpp26 … if (auto [decision, action] = HandleMethodExpression(ast); decision == CheckDecision::INCORRECT) { in operator ()()
29 if (auto [decision, action] = HandleCallExpression(ast); decision == CheckDecision::INCORRECT) { in operator ()()
44 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleMethodExpression()
62 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleCallExpression()
DvariableHasEnclosingScope.cpp34 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
39 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
52 result = {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
57 result = {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
DsequenceExpressionHasLastType.cpp36 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
40 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
44 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/arrays/
Dclass_composite.ets43 arktest.assertTrue(x0.x0, 'Incorrect class composite property #1!');
46 arktest.assertTrue(x1.x0, 'Incorrect class composite property #2!');
49 arktest.assertTrue(x2.x0, 'Incorrect class composite property #3!');
52 arktest.assertTrue(f1.x0, 'Incorrect class composite property #4!');
55 arktest.assertTrue(f2.x0, 'Incorrect class composite property #5!');
58 arktest.assertTrue(f3.x0, 'Incorrect class composite property #6!');
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/
Dfor_loop_incorrect_params.params.yaml38 - doc: using incorrect characters
44 - doc: using incorrect characters
50 - doc: using incorrect characters
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldai.yaml74 description: Check ldai with incorrect positive values (float).
79 description: Check ldai with incorrect positive values (float).
134 description: Check ldai with incorrect negative values (float).
139 description: Check ldai with incorrect negative values (float).
Dldai.64.yaml66 description: Check ldai.64 with incorrect positive values (float).
71 description: Check ldai.64 with incorrect positive values (float).
110 description: Check ldai.64 with incorrect negative values (float).
115 description: Check ldai.64 with incorrect negative values (float).
Dsta.yaml108 description: Check sta with incorrect register numbers.
111 description: Check sta with incorrect register numbers.
114 description: Check sta with incorrect register numbers.
117 description: Check 'sta' with incorrect accumulator type. Register type is not checked.
133 ##- Accumulator initialization with incorrect types
245 description: Check sta.64 with incorrect value.
Dsta.64.yaml135 description: Check sta.64 with incorrect register numbers.
138 description: Check sta.64 with incorrect register numbers.
141 description: Check sta.64 with incorrect register numbers.
144 description: Check 'sta.64' with incorrect accumulator type. Register type is not checked.
160 ##- Accumulator initialization with incorrect types
275 description: Check sta.64 with incorrect value.
Dsta.obj.yaml185 description: Check sta.obj with incorrect register numbers.
216 description: Check sta.obj with incorrect register numbers.
219 description: Check 'sta.obj' with incorrect accumulator type. Register type is not checked.
237 ##- Accumulator initialization with incorrect types
329 description: Check sta.obj with incorrect value.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dldai.yaml74 description: Check ldai with incorrect positive values (float).
79 description: Check ldai with incorrect positive values (float).
134 description: Check ldai with incorrect negative values (float).
139 description: Check ldai with incorrect negative values (float).
Dldai.64.yaml66 description: Check ldai.64 with incorrect positive values (float).
71 description: Check ldai.64 with incorrect positive values (float).
110 description: Check ldai.64 with incorrect negative values (float).
115 description: Check ldai.64 with incorrect negative values (float).
Dsta.yaml108 description: Check sta with incorrect register numbers.
111 description: Check sta with incorrect register numbers.
114 description: Check sta with incorrect register numbers.
117 description: Check 'sta' with incorrect accumulator type. Register type is not checked.
133 ##- Accumulator initialization with incorrect types
245 description: Check sta.64 with incorrect value.
Dsta.64.yaml135 description: Check sta.64 with incorrect register numbers.
138 description: Check sta.64 with incorrect register numbers.
141 description: Check sta.64 with incorrect register numbers.
144 description: Check 'sta.64' with incorrect accumulator type. Register type is not checked.
160 ##- Accumulator initialization with incorrect types
275 description: Check sta.64 with incorrect value.
Dsta.obj.yaml185 description: Check sta.obj with incorrect register numbers.
216 description: Check sta.obj with incorrect register numbers.
219 description: Check 'sta.obj' with incorrect accumulator type. Register type is not checked.
237 ##- Accumulator initialization with incorrect types
329 description: Check sta.obj with incorrect value.
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
Djson5parser.ts49 logger.error('The JSON5 file format is incorrect, rootObjectLiteralExpression is null.');
57 logger.error('The JSON5 file format is incorrect, the root node statements is empty.');
62 …logger.error(`The JSON5 file format is incorrect, the first child node is not ExpressionStatement.…
67 logger.error('The JSON5 file format is incorrect, the first child node is empty.');
80 …logger.error('The JSON5 file format is incorrect, the node ArrayLiteralExpression first element is…
82 logger.error('The JSON5 file format is incorrect.');
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/03.re-export_directives/
Dreexport_from_incorrect_path.ets21 // Export from incorrect path
22 export {foo} from "./incorrect"
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DJson5parser.ts30 logger.error('The JSON5 file format is incorrect, the root node statements is empty.');
35 …logger.error(`The JSON5 file format is incorrect, the first child node is not ExpressionStatement.…
41 … logger.error('The JSON5 file format is incorrect, the first child node expression is empty.');
55 …logger.error('The JSON5 file format is incorrect, the node ArrayLiteralExpression first element is…
57 logger.error('The JSON5 file format is incorrect.');
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Dabs_int_inl_gen.h.erb37 LOG(ERROR, VERIFIER) << "Incorrect opcode";
64 LOG(ERROR, VERIFIER) << "Incorrect opcode";
70 LOG(ERROR, VERIFIER) << "Incorrect opcode";
78 LOG(ERROR, VERIFIER) << "Incorrect opcode";
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DLongLiteralLimits.ets21 assertEQ(decLongMax - binLongMax + hexLongMax - octLongMax, 0, "Incorrect long max result")
27 assertEQ(decLongMin - binLongMin + hexLongMin - octLongMin, 0, "Incorrect long min result")
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/Bigint/
Dbigint-arithmetic-types-check.ets25 console.log("x1 has incorrect type");
30 console.log("x2 has incorrect type");
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/
D@ohos.util.stream.ets268 * 2.Incorrect parameter types;
287 * 2.Incorrect parameter types;
302 * 2.Incorrect parameter types;
334 * 2.Incorrect parameter types;
346 * 2.Incorrect parameter types.
357 * 2.Incorrect parameter types.
370 * 2.Incorrect parameter types;
383 * 2.Incorrect parameter types;
476 err.message = 'Parameter error. Incorrect parameter types.';
489 * 2.Incorrect parameter types;
[all …]
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dpanda_smart_pointers.h37 static_assert(!std::is_void_v<T>, "Incorrect (void) type for DefaultPandaDelete"); in operator()
38 static_assert(sizeof(T) > 0, "Incorrect (incomplete) type for DefaultPandaDelete"); in operator()
59 static_assert(!std::is_void_v<T>, "Incorrect (void) type for DefaultPandaDelete");
60 static_assert(sizeof(T) > 0, "Incorrect (incomplete) type for DefaultPandaDelete");
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.ets34 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
72 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
87 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
125 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
200 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
238 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
253 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
291 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
366 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
404 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
[all …]

12345678910>>...25