Home
last modified time | relevance | path

Searched defs:TERM (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-envvars.js31 env: { TERM: 'dumb' }, property
35 env: { TERM: 'dumb', FORCE_COLOR: '1' }, property
/third_party/skia/tools/calmbench/
Dab.py51 TERM = 10 # terminate after this no. of iterations without suspect changes variable
/third_party/python/Lib/test/
Dtest_ast.py826 TERM = enum.auto() # '*', '@', '/', '%', '//' variable in AST_Tests.test_precedence_enum._Precedence
/third_party/python/Lib/
Dast.py666 TERM = auto() # '*', '@', '/', '%', '//' variable in _Precedence