/external/v8/src/ |
D | regexp.js | 24 + (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/ |
D | PrintSettings.java | 21 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/ |
D | regress-219.js | 39 function assertFlags(re, global, multiline, ignoreCase) { argument 42 (multiline ? assertTrue : assertFalse)(re.multiline, name + "m");
|
D | regress-1217.js | 35 assertEquals(false, proto.multiline);
|
/external/llvm/test/DebugInfo/ |
D | multiline.ll | 8 ; 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/ |
D | regexp-static.js | 147 RegExp.multiline = "foo"; 148 assertTrue(typeof RegExp.multiline == typeof Boolean(), "RegExp.multiline coerces values to boolean…
|
D | regexp.js | 436 assertFalse(re.multiline); 443 assertTrue(re.multiline); 456 assertFalse(re.multiline); 474 assertTrue(re.multiline);
|
/external/llvm/test/TableGen/ |
D | CStyleComment.td | 1 // Test that multiline, nested, comments work correctly.
|
/external/v8/test/webkit/fast/js/kde/ |
D | RegExp-expected.txt | 41 PASS (/a/).multiline is false 42 PASS rm.multiline is true 48 PASS rm.multiline is true 108 PASS reg.multiline === false is true
|
D | RegExp.js | 58 rm.multiline = false;
|
/external/markdown/tests/misc/ |
D | benchmark.dat | 42 multiline-comments:0.090000:0.000000
|
/external/v8/test/webkit/fast/js/ |
D | Object-getOwnPropertyNames-expected.txt | 50 …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…
|
D | regexp-bol-with-multiline-expected.txt | 24 Test for beginning of line (BOL or ^) matching in a multiline string
|
/external/regex-re2/ |
D | ucs2.diff | 246 - 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/ |
D | multiline-comment-newline-expected.txt | 24 This test checks that a multiline comment containing a newline is converted to a line terminator to…
|
D | regexp-compile-expected.txt | 30 PASS re.multiline is false
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
D | coding_style.txt | 6 - 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/ |
D | MANIFEST | 215 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/ |
D | c-language-features.inc | 4 multiline comment */
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 500 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/ |
D | pcregrep.c | 192 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()
|
D | pcrecpp.h | 392 bool multiline() const { in multiline() function
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | usingdatastore.rst | 67 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/ |
D | Field.h | 133 FX_BOOL multiline(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError); 305 JS_STATIC_PROP(multiline, Field);
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 1641 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()
|