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

  /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...]
charset.py 282 """Convert a possibly multibyte string to a safely splittable format.
304 """Convert a splittable string back into an encoded string.
  /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...]
charset.py 282 """Convert a possibly multibyte string to a safely splittable format.
304 """Convert a splittable string back into an encoded string.
  /external/svox/pico/lib/
picopam.h 37 * Most the processing of PAM is logically splittable as follows
  /external/jpeg/
jquant2.c 274 /* Find the splittable box with the largest color population */
275 /* Returns NULL if no splittable boxes remain */
294 /* Find the splittable box with the largest (scaled) volume */
295 /* Returns NULL if no splittable boxes remain */
399 * a box is splittable iff norm > 0.
441 if (b1 == NULL) /* no splittable boxes left! */
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 274 /* Find the splittable box with the largest color population */
275 /* Returns NULL if no splittable boxes remain */
294 /* Find the splittable box with the largest (scaled) volume */
295 /* Returns NULL if no splittable boxes remain */
399 * a box is splittable iff norm > 0.
441 if (b1 == NULL) /* no splittable boxes left! */
    [all...]
  /external/zopfli/src/zopfli/
blocksplitter.c 191 splittable (splitting them increases rather than decreases cost).
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 136 /// itself, and a flag indicating whether we can classify the use as splittable
212 /// starting at a particular offset before splittable slices.
291 /// slices before the splittable ones. See the Slice inner class for more
578 // Insert the use now that we've fixed up the splittable nature.
768 << (I->isSplittable() ? " (splittable)" : "") << "\n";
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 625 splitTable = { 'GSUB': {
684 splitFunc = splitTable[overflowRecord.tableType][subTableType]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 75 * Comma-Splittable Text is similar to Comma-Separated Values (CSV) but has much simpler syntax.
76 * Unlike CSV, Comma-Splittable Text has no escaping mechanism, so that the text can't contain
  /external/llvm/test/CodeGen/X86/
avx-shuffle.ll 165 ; handle the case where only half of the 256-bits is splittable
  /external/valgrind/main/coregrind/
m_mallocfree.c 172 // A splittable block can be reclaimed when all its blocks are freed :
204 // blocks on big alignments are splittable.
207 // Smaller size superblocks are splittable and can be reclaimed when all
235 /* total # of reclaim executed for unsplittable/splittable superblocks */
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 294 /// getSplitIteration - Give a dependence that's splittable at some
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
  /external/valgrind/main/
NEWS     [all...]

Completed in 1112 milliseconds