Home
last modified time | relevance | path

Searched +defs:TLS +defs:test (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dtelnetlib.py123 TLS = chr(46) # Telnet Start TLS variable
762 def test(): function
/external/python/cpython3/Lib/
Dtelnetlib.py125 TLS = bytes([46]) # Telnet Start TLS variable
651 def test(): function
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1588 namespace TLS { namespace
1956 void test() { constexpr Test t; } in test() function