Home
last modified time | relevance | path

Searched defs:CRLF (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/npm/node_modules/stringify-package/
Dindex.js6 const CRLF = '\r\n' constant
/third_party/node/test/parallel/
Dtest-http-header-overflow.js9 const CRLF = '\r\n'; constant
Dtest-http-upgrade-client2.js26 const CRLF = '\r\n'; constant
Dtest-https-foafssl.js46 const CRLF = '\r\n'; constant
/third_party/python/Lib/email/
Dbase64mime.py40 CRLF = '\r\n' variable
Dquoprimime.py46 CRLF = '\r\n' variable
Dutils.py45 CRLF = '\r\n' variable
/third_party/cef/tools/yapf/yapf/yapflib/
Dfile_resources.py32 CRLF = '\r\n' variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary_test.cpp180 TEST_F(TextToBinaryTest, CRLF) { in TEST_F() argument
Dtext_word_get_test.cpp238 TEST(TextWordGet, CRLF) { argument
/third_party/spirv-tools/test/
Dtext_to_binary_test.cpp180 TEST_F(TextToBinaryTest, CRLF) { in TEST_F() argument
Dtext_word_get_test.cpp238 TEST(TextWordGet, CRLF) { argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary_test.cpp180 TEST_F(TextToBinaryTest, CRLF) { in TEST_F() argument
Dtext_word_get_test.cpp238 TEST(TextWordGet, CRLF) { argument
/third_party/node/lib/
D_http_common.js270 CRLF: '\r\n', property
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary_test.cpp181 TEST_F(TextToBinaryTest, CRLF) { in TEST_F() argument
Dtext_word_get_test.cpp236 TEST(TextWordGet, CRLF) { argument
/third_party/cups-filters/filter/
Dtexttotext.c48 CRLF = 2 enumerator
/third_party/python/Lib/
Dpoplib.py42 CRLF = CR+LF variable
Dsmtplib.py64 CRLF = "\r\n" variable
Dftplib.py70 CRLF = '\r\n' variable
Dimaplib.py40 CRLF = b'\r\n' variable
/third_party/ninja/src/
Dmanifest_parser_test.cc1083 TEST_F(ParserTest, CRLF) { in TEST_F() argument
/third_party/lwip/src/apps/http/
Dhttpd.c120 #define CRLF "\r\n" macro