HomeSort by relevance Sort by last modified time
    Searched full:newlines (Results 551 - 575 of 1200) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 860 f.newlines
869 f.newlines
test_subprocess.py 491 if hasattr(file, 'newlines'):
501 # universal newlines through communicate()
520 if hasattr(file, 'newlines'):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 860 f.newlines
869 f.newlines
test_subprocess.py 491 if hasattr(file, 'newlines'):
501 # universal newlines through communicate()
520 if hasattr(file, 'newlines'):
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 474 " <!-- comment2: no newlines -->\n" +
490 " <!-- comment2: no newlines -->\n" +
    [all...]
  /external/python/cpython2/Doc/library/
functions.rst 258 Allowed use of Windows and Mac newlines. Also input in ``'exec'`` mode
    [all...]
stdtypes.rst     [all...]
  /external/clang/lib/Format/
ContinuationIndenter.cpp 335 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0,
538 unsigned Newlines = std::max(
540 Whitespaces.replaceWhitespace(Current, Newlines,
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp     [all...]
  /external/python/cpython2/Lib/test/
test_subprocess.py 506 if hasattr(file, 'newlines'):
516 # universal newlines through communicate()
535 if hasattr(file, 'newlines'):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py 491 if hasattr(file, 'newlines'):
501 # universal newlines through communicate()
520 if hasattr(file, 'newlines'):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py 491 if hasattr(file, 'newlines'):
501 # universal newlines through communicate()
520 if hasattr(file, 'newlines'):
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 32 // Print as many newlines as necessary (but at least min newlines) to get to
224 // lines are broken using newlines so comments remain aligned
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 32 // Print as many newlines as necessary (but at least min newlines) to get to
224 // lines are broken using newlines so comments remain aligned
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 113 as_one_line: Don't introduce newlines between fields.
188 as_one_line: Don't introduce newlines between fields.
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 71 "\"A string with ' characters \n and \r newlines and \t tabs and \001 "
76 "\"\\\"A string with \\' characters \\n and \\r newlines "
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 103 * so this class never adds newlines or indentation. If you
119 * explicitly to add newlines or indentation. Alternatively, you
    [all...]
  /external/toybox/toys/posix/
sed.c 32 A SCRIPT is a series of one or more COMMANDs separated by newlines or
34 by newlines, followed by all lines from -f SCRIPT_FILEs, in order.
    [all...]
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 537 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
554 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
    [all...]
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 621 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
639 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
    [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 537 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029).
552 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029).
    [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 567 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029).
582 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029).
    [all...]
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 555 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
572 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
    [all...]
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.cc 526 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
543 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
    [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 580 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
598 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
    [all...]

Completed in 943 milliseconds

<<21222324252627282930>>