Searched defs:TERM (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/test/parallel/ | ||
| D | test-repl-envvars.js | 31 env: { TERM: 'dumb' }, property |
| /third_party/skia/tools/calmbench/ | ||
| D | ab.py | 51 TERM = 10 # terminate after this no. of iterations without suspect changes variable |
| /third_party/python/Lib/test/ | ||
| D | test_ast.py | 826 TERM = enum.auto() # '*', '@', '/', '%', '//' variable in AST_Tests.test_precedence_enum._Precedence |
| /third_party/python/Lib/ | ||
| D | ast.py | 666 TERM = auto() # '*', '@', '/', '%', '//' variable in _Precedence |