Home
last modified time | relevance | path

Searched refs:_testcapi (Results 1 – 25 of 42) sorted by relevance

12

/external/python/cpython2/PC/VC6/
D_testcapi.dsp1 # Microsoft Developer Studio Project File - Name="_testcapi" - Package Owner=<4>
7 CFG=_testcapi - Win32 Debug
11 !MESSAGE NMAKE /f "_testcapi.mak".
16 !MESSAGE NMAKE /f "_testcapi.mak" CFG="_testcapi - Win32 Debug"
20 !MESSAGE "_testcapi - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_testcapi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
26 # PROP Scc_ProjName "_testcapi"
32 !IF "$(CFG)" == "_testcapi - Win32 Release"
42 # PROP Intermediate_Dir "x86-temp-release\_testcapi"
57 …id.lib odbc32.lib odbccp32.lib /nologo /base:"0x1e1F0000" /dll /machine:I386 /out:"./_testcapi.pyd"
[all …]
Dpcbuild.dsw138 Project: "_testcapi"=".\_testcapi.dsp" - Package Owner=<4>
/external/python/cpython2/Lib/test/
Dtest_getargs2.py7 from _testcapi import getargs_keywords
45 from _testcapi import UCHAR_MAX, USHRT_MAX, UINT_MAX, ULONG_MAX, INT_MAX, \
54 from _testcapi import getargs_L, getargs_K
130 from _testcapi import getargs_b
146 from _testcapi import getargs_B
163 from _testcapi import getargs_H
180 from _testcapi import getargs_I
197 from _testcapi import getargs_k
216 from _testcapi import getargs_h
232 from _testcapi import getargs_i
[all …]
Dtest_capi.py17 _testcapi = support.import_module('_testcapi') variable
22 _testcapi.test_buildvalue_N()
40 if _testcapi._pending_threadfunc(callback):
116 _testcapi._test_thread_state(callback)
130 for name in dir(_testcapi):
132 test = getattr(_testcapi, name)
137 except _testcapi.error:
Dtest_exceptions.py165 import _testcapi
167 _testcapi.raise_exception(BadException, 1)
177 import _testcapi
179 _testcapi.raise_exception(BadException, 0)
614 import _testcapi
618 self.assertRaises(SystemError, _testcapi.make_exception_with_doc,
622 error1 = _testcapi.make_exception_with_doc("_testcapi.error1")
628 error2 = _testcapi.make_exception_with_doc("_testcapi.error2", doc2)
632 error3 = _testcapi.make_exception_with_doc("_testcapi.error3",
639 error4 = _testcapi.make_exception_with_doc("_testcapi.error4", doc4,
[all …]
Dtest_marshal.py10 import _testcapi
12 _testcapi = None variable
328 @unittest.skipUnless(_testcapi, 'requires _testcapi')
333 _testcapi.pymarshal_write_long_to_file(0x12345678, test_support.TESTFN, v)
342 _testcapi.pymarshal_write_object_to_file(obj, test_support.TESTFN, v)
351 r, p = _testcapi.pymarshal_read_short_from_file(test_support.TESTFN)
359 r, p = _testcapi.pymarshal_read_long_from_file(test_support.TESTFN)
370 r, p = _testcapi.pymarshal_read_last_object_from_file(test_support.TESTFN)
380 r, p = _testcapi.pymarshal_read_object_from_file(test_support.TESTFN)
Dtest_code.py109 import _testcapi
110 co = _testcapi.code_newempty("filename", "funcname", 15)
Dtest_threading.py18 import _testcapi
20 _testcapi = None variable
728 @unittest.skipIf(_testcapi is None, "need _testcapi module")
757 _testcapi.call_in_temporary_c_thread(callback)
Dtest_fileio.py379 import _testcapi
380 self.assertRaises(TypeError, _FileIO, _testcapi.INT_MAX + 1)
381 self.assertRaises(TypeError, _FileIO, _testcapi.INT_MIN - 1)
Dtest_socket.py756 import _testcapi
759 self.assertRaises(OverflowError, srv.listen, _testcapi.INT_MAX + 1)
869 import _testcapi
873 _testcapi.INT_MAX + 1)
875 2 + (_testcapi.UINT_MAX + 1))
971 import _testcapi
972 if _testcapi.UINT_MAX >= _testcapi.ULONG_MAX:
976 self.serv.setblocking(_testcapi.UINT_MAX + 1)
Dtest_structmembers.py6 from _testcapi import _test_structmembersType, \
Dtest_ucn.py16 from _testcapi import INT_MAX, PY_SSIZE_T_MAX, UINT_MAX
Dtest_fcntl.py102 from _testcapi import INT_MAX, INT_MIN
Dtest_traceback.py186 from _testcapi import traceback_print
Dtest_poll.py169 from _testcapi import USHRT_MAX, INT_MAX, UINT_MAX
Dtest_format.py361 from _testcapi import INT_MAX
Dtest_sys.py485 import _testcapi
486 self.gc_headsize = _testcapi.SIZEOF_PYGC_HEAD
Dtest_class.py361 from _testcapi import sequence_delitem
Dtest_support.py1214 import _testcapi
1219 size += _testcapi.SIZEOF_PYGC_HEAD
Dtest_str.py43 from _testcapi import INT_MAX
Dtest_cmath.py388 from _testcapi import set_errno
/external/python/cpython2/Lib/ctypes/test/
Dtest_structures.py5 import _testcapi
206 "_pack_": _testcapi.INT_MAX + 1}
209 "_pack_": _testcapi.UINT_MAX + 2}
/external/python/cpython2/RISCOS/
DMakefile88 @.^.Lib._testcapi/pyd\
316 @.^.Lib._testcapi/pyd: @.^.Modules.o._testcapimodule s.linktab
317 $(MAKEDLK) -d @.^.Lib._testcapi/pyd -s s.linktab -o @.^.Modules.o._testcapimodule -e init_testcapi
/external/python/cpython2/PC/VS7.1/
Dpcbuild.sln19 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_testcapi", "_testcapi.vcproj", "{59CBF474-9E0…
Dpython.iss134 Source: DLLs\_testcapi.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
135 Source: libs\_testcapi.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main

12