HomeSort by relevance Sort by last modified time
    Searched refs:eol (Results 76 - 100 of 257) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.4.0-beta6/
sdkmanager-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.5.0/
sdkmanager-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/25.0.0-alpha1/
sdkmanager-25.0.0-alpha1.jar 
  /tools/tradefederation/core/src/com/android/tradefed/config/
ArgsOptionParser.java 449 String eol = System.getProperty("line.separator"); local
461 out.append(eol);
474 out.append(eol);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
header.py 450 eol = ch
452 eol = ''
453 joiner = eol + ' '
470 lines.append(joiner.join(this) + eol)
  /external/pdfium/core/fxcodec/codec/
fx_codec.cpp 1670 bool eol = false; local
    [all...]
  /external/python/cpython2/Lib/email/
header.py 450 eol = ch
452 eol = ''
453 joiner = eol + ' '
470 lines.append(joiner.join(this) + eol)
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 349 size_t eol = control_data_.find('\n', pos); local
350 if (eol == std::string::npos)
355 if (ParseEntry(control_data_.substr(pos, eol - pos), &name, &id,
360 pos = eol + 1;
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
header.py 450 eol = ch
452 eol = ''
453 joiner = eol + ' '
470 lines.append(joiner.join(this) + eol)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
header.py 450 eol = ch
452 eol = ''
453 joiner = eol + ' '
470 lines.append(joiner.join(this) + eol)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 450 eol = ch
452 eol = ''
453 joiner = eol + ' '
470 lines.append(joiner.join(this) + eol)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 450 eol = ch
452 eol = ''
453 joiner = eol + ' '
470 lines.append(joiner.join(this) + eol)
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 108 bool eol; member in struct:__anon2973
  /external/Microsoft-GSL/
CONTRIBUTING.md 29 * To avoid line ending issues, set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration
  /external/libvncserver/libvncserver/
zrleencodetemplate.c 270 PIXEL_T* eol = ptr + w; local
272 while (ptr < eol) {
  /hardware/interfaces/health/2.0/vts/functional/
VtsHalHealthV2_0TargetTest.cpp 184 if (!(0 <= info[i].eol && info[i].eol <= 3 && 0 <= info[i].lifetimeA &&
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
PatchCheck.py 352 eol = ''
355 eol = an_eol
356 line = line[:-len(eol)]
360 if self.force_crlf and eol != '\r\n':
361 self.added_line_error('Line ending (%s) is not CRLF' % repr(eol),
  /external/python/cpython3/Modules/zlib/
gzread.c 550 unsigned char *eol; local
586 eol = (unsigned char *)memchr(state->x.next, '\n', n);
587 if (eol != NULL)
588 n = (unsigned)(eol - state->x.next) + 1;
597 } while (left && eol == NULL);
  /external/zlib/src/
gzread.c 550 unsigned char *eol; local
586 eol = (unsigned char *)memchr(state->x.next, '\n', n);
587 if (eol != NULL)
588 n = (unsigned)(eol - state->x.next) + 1;
597 } while (left && eol == NULL);
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 339 for (int i = 0; i < hlines; ++ i) eol (); method
341 for (int i = 0; i < flines; ++ i) eol (); method
458 private void eol () method in class:ReportGenerator
  /external/valgrind/coregrind/
launcher-linux.c 169 char *eol = strchr(header.c, '\n'); local
170 if (eol != NULL)
171 *eol = '\0';
  /device/google/marlin/health/
HealthService.cpp 134 storage_info.eol = val;
  /device/google/wahoo/health/
HealthService.cpp 134 storage_info.eol = val;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 554 return encode_base64(response, eol="")
557 return encode_base64("\0%s\0%s" % (user, password), eol="")
595 "%s %s" % (AUTH_LOGIN, encode_base64(user, eol="")))
598 (code, resp) = self.docmd(encode_base64(password, eol=""))
  /external/chromium-trace/catapult/systrace/profile_chrome/
main.py 109 ui.PrintMessage('Collecting record categories list...', eol='')

Completed in 455 milliseconds

1 2 34 5 6 7 8 91011