HomeSort by relevance Sort by last modified time
    Searched refs:_sre (Results 1 - 10 of 10) 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.
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.
sre_parse.py 18 from _sre import MAXREPEAT
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
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...]

Completed in 223 milliseconds