HomeSort by relevance Sort by last modified time
    Searched full:compilecheck (Results 1 - 1 of 1) sorted by null

  /system/core/libacc/tests/
test.py 171 def compileCheck(self, args, stdErrResult, stdOutResult="",
187 self.compileCheck(["data/returnval-ansi.c"], "")
192 self.compileCheck(["data/otcc-ansi.c"], "", "", ['x86'])
195 self.compileCheck(["-R", "data/returnval-ansi.c"],
199 self.compileCheck(["-R", "data/continue.c"],
203 self.compileCheck(["-R", "data/testStringConcat.c"],
209 self.compileCheck(["-R", "data/otcc-ansi.c", "data/returnval.c"],
216 self.compileCheck(["-R", "data/otcc-ansi.c", "data/otcc.c", "data/returnval.c"],
220 self.compileCheck(["-R", "data/constants.c"],
226 self.compileCheck(["-R", "data/float.c"]
    [all...]

Completed in 237 milliseconds