OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYPY
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/third_party/coverage/coverage/
env.py
14
PYPY
= '__pypy__' in sys.builtin_module_names
collector.py
162
if env.
PYPY
:
168
# any given point _trace() is called,
pypy
is able to know the key.
173
# call-site-constant keys is a match for
PyPy
's module dict,
177
# https://bitbucket.org/
pypy
/
pypy
/issue/1871/10x-slower-than-cpython-under-coverage
/external/opencv3/3rdparty/jinja2/
_compat.py
16
PYPY
= hasattr(sys, 'pypy_translation_info')
environment.py
32
get_next, encode_filename, PY2,
PYPY
621
on
pypy
and Python 3 where pyc files are not picked up by itself and
632
if not PY2 or
PYPY
:
634
warn(Warning('py_compile has no effect on
pypy
or Python 3'))
[
all
...]
Completed in 266 milliseconds