Searched refs:test_method (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | draw_cfg_test.cpp | 114 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";
|
| D | asm_printer_test.cpp | 316 #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/ |
| D | export.ets | 23 test_method(): void { 24 console.print("test_method\n");
|
| D | import_aliased_re-export.ets | 24 tmp_var.test_method();
|
| D | export-expected.txt | 31 "name": "test_method", 57 "name": "test_method", 152 "value": "test_method\n",
|
| D | import_aliased_re-export-expected.txt | 780 "name": "test_method",
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/import_tests/selective_export_tests/ |
| D | selective_export.ets | 23 test_method(): void {}
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/import_tests/selective_export_tests/ |
| D | import_selective_exported.ets | 27 test_var.test_method();
|
| D | selective_export.ets | 25 test_method(): void {}
|
| D | selective_export-expected.txt | 87 "name": "test_method", 113 "name": "test_method",
|
| D | import_selective_exported-expected.txt | 1133 "name": "test_method",
|