Home
last modified time | relevance | path

Searched refs:test_method (Results 1 – 13 of 13) 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.sts23 test_method(): void {
24 console.print("test_method\n");
Dimport_aliased_re-export.sts24 tmp_var.test_method();
Dexport-expected.txt29 "name": "test_method",
53 "name": "test_method",
138 "value": "test_method
Dimport_aliased_re-export-expected.txt691 "name": "test_method",
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/import_tests/selective_export_tests/
Dselective_export.sts23 test_method(): void {}
Dimport_selective_exported.sts25 test_var.test_method();
Dselective_export-expected.txt79 "name": "test_method",
103 "name": "test_method",
Dimport_selective_exported-expected.txt809 "name": "test_method",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/selective_export_with_alias/
Dselective_export.sts23 test_method(): void {}
Dimport_selective_exported.sts25 test_var.test_method();
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/import_tests/selective_export_tests/
Dselective_export.sts23 test_method(): void {}