Searched
full:newlines (Results
426 -
450 of
1200) sorted by null
<<11121314151617181920>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_io.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_subprocess.py | 440 if hasattr(file, 'newlines'):
450 # universal newlines through communicate()
469 if hasattr(file, 'newlines'):
[all...] |
test_cgi.py | 199 # to prevent that for files that do not contain any newlines in
|
/external/v8/src/parsing/ |
scanner.cc | 947 // Skip escaped newlines. 950 // Allow CR+LF newlines in multiline string literals. 952 // Allow LF+CR newlines in multiline string literals. [all...] |
/build/kati/ |
expr.cc | 542 // Then continue skipping escaped newlines, spaces, and tabs
|
/build/make/tools/releasetools/ |
edify_generator.py | 51 to a given line length, replacing nulls with spaces and/or newlines
|
/build/soong/androidmk/parser/ |
parser.go | 488 // which may included escaped newlines
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
binhex.py | 291 # much to decode: there may be newlines in the incoming data.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
encoder.py | 133 indent level. An indent level of 0 will only insert newlines.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
binhex.py | 285 # much to decode: there may be newlines in the incoming data.
|
timeit.py | 117 The statements may contain newlines, as long as they don't contain
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
encoder.py | 131 indent level. An indent level of 0 will only insert newlines.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/ |
validate.py | 64 * That the headers don't contain newlines or colons, end in _ or -, or
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
cStringIO.c | 456 "Note that newlines are not added. The sequence can be any iterable object\n"
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
JUnitCodeGen.java | 229 // strip newlines for (...) tree stuff
|
/external/autotest/tko/parsers/ |
version_1_unittest.py | 105 """Tests that newlines are handled properly."""
|
/external/boringssl/src/crypto/base64/ |
base64.c | 437 /* Trim newlines, spaces and tabs from the end of the line. */
|
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
atrace_agent.py | 337 # Skip any initial newlines.
|
/external/clang/include/clang-c/ |
Documentation.h | 245 * immediately following it in the comment text. Newlines between paragraphs
|
/external/clang/lib/Format/ |
ContinuationIndenter.h | 136 /// by clang-format and string literals with escaped newlines.
|
/external/curl/lib/ |
pingpong.c | 406 /* We got an excessive line without newlines and we need to deal
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
StructuralWhitespaceStripper.java | 169 * where the trailing newlines for both the opening and closing of the 'if' command should be
|
/external/jsoncpp/src/lib_json/ |
json_writer.cpp | 428 // Comments are stripped of newlines, so add one here
|
/external/libjpeg-turbo/ |
rdjpgcom.c | 245 * Newlines in CR, CR/LF, or LF form will be printed as one newline.
|
/external/llvm/lib/TableGen/ |
TGLexer.cpp | 219 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
|
Completed in 623 milliseconds
<<11121314151617181920>>