Searched refs:ret1 (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/ |
H A D | openpandafileorzip_fuzzer.cpp | 28 int ret1 = in OpenPandaFileOrZipFuzzTest() local 32 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileOrZipFuzzTest() 38 ret1 = in OpenPandaFileOrZipFuzzTest() 42 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileOrZipFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/openpandafileorzip_fuzzer/ |
H A D | openpandafileorzip_fuzzer.cpp | 27 int ret1 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, data, size, APPEND_STATUS_CREATE, in OpenPandaFileOrZipFuzzTest() local 31 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileOrZipFuzzTest() 37 ret1 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename1, data, size, APPEND_STATUS_CREATE, in OpenPandaFileOrZipFuzzTest() 41 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileOrZipFuzzTest()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | base_thread_test.cpp | 53 auto ret1 = SetPriority(GetCurrentThreadId(), LOWER_PRIOIRITY); in HWTEST_F() local 62 ASSERT_EQ(ret1, 0); in HWTEST_F() 65 ASSERT_NE(ret1, 0); in HWTEST_F()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | base_thread_test.cpp | 57 auto ret1 = SetPriority(GetCurrentThreadId(), LOWER_PRIOIRITY); in TEST_F() local 66 ASSERT_EQ(ret1, 0U); in TEST_F() 69 ASSERT_NE(ret1, 0U); in TEST_F()
|
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafile_fuzzer/ |
H A D | openpandafile_fuzzer.cpp | 29 int ret1 = ark::CreateOrAddFileIntoZip(zip_filename1, filename1, &buf, APPEND_STATUS_CREATE, 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 | 28 int ret1 = in OpenPandaFileFuzzTest() local 32 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileFuzzTest()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | rpo_test.cpp | 115 auto ret1 = GetGraph()->CreateInstReturnVoid(); in TEST_F() local 116 N->AppendInst(ret1); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | rpo_test.cpp | 121 auto ret1 = GetGraph()->CreateInstReturnVoid(); in TEST_F() local 122 n->AppendInst(ret1); in TEST_F()
|
H A D | inst_generator.cpp | 849 auto ret1 = graph->CreateInstReturnVoid(); in CreateGraphWithThreeBasicBlock() local 851 blockTrue->AppendInst(ret1); in CreateGraphWithThreeBasicBlock()
|
/arkcompiler/toolchain/tooling/test/ |
H A D | pt_types_test.cpp | 525 std::unique_ptr<SearchMatch> ret1 = SearchMatch::Create(*ptJson1); in HWTEST_F_L0() local 526 ASSERT_TRUE(ret1 == nullptr); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 626 int ret1 = snprintf_s(buf, sizeof(buf), bufSize - 1, "%d,%d", (c >> 8) & 0xFF, c & 0xFF); in EmitAsmLabel() local 627 if (ret1 < 0) { in EmitAsmLabel()
|
Completed in 12 milliseconds