Home
last modified time | relevance | path

Searched refs:cre (Results 1 – 25 of 68) 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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dsimplify.cc181 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/
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/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dspawnbase.py451 cre = re.compile(self._coerce_expect_string('.{%d}' % size), re.DOTALL)
453 index = self.expect([cre, self.delimiter])
/external/python/cpython3/Lib/email/
Dgenerator.py384 cre = cls._compile_re('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
385 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.py1200 def _match(self, cre, s): argument
1205 self.mo = cre.match(s)
1208 self._mesg("\tmatched %r => %r" % (cre.pattern, self.mo.groups()))
Dpdb.py95 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname))
103 if cre.match(line):
/external/libchrome/third_party/ply/
Dlex.py152 for cre, findex in ritem:
159 newre.append((cre,newfindex))
/external/mesa3d/src/intel/tools/
Di965_lex.l169 cre { return CRE; }
/external/ply/ply/ply/
Dlex.py155 for cre, findex in ritem:
162 newre.append((cre, newfindex))
/external/autotest/client/common_lib/
Dpexpect.py877 cre = re.compile('.{%d}' % size, re.DOTALL)
878 index = self.expect ([cre, self.delimiter]) # delimiter default is EOF
/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/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/llvm-project/openmp/runtime/src/
Dkmp_itt.inl998 KMP_ITT_DEBUG_PRINT("[stk cre] %p\n", id);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DlocaleCanonicalization.txt108 cre ; cr
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DlocaleCanonicalization.txt108 cre ; cr
/external/cldr/common/testData/localeIdentifiers/
DlocaleCanonicalization.txt108 cre ; cr
/external/icu/icu4c/source/test/testdata/
DlocaleCanonicalization.txt108 cre ; cr

123