Home
last modified time | relevance | path

Searched refs:is_syntax (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_codeop.py49 def assertInvalid(self, str, symbol='single', is_syntax=1): argument
55 self.assertTrue(is_syntax)
57 self.assertTrue(not is_syntax)
/external/python/cpython3/Lib/test/
Dtest_codeop.py49 def assertInvalid(self, str, symbol='single', is_syntax=1): argument
55 self.assertTrue(is_syntax)
57 self.assertTrue(not is_syntax)
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py1233 is_syntax = (var_token.token_type == tokenize.SYNTAX and
1238 if is_syntax and not is_variable:
1251 if is_syntax or (is_variable and not self._handling_typedef):
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py1223 is_syntax = (var_token.token_type == tokenize.SYNTAX and
1228 if is_syntax and not is_variable:
1241 if is_syntax or (is_variable and not self._handling_typedef):