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

  /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 137 milliseconds