HomeSort by relevance Sort by last modified time
    Searched full:multiline (Results 126 - 150 of 466) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/catapult/systrace/systrace/agents/
atrace_agent.py 609 flags=re.MULTILINE)
634 flags=re.MULTILINE)
657 buffer_start_re = re.compile(r'^#+ CPU \d+ buffer started', re.MULTILINE)
670 end_of_header = re.search(r'^[^#]', out, re.MULTILINE).start()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
html_output_formatter.py 85 results_html, re.MULTILINE | re.DOTALL)
  /external/chromium-trace/catapult/third_party/WebOb/webob/
client.py 163 # Python 3 has multiline values for continuations, Python 2
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
aliaspass_test.py 140 Event; // nested multiline scope alias
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
guestbook.py 37 content = db.StringProperty(multiline=True)
  /external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/
paper-autogrow-textarea.html 122 // Enforce the min and max heights for a multiline input to avoid measurement
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/
paper-autogrow-textarea.html 122 // Enforce the min and max heights for a multiline input to avoid measurement
  /external/deqp/scripts/src_util/
pre_commit.py 86 re.MULTILINE)
  /external/v8/test/message/
testcfg.py 39 MODULE_PATTERN = re.compile(r"^// MODULE$", flags=re.MULTILINE)
  /external/v8/test/mjsunit/harmony/
regexp-sticky.js 122 // matches only at the beginning of Input, or (if Multiline is true) at the
  /external/webrtc/webrtc/tools/e2e_quality/audio/
run_audio_test.py 61 re.MULTILINE).group(2)
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java 66 /* Normal Edit Text w/Cap Multiline Flag */
  /frameworks/base/tools/aapt2/
Flags.cpp 102 // the first line) followed by the description line. This will make sure that multiline
  /frameworks/compile/slang/
slang_rs_reflect_utils.h 123 void comment(const std::string& s); // Outputs a multiline comment.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_constants.py 206 SRE_FLAG_MULTILINE = 8 # treat target as multiline string
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_constants.py 206 SRE_FLAG_MULTILINE = 8 # treat target as multiline string
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 206 SRE_FLAG_MULTILINE = 8 # treat target as multiline string
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 206 SRE_FLAG_MULTILINE = 8 # treat target as multiline string
  /external/pcre/dist/
pcregrep.c 192 static BOOL multiline = FALSE; variable
364 { OP_NODATA, 'M', NULL, "multiline", "run in multiline mode" },
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 200 m = re.match(r'\s*((lexer|parser|tree)\s+|)grammar\s+(\S+);', grammar, re.MULTILINE)
366 m = re.match(r'\s*((lexer|parser|tree)\s+|)grammar\s+(\S+);', grammar, re.MULTILINE)
  /external/autotest/server/cros/
factory_install_test.py 250 re.MULTILINE))
326 "^CHROMEOS_RELEASE_DESCRIPTION=.*Test Build", data, re.MULTILINE), (
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
ls.py 285 # For field values that are multiline, add indenting to make it look
293 # Start multiline values on a new line if they aren't already.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
encoding_test.py 371 encoding.MessageToRepr(msg, multiline=True),
377 encoding.MessageToRepr(msg, multiline=True, no_modules=True),
  /external/clang/lib/Format/
ContinuationIndenter.h 124 /// \brief Adds a multiline token to the \p State.
131 /// \brief Returns \c true if the next token starts a multiline string
  /external/pdfium/fpdfsdk/src/javascript/
Field.h 154 FX_BOOL multiline(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
530 JS_STATIC_PROP(multiline, Field);

Completed in 6782 milliseconds

1 2 3 4 56 7 8 91011>>