Home
last modified time | relevance | path

Searched refs:line_out (Results 1 - 6 of 6) sorted by relevance

/third_party/cJSON/tests/unity/auto/
H A Dunity_test_summary.py97 line_out = "%s%s" % (self.root, line)
99 line_out = line
101 results['ignores'].append(line_out)
103 results['failures'].append(line_out)
105 results['successes'].append(line_out)
H A Dunity_test_summary.rb90 line_out = (@root && (@root != 0) ? "#{@root}#{line}" : line).gsub(/\//, '\\')
92 when 'IGNORE' then results[:ignores] << line_out
93 when 'FAIL' then results[:failures] << line_out
94 when 'PASS' then results[:successes] << line_out
/third_party/unity/auto/
H A Dunity_test_summary.py97 line_out = "%s%s" % (self.root, line)
99 line_out = line
101 results['ignores'].append(line_out)
103 results['failures'].append(line_out)
105 results['successes'].append(line_out)
H A Dunity_test_summary.rb94 line_out = (@root && (@root != 0) ? "#{@root}#{line}" : line).gsub(/\//, '\\')
96 when 'IGNORE' then results[:ignores] << line_out
97 when 'FAIL' then results[:failures] << line_out
98 when 'PASS' then results[:successes] << line_out
/third_party/alsa-lib/include/sound/uapi/
H A Dhdsp.h67 unsigned char line_out; member
H A Dhdspm.h74 unsigned char line_out; member

Completed in 3 milliseconds