HomeSort by relevance Sort by last modified time
    Searched refs:eol (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/qemu/android/
async-utils.h 140 char eol; member in struct:__anon26396
160 * By default, asyncLineReader_init will set EOL to be '\n'. Sometimes it's more
165 asyncLineReader_setEOL(AsyncLineReader* alr, char eol)
167 alr->eol = eol;
  /external/oauth/core/src/main/java/net/oauth/
OAuthProblemException.java 62 int eol = msg.indexOf("\n"); local
63 if (eol < 0) {
64 eol = msg.indexOf("\r");
66 if (eol >= 0) {
67 msg = msg.substring(0, eol);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 128 expected.append(eol).append(" ");
142 retval += "." + eol;
144 retval += "Was expecting:" + eol + " ";
146 retval += "Was expecting one of:" + eol + " ";
155 protected String eol = System.getProperty("line.separator", "\n"); field in class:ParseException
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 128 expected.append(eol).append(" ");
142 retval += "." + eol;
144 retval += "Was expecting:" + eol + " ";
146 retval += "Was expecting one of:" + eol + " ";
155 protected String eol = System.getProperty("line.separator", "\n"); field in class:ParseException
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 128 expected.append(eol).append(" ");
142 retval += "." + eol;
144 retval += "Was expecting:" + eol + " ";
146 retval += "Was expecting one of:" + eol + " ";
155 protected String eol = System.getProperty("line.separator", "\n"); field in class:ParseException
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.h 97 int eol,
103 int eol,
108 int eol,
113 int eol,
119 int eol);
124 int eol);
pulseaudiosoundsystem.cc 516 int eol,
520 data->instance->OnGetVolumeCallback(info, eol, &data->channel_volumes);
524 int eol,
526 if (eol) {
547 int eol,
551 data->instance->OnGetSourceChannelCountCallback(info, eol, &data->channels);
555 int eol,
557 if (eol) {
931 int eol,
935 data->instance->OnGetVolumeCallback(info, eol, &data->channel_volumes)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 117 maxlinelen=76, eol=NL):
141 Each line of the header will be terminated in the value of eol, which
175 joiner = eol + ' '
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
188 Each line of encoded text will end with eol, which defaults to "\\n". Set
208 # Preserve line endings here so we can check later to see an eol needs to
237 encoded_body += encoded_line + '=' + eol
246 encoded_body += encoded_line + '=' + eol + prev
251 encoded_body += encoded_line + prev + '=' + eol
254 # need to add eol to the end of the line
    [all...]
base64mime.py 67 maxlinelen=76, eol=NL):
81 Each line of the header will be terminated in the value of eol, which
119 joiner = eol + ' '
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
135 Each line of encoded text will end with eol, which defaults to "\\n". Set
151 if enc.endswith(NL) and eol != NL:
152 enc = enc[:-1] + eol
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 117 maxlinelen=76, eol=NL):
141 Each line of the header will be terminated in the value of eol, which
175 joiner = eol + ' '
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
188 Each line of encoded text will end with eol, which defaults to "\\n". Set
208 # Preserve line endings here so we can check later to see an eol needs to
237 encoded_body += encoded_line + '=' + eol
246 encoded_body += encoded_line + '=' + eol + prev
251 encoded_body += encoded_line + prev + '=' + eol
254 # need to add eol to the end of the line
    [all...]
base64mime.py 67 maxlinelen=76, eol=NL):
81 Each line of the header will be terminated in the value of eol, which
119 joiner = eol + ' '
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
135 Each line of encoded text will end with eol, which defaults to "\\n". Set
151 if enc.endswith(NL) and eol != NL:
152 enc = enc[:-1] + eol
  /external/valgrind/main/coregrind/m_ume/
