/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
InputAttributes.java | 126 // If it's not multiline and the autoCorrect flag is not set, then don't correct
|
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
test_assertions.py | 196 # Error messages are multiline so not testing on full message
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
test_assertions.py | 196 # Error messages are multiline so not testing on full message
|
/prebuilts/go/darwin-x86/src/runtime/ |
extern.go | 95 detailed multiline info every X milliseconds, describing state of the scheduler,
|
/prebuilts/go/linux-x86/src/runtime/ |
extern.go | 95 detailed multiline info every X milliseconds, describing state of the scheduler,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 196 # Error messages are multiline so not testing on full message
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 196 # Error messages are multiline so not testing on full message
|
/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"
|
/external/clang/unittests/Format/ |
FormatTest.cpp | [all...] |
/cts/tools/dasm/src/dasm/ |
parser.cup | 439 // multiline form of field description 733 // complex (multiline) instructions
|
/external/clang/docs/ |
ClangFormatStyleOptions.rst | 290 If ``true``, always break before multiline string literals. 292 This flag is mean to make cases where there are multiple multiline strings
|
/external/webrtc/ |
PRESUBMIT.py | 115 input_api.re.MULTILINE) 232 re.MULTILINE | re.DOTALL)
|
/hardware/ril/reference-ril/ |
atchannel.c | 272 case MULTILINE: 856 err = at_send_command_full (command, MULTILINE, responsePrefix,
|
/prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/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)
|
/prebuilts/gdb/linux-x86/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/gdb/linux-x86/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)
|
/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)
|
/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/v8/src/ |
log.cc | 969 // (re.global?"g":"") + (re.ignorecase?"i":"") + (re.multiline?"m":"") 1001 // multiline flag 1002 Handle<Object> multiline = local 1003 Object::GetProperty(isolate, regexp, "multiline").ToHandleChecked(); 1004 if (multiline->IsTrue()) { [all...] |
/external/v8/test/cctest/ |
test-regexp.cc | 548 static RegExpNode* Compile(const char* input, bool multiline, bool unicode, 554 &reader, multiline, unicode, 562 RegExpEngine::Compile(isolate, zone, &compile_data, false, false, multiline, 568 static void Execute(const char* input, bool multiline, bool unicode, 572 RegExpNode* node = Compile(input, multiline, unicode, is_one_byte, &zone); [all...] |
/frameworks/support/compat/java/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompat.java | [all...] |
/external/pcre/dist/doc/ |
pcregrep.txt | 424 mance, and the -M (multiline) option ceases to work. 476 -M, --multiline [all...] |