Searched defs:eol (Results 1 - 25 of 28) sorted by relevance

12

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java70 public void eol () method in class:HTMLWriter
/external/valgrind/main/coregrind/m_ume/
H A Dscript.c83 Int eol; local
112 eol = (*cp == '\n');
116 if (!eol && cp < end) {
121 /* arg is from here to eol */
/external/qemu/android/
H A Dasync-utils.h140 char eol; member in struct:__anon10749
165 asyncLineReader_setEOL(AsyncLineReader* alr, char eol) argument
167 alr->eol = eol;
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
H A Dpicasa_client.js341 var eol = '\n'; variable
342 var postData = '<entry xmlns="http://www.w3.org/2005/Atom"' + eol;
343 postData += 'xmlns:media="http://search.yahoo.com/mrss/"' + eol;
344 postData += 'xmlns:gphoto="http://schemas.google.com/photos/2007">' + eol;
345 postData += '<title type="text">' + escape(album.title) + '</title>' + eol;
347 '</summary>' + eol;
349 '</gphoto:location>' + eol;
352 'term="http://schemas.google.com/photos/2007#album"></category>' + eol;
353 postData += '</entry>' + eol;
/external/zlib/src/
H A Dgzread.c485 unsigned char *eol; local
521 eol = memchr(state->x.next, '\n', n);
522 if (eol != NULL)
523 n = (unsigned)(eol - state->x.next) + 1;
532 } while (left && eol == NULL);
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java339 for (int i = 0; i < hlines; ++ i) eol ();
341 for (int i = 0; i < flines; ++ i) eol ();
458 private void eol () method in class:ReportGenerator
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java136 eol ();
142 eol ();
160 eol ();
164 eol ();
173 eol ();
177 eol ();
365 eol ();
379 eol ();
392 eol ();
407 eol ();
479 private void eol () method in class:ReportGenerator
[all...]
/external/ppp/pppd/
H A Dutils.c563 char *p, *eol; local
580 eol = strchr(buf, '\n');
582 l = (eol == NULL)? n: eol - buf;
588 if (eol == NULL)
590 p = eol + 1;
591 eol = strchr(p, '\n');
598 while (eol != NULL) {
599 *eol = 0;
601 p = eol
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc163 const char* eol = line + len; local
166 } while ((value < eol) && isspace(static_cast<unsigned char>(*value)));
167 size_t vlen = eol - value;
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java32 private boolean eol; field in class:LetterQuad
67 this.eol = isLineFeed();
182 eol = isLineFeed();
291 if (previous.isHead() || previous.eol) {
341 this.eol = true;
345 return eol;
355 } else if (previous.eol) {
364 return x0 == 0 || (previous != null && previous.eol);
/external/openssl/crypto/asn1/
H A Dasn_mime.c539 char eol; local
561 eol = strip_eol(linebuf, &len);
564 if(eol) BIO_write(out, "\r\n", 2);
612 int eol = 0, next_eol = 0; local
639 } else if (eol)
641 eol = next_eol;
/external/dbus/dbus/
H A Ddbus-auth.c2158 int eol; local
2166 eol = 0;
2167 if (!_dbus_string_find (&auth->incoming, 0, "\r\n", &eol))
2183 if (!_dbus_string_copy_len (&auth->incoming, 0, eol, &line, 0))
2224 _dbus_string_delete (&auth->incoming, 0, eol);
H A Ddbus-string.c1905 * where the eol string was found, if it was found.
1906 * Returns #FALSE if eol wasn't found.
1910 * @param found return location for where eol was found or string length otherwise
1911 * @param found_len return length of found eol string or zero otherwise
2200 int eol, eol_len; local
2204 eol = 0;
2206 if (!_dbus_string_find_eol (source, 0, &eol, &eol_len))
2208 _dbus_assert (eol == _dbus_string_get_length (source));
2209 if (eol == 0)
2214 /* otherwise, the last line of the file has no eol character
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... .util.Enumeration e int j String[] compileArgs String eol StringBuffer niceSourceList String currentClassPath java.util.Properties currentProperties ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp1169 const char* eol; local
1174 while ((eol = findEOL(bytes, length))) {
1176 int lineLength = eol - bytes;
1179 bytes = eol + 1;
1180 if ((*eol == '\r') && (*bytes == '\n'))
1202 for (colon = line; *colon != ':' && colon != eol; colon++) {
1205 if (colon == eol)
1212 for (colon++; colon != eol; colon++) {
1216 if (colon == eol)
1219 value = String(colon, eol
[all...]
/external/icu4c/i18n/
H A Dvtzone.cpp1249 UBool eol = FALSE; local
1271 if (eol) {
1287 eol = FALSE;
1291 eol = TRUE;
1309 eol = FALSE;
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp1642 const char* eol; local
1649 eol = strchr(comment, '\n');
1650 multiline = eol != 0;
1663 if( eol )
1665 ptr = icvFSResizeWriteBuffer( fs, ptr, (int)(eol - comment) + 1 );
1666 memcpy( ptr, comment, eol - comment + 1 );
1667 fs->buffer = ptr + (eol - comment);
1668 comment = eol + 1;
1669 eol = strchr( comment, '\n' );
2602 const char* eol; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jar ... inHeading boolean inMetaTag boolean inIgnoredTag boolean afterTag boolean afterSpace String eol private org.eclipse.help.internal.search ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 798 milliseconds

12