| /arkcompiler/runtime_core/tests/checked/verify_aot_tests/ |
| D | verify_aot_test.pa | 36 #! CHECKER Wrong AOT file with cha 42 #! CHECKER Wrong AOT file without cha 48 #! CHECKER Wrong path to AOT file with cha 54 #! CHECKER Wrong path to AOT file without cha 60 #! CHECKER Wrong path to boot panda files 71 #! CHECKER Wrong file in boot-locations 75 #! CHECKER Wrong numbers of files in boot-locations
|
| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 156 …${reg} is of wrong type: '${reg_type}'. Expected a subtype of one from ${target_types}. Compatible… 180 …Wrong array element type '${type}'. Expected a subtype of '${expected_type}'. Compatible subtypes … 186 Wrong type of array elements '${type}'. Expected '${expected_type}'. 192 Wrong type of array elements '${type}'. Expected one of ${expected_types}. 240 … Wrong return value type (in accumulator): '${acc_type}'. Compatible types are: ${expected_types}. 246 … Wrong return value type (in accumulator): '${acc_type}'. Expected a subtype of '${expected_type}'. 266 …Wrong type for 'checkcast'. It is a non-object type '${type}'. Possible types are ${possible_types… 314 …Wrong type for 'isinstance'. It is a non-object/non-array type '${type}'. Possible types are ${pos… 392 Cannot make a call to '${name}' because of wrong type in register v${reg_idx}. 398 …Cannot make a call to '${name}' because of wrong type in actual parameter. Actual type: '${actual_… [all …]
|
| D | verification.yaml | 27 wrong_acc: Wrong accumulator type. 28 wrong_formal_param: Wrong formal parameter type. 29 wrong_actual_param: Wrong actual parameter type.
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | regmask.rb | 49 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer) 67 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer) 73 raise "Wrong `position` type" unless position.is_a? Integer 83 raise "Wrong `position` type" unless position.is_a? Integer
|
| D | output.rb | 73 raise "Wrong indent" if @@indent < 0
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | heapprofiler_impl.cpp | 51 SendResponse(request, DispatchResponse::Fail("wrong params")); in AddInspectedHeapObject() 80 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetHeapObjectId() 94 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetObjectByHeapObjectId() 127 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartSampling() 139 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartTrackingHeapObjects() 164 SendResponse(request, DispatchResponse::Fail("wrong params")); in StopTrackingHeapObjects() 175 SendResponse(request, DispatchResponse::Fail("wrong params")); in TakeHeapSnapshot()
|
| D | profiler_impl.cpp | 86 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetSamplingInterval() 115 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartPreciseCoverage()
|
| D | debugger_impl.cpp | 314 SendResponse(request, DispatchResponse::Fail("wrong params")); in Enable() 335 SendResponse(request, DispatchResponse::Fail("wrong params")); in EvaluateOnCallFrame() 353 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetPossibleBreakpoints() 366 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetScriptSource() 385 SendResponse(request, DispatchResponse::Fail("wrong params")); in RemoveBreakpoint() 396 SendResponse(request, DispatchResponse::Fail("wrong params")); in Resume() 413 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetBreakpointByUrl() 428 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetPauseOnExceptions() 440 SendResponse(request, DispatchResponse::Fail("wrong params")); in StepInto() 457 SendResponse(request, DispatchResponse::Fail("wrong params")); in StepOver()
|
| /arkcompiler/ets_runtime/test/moduletest/asyncgenerator/ |
| D | asyncgeneratorthrow.js | 35 it.throw(new Error('async generator wrong')) // async generator wrong
|
| D | expect_output.txt | 25 Error: async generator wrong
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 15 Or access to wrong fields of object. 21 These checks eliminate calls of methods with incorrect `this`, wrong access to arrays, etc.
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | hoisting.ts | 48 throw new Error("Wrong declaration type to be hoisted"); 68 throw new Error("Wrong scope to hoist"); 89 throw new Error("Wrong scope to hoist");
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-wrong-function-decl-3-expected.txt | 1 SyntaxError: Primary expression expected [test-wrong-function-decl-3.js:19:5]
|
| D | test-wrong-function-decl-2-expected.txt | 1 SyntaxError: Unexpected token, expected '{' [test-wrong-function-decl-2.js:17:18]
|
| D | test-wrong-function-decl-1-expected.txt | 1 SyntaxError: Unexpected token, expected '(' [test-wrong-function-decl-1.js:17:11]
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_checker_gen.h.erb | 52 …std::cerr << "Wrong dst type '" << DataType::ToString(inst->GetType()) << "' for inst:\n" << *inst… 64 …std::cerr << "Wrong input <%= i %> type '" << DataType::ToString(GetInputType(inst, <%= i %>)) << …
|
| /arkcompiler/runtime_core/verification/verifier/ |
| D | verifier.config | 17 wrong-subclassing-in-method-args
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_whitelist.cpp | 72 … LOG(DEBUG, VERIFIER) << "Wrong debug verifier whitelist section: '" << s.name << "'"; in RegisterConfigHandlerWhitelist() 80 LOG(DEBUG, VERIFIER) << "Wrong whitelist line: '" << i << "'"; in RegisterConfigHandlerWhitelist()
|
| /arkcompiler/ets_runtime/test/aottest/suspendgeneratorthrow/ |
| D | suspendgeneratorthrow.ts | 29 g.throw(new Error("Something went wrong"));
|
| /arkcompiler/toolchain/tooling/test/ |
| D | heapprofiler_impl_test.cpp | 184 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0() 260 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0() 283 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0() 325 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0() 368 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
|
| D | runtime_impl_test.cpp | 145 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0() 170 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_file.cpp | 70 return Unexpected(std::string("Wrong AotHeader magic")); in Open() 74 return Unexpected(std::string("Wrong AotHeader version")); in Open() 82 return Unexpected(std::string("Wrong AotHeader gc-type: ") + in Open()
|
| /arkcompiler/runtime_core/verification/util/ |
| D | enum_tag.h | 43 // TagForEnumNumerated needs because recursive numeration with Size - 1 gives wrong ordering
|
| /arkcompiler/runtime_core/runtime/ |
| D | mark_word.cpp | 25 LOG_IF(GetState() != STATE_HASHED, DEBUG, RUNTIME) << "Wrong State"; in GetHashConfigured()
|
| D | mark_word.h | 295 LOG_IF(GetState() != STATE_LIGHT_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetThreadId() 301 LOG_IF(GetState() != STATE_LIGHT_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetLockCount() 309 LOG_IF(GetState() != STATE_GC, DEBUG, RUNTIME) << "Wrong State"; in GetForwardingAddress() 315 LOG_IF(GetState() != STATE_HEAVY_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetMonitorId() 381 LOG_IF(GetState() != STATE_GC, DEBUG, RUNTIME) << "Wrong State"; in GetForwardingAddressField()
|