/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
doctest.py | 569 ''', re.MULTILINE | re.VERBOSE) 591 """, re.VERBOSE | re.MULTILINE | re.DOTALL) 714 re.MULTILINE) 744 _INDENT_RE = re.compile('^([ ]*)(?=\S)', re.MULTILINE) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
PatternTest.java | 61 Pattern.MULTILINE, Pattern.DOTALL, Pattern.UNICODE_CASE 784 Pattern pat = Pattern.compile("(^$)*\n", Pattern.MULTILINE); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ScannerTest.java | 730 Pattern.MULTILINE)); 735 Pattern.MULTILINE)); 743 Pattern.MULTILINE)); 751 Pattern.MULTILINE)); 756 Pattern.MULTILINE)); [all...] |
/external/v8/src/ |
scanner.cc | 687 // Allow CR+LF newlines in multiline string literals. 689 // Allow LF+CR newlines in multiline string literals. [all...] |
mirror-debugger.js | 1220 * Returns whether this regular expression has the multiline (m) flag set. 1221 * @return {boolean} Value of the multiline flag 1223 RegExpMirror.prototype.multiline = function() { 1224 return this.value_.multiline; [all...] |
parser.h | 223 bool multiline, [all...] |
scanner.h | 645 // inside multiline comments.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
Pattern2Test.java | [all...] |
/external/pcre/dist/testdata/ |
testoutput2 | 527 Options: multiline 535 Options: multiline 541 Options: caseless multiline 622 Options: multiline 639 Options: anchored multiline 645 Options: multiline 692 Options: multiline 710 Options: multiline 726 Options: multiline 1345 Options: multiline [all...] |
/cts/hostsidetests/security/src/android/cts/security/ |
SELinuxHostTest.java | 719 Pattern.MULTILINE);
|
/cts/tools/utils/ |
buildCts.py | 50 pattern = re.compile(r'^\s*([^:#=\s]+)\s*:=\s*(.*?[^\\])$', re.MULTILINE + re.DOTALL)
|
/external/clang/docs/ |
ClangFormatStyleOptions.rst | 218 If ``true``, always break before multiline string literals.
|
/external/clang/include/clang/Format/ |
Format.h | 278 /// \brief If \c true, always break before multiline string literals.
|
/external/clang/lib/Rewrite/ |
HTMLRewrite.cpp | 31 /// multiline.
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
CGI.java | 326 // NOTE: Multiline header items not supported!
|
/external/llvm/docs/CommandGuide/ |
lit.rst | 378 Each test result may include additional (multiline) log information in the
|
/external/llvm/docs/TableGen/ |
LangIntro.rst | 114 usually called a "code fragment", but is just a multiline string literal
|
/external/llvm/lib/MC/MCParser/ |
AsmLexer.cpp | 401 // TODO: does gas allow multiline string constants?
|
/external/markdown/markdown/ |
blockprocessors.py | 365 RE = re.compile(r'^.*?\n[=-]{3,}', re.MULTILINE)
|
/external/nanopb-c/generator/google/protobuf/ |
text_format.py | 305 _WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE)
|
/external/pcre/dist/doc/html/ |
pcrecpp.html | 257 <b>MULTILINE()</b>, <b>DOTALL</b>(), and <b>EXTENDED()</b>.
|
/external/protobuf/python/google/protobuf/internal/ |
text_format_test.py | 295 text = re.compile('\.0$', re.MULTILINE).sub('', text)
|
/external/v8/tools/push-to-trunk/ |
common_includes.py | 77 return re.sub(rexp, replacement, text, flags=re.MULTILINE)
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNode.java | 476 * @return Returns a multiline string containing the dump.
|
/frameworks/base/core/java/android/view/inputmethod/ |
EditorInfo.java | 133 * {@link #IME_ACTION_NEXT}, except allows the IME to be multiline (with
|