Home
last modified time | relevance | path

Searched defs:checking (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Doc/howto/
Dpyporting.rst429 .. _2to3: https://docs.python.org/3/library/2to3.html
430 .. _caniusepython3: https://pypi.org/project/caniusepython3
431 .. _cheat sheet: http://python-future.org/compatible_idioms.html
432 .. _coverage.py: https://pypi.org/project/coverage
433 .. _Futurize: http://python-future.org/automatic_conversion.html
434 .. _importlib: https://docs.python.org/3/library/importlib.html#module-importlib
435 .. _importlib2: https://pypi.org/project/importlib2
436 .. _Modernize: https://python-modernize.readthedocs.org/en/latest/
437 .. _mypy: http://mypy-lang.org/
438 .. _Porting to Python 3: http://python3porting.com/
[all …]
/external/python/cpython3/Doc/howto/
Dpyporting.rst435 .. _caniusepython3: https://pypi.org/project/caniusepython3
436 .. _cheat sheet: https://python-future.org/compatible_idioms.html
437 .. _coverage.py: https://pypi.org/project/coverage
438 .. _Futurize: https://python-future.org/automatic_conversion.html
439 .. _importlib2: https://pypi.org/project/importlib2
440 .. _Modernize: https://python-modernize.readthedocs.io/
441 .. _mypy: https://mypy-lang.org/
442 .. _Porting to Python 3: http://python3porting.com/
443 .. _Pylint: https://pypi.org/project/pylint
445 …& A: https://ncoghlan-devs-python-notes.readthedocs.io/en/latest/python3/questions_and_answers.html
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/
Dtest_input.hpp35 typedef typename Policies::checking checking; in test_input() typedef
49 typedef typename Policies::checking checking; in test_input() typedef
55 typedef typename Policies::checking checking; in test_input() typedef
61 typedef typename Policies::checking checking; in test_input() typedef
67 typedef typename Policies::checking checking; in test_input() typedef
Ddivision.hpp77 typedef typename Policies::checking checking; in div_positive() typedef
94 typedef typename Policies::checking checking; in div_positive() typedef
112 typedef typename Policies::checking checking; in div_negative() typedef
129 typedef typename Policies::checking checking; in div_negative() typedef
166 typedef typename Policies::checking checking; in div_zero_part1() typedef
182 typedef typename Policies::checking checking; in div_zero_part2() typedef
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Dpolicies.hpp27 typedef Checking checking; typedef
39 typedef typename p::checking checking; typedef in boost::numeric::interval_lib::change_rounding
Dutility.hpp47 typedef typename Policies::checking checking; in checked_lower() typedef
57 typedef typename Policies::checking checking; in checked_upper() typedef
75 typedef typename Policies::checking checking; in median() typedef
251 typedef typename Policies::checking checking; in norm() typedef
Dtransc.hpp45 typedef typename Policies::checking checking; in log() typedef
221 typedef typename Policies::checking checking; in atanh() typedef
Dinterval.hpp119 typedef typename Policies::checking checking; in number_holder() typedef
127 typedef typename Policies::checking checking; typedef in boost::numeric::interval
Darith2.hpp109 typedef typename Policies::checking checking; in multiplicative_inverse() typedef
/external/pigweed/pw_string/
Ddesign.rst82 .. _module-pw_string-roadmap:
/external/libffi/testsuite/libffi.call/
Dnegint.c11 static int checking(int a, short b, signed char c) in checking() function
Dunwindtest_ffi_call.cc11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() function
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dnegint.c11 static int checking(int a, short b, signed char c) in checking() function
Dunwindtest_ffi_call.cc11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() function
/external/libffi/testsuite/libffi.closures/
Dunwindtest_ffi_call.cc11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() function
/external/tinyalsa_new/src/
Dpcm.c1409 int checking; in pcm_get_htimestamp() local