Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp267 #define SINGLE_PARAM_TEST_TEMPLATE(test_name, encode_func) \ argument
289 #define DOUBLE_PARAM_TEST_TEMPLATE(test_name, encode_func) \ argument
316 #define ONE_TEST_BODY(test_class, test_method, test_name, arch) \ argument
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_runner.h23 TestRunner(const char *test_name, DebugInterface *runtime_debug_interface) in TestRunner()