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

1 2 34 5 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 564 return encode_base64(response, eol="")
567 return encode_base64("\0%s\0%s" % (user, password), eol="")
605 "%s %s" % (AUTH_LOGIN, encode_base64(user, eol="")))
608 (code, resp) = self.docmd(encode_base64(password, eol=""))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 564 return encode_base64(response, eol="")
567 return encode_base64("\0%s\0%s" % (user, password), eol="")
605 "%s %s" % (AUTH_LOGIN, encode_base64(user, eol="")))
608 (code, resp) = self.docmd(encode_base64(password, eol=""))
  /external/opencv3/modules/java/generator/src/java/
android+AsyncServiceHelper.java 303 String eol = System.getProperty("line.separator");
304 for (String str : Core.getBuildInformation().split(eol))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 211 eol = (line[-1] == '\n') and '\n' or ''
212 line = line[0:pos] + eol
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 211 eol = (line[-1] == '\n') and '\n' or ''
212 line = line[0:pos] + eol
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 211 eol = (line[-1] == '\n') and '\n' or ''
212 line = line[0:pos] + eol
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 211 eol = (line[-1] == '\n') and '\n' or ''
212 line = line[0:pos] + eol
  /external/strace/
util.c 557 int usehex, c, eol; local
560 eol = '\0';
562 eol = 0x100; /* this can never match a char */
573 if (c == eol)
599 if (c == eol)
610 if (c == eol)
  /external/v8/tools/gyp/pylib/gyp/generator/
xcode.py     [all...]
  /external/dbus/dbus/
dbus-string.c 1917 int eol, eol_len; local
    [all...]
dbus-auth.c 2146 int eol; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 988 /* If the word we're looking at is EOL, see if there's _anything_
2499 char *eol; local
    [all...]
  /external/dhcpcd-6.8.2/
dhcp-common.c 800 size_t e, i, n, eos, eol; local
886 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) {
901 dgetopt, eod, eol);
905 od += eos + eol;
906 ol -= eos + eol;
  /external/tcpdump/
util.c 650 u_int idx, eol; local
725 idx < len && (eol = print_txt_line(ndo, protoname, "\n\t", pptr, idx, len)) != 0;
726 idx = eol)
  /external/webrtc/webrtc/base/
httpbase.cc 143 const char* eol = line + len; local
146 } while ((value < eol) && isspace(static_cast<unsigned char>(*value)));
147 size_t vlen = eol - value;
  /external/jsoncpp/
makerelease.py 119 """Set file EOL for tarball distribution.
121 print('Preparing exported source file EOL for distribution...')
132 fixeol.fix_source_eol( path, is_dry_run = False, verbose = True, eol = '\r\n' )
134 fixeol.fix_source_eol( path, is_dry_run = False, verbose = True, eol = '\n' )
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc     [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.c 566 char *eol = find_end_of_line (input_line_pointer - (num_read), \
569 && eol >= buffer_limit) \
571 : eol + 1; \
2296 char *file, *eol; local
2591 char *eol; local
2632 char *file, *eol; local
    [all...]
  /external/toybox/toys/pending/
diff.c 84 eol = 1 << 10, enumerator in enum:__anon23107
202 while (!(tok & eol)) {
207 tok |= (t & (eof + eol)); //set tok eof+eol when t is eof
209 if (t == '\n') tok |= eol;
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 545 const uint8_t* eol = (uint8_t*)memchr(ptr, '\n', local
548 eol ? eol - ptr : range.data() + range.length() - ptr);
549 ptr = eol ? eol + 1 : range.data() + range.length();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
IOBinding.py 243 eol = r"(\r\n)|\n|\r" # \r\n (Windows), \n (UNIX), or \r (Mac) variable in class:IOBinding
244 eol_re = re.compile(eol)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
IOBinding.py 243 eol = r"(\r\n)|\n|\r" # \r\n (Windows), \n (UNIX), or \r (Mac) variable in class:IOBinding
244 eol_re = re.compile(eol)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 243 eol = r"(\r\n)|\n|\r" # \r\n (Windows), \n (UNIX), or \r (Mac) variable in class:IOBinding
244 eol_re = re.compile(eol)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 243 eol = r"(\r\n)|\n|\r" # \r\n (Windows), \n (UNIX), or \r (Mac) variable in class:IOBinding
244 eol_re = re.compile(eol)
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 882 char * eol; local
    [all...]

Completed in 1880 milliseconds

1 2 34 5 6 7 8