Home
last modified time | relevance | path

Searched refs:test_method (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Ddraw_cfg_test.cpp114 for (auto test_method : test_methods) { variable
115 std::string dot_file = DRAW_CFG_TEST_OUT_DIR "cfg_L_GLOBAL;::" + test_method + ".dot";
116 std::string png_file = DRAW_CFG_TEST_OUT_DIR "cfg_L_GLOBAL;::" + test_method + ".png";
148 for (auto test_method : test_methods) { variable
149 std::string dot_file = DRAW_CFG_TEST_OUT_DIR "cfg_L_GLOBAL;::" + test_method + ".dot";
150 std::string png_file = DRAW_CFG_TEST_OUT_DIR "cfg_L_GLOBAL;::" + test_method + ".png";
Dasm_printer_test.cpp316 #define ONE_TEST_BODY(test_class, test_method, test_name, arch) \ argument
317 TEST_F(test_class, test_method) \
321 success &= test_method<uint8_t, Arch::arch>(this); \
323 success &= test_method<uint16_t, Arch::arch>(this); \
325 success &= test_method<uint32_t, Arch::arch>(this); \
327 success &= test_method<uint64_t, Arch::arch>(this); \
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/import_tests/re-export_with_alias/
Dexport.ets23 test_method(): void {
24 console.print("test_method\n");
Dimport_aliased_re-export.ets24 tmp_var.test_method();
Dexport-expected.txt31 "name": "test_method",
57 "name": "test_method",
152 "value": "test_method\n",
Dimport_aliased_re-export-expected.txt780 "name": "test_method",
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/import_tests/selective_export_tests/
Dselective_export.ets23 test_method(): void {}
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/import_tests/selective_export_tests/
Dimport_selective_exported.ets27 test_var.test_method();
Dselective_export.ets25 test_method(): void {}
Dselective_export-expected.txt87 "name": "test_method",
113 "name": "test_method",
Dimport_selective_exported-expected.txt1133 "name": "test_method",