Searched refs:test_name (Results 1 - 2 of 2) sorted by path

/art/compiler/utils/
H A Dassembler_test.h46 void DriverFn(TestFn f, std::string test_name) { argument
47 Driver(f(assembler_.get()), test_name); local
51 void DriverStr(std::string assembly_string, std::string test_name) { argument
52 Driver(assembly_string, test_name);
342 void Driver(std::string assembly_text, std::string test_name) { argument
346 Compile(assembly_text, &res, test_name);
362 if (DisassembleBinaries(*data, *res.code, test_name)) {
457 std::string test_name) {
464 std::string data_name = WriteToFile(data, test_name + ".ass");
472 std::string as_name = WriteToFile(as, test_name
456 DisassembleBinaries(std::vector<uint8_t>& data, std::vector<uint8_t>& as, std::string test_name) argument
511 WriteToFile(std::vector<uint8_t>& buffer, std::string test_name) argument
535 Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) argument
[all...]
/art/test/
H A Drun-all-tests128 for test_name in *; do
129 if [ -d "$test_name" -a -r "$test_name" -a -r "$test_name/info.txt" ]; then
130 ./run-test ${run_args} "$test_name"
133 test_names[test_pids[i]]="$test_name"
146 for test_name in *; do
147 if [ -d "$test_name" -a -r "$test_name" -a -r "$test_name/inf
[all...]

Completed in 63 milliseconds