HomeSort by relevance Sort by last modified time
    Searched full:_sre (Results 1 - 21 of 21) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 13 import _sre, sys namespace
16 from _sre import MAXREPEAT
18 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
20 if _sre.CODESIZE == 2:
45 emit(_sre.getlower(av, flags))
53 return _sre.getlower(literal, flags)
262 if _sre.CODESIZE == 2:
342 if _sre.CODESIZE == 2:
350 assert mapping.itemsize == _sre.CODESIZE
521 return _sre.compile
    [all...]
sre_constants.py 5 # run this script to update the _sre include files!
18 from _sre import MAXREPEAT
235 * See the _sre.c file for information on usage and redistribution.
_sysconfigdata.py 402 'MODOBJS': 'Modules/posixmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/errnomodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o',
rexec.py 143 'sha', '_sre', 'strop', 'struct', 'time',
sre_parse.py 18 from _sre import MAXREPEAT
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 13 import _sre, sys namespace
16 from _sre import MAXREPEAT
18 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
20 if _sre.CODESIZE == 2:
45 emit(_sre.getlower(av, flags))
53 return _sre.getlower(literal, flags)
262 if _sre.CODESIZE == 2:
342 if _sre.CODESIZE == 2:
350 assert mapping.itemsize == _sre.CODESIZE
521 return _sre.compile
    [all...]
sre_constants.py 5 # run this script to update the _sre include files!
18 from _sre import MAXREPEAT
235 * See the _sre.c file for information on usage and redistribution.
_sysconfigdata.py 402 'MODOBJS': 'Modules/posixmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/errnomodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o',
rexec.py 143 'sha', '_sre', 'strop', 'struct', 'time',
sre_parse.py 18 from _sre import MAXREPEAT
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
config.c 50 {"_sre", init_sre},
Makefile 24 MODOBJS= Modules/posixmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/errnomodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o
    [all...]
Setup 120 _sre _sre.c # Fredrik Lundh's new regular expressions
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
config.c 51 {"_sre", init_sre},
Makefile 24 MODOBJS= Modules/posixmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/errnomodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o
    [all...]
Setup 120 _sre _sre.c # Fredrik Lundh's new regular expressions
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 473 import _sre namespace
474 self.assertEqual(_sre.getlower(ord('A'), 0), ord('a'))
475 self.assertEqual(_sre.getlower(ord('A'), re.LOCALE), ord('a'))
476 self.assertEqual(_sre.getlower(ord('A'), re.UNICODE), ord('a'))
815 import _sre namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 473 import _sre namespace
474 self.assertEqual(_sre.getlower(ord('A'), 0), ord('a'))
475 self.assertEqual(_sre.getlower(ord('A'), re.LOCALE), ord('a'))
476 self.assertEqual(_sre.getlower(ord('A'), re.UNICODE), ord('a'))
815 import _sre namespace
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py     [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 

Completed in 1142 milliseconds