Home
last modified time | relevance | path

Searched refs:SRE_FLAG_DOTALL (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_constants.py211 SRE_FLAG_DOTALL = 16 # treat target as a single string variable
254 f.write("#define SRE_FLAG_DOTALL %d\n" % SRE_FLAG_DOTALL)
Dre.py125 S = DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline
Dsre_compile.py110 if flags & SRE_FLAG_DOTALL:
Dsre_parse.py58 "s": SRE_FLAG_DOTALL,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_constants.py209 SRE_FLAG_DOTALL = 16 # treat target as a single string variable
252 f.write("#define SRE_FLAG_DOTALL %d\n" % SRE_FLAG_DOTALL)
Dre.py121 S = DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline
Dsre_compile.py60 if flags & SRE_FLAG_DOTALL:
Dsre_parse.py58 "s": SRE_FLAG_DOTALL,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsre_constants.h81 #define SRE_FLAG_DOTALL 16 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsre_constants.h81 #define SRE_FLAG_DOTALL 16 macro