Home
last modified time | relevance | path

Searched refs:cre (Results 1 – 25 of 61) sorted by relevance

123

/external/python/cpython2/Tools/world/
Dworld121 cre = re.compile(regexp, re.IGNORECASE)
123 mo = cre.search(country)
147 cre = re.compile('(.*?)[ \t]+([A-Z]{2})[ \t]+[A-Z]{3}[ \t]+[0-9]{3}')
158 mo = cre.match(line)
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3-macrolanguages.tab60 cre crj A
61 cre crk A
62 cre crl A
63 cre crm A
64 cre csw A
65 cre cwd A
DISO-639-2_values_8bits.txt96 cre||cr|Cree|cree
/external/python/cpython2/Lib/email/
Dgenerator.py366 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
367 if not cre.search(text):
Dheader.py443 cre = re.compile(r'%s\s*' % ch)
453 for part in cre.split(line):
/external/u-boot/arch/arm/include/asm/arch-mx25/
Dimx-regs.h490 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument
493 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
/external/python/cpython3/Lib/email/
Dgenerator.py380 cre = cls._compile_re('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
381 if not cre.search(text):
/external/python/cpython2/Lib/
Dimaplib.py1047 def _match(self, cre, s): argument
1052 self.mo = cre.match(s)
1055 self._mesg("\tmatched r'%s' => %r" % (cre.pattern, self.mo.groups()))
Dpdb.py32 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname))
44 if cre.match(line):
/external/python/cpython3/Lib/
Dimaplib.py1175 def _match(self, cre, s): argument
1180 self.mo = cre.match(s)
1183 self._mesg("\tmatched %r => %r" % (cre.pattern, self.mo.groups()))
Dpdb.py94 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname))
102 if cre.match(line):
/external/u-boot/arch/arm/include/asm/arch-mx31/
Dimx-regs.h646 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument
649 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
/external/libchrome/third_party/ply/
Dlex.py152 for cre, findex in ritem:
159 newre.append((cre,newfindex))
/external/selinux/python/sepolgen/src/sepolgen/
Dlex.py155 for cre, findex in ritem:
162 newre.append((cre, newfindex))
/external/python/pycparser/pycparser/ply/
Dlex.py155 for cre, findex in ritem:
162 newre.append((cre, newfindex))
/external/autotest/client/common_lib/
Dpexpect.py868 cre = re.compile('.{%d}' % size, re.DOTALL)
869 index = self.expect ([cre, self.delimiter]) # delimiter default is EOF
/external/ply/ply/ply/
Dlex.py155 for cre, findex in ritem:
162 newre.append((cre, newfindex))
/external/mesa3d/src/intel/tools/
Di965_lex.l169 cre { return CRE; }
/external/iperf3/docs/
Dinvoking.rst207 path to the configuration file containing authorized users cre-
389 path to the RSA public key used to encrypt authentication cre-
/external/hyphenation-patterns/fr/
Dhyph-fr.pat.txt170 4cre.
/external/fdlibm/
Dconfigure449 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/icu/icu4c/source/data/misc/
Dmetadata.txt270 cre{
/external/fec/
Dconfigure484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/iputils/ninfod/
Dconfigure899 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/libsrtp2/
Dconfigure964 -no-create | --no-create | --no-creat | --no-crea | --no-cre \

123