Searched refs:advance_past_whitespace (Results 1 - 2 of 2) sorted by relevance

/packages/experimental/SELinux/CTS/src/
H A DSELinux_CTS.py16 # advance_past_whitespace(): helper function to skip whitespace at current
20 def advance_past_whitespace(file_obj): function
231 c = advance_past_whitespace(file_obj)
235 c = advance_past_whitespace(file_obj)
288 advance_past_whitespace(file_obj)
419 c = advance_past_whitespace(file_obj)
427 c = advance_past_whitespace(file_obj)
444 c = advance_past_whitespace(file_obj)
477 c = advance_past_whitespace(file_obj)
/packages/experimental/SELinux/CTS/test/
H A Dtestrunner.py214 c = SELinux_CTS.advance_past_whitespace(self.test_file)
237 c = SELinux_CTS.advance_past_whitespace(self.test_file)
259 c = SELinux_CTS.advance_past_whitespace(self.test_file)

Completed in 45 milliseconds