Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/icu/
D.gitattributes1 # The line "* text=auto !eol" means the following:
4 * text=auto !eol
10 # "!eol" is the equivalent of "svneol=native".
12 *.bat text !eol
13 *.c text !eol diff=cpp
14 *.cc text !eol diff=cpp
15 *.classpath text !eol
16 *.cmd text eol=crlf
17 *.cpp text !eol diff=cpp
18 *.css text !eol diff=css
[all …]
/third_party/skia/third_party/externals/angle2/
D.gitattributes2 *.sln eol=crlf
3 *.vcxproj eol=crlf
4 *.vcxproj.filters eol=crlf
5 *.bat eol=crlf
6 *.rc eol=crlf
7 **/compiled/*.h eol=crlf
8 **/shaders/gen/*.inc eol=lf
9 *.sh eol=lf
10 *.gn eol=lf
11 *.gni eol=lf
[all …]
/third_party/lz4/
D.gitattributes2 * text eol=lf
5 *.c text eol=lf
6 *.h text eol=lf
13 *.sln text eol=crlf
14 *.vcxproj* text eol=crlf
15 *.vcproj* text eol=crlf
17 *.rc text eol=crlf
20 *.bat text eol=crlf
21 *.cmd text eol=crlf
/third_party/curl/
D.gitattributes2 buildconf eol=lf
3 configure.ac eol=lf
4 *.m4 eol=lf
5 *.in eol=lf
6 *.am eol=lf
7 *.sh eol=lf
12 *.bat text eol=crlf
13 *.btm text eol=crlf
14 *.cmd text eol=crlf
/third_party/skia/third_party/externals/imgui/
D.gitattributes17 *.sln text eol=crlf
18 *.vcxproj text eol=crlf
19 *.vcxproj.filters text eol=crlf
20 *.natvis text eol=crlf
22 Makefile text eol=lf
23 *.sh text eol=lf
24 *.pbxproj text eol=lf
25 *.storyboard text eol=lf
26 *.plist text eol=lf
/third_party/glslang/
D.gitattributes11 *.h text eol=lf
12 *.c text eol=lf
13 *.cpp text eol=lf
14 *.y text eol=lf
15 *.out text eol=lf
16 *.conf text eol=lf
17 *.err text eol=lf
/third_party/libusb/
D.gitattributes1 *.ac eol=lf
2 *.am eol=lf
3 *.bat eol=crlf
4 *.sh eol=lf
7 INSTALL_WIN.txt eol=crlf
/third_party/libsnd/
D.gitattributes5 *.ac text eol=lf
6 *.am text eol=lf
7 *.m4 text eol=lf
8 *.pc text eol=lf
9 *.spec text eol=lf
10 *.sh text eol=lf
/third_party/vulkan-loader/
D.gitattributes13 *.bat text eol=crlf
16 *.sh text eol=lf
19 loader/generated/*.c text eol=lf
20 loader/generated/*.h text eol=lf
21 loader/generated/*.cmake text eol=lf
/third_party/python/Lib/email/
Dquoprimime.py152 def body_encode(body, maxlinelen=76, eol=NL): argument
179 soft_break = '=' + eol
225 return eol.join(encoded_body)
231 def decode(encoded, eol=NL): argument
246 decoded += eol
271 decoded += eol
273 if encoded[-1] not in '\r\n' and decoded.endswith(eol):
Dbase64mime.py76 def body_encode(s, maxlinelen=76, eol=NL): argument
95 if enc.endswith(NL) and eol != NL:
96 enc = enc[:-1] + eol
/third_party/skia/third_party/externals/dawn/
D.gitattributes2 *.sh eol=lf
3 *.gn eol=lf
4 *.gni eol=lf
/third_party/libunwind/src/
Dos-linux.h240 char *eol = NULL; in maps_next() local
246 eol = mi->buf + i; in maps_next()
252 if (!eol) in maps_next()
273 eol = mi->buf + bytes_left + nread - 1; in maps_next()
278 eol = mi->buf + i; in maps_next()
283 mi->buf = eol + 1; in maps_next()
284 *eol = '\0'; in maps_next()
/third_party/node/deps/npm/node_modules/ini/lib/
Dini.js17 const eol = opt.platform === 'win32' ? '\r\n' : '\n' constant
50 out += safe(`${k}${arraySuffix}`).padEnd(padToChars, ' ') + separator + safe(item) + eol
55 out += safe(k).padEnd(padToChars, ' ') + separator + safe(val) + eol
60 out = '[' + safe(opt.section) + ']' + (opt.newline ? eol + eol : eol) + out
71 out += eol
/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc381 auto eol = std::find(first, last, '\n'); in handle_backendconfig() local
382 if (eol == last) { in handle_backendconfig()
386 if (first == eol || *first == '#') { in handle_backendconfig()
387 first = ++eol; in handle_backendconfig()
391 auto eq = std::find(first, eol, '='); in handle_backendconfig()
392 if (eq == eol) { in handle_backendconfig()
398 auto optval = StringRef{eq + 1, eol}; in handle_backendconfig()
406 first = ++eol; in handle_backendconfig()
416 first = ++eol; in handle_backendconfig()
/third_party/toybox/toys/posix/
Duniq.c62 char *thisline = 0, *prevline = 0, *tmpline, eol = '\n'; in uniq_main() local
68 if (FLAG(z)) eol = 0; in uniq_main()
71 if (getdelim(&prevline, &prevsize, eol, infile) < 0) return; in uniq_main()
73 while (getdelim(&thisline, &thissize, eol, infile) > 0) { in uniq_main()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
Dlogging.js31 const addLogListener = (write, { eol = os.EOL, loglevel = 'silly', colors = false } = {}) => { argument
50 return pref + format(...messages).trim().split('\n').join(`${eol}${pref}`) + eol
64 eol: '\n', property
/third_party/astc-encoder/
D.gitattributes12 *.sln text eol=crlf
13 *.vcxproj text eol=crlf
16 *.sh text eol=lf
/third_party/lwip/src/netif/ppp/
Dutils.c526 char *p, *eol;
534 eol = strchr(buf, '\n');
536 l = (eol == NULL)? n: eol - buf;
542 if (eol == NULL)
544 p = eol + 1;
545 eol = strchr(p, '\n');
552 while (eol != NULL) {
553 *eol = 0;
555 p = eol + 1;
556 eol = strchr(p, '\n');
/third_party/pulseaudio/src/pulse/
Dintrospect.h295 typedef void (*pa_sink_info_cb_t)(pa_context *c, const pa_sink_info *i, int eol, void *userdata);
400 typedef void (*pa_source_info_cb_t)(pa_context *c, const pa_source_info *i, int eol, void *userdata…
479 typedef void (*pa_module_info_cb_t) (pa_context *c, const pa_module_info*i, int eol, void *userdata…
523 typedef void (*pa_client_info_cb_t) (pa_context *c, const pa_client_info*i, int eol, void *userdata…
619 typedef void (*pa_card_info_cb_t) (pa_context *c, const pa_card_info*i, int eol, void *userdata);
668 typedef void (*pa_sink_input_info_cb_t) (pa_context *c, const pa_sink_input_info *i, int eol, void …
720 typedef void (*pa_source_output_info_cb_t) (pa_context *c, const pa_source_output_info *i, int eol,…
785 typedef void (*pa_sample_info_cb_t)(pa_context *c, const pa_sample_info *i, int eol, void *userdata…
820 typedef void (*pa_autoload_info_cb_t)(pa_context *c, const pa_autoload_info *i, int eol, void *user…
/third_party/jerryscript/tests/
D.gitattributes1 *.js text eol=lf
2 jerry/windows-line-ending.js text eol=crlf
/third_party/rust/crates/bindgen/
D.gitattributes2 tests/headers/* eol=lf
3 tests/expectations/tests/* eol=lf
/third_party/curl/tests/
Ddirectories.pm212 my $eol = $$list{'eol'};
234 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
251 push(@contentlist, "$time $size_or_dir $file{'name'}$eol");
/third_party/node/test/parallel/
Dtest-os-eol.js7 const eol = common.isWindows ? '\r\n' : '\n'; constant
9 assert.strictEqual(os.EOL, eol);
/third_party/ffmpeg/libavdevice/
Dpulse_audio_common.c173 int eol, void *userdata) in pulse_audio_source_device_cb() argument
175 if (!eol) in pulse_audio_source_device_cb()
180 int eol, void *userdata) in pulse_audio_sink_device_cb() argument
182 if (!eol) in pulse_audio_sink_device_cb()

12345