HomeSort by relevance Sort by last modified time
    Searched refs:MULTILINE (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 92 M MULTILINE "^" matches the beginning of lines (after a newline)
111 "U", "IGNORECASE", "LOCALE", "MULTILINE", "DOTALL", "VERBOSE",
120 M = MULTILINE = sre_compile.SRE_FLAG_MULTILINE # make anchors look for newline
csv.py 218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
265 {'delim':delim, 'quote':quotechar}, re.MULTILINE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 92 M MULTILINE "^" matches the beginning of lines (after a newline)
111 "U", "IGNORECASE", "LOCALE", "MULTILINE", "DOTALL", "VERBOSE",
120 M = MULTILINE = sre_compile.SRE_FLAG_MULTILINE # make anchors look for newline
csv.py 218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
265 {'delim':delim, 'quote':quotechar}, re.MULTILINE)
  /external/chromium_org/build/android/pylib/
android_commands.py 77 re_avd = re.compile('^[ ]+Name: ([a-zA-Z0-9_:.-]+)', re.MULTILINE)
105 re_device = re.compile('^([a-zA-Z0-9_:.-]+)\tdevice$', re.MULTILINE)
108 re_device = re.compile('^(emulator-[0-9]+)\tdevice', re.MULTILINE)
111 re_device = re.compile('^([a-zA-Z0-9_:.-]+)\toffline$', re.MULTILINE)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 427 Pattern.compile("(\\s|(#.*$))++", Pattern.MULTILINE);
433 Pattern.MULTILINE);
    [all...]
  /hardware/ril/reference-ril/
atchannel.c 284 case MULTILINE:
918 err = at_send_command_full (command, MULTILINE, responsePrefix,
  /external/chromium_org/build/android/pylib/linker/
test_case.py 65 re.MULTILINE | re.DOTALL)
  /external/chromium_org/third_party/simplejson/
decoder.py 18 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
  /external/chromium_org/tools/grit/grit/gather/
chrome_html_unittest.py 22 _NEW_LINE = lazy_re.compile('(\r\n|\r|\n)', re.MULTILINE)
tr_html.py 131 ''', re.MULTILINE | re.DOTALL | re.VERBOSE | re.IGNORECASE)
146 re.MULTILINE | re.DOTALL | re.VERBOSE)
167 ''', re.MULTILINE | re.DOTALL | re.VERBOSE | re.IGNORECASE)
181 ''', re.MULTILINE | re.DOTALL | re.VERBOSE)
187 re.MULTILINE)
193 re.MULTILINE | re.DOTALL)
  /external/clang/utils/
token-delta.py 107 re.DOTALL | re.MULTILINE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 15 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 15 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
  /external/chromium_org/chrome/browser/resources/web_dev_style/
css_checker.py 217 re.MULTILINE | re.VERBOSE)
233 re.MULTILINE | re.VERBOSE)
260 re.MULTILINE | re.VERBOSE)
274 'multiline': True,
309 'multiline': True,
313 'multiline': True,
322 'multiline': True,
340 # If the check is multiline, it receieves the whole file and gives us
341 # back a list of things wrong. If the check isn't multiline, we pass it
343 if ('multiline' in check and check['multiline'])
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInstrumentation.py 177 source = re.sub("/\*(.|\n)*?\*/", "", source, re.MULTILINE) # Remove block comments
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 305 _WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE)
  /external/markdown/markdown/
blockprocessors.py 365 RE = re.compile(r'^.*?\n[=-]{3,}', re.MULTILINE)
  /external/protobuf/python/google/protobuf/
text_format.py 302 _WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 43 ''', re.VERBOSE | re.IGNORECASE | re.MULTILINE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 33 """, re.VERBOSE | re.MULTILINE).search
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 43 ''', re.VERBOSE | re.IGNORECASE | re.MULTILINE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 33 """, re.VERBOSE | re.MULTILINE).search
  /external/chromium_org/
PRESUBMIT.py 300 input_api.re.MULTILINE)
431 input_api.re.MULTILINE)
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 593 Pattern.compile("(\\s|(#.*$))++", Pattern.MULTILINE);
599 Pattern.MULTILINE);
    [all...]

Completed in 1258 milliseconds

1 23 4 5