Searched refs:eol (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/tools/profile_chrome/
H A Dui.py10 def PrintMessage(heading, eol='\n'):
11 sys.stdout.write('%s%s' % (heading, eol))
H A Dprofiler.py24 ui.PrintMessage('Downloading...', eol='')
76 (interval, trace_type), eol='')
80 trace_type, eol='')
/external/qemu/android/
H A Dasync-utils.h140 char eol; member in struct:__anon29029
165 asyncLineReader_setEOL(AsyncLineReader* alr, char eol) argument
167 alr->eol = eol;
H A Dasync-utils.c126 alr->eol = '\n';
157 if (ch == alr->eol) {
194 if (alr->eol == '\n') {
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthProblemException.java62 int eol = msg.indexOf("\n");
63 if (eol < 0) {
64 eol = msg.indexOf("\r");
66 if (eol >= 0) {
67 msg = msg.substring(0, eol);
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_pulse_linux.h73 int eol, void *pThis);
75 const pa_sink_input_info *i, int eol,
78 int eol, void *pThis);
81 void PaSinkInfoCallbackHandler(const pa_sink_info *i, int eol);
82 void PaSinkInputInfoCallbackHandler(const pa_sink_input_info *i, int eol);
83 void PaSourceInfoCallbackHandler(const pa_source_info *i, int eol);
H A Daudio_mixer_manager_pulse_linux.cc1039 int eol, void *pThis)
1042 i, eol);
1048 int eol, void *pThis)
1051 PaSinkInputInfoCallbackHandler(i, eol);
1057 int eol, void *pThis)
1060 PaSourceInfoCallbackHandler(i, eol);
1075 int eol)
1077 if (eol)
1105 int eol)
1107 if (eol)
1037 PaSinkInfoCallback(pa_context * , const pa_sink_info *i, int eol, void *pThis) argument
1045 PaSinkInputInfoCallback( pa_context * , const pa_sink_input_info *i, int eol, void *pThis) argument
1055 PaSourceInfoCallback(pa_context * , const pa_source_info *i, int eol, void *pThis) argument
1073 PaSinkInfoCallbackHandler( const pa_sink_info *i, int eol) argument
1103 PaSinkInputInfoCallbackHandler( const pa_sink_input_info *i, int eol) argument
1128 PaSourceInfoCallbackHandler( const pa_source_info *i, int eol) argument
[all...]
/external/chromium_org/third_party/webrtc/sound/
H A Dpulseaudiosoundsystem.h80 int eol,
86 int eol,
91 int eol,
96 int eol,
102 int eol);
107 int eol);
H A Dpulseaudiosoundsystem.cc499 int eol,
503 data->instance->OnGetVolumeCallback(info, eol, &data->channel_volumes);
507 int eol,
509 if (eol) {
530 int eol,
534 data->instance->OnGetSourceChannelCountCallback(info, eol, &data->channels);
538 int eol,
540 if (eol) {
914 int eol,
918 data->instance->OnGetVolumeCallback(info, eol,
497 GetVolumeCallbackThunk(pa_context *unused, const pa_source_info *info, int eol, void *userdata) argument
506 OnGetVolumeCallback(const pa_source_info *info, int eol, pa_cvolume **channel_volumes) argument
528 GetSourceChannelCountCallbackThunk(pa_context *unused, const pa_source_info *info, int eol, void *userdata) argument
537 OnGetSourceChannelCountCallback(const pa_source_info *info, int eol, uint8_t **channels) argument
912 GetVolumeCallbackThunk(pa_context *unused, const pa_sink_input_info *info, int eol, void *userdata) argument
921 OnGetVolumeCallback(const pa_sink_input_info *info, int eol, pa_cvolume **channel_volumes) argument
1195 EnumeratePlaybackDevicesCallbackThunk( pa_context *unused, const pa_sink_info *info, int eol, void *userdata) argument
1205 EnumerateCaptureDevicesCallbackThunk( pa_context *unused, const pa_source_info *info, int eol, void *userdata) argument
1215 OnEnumeratePlaybackDevicesCallback( SoundDeviceLocatorList *devices, const pa_sink_info *info, int eol) argument
1230 OnEnumerateCaptureDevicesCallback( SoundDeviceLocatorList *devices, const pa_source_info *info, int eol) argument
1252 EnumerateDevices( SoundDeviceLocatorList *devices, pa_operation *(*enumerate_fn)( pa_context *c, void (*callback_fn)( pa_context *c, const InfoStruct *i, int eol, void *userdata), void *userdata), void (*callback_fn)( pa_context *c, const InfoStruct *i, int eol, void *userdata)) argument
[all...]
/external/chromium_org/build/android/
H A Dscreenshot.py18 def _PrintMessage(heading, eol='\n'):
19 sys.stdout.write('%s%s' % (heading, eol))
36 _PrintMessage('Recording. Press Enter to stop...', eol='')
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java143 String eol = System.getProperty ("line.separator");
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);
/external/libunwind/src/
H A Dos-linux.h219 char *eol = NULL; local
225 eol = mi->buf + i;
231 if (!eol)
252 eol = mi->buf + bytes_left + nread - 1;
257 eol = mi->buf + i;
262 mi->buf = eol + 1;
263 *eol = '\0';
/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/valgrind/main/coregrind/m_ume/
H A Dscript.c84 Int eol; local
113 eol = (*cp == '\n');
117 if (!eol && cp < end) {
122 /* arg is from here to eol */
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_parser.cc89 size_t eol = 0;
90 while (eol < length_ && data_[eol] != '\n') {
91 ++eol;
93 line->set(data_, eol);
94 Advance(eol);
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc403 // and "eol", then return true. Otherwise, return false.
407 bool ReadLine(const char **bol, const char **eol) { argument
441 *eol = eol_;
451 const char *eol() { function in class:__anon2531::LineReader
530 const char *eol; local
531 if (!reader.ReadLine(&cursor, &eol)) { // EOF or malformed line.
543 cursor = GetHex(cursor, eol, &start_address);
544 if (cursor == eol || *cursor != '-') {
551 cursor = GetHex(cursor, eol, &end_address);
552 if (cursor == eol || *curso
[all...]
/external/lldb/test/python_api/value/linked_list/
H A DTestValueAPILinkedList.py90 def eol(val): function in function:ValueAsLinkedListTestCase.linked_list_api
105 for t in task_head.linked_list_iter('next', eol):
125 for t in empty_task_head.linked_list_iter('next', eol):
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcoffeescript.js179 while (!stream.eol()) {
183 if (singleline && stream.eol()) {
205 while (!stream.eol()) {
313 if (state.dedent > 0 && stream.eol() && state.scope.type == "coffee") {
341 if (stream.eol() && stream.lambda) {
H A Dphp.js76 !stream.eol() &&
124 while (!stream.eol() && !stream.match("?>", false)) stream.next();
129 while (!stream.eol() && !stream.match("?>", false)) stream.next();
169 while (!stream.eol() && stream.next() != state.pending) {}
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialutil.py162 def readline(self, size=None, eol=LF):
163 """read a line which is terminated with end-of-line (eol) character
165 leneol = len(eol)
171 if line[-leneol:] == eol:
179 def readlines(self, sizehint=None, eol=LF):
184 leneol = len(eol)
187 line = self.readline(eol=eol)
190 if line[-leneol:] != eol: # was the line received with a timeout?
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java70 public void eol () method in class:HTMLWriter
H A DIElement.java71 if (DEBUG_HTML) out.eol (); // using ENABLED as DEBUG here
/external/nist-pkits/
H A Dgenerate-tests.sh71 ${PDFTOTEXT} -layout -nopgbrk -eol unix "${PDF}" "${TEMP_TEXT}"
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm510 my $eol;
512 $eol = "\r\n";
514 $eol = "\r";
516 $eol = "\n";
518 return $eol;
524 my $eol;
526 $eol = parseFirstEOL(*FILE);
529 return $eol;
683 my $eol = $1;
720 $svnConvertedText .= "$_$eol"; # Als
[all...]
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec.cpp362 FX_BOOL eol = FALSE; local
363 while (m_SrcOffset < m_SrcSize && !eol) {
368 eol = TRUE;
385 eol = TRUE;

Completed in 2941 milliseconds

1234