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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 113 int f_newlinetypes; /* Types of newlines seen */
878 Write the sequence of strings to the file. Note that newlines are not\n\
    [all...]
  /external/icu/icu4c/source/test/iotest/
filetst.c 789 TestLineCount("\n", "\n", 1024); /* Unix newlines */
790 TestLineCount("\r\n", "\r\n", 1024);/* Windows newlines */
791 TestLineCount("a\r\n", "\r\n", 1024);/* Windows newlines offset by 1 byte */
792 TestLineCount("\r\n", "a\r\n", 1024);/* Windows newlines offset with data */
793 TestLineCount("\n", "a\n", 1024); /* Unix newlines offset with data */
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 289 * Are newlines and adjacent spaces significant in the given node's innerHTML?
618 // walk over each character looking for tabs and newlines.
619 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 98 int f_newlinetypes; /* Types of newlines seen */
867 Write the sequence of strings to the file. Note that newlines are not\n\
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp 459 infoSink.info.message(EPrefixError, "#version: statement must appear first in es-profile shader; before comments or newlines");
742 // the preprocessor and outputting newlines appropriately if the source string
772 // newlines appropriately. Otherwise, returns false and outputs nothing.
791 // output stream for newlines.
794 // processed. It is tracked in order for newlines to be inserted when a new
799 // It is tracked in order for newlines to be inserted when a token appears
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 72 kill_bogus_lines - get rid of extra newlines
957 /* Ignore two newlines before a dot. */
970 /* Ignore two newlines when last line was dot. */
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 238 * Build a javascript URL containing the following (without spaces and newlines)
  /cts/tools/dasm/src/dasm/
Scanner.java 210 // return single SEP token (skip multiple newlines
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
split.h 344 usually run with hundreds of newlines. The overhead of
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
code.py 253 internal newlines. The line is appended to a buffer and the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
utils.py 79 # Fix newlines with no preceding carriage return
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_io.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
split.h 344 usually run with hundreds of newlines. The overhead of
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
reindent.py 141 """Return line stripped of trailing spaces, tabs, newlines.
  /external/autotest/utils/
reindent.py 140 """Return line stripped of trailing spaces, tabs, newlines.
  /external/bison/m4/
getopt.m4 210 dnl is ambiguous with environment values that contain newlines.
  /external/e2fsprogs/util/
subst.c 232 * Strip newlines and comments.
  /external/flatbuffers/src/
idl_gen_text.cpp 29 // If indentation is less than 0, that indicates we don't want any newlines
  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test.py 284 # system used. Therefore, we need to strip those \r's from newlines
  /external/googletest/googletest/cmake/
internal_utils.cmake 58 # Newlines inside flags variables break CMake's NMake generator.
  /external/googletest/googletest/test/
gtest_output_test.py 285 # system used. Therefore, we need to strip those \r's from newlines
  /external/icu/icu4c/source/i18n/
rbt_pars.h 345 * newlines
  /external/libcups/filter/
commandtops.c 222 * Log the query code, breaking at newlines...
  /external/llvm/lib/LineEditor/
LineEditor.cpp 266 // Strip any newlines off the end of the string.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MultipartBuilder.java 142 * double-quotes, newlines, percent signs, and the like in your field names.

Completed in 1572 milliseconds

<<11121314151617181920>>