OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psyco
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/grit/grit/
grit_runner.py
163
self.
psyco
= False
167
(opts, args) = getopt.getopt(args, 'g:qdvxc:i:p:h:', ('
psyco
',))
182
elif key == '--
psyco
': self.
psyco
= True
252
if options.
psyco
:
253
#
Psyco
is a specializing JIT for Python. Early tests indicate that it
255
# compilations. See http://
psyco
.sourceforge.net/
256
import
psyco
namespace
257
psyco
.profile()
/external/chromium_org/build/
gyp_chromium
44
# On Windows,
Psyco
shortens warm runs of build/gyp_chromium by about
46
# seconds. Conversely, memory usage of build/gyp_chromium with
Psyco
49
#
Psyco
uses native libraries, so we need to load a different
51
# been tested whether using
Psyco
on our Mac and Linux builds is worth
57
import
psyco
namespace
59
psyco
= None
variable
61
psyco
= None
variable
212
# Use the
Psyco
JIT if available.
213
if
psyco
:
214
psyco
.profile(
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py
780
import
psyco
namespace
781
from
psyco
.classes import *
787
psyco
= _psyco()
variable in class:TransUnit
788
psyco
.bind( Lexer.get_token )
789
psyco
.bind( Node )
Completed in 98 milliseconds