Searched refs:ret2 (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/ |
H A D | openpandafileorzip_fuzzer.cpp | 30 int ret2 = in OpenPandaFileOrZipFuzzTest() local 32 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileOrZipFuzzTest() 40 ret2 = ark::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, &buf, APPEND_STATUS_ADDINZIP, in OpenPandaFileOrZipFuzzTest() 42 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileOrZipFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/openpandafileorzip_fuzzer/ |
H A D | openpandafileorzip_fuzzer.cpp | 29 int ret2 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, data, size, APPEND_STATUS_ADDINZIP, in OpenPandaFileOrZipFuzzTest() local 31 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileOrZipFuzzTest() 39 ret2 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, data, size, APPEND_STATUS_ADDINZIP, in OpenPandaFileOrZipFuzzTest() 41 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileOrZipFuzzTest()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | base_thread_test.cpp | 57 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY); in HWTEST_F() local 63 ASSERT_EQ(ret2, 0); in HWTEST_F() 66 ASSERT_NE(ret2, 0); in HWTEST_F()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | base_thread_test.cpp | 61 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY); in TEST_F() local 67 ASSERT_EQ(ret2, 0U); in TEST_F() 70 ASSERT_NE(ret2, 0U); in TEST_F()
|
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafile_fuzzer/ |
H A D | openpandafile_fuzzer.cpp | 30 int ret2 = ark::CreateOrAddFileIntoZip(zip_filename1, filename2, &buf, APPEND_STATUS_ADDINZIP, Z_BEST_COMPRESSION); in OpenPandaFileFuzzTest() local 31 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/openpandafile_fuzzer/ |
H A D | openpandafile_fuzzer.cpp | 30 int ret2 = in OpenPandaFileFuzzTest() local 32 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileFuzzTest()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | rpo_test.cpp | 118 auto ret2 = GetGraph()->CreateInstReturnVoid(); in TEST_F() local 119 K->AppendInst(ret2); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | rpo_test.cpp | 124 auto ret2 = GetGraph()->CreateInstReturnVoid(); in TEST_F() local 125 k->AppendInst(ret2); in TEST_F()
|
H A D | inst_generator.cpp | 850 auto ret2 = graph->CreateInstReturnVoid(); in CreateGraphWithThreeBasicBlock() local 852 blockFalse->AppendInst(ret2); in CreateGraphWithThreeBasicBlock()
|
/arkcompiler/toolchain/tooling/test/ |
H A D | pt_types_test.cpp | 533 std::unique_ptr<SearchMatch> ret2 = SearchMatch::Create(*ptJson1); in HWTEST_F_L0() local 534 ASSERT_TRUE(ret2 == nullptr); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 635 int ret2 = snprintf_s(buf, sizeof(buf), bufSize - 1, ",%d,%d", (c >> 8) & 0xFF, c & 0xFF); in EmitAsmLabel() local 636 if (ret2 < 0) { in EmitAsmLabel()
|
Completed in 19 milliseconds