/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mhlib.py | 29 path = f.getsequencesfilename() # full pathname of folder's sequences file 39 dict = f.getsequences() # dictionary of sequences in folder {name: list} 40 f.putsequences(dict) # write sequences back to folder 265 """Return the full pathname of the folder's sequences file.""" 298 """Return the set of sequences for the folder.""" 299 sequences = {} 304 return sequences 314 sequences[key] = value 315 return sequences 317 def putsequences(self, sequences) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mhlib.py | 29 path = f.getsequencesfilename() # full pathname of folder's sequences file 39 dict = f.getsequences() # dictionary of sequences in folder {name: list} 40 f.putsequences(dict) # write sequences back to folder 265 """Return the full pathname of the folder's sequences file.""" 298 """Return the set of sequences for the folder.""" 299 sequences = {} 304 return sequences 314 sequences[key] = value 315 return sequences 317 def putsequences(self, sequences) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
utf_impl.c | 44 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal; 46 * We keep them in this table for skipping long ISO 10646-UTF-8 sequences. 90 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative 93 * All illegal byte sequences yield a positive code point such that this 98 * like illegal sequences. 157 * encoded in UTF-8, and there are no irregular sequences any more.
|
/external/chromium_org/ui/compositor/ |
layer_animator.h | 121 // in these sequences have the same effective start time even when some of 125 // animation sequences. Takes PreemptionStrategy into account. 129 // elements in these sequences have the same effective start time even when 133 // of the animation sequences. 242 // Removes the sequences from both the running animations and the queue. 254 // Clears the running animations and the queue. No sequences are progressed.
|
/external/icu/icu4c/source/common/ |
utf_impl.c | 48 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal; 50 * We keep them in this table for skipping long ISO 10646-UTF-8 sequences. 108 * -1: All illegal byte sequences yield U_SENTINEL=-1. 113 * -3: All illegal byte sequences yield U+FFFD. 115 * All illegal byte sequences yield a positive code point such that this 120 * like illegal sequences.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
multiseq_selection.h | 27 * multiple sorted sequences. Also serves for splitting such 104 * @brief Splits several sorted sequences at a certain global __rank, 106 * The sequences are passed via a sequence of random-access 107 * iterator pairs, none of the sequences may be empty. If there 109 * __left side will be chosen from sequences with smaller number. 143 // Number of sequences, number of elements in total (possibly 243 // Max, favor rear sequences. 343 // Max, favor rear sequences. 354 // Min, favor fore sequences. 373 * sorted sequences [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
multiseq_selection.h | 27 * multiple sorted sequences. Also serves for splitting such 104 * @brief Splits several sorted sequences at a certain global __rank, 106 * The sequences are passed via a sequence of random-access 107 * iterator pairs, none of the sequences may be empty. If there 109 * __left side will be chosen from sequences with smaller number. 143 // Number of sequences, number of elements in total (possibly 243 // Max, favor rear sequences. 343 // Max, favor rear sequences. 354 // Min, favor fore sequences. 373 * sorted sequences [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
multiseq_selection.h | 27 * multiple sorted sequences. Also serves for splitting such 104 * @brief Splits several sorted sequences at a certain global __rank, 106 * The sequences are passed via a sequence of random-access 107 * iterator pairs, none of the sequences may be empty. If there 109 * __left side will be chosen from sequences with smaller number. 143 // Number of sequences, number of elements in total (possibly 243 // Max, favor rear sequences. 343 // Max, favor rear sequences. 354 // Min, favor fore sequences. 373 * sorted sequences [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
multiseq_selection.h | 27 * multiple sorted sequences. Also serves for splitting such 104 * @brief Splits several sorted sequences at a certain global __rank, 106 * The sequences are passed via a sequence of random-access 107 * iterator pairs, none of the sequences may be empty. If there 109 * __left side will be chosen from sequences with smaller number. 143 // Number of sequences, number of elements in total (possibly 243 // Max, favor rear sequences. 343 // Max, favor rear sequences. 354 // Min, favor fore sequences. 373 * sorted sequences [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
csrucode.cpp | 97 // and the existence of valid and/or invalid multi-byte sequences. 107 // Probably corruput UTF-32BE data. Valid sequences aren't likely by chance.
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
Utf8.java | 41 * sequences as well as rejection of 3-byte surrogate codepoint byte 42 * sequences. Note that the UTF-8 decoder included in Oracle's JDK 43 * has been modified to also reject "overlong" byte sequences, but (as 44 * of 2011) still accepts 3-byte surrogate codepoint byte sequences. 46 * <p>The byte sequences considered valid by this class are exactly 54 * Table 3-7. <em>Well Formed UTF-8 Byte Sequences</em>. 56 * <p>This class supports decoding of partial byte sequences, so that the 57 * bytes in a complete UTF-8 byte sequences can be stored in multiple
|
/external/chromium_org/third_party/sqlite/src/test/ |
analyze4.test | 17 # Also include test cases for collating sequences on indices. 82 # Verify that collating sequences are taken into account when computing
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
IteratorTester.java | 25 * it's important to test a great variety of sequences of the 28 * possible sequences of these operations, up to a given number of steps. So, if
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/ |
SimpleEscapingFunction.java | 78 * <li>Scan block for contiguous unescaped sequences 79 * <li>Append unescaped sequences to output
|
/external/llvm/test/CodeGen/AArch64/ |
fcmp.ll | 24 ; test. Obviously, other sequences are valid. 63 ; test. Obviously, other sequences are valid.
|
/external/llvm/test/CodeGen/SystemZ/ |
int-conv-09.ll | 46 ; Other sequences besides this one would be OK. 81 ; Other sequences besides this one would be OK.
|
int-move-03.ll | 25 ; Other sequences besides this one would be OK. 57 ; Other sequences besides this one would be OK.
|
int-move-07.ll | 25 ; Other sequences besides this one would be OK. 57 ; Other sequences besides this one would be OK.
|
/frameworks/base/core/java/com/android/internal/util/ |
CharSequences.java | 94 * Compares two character sequences for equality. 111 * Compares two character sequences with API like {@link Comparable#compareTo}.
|
/system/core/include/utils/ |
PropertyMap.h | 40 * The '\' character is reserved for escape sequences and is not currently supported. 46 * TODO Support escape sequences and quoted values when needed.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERTaggedObject.java | 8 * rules (as with sequences).
|
DLTaggedObject.java | 8 * rules (as with sequences).
|
/external/chromium_org/base/i18n/ |
icu_string_conversions.h | 28 // When converting to Unicode, the offending byte sequences are substituted
|
/external/chromium_org/content/browser/renderer_host/input/ |
gesture_text_selector.cc | 26 // sequences from being forwarded.
|
/external/chromium_org/jingle/notifier/listener/ |
notification_defines.cc | 69 // characters to escape sequences.
|