Home
last modified time | relevance | path

Searched full:found (Results 1 – 25 of 224) sorted by relevance

123456789

/arkcompiler/runtime_core/disassembler/tests/
Dlabels_test.cpp.in39 ASSERT_TRUE(beg_g != std::string::npos && end_g != std::string::npos) << "function g not found";
40 …ASSERT_TRUE(beg_gg != std::string::npos && end_gg != std::string::npos) << "function gg not found";
62 ASSERT_TRUE(beg_g != std::string::npos && end_g != std::string::npos) << "function g not found";
66 …RUE(body_g.find("jump_label_0:\n\tmovi v0, 0x0") != std::string::npos) << "jump_label_0 not found";
67 …RUE(body_g.find("jump_label_2:\n\tmovi v0, 0x1") != std::string::npos) << "jump_label_1 not found";
68 …RUE(body_g.find("jump_label_4:\n\tmovi v0, 0x2") != std::string::npos) << "jump_label_2 not found";
69 …RUE(body_g.find("jump_label_6:\n\tmovi v0, 0x3") != std::string::npos) << "jump_label_3 not found";
70 …RUE(body_g.find("jump_label_7:\n\tmovi v0, 0x4") != std::string::npos) << "jump_label_4 not found";
71 …RUE(body_g.find("jump_label_5:\n\tmovi v0, 0x5") != std::string::npos) << "jump_label_5 not found";
72 …RUE(body_g.find("jump_label_3:\n\tmovi v0, 0x6") != std::string::npos) << "jump_label_6 not found";
[all …]
/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectType.cpp71 binder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in Identical() local
72 if (!found) { in Identical()
77 relation->IsIdenticalTo(it->TsType(), found->TsType()); in Identical()
83 if (it->Flags() != found->Flags()) { in Identical()
121 binder::LocalVariable *found = source->GetProperty(it->Name(), true); in AssignProperties() local
124 if (found) { in AssignProperties()
125 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties()
131 …if (found->HasFlag(binder::VariableFlags::OPTIONAL) && !it->HasFlag(binder::VariableFlags::OPTIONA… in AssignProperties()
205 auto *found = GetProperty(it->Name(), true); in checkExcessProperties() local
207 …if (found || (it->HasFlag(binder::VariableFlags::NUMERIC_NAME) && NumberIndexInfo()) || StringInde… in checkExcessProperties()
/arkcompiler/ets_frontend/test262/
Dmodule_tests.txt148 instn-iee-err-not-found-as.js
149 instn-iee-err-not-found-empty_FIXTURE.js
150 instn-iee-err-not-found.js
197 instn-named-err-not-found-as.js
198 instn-named-err-not-found-dflt.js
199 instn-named-err-not-found-empty_FIXTURE.js
200 instn-named-err-not-found.js
234 instn-star-err-not-found-empty_FIXTURE.js
235 instn-star-err-not-found-faulty_FIXTURE.js
236 instn-star-err-not-found.js
[all …]
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb37 warn "Non testable group \"#{ntg['title']}\" not found in ISA."
119 warn "Non testable description \"#{ntda}\" in group \"#{ntg['title']}\" not found in iSA."
130 … warn "Non testable instruction \"#{nti['sig']}\" in group \"#{ntg['title']}\" not found in ISA."
141 warn "Non testable exception \"#{nte}\" in group \"#{ntg['title']}\" not found in ISA."
152 warn "Non testable verification \"#{ntv}\" in group \"#{ntg['title']}\" not found in ISA."
213 …@orphaned << { 'file' => file, 'error' => 'Group with given title not found in the ISA', 'comment'…
238 …@orphaned << { 'file' => file, 'error' => 'Given instruction not found in the ISA', 'comment' => t…
260 @orphaned << { 'file' => file, 'error' => 'Given description assertion not found in the spec',
283 @orphaned << { 'file' => file, 'error' => 'Given exception assertion not found in the spec',
306 … @orphaned << { 'file' => file, 'error' => 'Given verification assertion not found in the spec',
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsOptionalType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
44 if (found != checker->NodeCache().end()) { in GetType()
45 return found->second; in GetType()
DtsRestType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
44 if (found != checker->NodeCache().end()) { in GetType()
45 return found->second; in GetType()
DtsTypeQuery.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
45 if (found != checker->NodeCache().end()) { in GetType()
46 return found->second; in GetType()
DtsLiteralType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
45 if (found != checker->NodeCache().end()) { in GetType()
46 return found->second; in GetType()
DtsParenthesizedType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
45 if (found != checker->NodeCache().end()) { in GetType()
46 return found->second; in GetType()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp86 // test op is not Found in HWTEST_F_L0()
91 // test op is Found and FastMode in HWTEST_F_L0()
98 // test op is Found and InlinedProps in HWTEST_F_L0()
138 * is Found.
160 // test op is FastMode/Found and not AccessorDescriptor in HWTEST_F_L0()
168 // test op is InlinedProps/Found and not AccessorDescriptor in HWTEST_F_L0()
229 // test op is not Found and hclass has no Prototype in HWTEST_F_L0()
232 // test op is Found and hclass has Prototype in HWTEST_F_L0()
246 * must be Found.
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-3/
Dexpected.txt14 [Patch] Found import/export expression changed in _ESModuleRecord, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-lexenv-2/
Dexpected.txt14 [Patch] Found lexical variable changed in function .A, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-1/
Dexpected.txt14 [Patch] Found import/export expression changed in _ESModuleRecord, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-1/
Dexpected.txt14 [Patch] Found lexical variable changed in function .A, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/
Dexpected.txt14 [Patch] Found class .Model changed, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-export-1/
Dexpected.txt14 [Patch] Found import/export expression changed in _ESModuleRecord, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-lexenv-1/
Dexpected.txt14 [Patch] Found lexical variable changed in function .A, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-2/
Dexpected.txt14 [Patch] Found lexical variable changed in function .A, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-lexenv-6/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .a, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-import/
Dexpected.txt14 [Patch] Found import/export expression changed in _ESModuleRecord, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-3/
Dexpected.txt14 [Patch] Found lexical variable changed in function .A, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-4/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .makeAdder, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-6/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .a, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/add-anon-function/
Dexpected.txt14 [Patch] Found new anonymous or duplicate name function .#2# not supported!
15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/add-lexenv-1/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .A, not supported!
15 [Patch] Found unsupported change in file, will not generate patch!

123456789