HomeSort by relevance Sort by last modified time
    Searched refs:eol (Results 26 - 50 of 184) sorted by null

12 3 4 5 6 7 8

  /external/libunwind/src/
os-linux.h 219 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';
  /system/core/toolbox/upstream-netbsd/usr.bin/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/chromium-trace/catapult/systrace/profile_chrome/
profiler.py 18 ui.PrintMessage('Downloading...', eol='')
108 (interval, trace_type)), eol='')
112 eol='')
  /external/curl/tests/
directories.pm 167 'eol' => "\r\n",
176 'eol' => "\r\n",
184 'eol' => "\r\n",
193 $eol = $$list{'eol'};
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
232 push(@contentlist, "$time $size_or_dir $file{'name'}$eol");
  /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...]
  /art/runtime/
indenter.h 40 const char* eol = static_cast<const char*>(memchr(s, '\n', n)); variable
41 while (eol != nullptr) {
42 size_t to_write = eol + 1 - s;
47 eol = static_cast<const char*>(memchr(s, '\n', n));
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 502 int eol,
506 data->instance->OnGetVolumeCallback(info, eol, &data->channel_volumes);
510 int eol,
512 if (eol) {
533 int eol,
537 data->instance->OnGetSourceChannelCountCallback(info, eol, &data->channels);
541 int eol,
543 if (eol) {
916 int eol,
920 data->instance->OnGetVolumeCallback(info, eol, &data->channel_volumes)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
introspect.h 56 * without an information structure and the eol parameter set to a positive
63 * structure and eol set to a negative value..
234 typedef void (*pa_sink_info_cb_t)(pa_context *c, const pa_sink_info *i, int eol, void *userdata);
311 typedef void (*pa_source_info_cb_t)(pa_context *c, const pa_source_info *i, int eol, void *userdata);
390 typedef void (*pa_module_info_cb_t) (pa_context *c, const pa_module_info*i, int eol, void *userdata);
423 typedef void (*pa_client_info_cb_t) (pa_context *c, const pa_client_info*i, int eol, void *userdata);
464 typedef void (*pa_card_info_cb_t) (pa_context *c, const pa_card_info*i, int eol, void *userdata);
506 typedef void (*pa_sink_input_info_cb_t) (pa_context *c, const pa_sink_input_info *i, int eol, void *userdata);
552 typedef void (*pa_source_output_info_cb_t) (pa_context *c, const pa_source_output_info *i, int eol, void *userdata);
611 typedef void (*pa_sample_info_cb_t)(pa_context *c, const pa_sample_info *i, int eol, void *userdata)
    [all...]
ext-device-manager.h 68 int eol,
ext-stream-restore.h 63 int eol,
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc 981 int eol,
985 PaSinkInfoCallbackHandler(i, eol);
992 int eol,
996 PaSinkInputInfoCallbackHandler(i, eol);
1003 int eol,
1007 PaSourceInfoCallbackHandler(i, eol);
1024 int eol)
1026 if (eol)
1053 int eol)
1055 if (eol)
    [all...]
audio_device_pulse_linux.h 233 int eol, void *pThis);
235 int eol, void *pThis);
240 void PaSinkInfoCallbackHandler(const pa_sink_info *i, int eol);
241 void PaSourceInfoCallbackHandler(const pa_source_info *i, int eol);
  /external/ppp/pppd/
utils.c 556 char *p, *eol; local
573 eol = strchr(buf, '\n');
575 l = (eol == NULL)? n: eol - buf;
581 if (eol == NULL)
583 p = eol + 1;
584 eol = strchr(p, '\n');
591 while (eol != NULL) {
592 *eol = 0;
594 p = eol + 1
    [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);
IElement.java 71 if (DEBUG_HTML) out.eol (); // using ENABLED as DEBUG here
  /external/nist-pkits/
generate-tests.sh 71 ${PDFTOTEXT} -layout -nopgbrk -eol unix "${PDF}" "${TEMP_TEXT}"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-device-manager.h 69 int eol,
ext-device-restore.h 83 int eol,
ext-stream-restore.h 64 int eol,
introspect.h 57 * without an information structure and the eol parameter set to a positive
64 * structure and eol set to a negative value..
239 typedef void (*pa_sink_info_cb_t)(pa_context *c, const pa_sink_info *i, int eol, void *userdata);
319 typedef void (*pa_source_info_cb_t)(pa_context *c, const pa_source_info *i, int eol, void *userdata);
398 typedef void (*pa_module_info_cb_t) (pa_context *c, const pa_module_info*i, int eol, void *userdata);
431 typedef void (*pa_client_info_cb_t) (pa_context *c, const pa_client_info*i, int eol, void *userdata);
488 typedef void (*pa_card_info_cb_t) (pa_context *c, const pa_card_info*i, int eol, void *userdata);
534 typedef void (*pa_sink_input_info_cb_t) (pa_context *c, const pa_sink_input_info *i, int eol, void *userdata);
586 typedef void (*pa_source_output_info_cb_t) (pa_context *c, const pa_source_output_info *i, int eol, void *userdata);
    [all...]
  /external/iw/
wowlan.c 33 char *eol; local
38 eol = strchr(buf + 5, '\r');
39 if (eol)
40 *eol = 0;
41 eol = strchr(buf + 5, '\n');
42 if (eol)
43 *eol = 0;
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialutil.py 162 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?
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 342 /* Empty list, or list containing just an EOL means that there were no
358 const char* eol = strchr(camera_list, '\n'); local
359 while (eol != NULL) {
361 eol = strchr(eol + 1, '\n');
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.cc 96 fatal_error("expected separator or eol");
  /libcore/ojluni/src/main/java/java/io/
RandomAccessFile.java     [all...]

Completed in 525 milliseconds

12 3 4 5 6 7 8