/external/python/cpython2/Tools/world/ |
D | world | 121 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/ |
D | iso-639-3-macrolanguages.tab | 60 cre crj A 61 cre crk A 62 cre crl A 63 cre crm A 64 cre csw A 65 cre cwd A
|
D | ISO-639-2_values_8bits.txt | 96 cre||cr|Cree|cree
|
/external/python/cpython2/Lib/email/ |
D | generator.py | 366 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE) 367 if not cre.search(text):
|
D | header.py | 443 cre = re.compile(r'%s\s*' % ch) 453 for part in cre.split(line):
|
/external/u-boot/arch/arm/include/asm/arch-mx25/ |
D | imx-regs.h | 490 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument 493 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
|
/external/python/cpython3/Lib/email/ |
D | generator.py | 380 cre = cls._compile_re('^--' + re.escape(b) + '(--)?$', re.MULTILINE) 381 if not cre.search(text):
|
/external/python/cpython2/Lib/ |
D | imaplib.py | 1047 def _match(self, cre, s): argument 1052 self.mo = cre.match(s) 1055 self._mesg("\tmatched r'%s' => %r" % (cre.pattern, self.mo.groups()))
|
D | pdb.py | 32 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname)) 44 if cre.match(line):
|
/external/python/cpython3/Lib/ |
D | imaplib.py | 1175 def _match(self, cre, s): argument 1180 self.mo = cre.match(s) 1183 self._mesg("\tmatched %r => %r" % (cre.pattern, self.mo.groups()))
|
D | pdb.py | 94 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/ |
D | imx-regs.h | 646 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument 649 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
|
/external/libchrome/third_party/ply/ |
D | lex.py | 152 for cre, findex in ritem: 159 newre.append((cre,newfindex))
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | lex.py | 155 for cre, findex in ritem: 162 newre.append((cre, newfindex))
|
/external/python/pycparser/pycparser/ply/ |
D | lex.py | 155 for cre, findex in ritem: 162 newre.append((cre, newfindex))
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 868 cre = re.compile('.{%d}' % size, re.DOTALL) 869 index = self.expect ([cre, self.delimiter]) # delimiter default is EOF
|
/external/ply/ply/ply/ |
D | lex.py | 155 for cre, findex in ritem: 162 newre.append((cre, newfindex))
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 169 cre { return CRE; }
|
/external/iperf3/docs/ |
D | invoking.rst | 207 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/ |
D | hyph-fr.pat.txt | 170 4cre.
|
/external/fdlibm/ |
D | configure | 449 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 270 cre{
|
/external/fec/ |
D | configure | 484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
/external/iputils/ninfod/ |
D | configure | 899 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
/external/libsrtp2/ |
D | configure | 964 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
|