Searched refs:psyco (Results 1 - 4 of 4) sorted by relevance

/external/chromium/build/
H A Dgyp_chromium35 import psyco namespace
37 psyco = None variable
39 psyco = None variable
102 if psyco:
103 psyco.profile()
/external/chromium_org/build/
H A Dgyp_chromium49 import psyco namespace
51 psyco = None variable
53 psyco = None variable
88 if psyco:
89 psyco.profile()
/external/chromium_org/tools/grit/grit/
H A Dgrit_runner.py163 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:
255 # compilations. See http://psyco.sourceforge.net/
256 import psyco namespace
257 psyco.profile()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py780 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 196 milliseconds