| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_events_test.cpp | 72 ASSERT_EQ(breakpointResolved.ToJson()->GetObject("params", &json), Result::SUCCESS); in HWTEST_F_L0() 74 ASSERT_EQ(json->GetString("breakpointId", &breakpointId), Result::SUCCESS); in HWTEST_F_L0() 78 ASSERT_EQ(json->GetObject("location", &locationJson), Result::SUCCESS); in HWTEST_F_L0() 80 ASSERT_EQ(locationJson->GetString("scriptId", &scriptId), Result::SUCCESS); in HWTEST_F_L0() 83 ASSERT_EQ(locationJson->GetInt("lineNumber", &lineNumber), Result::SUCCESS); in HWTEST_F_L0() 96 ASSERT_EQ(json->GetObject("params", ¶ms), Result::SUCCESS); in HWTEST_F_L0() 99 ASSERT_EQ(params->GetString("reason", &reason), Result::SUCCESS); in HWTEST_F_L0() 102 ASSERT_EQ(params->GetArray("callFrames", &callFrames), Result::SUCCESS); in HWTEST_F_L0() 111 ASSERT_EQ(json->GetString("method", &method), Result::SUCCESS); in HWTEST_F_L0() 114 ASSERT_EQ(json->GetObject("params", ¶ms), Result::SUCCESS); in HWTEST_F_L0() [all …]
|
| D | debugger_returns_test.cpp | 70 ASSERT_EQ(enableReturns->ToJson()->GetString("debuggerId", &debuggerId), Result::SUCCESS); in HWTEST_F_L0() 84 ASSERT_EQ(setBreakpointByUrlReturns->ToJson()->GetString("breakpointId", &id), Result::SUCCESS); in HWTEST_F_L0() 88 …RT_EQ(setBreakpointByUrlReturns->ToJson()->GetArray("locations", &locationsJson), Result::SUCCESS); in HWTEST_F_L0() 103 ASSERT_EQ(evaluateOnCallFrameReturns->ToJson()->GetObject("result", &json), Result::SUCCESS); in HWTEST_F_L0() 105 ASSERT_EQ(json->GetString("type", &type), Result::SUCCESS); in HWTEST_F_L0() 109 …EQ(evaluateOnCallFrameReturns->ToJson()->GetObject("exceptionDetails", &tmpJson), Result::SUCCESS); in HWTEST_F_L0() 111 ASSERT_EQ(tmpJson->GetInt("exceptionId", &exceptionId), Result::SUCCESS); in HWTEST_F_L0() 125 …Q(getPossibleBreakpointsReturns->ToJson()->GetArray("locations", &locationsJson), Result::SUCCESS); in HWTEST_F_L0() 137 …RT_EQ(getScriptSourceReturns->ToJson()->GetString("scriptSource", &scriptSource), Result::SUCCESS); in HWTEST_F_L0() 141 ASSERT_EQ(getScriptSourceReturns->ToJson()->GetString("bytecode", &bytecode), Result::SUCCESS); in HWTEST_F_L0() [all …]
|
| D | debugger_types_test.cpp | 252 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() 256 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() 260 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() 264 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() 268 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() 272 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() 486 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() 490 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() 494 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() 498 EXPECT_EQ(ret, Result::SUCCESS); in HWTEST_F_L0() [all …]
|
| D | pt_json_test.cpp | 160 ASSERT_EQ(root->GetBool("a", &b), Result::SUCCESS); in HWTEST_F_L0() 162 ASSERT_EQ(root->GetInt("b", &i32), Result::SUCCESS); in HWTEST_F_L0() 164 ASSERT_EQ(root->GetDouble("c", &d), Result::SUCCESS); in HWTEST_F_L0() 166 ASSERT_EQ(root->GetInt64("d", &i64), Result::SUCCESS); in HWTEST_F_L0() 168 ASSERT_EQ(root->GetString("e", &str), Result::SUCCESS); in HWTEST_F_L0() 170 ASSERT_EQ(root->GetObject("f", &json), Result::SUCCESS); in HWTEST_F_L0() 171 ASSERT_EQ(json->GetString("ch", &str), Result::SUCCESS); in HWTEST_F_L0() 173 ASSERT_EQ(root->GetArray("g", &json), Result::SUCCESS); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | expect_output.txt | 15 Test ArrayList success!!! 16 Test Deque success!!! 17 Test HashMap success!!! 18 Test HashSet success!!! 19 Test LightWeightMap success!!! 20 Test LightWeightSet success!!! 21 Test LinkedList success!!! 22 Test List success!!! 23 Test PlainArray success!!! 24 Test Queue success!!! [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | expect_output.txt | 14 Float64Array test success !!! 15 Float32Array test success !!! 16 Int32Array test success !!! 17 Int16Array test success !!! 18 Int8Array test success !!! 19 Uint32Array test success !!! 20 Uint16Array test success !!! 21 Uint8Array test success !!! 22 Uint8ClampedArray test success !!! 23 BigInt64Array test success !!! [all …]
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.cpp | 27 if (ret == Result::SUCCESS) { in Create() 49 if (ret == Result::SUCCESS) { in Create() 56 if (ret == Result::SUCCESS) { in Create() 63 if (ret == Result::SUCCESS) { in Create() 70 if (ret == Result::SUCCESS) { in Create() 77 if (ret == Result::SUCCESS) { in Create() 84 if (ret == Result::SUCCESS) { in Create() 91 if (ret == Result::SUCCESS) { in Create() 98 if (ret == Result::SUCCESS) { in Create() 119 if (ret == Result::SUCCESS) { in Create() [all …]
|
| D | pt_types.cpp | 680 if (ret == Result::SUCCESS) { in Create() 692 if (ret == Result::SUCCESS) { in Create() 704 if (ret == Result::SUCCESS) { in Create() 712 if (ret == Result::SUCCESS) { in Create() 720 if (ret == Result::SUCCESS) { in Create() 728 if (ret == Result::SUCCESS) { in Create() 774 if (ret == Result::SUCCESS) { in Create() 782 if (ret == Result::SUCCESS) { in Create() 790 if (ret == Result::SUCCESS) { in Create() 798 if (ret == Result::SUCCESS) { in Create() [all …]
|
| D | pt_json.cpp | 343 return Result::SUCCESS; in GetBool() 350 if (ret == Result::SUCCESS) { in GetInt() 360 if (ret == Result::SUCCESS) { in GetInt64() 377 return Result::SUCCESS; in GetDouble() 391 return Result::SUCCESS; in GetString() 405 return Result::SUCCESS; in GetObject() 419 return Result::SUCCESS; in GetArray() 430 return Result::SUCCESS; in GetAny()
|
| /arkcompiler/ets_runtime/test/quickfix/multi_patch/ |
| D | expect_output.txt | 16 QuickFix load patch success 21 QuickFix unload patch success 24 QuickFix load patch success 29 QuickFix unload patch success 32 QuickFix load patch success 37 QuickFix unload patch success
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.h | 46 void LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success); 47 void StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success); 48 void LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success); 49 void StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success); 50 … void TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success); 51 …void TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success); 55 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels() argument 59 success_ = success; in SetLabels()
|
| D | ic_stub_builder.cpp | 99 … ICStubBuilder::LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in LoadICByName() argument 104 SetLabels(tryFastPath, slowPath, success); in LoadICByName() 117 …ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByName() argument 122 SetLabels(tryFastPath, slowPath, success); in StoreICByName() 135 …ICStubBuilder::LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in LoadICByValue() argument 141 SetLabels(tryFastPath, slowPath, success); in LoadICByValue() 160 …CStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByValue() argument 166 SetLabels(tryFastPath, slowPath, success); in StoreICByValue() 185 …ilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryLoadGlobalICByName() argument 190 SetLabels(tryFastPath, slowPath, success); in TryLoadGlobalICByName() [all …]
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 75 * Returns 0 on success, and 1 on failure. 89 * Returns 0 on success, and 1 on failure. 96 * Returns 0 on success, and 1 on failure. 104 * Returns 0 on success, and 1 on failure. 111 * Returns 0 on success, and 1 on failure. 118 * Returns 0 on success, and 1 on failure. 126 * Returns 0 on success, and 1 on failure. 134 * Returns 0 on success, and 1 on failure. 146 * Returns 0 on success, and 1 on failure. 154 * Returns 0 on success and 1 on failure. [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value.cpp | 609 // 4. Let success be O.[[Set]](P, V, O). in SetProperty() 610 bool success = false; in SetProperty() local 612 success = JSProxy::SetProperty(thread, JSHandle<JSProxy>(obj), key, value, mayThrow); in SetProperty() 614 success = JSTypedArray::SetProperty(thread, obj, key, value, mayThrow); in SetProperty() 616 success = ModuleNamespace::SetProperty(thread, mayThrow); in SetProperty() 618 success = SetJSAPIProperty(thread, obj, key, value); in SetProperty() 620 success = JSObject::SetProperty(thread, obj, key, value, mayThrow); in SetProperty() 622 // 5. ReturnIfAbrupt(success). in SetProperty() 623 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, success); in SetProperty() 624 // 6. If success is false and Throw is true, throw a TypeError exception. in SetProperty() [all …]
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | compare_lenarray_with_zero.pa | 26 jltz success 29 success: 51 jlez success 54 success:
|
| D | inline.pa | 21 #! EVENT_NEXT /Inline,Test1::main,_GLOBAL::small_func,.*STATIC,SUCCESS/ 26 #! EVENT_NEXT /Inline,Test1::main,_GLOBAL::small_func,.*STATIC,SUCCESS/ 57 #! EVENTS_COUNT /Inline,Test1::main_depth,_GLOBAL::func_rec,.*STATIC,SUCCESS/, 1 58 #! EVENTS_COUNT /Inline,_GLOBAL::func_rec,_GLOBAL::func_rec,.*STATIC,SUCCESS/, 1 80 #! EVENT /Inline,_GLOBAL::main,_GLOBAL::farray,.*STATIC,SUCCESS/ 102 #! EVENT /Inline,_GLOBAL::main1,_GLOBAL::foo1,.*STATIC,SUCCESS/ 128 #! EVENT_NEXT /Inline,Test2::main,Test2::small_func,.*VIRTUAL,SUCCESS/ 134 #! EVENT_NEXT /Inline,Test2::main,Test2::small_func,.*VIRTUAL,SUCCESS/ 168 #! EVENT /Inline,Test3::main,Test3::foo1,.*VIRTUAL,SUCCESS/ 434 jeq v0, success [all …]
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | stack_walker_test.cpp | 284 bool success = false; in TEST_F() local 289 … success = walker.IterateVRegsWithInfo([&was_set, &walker](const auto ®_info, const auto ®) { in TEST_F() 297 HOOK_ASSERT(success, return 1); in TEST_F() 302 success = walker.IterateVRegsWithInfo([&walker](const auto ®_info, const auto ®) { in TEST_F() 309 HOOK_ASSERT(success, return 1); in TEST_F() 313 success = walker.IterateVRegsWithInfo([&walker](const auto ®_info, const auto ®) { in TEST_F() 320 HOOK_ASSERT(success, return 1); in TEST_F() 323 success = walker.IterateVRegsWithInfo([](const auto ®_info, const auto ®) { in TEST_F() 329 HOOK_ASSERT(success, return 1); in TEST_F() 333 success = walker.IterateVRegsWithInfo([](const auto ®_info, const auto ®) { in TEST_F() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_tree_test.cpp | 354 bool success = tmap->HasValue(thread, value.GetTaggedValue()); in HWTEST_F_L0() local 355 EXPECT_TRUE(success); in HWTEST_F_L0() 858 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local 859 EXPECT_TRUE(success); in HWTEST_F_L0() 867 bool success = IsVaildRBTree<TaggedTreeMap>(thread, tmap, tmap->GetRootEntries()); in HWTEST_F_L0() local 868 EXPECT_TRUE(success); in HWTEST_F_L0() 877 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in HWTEST_F_L0() local 878 EXPECT_TRUE(success); in HWTEST_F_L0() 884 bool success = IsVaildRBTree<TaggedTreeSet>(thread, tset, tset->GetRootEntries()); in HWTEST_F_L0() local 885 EXPECT_TRUE(success); in HWTEST_F_L0() [all …]
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_emitter.cpp | 132 if (res != ErrorCode::SUCCESS) { in Build() 136 if (res != ErrorCode::SUCCESS) { in Build() 140 if (res != ErrorCode::SUCCESS) { in Build() 144 return ErrorCode::SUCCESS; in Build() 175 if (res != ErrorCode::SUCCESS) { in ReserveSpaceForOffsets() 188 return ErrorCode::SUCCESS; in ReserveSpaceForOffsets() 220 return ErrorCode::SUCCESS; in DoReserveSpaceForOffset() 231 return ErrorCode::SUCCESS; in UpdateBranches() 285 return ErrorCode::SUCCESS; in CheckLabels()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | dyn_chunk.cpp | 51 return SUCCESS; in Expand() 68 return SUCCESS; in Insert() 84 return SUCCESS; in Emit() 107 return SUCCESS; in EmitSelf()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ldstatic.yaml | 258 jeqz success 261 success: 297 jeq v15, success 300 success: 338 jeqz success 341 success: 370 jeq v15, success 373 success: 543 jeqz success 546 success: [all …]
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | bytecode_emitter_tests.cpp | 113 ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)); 136 ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)); 157 ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)); 175 ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)); 201 ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)); 222 ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)); 347 …ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)) << "n1 = " << n1 << " n2 = " <… in TestJmpFwdBwd() 386 ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)); 410 ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)); 427 ASSERT_EQ(BytecodeEmitter::ErrorCode::SUCCESS, emitter.Build(&out)); [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/protobuf/ |
| D | expect_output.txt | 14 LongBits.from success. 15 write_uint64 success=======
|
| /arkcompiler/ets_runtime/test/quickfix/class_inheritance/ |
| D | expect_output.txt | 16 QuickFix load patch success 21 QuickFix unload patch success
|
| /arkcompiler/ets_runtime/test/quickfix/class_mem_func/ |
| D | expect_output.txt | 16 QuickFix load patch success 21 QuickFix unload patch success
|