Home
last modified time | relevance | path

Searched defs:ret2 (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/openpandafileorzip_fuzzer/
Dopenpandafileorzip_fuzzer.cpp29 …int ret2 = panda::CreateOrAddFileIntoZip(uncompress_zip_filename, filename2, data, size, APPEND_ST… in OpenPandaFileOrZipFuzzTest() local
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/
Dopenpandafileorzip_fuzzer.cpp30 int ret2 = in OpenPandaFileOrZipFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/openpandafile_fuzzer/
Dopenpandafile_fuzzer.cpp30 int ret2 = in OpenPandaFileFuzzTest() local
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafile_fuzzer/
Dopenpandafile_fuzzer.cpp30 …int ret2 = ark::CreateOrAddFileIntoZip(zip_filename1, filename2, &buf, APPEND_STATUS_ADDINZIP, Z_B… in OpenPandaFileFuzzTest() local
/arkcompiler/ets_runtime/test/aottest/forloop/
Dforloop.ts127 let ret2 = forLoopWithBreak(n); variable
/arkcompiler/runtime_core/libpandabase/tests/
Dbase_thread_test.cpp57 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY); variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbase_thread_test.cpp61 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Drpo_test.cpp118 auto ret2 = GetGraph()->CreateInstReturnVoid(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Drpo_test.cpp124 auto ret2 = GetGraph()->CreateInstReturnVoid(); in TEST_F() local
Dinst_generator.cpp853 auto ret2 = graph->CreateInstReturnVoid(); in CreateGraphWithThreeBasicBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp634 int ret2 = snprintf_s(buf, sizeof(buf), bufSize - 1, ",%d,%d", (c >> 8) & 0xFF, c & 0xFF); in EmitAsmLabel() local
/arkcompiler/toolchain/tooling/dynamic/test/
Dpt_types_test.cpp537 std::unique_ptr<SearchMatch> ret2 = SearchMatch::Create(*ptJson1); in HWTEST_F_L0() local