Searched refs:print_function (Results 1 - 25 of 176) sorted by relevance

12345678

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFuture.py9 print_function = _get_feature("print_function") variable
/external/chromium_org/third_party/tlslite/tests/
H A Dhttpsclient.py2 from __future__ import print_function namespace
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DPrinting.c6 static PyObject* $print_function = 0;
14 Py_CLEAR($print_function);
80 if (unlikely(!$print_function)) {
81 $print_function = PyObject_GetAttr($builtins_cname, PYIDENT("print"));
82 if (!$print_function)
117 result = PyObject_Call($print_function, arg_tuple, kwargs);
/external/fonttools/Lib/fontTools/
H A Dagl.py4 from __future__ import print_function, division, absolute_import namespace
H A Dunicode.py1 from __future__ import print_function, division, absolute_import namespace
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DasciiTable.py1 from __future__ import print_function, division, absolute_import namespace
H A D_f_p_g_m.py1 from __future__ import print_function, division, absolute_import namespace
H A DBitmapGlyphMetrics.py3 from __future__ import print_function, division, absolute_import namespace
H A DC_F_F_.py1 from __future__ import print_function, division, absolute_import namespace
H A DDefaultTable.py1 from __future__ import print_function, division, absolute_import namespace
/external/fonttools/Tools/fontTools/
H A Dagl.py4 from __future__ import print_function, division, absolute_import namespace
H A Dunicode.py1 from __future__ import print_function, division, absolute_import namespace
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DasciiTable.py1 from __future__ import print_function, division, absolute_import namespace
H A D_f_p_g_m.py1 from __future__ import print_function, division, absolute_import namespace
/external/fonttools/Lib/fontTools/misc/
H A DfixedTools.py4 from __future__ import print_function, division, absolute_import namespace
H A DmacCreatorType.py1 from __future__ import print_function, division, absolute_import namespace
H A Deexec.py5 from __future__ import print_function, division, absolute_import namespace
H A DtextTools.py4 from __future__ import print_function, division, absolute_import namespace
/external/fonttools/Lib/fontTools/pens/
H A DcocoaPen.py1 from __future__ import print_function, division, absolute_import namespace
/external/fonttools/Tools/fontTools/misc/
H A DfixedTools.py4 from __future__ import print_function, division, absolute_import namespace
H A DmacCreatorType.py1 from __future__ import print_function, division, absolute_import namespace
/external/fonttools/Tools/fontTools/pens/
H A DcocoaPen.py1 from __future__ import print_function, division, absolute_import namespace
/external/fonttools/
H A Dsetup.py3 from __future__ import print_function namespace
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_util.py5 from __future__ import print_function namespace
/external/clang/tools/clang-format/
H A Dclang-format-sublime.py15 from __future__ import print_function namespace

Completed in 2331 milliseconds

12345678