script.c 83 Int eol; local
112 eol = (*cp == '\n');
116 if (!eol && cp < end) {
121 /* arg is from here to eol */
  /external/chromium_org/chrome/renderer/media/
chrome_webrtc_log_message_delegate.cc 48 const char eol = '\n'; local
49 circular_buffer_->Write(&eol, 1);
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 143 String eol = System.getProperty ("line.separator"); local
147 s.append ("CodeAttribute_info: [attribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + "]" + eol);
148 s.append (" max_stack/max_locals = " + m_max_stack + '/' + m_max_locals + eol);
149 s.append (" code [length " + m_codeSize + "]" + eol);
153 s.append (" " + m_attributes.get (a) + eol);
  /system/core/libutils/
Tokenizer.cpp 120 const char* eol = mCurrent; local
121 while (eol != end) {
122 char ch = *eol;
126 eol += 1;
128 return String8(mCurrent, eol - mCurrent);
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 391 // and "eol", then return true. Otherwise, return false.
395 bool ReadLine(const char **bol, const char **eol) {
429 *eol = eol_;
439 const char *eol() { function in class:__anon6357::LineReader
509 const char *eol; local
510 if (!reader.ReadLine(&cursor, &eol)) { // EOF or malformed line.
522 cursor = GetHex(cursor, eol, &start_address);
523 if (cursor == eol || *cursor != '-') {
530 cursor = GetHex(cursor, eol, &end_address);
531 if (cursor == eol || *cursor != ' ')
    [all...]
  /system/core/toolbox/grep/
fastgrep.c 65 fg->eol = false;
93 fg->eol = false;
99 fg->eol = true;
155 if ((!(lflag || cflag)) && ((!(fg->bol || fg->eol)) &&
224 if (fg->bol || fg->eol) {
229 j = fg->eol ? len - fg->len : 0;
230 if (!((fg->bol && fg->eol) && (len != fg->len)))
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 136 eol (); method
142 eol (); method
160 eol (); method
164 eol (); method
173 eol (); method
177 eol (); method
263 super.write (IConstants.EOL, 0, IConstants.EOL.length ());
365 eol (); method
379 eol (); method
392 eol (); method
407 eol (); method
448 eol (); method
479 private void eol () method in class:ReportGenerator
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 32 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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 55 * without an information structure and the eol parameter set to a non-zero
62 * structure and eol set to zero.
227 typedef void (*pa_sink_info_cb_t)(pa_context *c, const pa_sink_info *i, int eol, void *userdata);
256 typedef void (*pa_source_info_cb_t)(pa_context *c, const pa_source_info *i, int eol, void *userdata);
295 typedef void (*pa_module_info_cb_t) (pa_context *c, const pa_module_info*i, int eol, void *userdata);
312 typedef void (*pa_client_info_cb_t) (pa_context *c, const pa_client_info*i, int eol, void *userdata);
338 typedef void (*pa_sink_input_info_cb_t) (pa_context *c, const pa_sink_input_info *i, int eol, void *userdata);
362 typedef void (*pa_source_output_info_cb_t) (pa_context *c, const pa_source_output_info *i, int eol, void *userdata);
429 typedef void (*pa_sample_info_cb_t)(pa_context *c, const pa_sample_info *i, int eol, void *userdata);
474 typedef void (*pa_autoload_info_cb_t)(pa_context *c, const pa_autoload_info *i, int eol, void *userdata)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 55 * without an information structure and the eol parameter set to a non-zero
62 * structure and eol set to zero.
227 typedef void (*pa_sink_info_cb_t)(pa_context *c, const pa_sink_info *i, int eol, void *userdata);
256 typedef void (*pa_source_info_cb_t)(pa_context *c, const pa_source_info *i, int eol, void *userdata);
295 typedef void (*pa_module_info_cb_t) (pa_context *c, const pa_module_info*i, int eol, void *userdata);
312 typedef void (*pa_client_info_cb_t) (pa_context *c, const pa_client_info*i, int eol, void *userdata);
338 typedef void (*pa_sink_input_info_cb_t) (pa_context *c, const pa_sink_input_info *i, int eol, void *userdata);
362 typedef void (*pa_source_output_info_cb_t) (pa_context *c, const pa_source_output_info *i, int eol, void *userdata);
429 typedef void (*pa_sample_info_cb_t)(pa_context *c, const pa_sample_info *i, int eol, void *userdata);
474 typedef void (*pa_autoload_info_cb_t)(pa_context *c, const pa_autoload_info *i, int eol, void *userdata)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 55 * without an information structure and the eol parameter set to a non-zero
62 * structure and eol set to zero.
227 typedef void (*pa_sink_info_cb_t)(pa_context *c, const pa_sink_info *i, int eol, void *userdata);
256 typedef void (*pa_source_info_cb_t)(pa_context *c, const pa_source_info *i, int eol, void *userdata);
295 typedef void (*pa_module_info_cb_t) (pa_context *c, const pa_module_info*i, int eol, void *userdata);
312 typedef void (*pa_client_info_cb_t) (pa_context *c, const pa_client_info*i, int eol, void *userdata);
338 typedef void (*pa_sink_input_info_cb_t) (pa_context *c, const pa_sink_input_info *i, int eol, void *userdata);
362 typedef void (*pa_source_output_info_cb_t) (pa_context *c, const pa_source_output_info *i, int eol, void *userdata);
429 typedef void (*pa_sample_info_cb_t)(pa_context *c, const pa_sample_info *i, int eol, void *userdata);
474 typedef void (*pa_autoload_info_cb_t)(pa_context *c, const pa_autoload_info *i, int eol, void *userdata)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLWriter.java 70 public void eol () method in class:HTMLWriter
76 m_out.write (IConstants.EOL);
  /external/nist-pkits/
generate-tests.sh 71 ${PDFTOTEXT} -layout -nopgbrk -eol unix "${PDF}" "${TEMP_TEXT}"
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 341 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;

Completed in 972 milliseconds

1 2 3 4