Home
last modified time | relevance | path

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

123456

/external/libusb/
D.gitattributes1 *.sh eol=lf
2 *.ac eol=lf
3 *.am eol=lf
4 *.dsw eol=crlf
5 *.dsp eol=crlf whitespace=space-before-tab
6 *.sln eol=crlf
7 *.vcproj eol=crlf
8 *.vcxproj* eol=crlf
11 INSTALL_WIN.txt eol=crlf
/external/python/cpython2/
D.gitattributes23 # Text files that should not be subject to eol conversion
33 *.bat text eol=crlf
34 *.ps1 text eol=crlf
35 *.sln text eol=crlf
36 *.vcxproj* text eol=crlf
37 *.vcproj text eol=crlf
38 *.vsprops text eol=crlf
39 *.props text eol=crlf
40 *.proj text eol=crlf
41 PCbuild/readme.txt text eol=crlf
[all …]
/external/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
/external/python/cpython2/Lib/email/
Dquoprimime.py115 maxlinelen=76, eol=NL):
173 joiner = eol + ' '
178 def encode(body, binary=False, maxlinelen=76, eol=NL): argument
234 encoded_body += encoded_line + '=' + eol
243 encoded_body += encoded_line + '=' + eol + prev
248 encoded_body += encoded_line + prev + '=' + eol
253 encoded_body += encoded_line + eol
268 def decode(encoded, eol=NL): argument
283 decoded += eol
308 decoded += eol
[all …]
Dbase64mime.py65 maxlinelen=76, eol=NL):
117 joiner = eol + ' '
122 def encode(s, binary=True, maxlinelen=76, eol=NL): argument
148 if enc.endswith(NL) and eol != NL:
149 enc = enc[:-1] + eol
/external/deqp-deps/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
/external/python/cpython3/
D.gitattributes24 # Text files that should not be subject to eol conversion
33 *.bat text eol=crlf
34 *.ps1 text eol=crlf
35 *.sln text eol=crlf
36 *.vcxproj* text eol=crlf
37 *.props text eol=crlf
38 *.proj text eol=crlf
39 PCbuild/readme.txt text eol=crlf
40 PC/readme.txt text eol=crlf
/external/apache-commons-compress/
D.gitattributes11 src/test/resources/test1.xml eol=lf
12 src/test/resources/test2.xml eol=lf
13 src/test/resources/test3.xml eol=lf
14 src/test/resources/test4.xml eol=lf
15 src/test/resources/test?with?spaces.txt eol=lf
16 src/test/resources/test.txt eol=lf
/external/cldr/tools/scripts/
DfixSVNProps.sh19 svn propset -q svn:eol-style native ${filename}
25 svn propset -q svn:eol-style native ${filename}
30 svn propset -q svn:eol-style native ${filename}
35 svn propset -q svn:eol-style native ${filename}
40 svn propset -q svn:eol-style native ${filename}
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DParseException.java103 String eol = System.getProperty("line.separator", "\n"); in initialise() local
116 expected.append(eol).append(" "); in initialise()
133 retval += "." + eol; in initialise()
135 retval += "Was expecting:" + eol + " "; in initialise()
137 retval += "Was expecting one of:" + eol + " "; in initialise()
146 protected String eol = System.getProperty("line.separator", "\n"); field in ParseException
/external/python/cpython3/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
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_mixer_manager_pulse_linux.h74 int eol, void *pThis);
76 const pa_sink_input_info *i, int eol,
79 int eol, void *pThis);
82 void PaSinkInfoCallbackHandler(const pa_sink_info *i, int eol);
83 void PaSinkInputInfoCallbackHandler(const pa_sink_input_info *i, int eol);
84 void PaSourceInfoCallbackHandler(const pa_source_info *i, int eol);
Daudio_mixer_manager_pulse_linux.cc981 int eol, in PaSinkInfoCallback() argument
985 PaSinkInfoCallbackHandler(i, eol); in PaSinkInfoCallback()
992 int eol, in PaSinkInputInfoCallback() argument
996 PaSinkInputInfoCallbackHandler(i, eol); in PaSinkInputInfoCallback()
1003 int eol, in PaSourceInfoCallback() argument
1007 PaSourceInfoCallbackHandler(i, eol); in PaSourceInfoCallback()
1024 int eol) in PaSinkInfoCallbackHandler() argument
1026 if (eol) in PaSinkInfoCallbackHandler()
1053 int eol) in PaSinkInputInfoCallbackHandler() argument
1055 if (eol) in PaSinkInputInfoCallbackHandler()
[all …]
/external/oauth/core/src/main/java/net/oauth/
DOAuthProblemException.java62 int eol = msg.indexOf("\n"); in getMessage() local
63 if (eol < 0) { in getMessage()
64 eol = msg.indexOf("\r"); in getMessage()
66 if (eol >= 0) { in getMessage()
67 msg = msg.substring(0, eol); in getMessage()
/external/webrtc/webrtc/sound/
Dpulseaudiosoundsystem.h80 int eol,
86 int eol,
91 int eol,
96 int eol,
102 int eol);
107 int eol);
Dpulseaudiosoundsystem.cc502 int eol, in GetVolumeCallbackThunk() argument
506 data->instance->OnGetVolumeCallback(info, eol, &data->channel_volumes); in GetVolumeCallbackThunk()
510 int eol, in OnGetVolumeCallback() argument
512 if (eol) { in OnGetVolumeCallback()
533 int eol, in GetSourceChannelCountCallbackThunk() argument
537 data->instance->OnGetSourceChannelCountCallback(info, eol, &data->channels); in GetSourceChannelCountCallbackThunk()
541 int eol, in OnGetSourceChannelCountCallback() argument
543 if (eol) { in OnGetSourceChannelCountCallback()
916 int eol, in GetVolumeCallbackThunk() argument
920 data->instance->OnGetVolumeCallback(info, eol, &data->channel_volumes); in GetVolumeCallbackThunk()
[all …]
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java136 eol (); in visit()
142 eol (); in visit()
160 eol (); in visit()
164 eol (); in visit()
173 eol (); in visit()
177 eol (); in visit()
365 eol (); in emitStatsCount()
379 eol (); in emitItem()
392 eol (); in emitItem()
407 eol (); in emitItem()
[all …]
/external/apache-commons-bcel/src/examples/Mini/
DParseException.java131 expected += eol + " "; in getMessage()
146 … at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn + "." + eol; in getMessage()
148 retval += "Was expecting:" + eol + " "; in getMessage()
150 retval += "Was expecting one of:" + eol + " "; in getMessage()
159 protected String eol = System.getProperty("line.separator", "\n"); field in ParseException
/external/iw/
Dcoalesce.c47 char *eol; in handle_coalesce_enable() local
52 eol = strchr(buf + 5, '\r'); in handle_coalesce_enable()
53 if (eol) in handle_coalesce_enable()
54 *eol = 0; in handle_coalesce_enable()
55 eol = strchr(buf + 5, '\n'); in handle_coalesce_enable()
56 if (eol) in handle_coalesce_enable()
57 *eol = 0; in handle_coalesce_enable()
/external/libunwind/src/
Dos-linux.h219 char *eol = NULL; in maps_next() local
225 eol = mi->buf + i; in maps_next()
231 if (!eol) in maps_next()
252 eol = mi->buf + bytes_left + nread - 1; in maps_next()
257 eol = mi->buf + i; in maps_next()
262 mi->buf = eol + 1; in maps_next()
263 *eol = '\0'; in maps_next()
/external/catch2/
D.gitattributes11 *.sln text eol=crlf
15 *.py text eol=lf
20 single_include/**/*.hpp eol=lf
22 LICENCE.txt eol=lf
/external/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()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DCodeAttribute_info.java143 String eol = System.getProperty ("line.separator"); in toString() local
147 …ttribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + "]" + eol); in toString()
148 s.append (" max_stack/max_locals = " + m_max_stack + '/' + m_max_locals + eol); in toString()
149 s.append (" code [length " + m_codeSize + "]" + eol); in toString()
153 s.append (" " + m_attributes.get (a) + eol); in toString()
/external/jline/src/src/main/java/jline/
DConsoleReaderInputStream.java79 private boolean eol = false; field in ConsoleReaderInputStream.ConsoleLineInputStream
87 if (eol) { in read()
101 eol = true; in read()

123456