Searched refs:simple (Results 1 - 4 of 4) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsimple.S4 # simple.S
/gem5/tests/testing/
H A Dhelpers.py130 ignore_list.rules.append(FileIgnoreList.simple("bar.txt"))
134 def simple(r): member in class:FileIgnoreList
143 self.rules = [ FileIgnoreList.simple(n) for n in names ] + \
189 ignore_list.rules.append(FileIgnoreList.simple("bar.txt"))
/gem5/system/arm/simple_bootloader/
H A DMakefile51 boot.o: simple.S
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc421 const RE simple(TypeParam("hello"));
422 EXPECT_STREQ("hello", simple.pattern());
720 "NULL is not a valid simple regular expression");
723 "Syntax error at index 1 in simple regular expression \"a\\\": ");
879 const RE simple("hello");
880 EXPECT_STREQ("hello", simple.pattern());
887 }, "NULL is not a valid simple regular expression");

Completed in 14 milliseconds