Searched refs:_sys (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 3 import os as _os, sys as _sys namespace 24 if _os.name == "posix" and _sys.platform == "darwin": 56 _sys.audit("ctypes.create_string_buffer", init, size) 62 _sys.audit("ctypes.create_string_buffer", None, init) 291 _sys.audit("ctypes.create_unicode_buffer", init, size) 297 _sys.audit("ctypes.create_unicode_buffer", None, init) 352 if _sys.platform.startswith("aix"): 383 (self._handle & (_sys.maxsize*2 + 1)), 384 id(self) & (_sys.maxsize*2 + 1)) 462 pythonapi = PyDLL("python dll", None, _sys [all...] |
/third_party/python/Lib/ |
H A D | threading.py | 4 import sys as _sys namespace 902 self._stderr = _sys.stderr 997 if self._daemonic and _sys is None: 1033 _sys.settrace(_trace_hook) 1035 _sys.setprofile(_profile_hook) 1290 if _sys is not None and _sys.stderr is not None: 1291 stderr = _sys.stderr 1323 old_sys_excepthook = _sys.excepthook 1329 sys_exc_info = _sys [all...] |
H A D | crypt.py | 3 import sys as _sys namespace 8 if _sys.platform == 'win32':
|
H A D | argparse.py | 90 import sys as _sys namespace 1145 parser._print_message(formatter.format_help(), _sys.stdout) 1287 return _sys.stdin.buffer if 'b' in self._mode else _sys.stdin 1289 return _sys.stdout.buffer if 'b' in self._mode else _sys.stdout 1760 prog = _os.path.basename(_sys.argv[0]) 1878 args = _sys.argv[1:] 2595 file = _sys.stdout 2600 file = _sys [all...] |
H A D | tempfile.py | 46 import sys as _sys namespace 254 _sys.audit("tempfile.mkstemp", file) 382 _sys.audit("tempfile.mkdtemp", file) 595 if _os.name != 'posix' or _sys.platform == 'cygwin':
|
H A D | pprint.py | 40 import sys as _sys namespace 146 self._stream = _sys.stdout
|
/third_party/python/Lib/curses/ |
H A D | __init__.py | 15 import sys as _sys namespace 30 fd=_sys.__stdout__.fileno())
|
/third_party/python/Lib/collections/ |
H A D | __init__.py | 30 import sys as _sys namespace 207 sizeof = _sys.getsizeof 377 typename = _sys.intern(str(typename)) 417 field_names = tuple(map(_sys.intern, field_names)) 498 doc = _sys.intern(f'Alias for field number {index}') 510 module = _sys._getframe(1).f_globals.get('__name__', '__main__') 1429 def count(self, sub, start=0, end=_sys.maxsize): 1449 def endswith(self, suffix, start=0, end=_sys.maxsize): 1455 def find(self, sub, start=0, end=_sys.maxsize): 1466 def index(self, sub, start=0, end=_sys [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 187 static LayoutSpecifier<T> C(int _val, NumSys _sys = Dec) in C() 189 return LayoutSpecifier<T>(_val, _sys, DefOccurence::ALL_SH); in C()
|
Completed in 13 milliseconds