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

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 155 name="Multiline Text"
  /cts/tools/dasm/src/dasm/
parser.cup 439 // multiline form of field description
733 // complex (multiline) instructions
  /hardware/ril/reference-ril/
atchannel.c 275 case MULTILINE:
866 err = at_send_command_full (command, MULTILINE, responsePrefix,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 86 # Multiline generator expression (test for .lineno & .col_offset)
134 # Multiline dict (test for .lineno & .col_offset)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE)
372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE)
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 86 # Multiline generator expression (test for .lineno & .col_offset)
134 # Multiline dict (test for .lineno & .col_offset)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE)
372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE)
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/v8/test/cctest/
test-regexp.cc 500 static RegExpNode* Compile(const char* input, bool multiline, bool is_one_byte,
505 if (!v8::internal::RegExpParser::ParseRegExp(&reader, multiline,
512 RegExpEngine::Compile(&compile_data, false, false, multiline, false, pattern,
518 static void Execute(const char* input, bool multiline, bool is_one_byte,
522 RegExpNode* node = Compile(input, multiline, is_one_byte, &zone);
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 612 public void setMultiLine(Object info, boolean multiLine);
    [all...]
  /external/pcre/dist/doc/
pcregrep.txt 424 mance, and the -M (multiline) option ceases to work.
476 -M, --multiline
    [all...]
pcrecpp.3 
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 105 <dd>Demonstrates a baseline alignment with a multiline field. </dd>
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
doctest_webapp.py 305 """, re.MULTILINE | re.VERBOSE)
  /external/llvm/
Makefile 262 # Multiline variable defining a recursive function for finding svn repos rooted at
  /external/llvm/docs/TableGen/
LangRef.rst 79 :token:`TokCodeFragment` is essentially a multiline string literal
  /external/pcre/dist/doc/html/
pcregrep.html 446 performance, and the <b>-M</b> (multiline) option ceases to work.
496 <b>-M</b>, <b>--multiline</b>
504 When this option is set, the PCRE library is called in "multiline" mode.
    [all...]
  /external/v8/src/
d8.h 331 // of the program will be picked up and returned as a multiline string. If
  /packages/experimental/procstatlog/
procstatlog.c 41 // /proc/<filename>:<label> = <part of a multiline file>
  /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/opencv/cxcore/src/
cxpersistence.cpp 1641 int multiline; local
2601 int multiline; local
    [all...]
  /external/pcre/dist/
HACKING 178 OP_CIRCM ^ multiline mode (start of data or after newline)
194 OP_DOLLM $ multiline mode (end of data or before newline)
pcre_internal.h     [all...]

Completed in 363 milliseconds

1 2 3 4 56 7 8 91011>>