HomeSort by relevance Sort by last modified time
    Searched refs:SEMISPACE (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
message.py 20 SEMISPACE = '; '
413 self._headers.append((_name, SEMISPACE.join(parts)))
602 ctype = SEMISPACE.join(
616 ctype = SEMISPACE.join([ctype, append_param])
637 new_ctype = SEMISPACE.join([new_ctype,
743 newheaders.append((h, SEMISPACE.join(parts)))
  /external/python/cpython2/Lib/email/
message.py 20 SEMISPACE = '; '
413 self._headers.append((_name, SEMISPACE.join(parts)))
602 ctype = SEMISPACE.join(
616 ctype = SEMISPACE.join([ctype, append_param])
637 new_ctype = SEMISPACE.join([new_ctype,
743 newheaders.append((h, SEMISPACE.join(parts)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 20 SEMISPACE = '; '
413 self._headers.append((_name, SEMISPACE.join(parts)))
602 ctype = SEMISPACE.join(
616 ctype = SEMISPACE.join([ctype, append_param])
637 new_ctype = SEMISPACE.join([new_ctype,
743 newheaders.append((h, SEMISPACE.join(parts)))
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 20 SEMISPACE = '; '
413 self._headers.append((_name, SEMISPACE.join(parts)))
602 ctype = SEMISPACE.join(
616 ctype = SEMISPACE.join([ctype, append_param])
637 new_ctype = SEMISPACE.join([new_ctype,
743 newheaders.append((h, SEMISPACE.join(parts)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 20 SEMISPACE = '; '
413 self._headers.append((_name, SEMISPACE.join(parts)))
602 ctype = SEMISPACE.join(
616 ctype = SEMISPACE.join([ctype, append_param])
637 new_ctype = SEMISPACE.join([new_ctype,
743 newheaders.append((h, SEMISPACE.join(parts)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 20 SEMISPACE = '; '
413 self._headers.append((_name, SEMISPACE.join(parts)))
602 ctype = SEMISPACE.join(
616 ctype = SEMISPACE.join([ctype, append_param])
637 new_ctype = SEMISPACE.join([new_ctype,
743 newheaders.append((h, SEMISPACE.join(parts)))

Completed in 255 milliseconds