/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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | simplify.cc | 181 Regexp* cre = cw.Walk(this, NULL); in Simplify() local 182 if (cre == NULL) in Simplify() 183 return cre; in Simplify() 185 Regexp* sre = sw.Walk(cre, NULL); in Simplify() 186 cre->Decref(); in Simplify()
|
/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/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | spawnbase.py | 451 cre = re.compile(self._coerce_expect_string('.{%d}' % size), re.DOTALL) 453 index = self.expect([cre, self.delimiter])
|
/external/python/cpython3/Lib/email/ |
D | generator.py | 384 cre = cls._compile_re('^--' + re.escape(b) + '(--)?$', re.MULTILINE) 385 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 | 1200 def _match(self, cre, s): argument 1205 self.mo = cre.match(s) 1208 self._mesg("\tmatched %r => %r" % (cre.pattern, self.mo.groups()))
|
D | pdb.py | 95 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname)) 103 if cre.match(line):
|
/external/libchrome/third_party/ply/ |
D | lex.py | 152 for cre, findex in ritem: 159 newre.append((cre,newfindex))
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 169 cre { return CRE; }
|
/external/ply/ply/ply/ |
D | lex.py | 155 for cre, findex in ritem: 162 newre.append((cre, newfindex))
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 877 cre = re.compile('.{%d}' % size, re.DOTALL) 878 index = self.expect ([cre, self.delimiter]) # delimiter default is EOF
|
/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/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/llvm-project/openmp/runtime/src/ |
D | kmp_itt.inl | 998 KMP_ITT_DEBUG_PRINT("[stk cre] %p\n", id);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | localeCanonicalization.txt | 108 cre ; cr
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | localeCanonicalization.txt | 108 cre ; cr
|
/external/cldr/common/testData/localeIdentifiers/ |
D | localeCanonicalization.txt | 108 cre ; cr
|
/external/icu/icu4c/source/test/testdata/ |
D | localeCanonicalization.txt | 108 cre ; cr
|