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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
header.py 294 splittable = charset.to_splittable(s)
295 encoded = charset.from_splittable(splittable, True)
326 first = charset.from_splittable(splittable[:splitpnt], False)
327 last = charset.from_splittable(splittable[splitpnt:], False)
330 first, last = _binsplit(splittable, charset, maxlinelen)
494 def _binsplit(splittable, charset, maxlinelen):
496 j = len(splittable)
499 # 1. splittable[:k] fits for all k <= i (note that we *assume*,
500 # at the start, that splittable[:0] fits).
501 # 2. splittable[:k] does not fit for any k > j (at the start,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
header.py 294 splittable = charset.to_splittable(s)
295 encoded = charset.from_splittable(splittable, True)
326 first = charset.from_splittable(splittable[:splitpnt], False)
327 last = charset.from_splittable(splittable[splitpnt:], False)
330 first, last = _binsplit(splittable, charset, maxlinelen)
494 def _binsplit(splittable, charset, maxlinelen):
496 j = len(splittable)
499 # 1. splittable[:k] fits for all k <= i (note that we *assume*,
500 # at the start, that splittable[:0] fits).
501 # 2. splittable[:k] does not fit for any k > j (at the start
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
header.py 294 splittable = charset.to_splittable(s)
295 encoded = charset.from_splittable(splittable, True)
326 first = charset.from_splittable(splittable[:splitpnt], False)
327 last = charset.from_splittable(splittable[splitpnt:], False)
330 first, last = _binsplit(splittable, charset, maxlinelen)
494 def _binsplit(splittable, charset, maxlinelen):
496 j = len(splittable)
499 # 1. splittable[:k] fits for all k <= i (note that we *assume*,
500 # at the start, that splittable[:0] fits).
501 # 2. splittable[:k] does not fit for any k > j (at the start
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 294 splittable = charset.to_splittable(s)
295 encoded = charset.from_splittable(splittable, True)
326 first = charset.from_splittable(splittable[:splitpnt], False)
327 last = charset.from_splittable(splittable[splitpnt:], False)
330 first, last = _binsplit(splittable, charset, maxlinelen)
494 def _binsplit(splittable, charset, maxlinelen):
496 j = len(splittable)
499 # 1. splittable[:k] fits for all k <= i (note that we *assume*,
500 # at the start, that splittable[:0] fits).
501 # 2. splittable[:k] does not fit for any k > j (at the start
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 294 splittable = charset.to_splittable(s)
295 encoded = charset.from_splittable(splittable, True)
326 first = charset.from_splittable(splittable[:splitpnt], False)
327 last = charset.from_splittable(splittable[splitpnt:], False)
330 first, last = _binsplit(splittable, charset, maxlinelen)
494 def _binsplit(splittable, charset, maxlinelen):
496 j = len(splittable)
499 # 1. splittable[:k] fits for all k <= i (note that we *assume*,
500 # at the start, that splittable[:0] fits).
501 # 2. splittable[:k] does not fit for any k > j (at the start
    [all...]
  /build/blueprint/
ninja_writer.go 67 // The line has grown too long and is splittable. Split it at the
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 253 // If the path is not splittable, then it will return ("", "", false).
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 253 // If the path is not splittable, then it will return ("", "", false).
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 2891 milliseconds