HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 1551 - 1575 of 3066) sorted by null

<<61626364656667686970>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 109 import re namespace
443 # a re to match a gzip Accept-Encoding
444 aepattern = re.compile(r"""
447 """, re.VERBOSE | re.IGNORECASE)
fractions.py 11 import re namespace
29 _RATIONAL_FORMAT = re.compile(r"""
41 """, re.VERBOSE | re.IGNORECASE)
67 # We're immutable, so use __new__ not __init__
nntplib.py 32 import re namespace
320 line_pat = re.compile("^(?P<group>[^ \t]+)[ \t]+(.*)$")
460 pat = re.compile('^([0-9]+) ?(.*)\n?')
502 line_pat = re.compile("^([^ \t]+)[ \t]+(.*)$")
tokenize.py 29 import string, re namespace
102 re.compile, (Token, PseudoToken, Single3, Double3))
103 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 9 import sys, os, string, re namespace
95 rel_re = re.compile (r'[\d.]+')
215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
248 _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace)
249 _squote_re = re.compile(r"'(?:[^'\\]|\\.)*'")
250 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
380 generated in indirect mode; unless you know what you're doing, leave
390 # in debug mode and optimize is 0. If we're not in debug mode (-O
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
encoder.py 3 import re namespace
14 ESCAPE = re.compile(r'[\x00-\x1f\\"\b\f\n\r\t]')
15 ESCAPE_ASCII = re.compile(r'([\\"]|[^\ -~])')
16 HAS_UTF8 = re.compile(r'[\x80-\xff]')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_site.py 13 import re namespace
117 re.escape(os.path.join(pth_dir, pth_fn)))
132 re.escape(os.path.join(pth_dir, pth_fn)))
146 re.escape(os.path.join(pth_dir, pth_fn)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 109 import re namespace
443 # a re to match a gzip Accept-Encoding
444 aepattern = re.compile(r"""
447 """, re.VERBOSE | re.IGNORECASE)
fractions.py 11 import re namespace
29 _RATIONAL_FORMAT = re.compile(r"""
41 """, re.VERBOSE | re.IGNORECASE)
67 # We're immutable, so use __new__ not __init__
nntplib.py 32 import re namespace
320 line_pat = re.compile("^(?P<group>[^ \t]+)[ \t]+(.*)$")
460 pat = re.compile('^([0-9]+) ?(.*)\n?')
502 line_pat = re.compile("^([^ \t]+)[ \t]+(.*)$")
tokenize.py 29 import string, re namespace
102 re.compile, (Token, PseudoToken, Single3, Double3))
103 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 9 import sys, os, string, re namespace
95 rel_re = re.compile (r'[\d.]+')
215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
248 _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace)
249 _squote_re = re.compile(r"'(?:[^'\\]|\\.)*'")
250 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
380 generated in indirect mode; unless you know what you're doing, leave
390 # in debug mode and optimize is 0. If we're not in debug mode (-O
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
encoder.py 3 import re namespace
14 ESCAPE = re.compile(r'[\x00-\x1f\\"\b\f\n\r\t]')
15 ESCAPE_ASCII = re.compile(r'([\\"]|[^\ -~])')
16 HAS_UTF8 = re.compile(r'[\x80-\xff]')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 13 import re namespace
117 re.escape(os.path.join(pth_dir, pth_fn)))
132 re.escape(os.path.join(pth_dir, pth_fn)))
146 re.escape(os.path.join(pth_dir, pth_fn)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 109 import re namespace
443 # a re to match a gzip Accept-Encoding
444 aepattern = re.compile(r"""
447 """, re.VERBOSE | re.IGNORECASE)
fractions.py 11 import re namespace
29 _RATIONAL_FORMAT = re.compile(r"""
41 """, re.VERBOSE | re.IGNORECASE)
67 # We're immutable, so use __new__ not __init__
nntplib.py 32 import re namespace
320 line_pat = re.compile("^(?P<group>[^ \t]+)[ \t]+(.*)$")
460 pat = re.compile('^([0-9]+) ?(.*)\n?')
502 line_pat = re.compile("^([^ \t]+)[ \t]+(.*)$")
tokenize.py 29 import string, re namespace
102 re.compile, (Token, PseudoToken, Single3, Double3))
103 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 9 import sys, os, string, re namespace
95 rel_re = re.compile (r'[\d.]+')
215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
248 _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace)
249 _squote_re = re.compile(r"'(?:[^'\\]|\\.)*'")
250 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
380 generated in indirect mode; unless you know what you're doing, leave
390 # in debug mode and optimize is 0. If we're not in debug mode (-O
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
encoder.py 3 import re namespace
14 ESCAPE = re.compile(r'[\x00-\x1f\\"\b\f\n\r\t]')
15 ESCAPE_ASCII = re.compile(r'([\\"]|[^\ -~])')
16 HAS_UTF8 = re.compile(r'[\x80-\xff]')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
constraintquery.py 20 import re namespace
terulequery.py 20 import re namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 13 import re namespace
117 re.escape(os.path.join(pth_dir, pth_fn)))
132 re.escape(os.path.join(pth_dir, pth_fn)))
146 re.escape(os.path.join(pth_dir, pth_fn)))
  /external/autotest/client/cros/
power_status.py 5 import collections, ctypes, fcntl, glob, logging, math, numpy, os, re, struct namespace
478 logging.debug('Butterfly on_ac, delay and re-check')
896 result = re.findall(r'Current.* = (\d+)Mhz', ln)
900 result = re.findall(r'(\d+)[,M]', ln)
947 result = re.findall(self._I915_CUR_FREQ_RE, ln)
    [all...]
  /external/v8/src/regexp/
jsregexp.h 42 MUST_USE_RESULT static MaybeHandle<Object> Compile(Handle<JSRegExp> re,
55 static void IrregexpInitialize(Handle<JSRegExp> re,
61 static void AtomCompile(Handle<JSRegExp> re,
195 static int IrregexpMaxRegisterCount(FixedArray* re);
196 static void SetIrregexpMaxRegisterCount(FixedArray* re, int value);
197 static int IrregexpNumberOfCaptures(FixedArray* re);
198 static int IrregexpNumberOfRegisters(FixedArray* re);
199 static ByteArray* IrregexpByteCode(FixedArray* re, bool is_one_byte);
200 static Code* IrregexpNativeCode(FixedArray* re, bool is_one_byte);
212 static bool CompileIrregexp(Handle<JSRegExp> re,
    [all...]

Completed in 874 milliseconds

<<61626364656667686970>>