Home
last modified time | relevance | path

Searched refs:ret1 (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/
H A Dopenpandafileorzip_fuzzer.cpp28 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 Dopenpandafileorzip_fuzzer.cpp27 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 Dbase_thread_test.cpp53 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 Dbase_thread_test.cpp57 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 Dopenpandafile_fuzzer.cpp29 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 Dopenpandafile_fuzzer.cpp28 int ret1 = in OpenPandaFileFuzzTest() local
32 if (ret1 != 0 || ret2 != 0) { in OpenPandaFileFuzzTest()
/arkcompiler/runtime_core/compiler/tests/
H A Drpo_test.cpp115 auto ret1 = GetGraph()->CreateInstReturnVoid(); in TEST_F() local
116 N->AppendInst(ret1); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Drpo_test.cpp121 auto ret1 = GetGraph()->CreateInstReturnVoid(); in TEST_F() local
122 n->AppendInst(ret1); in TEST_F()
H A Dinst_generator.cpp849 auto ret1 = graph->CreateInstReturnVoid(); in CreateGraphWithThreeBasicBlock() local
851 blockTrue->AppendInst(ret1); in CreateGraphWithThreeBasicBlock()
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp525 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 Demit.cpp626 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