Home
last modified time | relevance | path

Searched refs:cre (Results 1 – 25 of 51) 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/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/python/cpython2/Lib/
Dimaplib.py1044 def _match(self, cre, s): argument
1049 self.mo = cre.match(s)
1052 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/selinux/python/sepolgen/src/sepolgen/
Dlex.py125 for cre, findex in ritem:
132 newre.append((cre,newfindex))
/external/libmojo/third_party/ply/
Dlex.py152 for cre, findex in ritem:
159 newre.append((cre,newfindex))
/external/ply/ply/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/hyphenation-patterns/fr/
Dhyph-fr.pat.txt170 4cre.
/external/swiftshader/third_party/LLVM/projects/sample/
Dconfigure818 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/fdlibm/
Dconfigure449 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/icu/icu4c/source/data/misc/
Dmetadata.txt210 cre{
/external/iputils/ninfod/
Dconfigure899 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/fec/
Dconfigure484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_lexpos.utf306 ADJ_SG "creído" :G2P
/external/google-breakpad/
Dconfigure1002 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/netperf/
Dconfigure958 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/pcre/dist2/doc/
Dpcre2test.txt631 Some tests use long patterns that are very repetitive. Instead of cre-
/external/liblzf/
Dconfigure869 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/stressapptest/
Dconfigure936 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/tcpdump/
Dconfigure943 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/icu/icu4c/source/
Dconfigure1043 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/libpcap/
Dconfigure989 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
/external/e2fsprogs/
Dconfigure1131 -no-create | --no-create | --no-creat | --no-crea | --no-cre \

123