Home
last modified time | relevance | path

Searched refs:multiline (Results 1 – 25 of 52) sorted by relevance

123

/external/v8/src/
Dregexp.js24 + (pattern.multiline ? 'm' : '');
35 var multiline = false;
53 if (multiline) {
56 multiline = true;
69 %RegExpInitializeObject(object, pattern, global, ignoreCase, multiline, sticky);
261 (regexp.ignoreCase ? regexp.multiline ? "im" : "i"
262 : regexp.multiline ? "m" : ""));
276 if (this.multiline) result += 'm';
433 var multiline = false;
434 var RegExpGetMultiline = function() { return multiline; };
[all …]
/external/mockito/src/org/mockito/internal/reporting/
DPrintSettings.java21 private boolean multiline; field in PrintSettings
24 public void setMultiline(boolean multiline) { in setMultiline() argument
25 this.multiline = multiline; in setMultiline()
29 return multiline; in isMultiline()
/external/v8/test/mjsunit/regress/
Dregress-219.js39 function assertFlags(re, global, multiline, ignoreCase) { argument
42 (multiline ? assertTrue : assertFalse)(re.multiline, name + "m");
Dregress-1217.js35 assertEquals(false, proto.multiline);
/external/llvm/test/DebugInfo/
Dmultiline.ll8 ; Generated with clang from multiline.c:
66 !1 = !MDFile(filename: "multiline.c", directory: "/tmp/dbginfo")
70 !5 = !MDFile(filename: "multiline.c", directory: "/tmp/dbginfo")
/external/v8/test/mjsunit/
Dregexp-static.js147 RegExp.multiline = "foo";
148 assertTrue(typeof RegExp.multiline == typeof Boolean(), "RegExp.multiline coerces values to boolean…
Dregexp.js436 assertFalse(re.multiline);
443 assertTrue(re.multiline);
456 assertFalse(re.multiline);
474 assertTrue(re.multiline);
/external/llvm/test/TableGen/
DCStyleComment.td1 // Test that multiline, nested, comments work correctly.
/external/v8/test/webkit/fast/js/kde/
DRegExp-expected.txt41 PASS (/a/).multiline is false
42 PASS rm.multiline is true
48 PASS rm.multiline is true
108 PASS reg.multiline === false is true
DRegExp.js58 rm.multiline = false;
/external/markdown/tests/misc/
Dbenchmark.dat42 multiline-comments:0.090000:0.000000
/external/v8/test/webkit/fast/js/
DObject-getOwnPropertyNames-expected.txt50 …OwnPropertyNames(new RegExp('foo')) is ['global', 'ignoreCase', 'lastIndex', 'multiline', 'source']
51 …;x.__proto__=[1,2,3];return x;})()) is ['global', 'ignoreCase', 'lastIndex', 'multiline', 'source']
80 … 'caller', 'input', 'lastMatch', 'lastParen', 'leftContext', 'length', 'multiline', 'name', 'proto…
81 …'compile', 'constructor', 'exec', 'global', 'ignoreCase', 'lastIndex', 'multiline', 'source', 'tes…
Dregexp-bol-with-multiline-expected.txt24 Test for beginning of line (BOL or ^) matching in a multiline string
/external/regex-re2/
Ducs2.diff246 - status_->set_error_arg("multiline ^ in UCS-2 mode");
271 - status_->set_error_arg("multiline $ in UCS-2 mode");
363 { multi_line, "multiline" },
364 { multi_line|Regexp::NonGreedy, "multiline, nongreedy" },
365 { multi_line|Regexp::Latin1, "multiline, latin1" },
366 - { multi_line|Regexp::UCS2, "multiline, ucs2" },
/external/v8/test/webkit/
Dmultiline-comment-newline-expected.txt24 This test checks that a multiline comment containing a newline is converted to a line terminator to…
Dregexp-compile-expected.txt30 PASS re.multiline is false
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Dcoding_style.txt6 - Align multiline statements with an additional extra tab before each continuation line
49 Try to limit or avoid preprocessor magic and multiline macros and use templates instead where possi…
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
DMANIFEST215 tests/yui/dataurl-noquote-multiline-font.css
216 tests/yui/dataurl-noquote-multiline-font.css.min
287 tests/yui/out/dataurl-noquote-multiline-font.out
288 tests/yui/out/dataurl-noquote-multiline-font.out.b
/external/clang/test/Coverage/
Dc-language-features.inc4 multiline comment */
/external/v8/test/cctest/
Dtest-regexp.cc500 static RegExpNode* Compile(const char* input, bool multiline, bool is_one_byte, in Compile() argument
505 if (!v8::internal::RegExpParser::ParseRegExp(&reader, multiline, in Compile()
512 RegExpEngine::Compile(&compile_data, false, false, multiline, false, pattern, in Compile()
518 static void Execute(const char* input, bool multiline, bool is_one_byte, in Execute() argument
522 RegExpNode* node = Compile(input, multiline, is_one_byte, &zone); in Execute()
/external/pcre/dist/
Dpcregrep.c192 static BOOL multiline = FALSE; variable
1601 length = multiline? (size_t)(endptr - ptr) : linelength; in pcregrep()
1876 if (multiline & !invert) in pcregrep()
1960 if (multiline && invert && match) in pcregrep()
2364 case 'M': multiline = TRUE; options |= PCRE_MULTILINE|PCRE_FIRSTLINE; break; in handle_option()
Dpcrecpp.h392 bool multiline() const { in multiline() function
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Dusingdatastore.rst67 content = db.StringProperty(multiline=True)
167 content = db.StringProperty(multiline=True)
175 Giving the ``db.StringProperty`` constructor the ``multiline=True`` parameter
/external/pdfium/fpdfsdk/include/javascript/
DField.h133 FX_BOOL multiline(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
305 JS_STATIC_PROP(multiline, Field);
/external/opencv/cxcore/src/
Dcxpersistence.cpp1641 int multiline; in icvYMLWriteComment() local
1650 multiline = eol != 0; in icvYMLWriteComment()
1653 if( !eol_comment || multiline || in icvYMLWriteComment()
2601 int multiline; in icvXMLWriteComment() local
2613 multiline = eol != 0; in icvXMLWriteComment()
2616 if( multiline || !eol_comment || fs->buffer_end - ptr < len + 5 ) in icvXMLWriteComment()
2621 if( !multiline ) in icvXMLWriteComment()
2636 if( multiline ) in icvXMLWriteComment()

123