HomeSort by relevance Sort by last modified time
    Searched full:sequences (Results 101 - 125 of 2298) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
csr2022.cpp 23 * Counts up the number of legal and unrecognized escape sequences in
30 * @param escapeSequences the byte escape sequences to test for.
86 // unrecognized escape sequences.
92 // Back off quality if there were too few escape sequences seen.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SequenceOptimizer.java 26 * Simple optimizer to simplify expression sequences which only have a single element. This
  /external/libexif/po/
en@boldquot.header 24 # bold face, assuming the VT100/XTerm escape sequences.
  /external/llvm/include/llvm/ADT/
edit_distance.h 11 // sequences, with each element of each sequence being analogous to a character
25 /// \brief Determine the edit distance between two sequences.
41 /// the given sequences into the other. If zero, the sequences are identical.
  /external/ltrace/sysdeps/linux-gnu/ppc/
insn.h 22 * sequences. This was lifted from GDB. */
  /external/proguard/src/proguard/obfuscate/
NameFactory.java 24 * This interfaces provides methods to generate unique sequences of names.
  /external/regex-re2/util/
utf.h 30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
README 18 this set the enable and disable sequences to last a random time. It is good
  /ndk/sources/host-tools/make-3.81/po/
en@boldquot.header 24 # bold face, assuming the VT100/XTerm escape sequences.
  /ndk/sources/host-tools/sed-4.2.1/po/
en@boldquot.header 24 # bold face, assuming the VT100/XTerm escape sequences.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
at_impl.hpp 24 // default implementation; conrete sequences might override it by
size_impl.hpp 25 // default implementation; conrete sequences might override it by
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 29 # In keypad mode, escape sequences for special keys
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 29 # In keypad mode, escape sequences for special keys
  /external/chromium_org/base/i18n/
streaming_utf8_validator_unittest.cc 90 // Tests the 4-byte sequences corresponding to the |size| integers
135 // These valid and invalid UTF-8 sequences are based on the tests from
139 // partial sequences are constructed by taking non-empty prefixes of these
156 // overlong sequences
266 // A test fixture for tests which test the concatenation of byte sequences.
269 // Check every possible concatenation of byte sequences from two
298 // sequences and are measured with strlen(), |valid| cannot be used it
streaming_utf8_validator_perftest.cc 28 // We want to test ranges of valid UTF-8 sequences. These ranges are inclusive.
48 // for comparison. This is only tried on 1-byte UTF-8 sequences, as
49 // the results will not be meaningful with sequences containing
112 // Construct a string by expanding the range of UTF-8 sequences
116 // sequences.
  /packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java 38 * Helper class to listen for some magic dialpad character sequences
41 * Note the Contacts app also handles these sequences too, so there's a
44 * In fact, the most common use case for these special sequences is typing
120 * sequences" that are available even if the device is locked.
122 * (Specifically, these are the sequences that you're allowed to type
132 // The only sequences available on a locked device are the "**04"
133 // or "**05" sequences that allow you to enter PIN or PUK-related
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 56 flag is set to strict, both irregular sequences and isolated surrogates
58 sequences and isolated surrogates are converted.
60 Whether the flag is strict or lenient, all illegal sequences will cause
61 an error return. This includes sequences such as: <F4 90 80 80>, <C0 80>,
63 must check for illegal sequences.
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 112 * <p>This method rejects "overlong" byte sequences, as well as
113 * 3-byte sequences that would map to a surrogate character, in
116 * JDK has been modified to also reject "overlong" byte sequences,
118 * byte sequences.
122 * Table 3-7. <em>Well Formed UTF-8 Byte Sequences</em>.
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 193 Sequences.clear();
511 // Sort all sequences so that address lookup will work faster.
512 if (!Sequences.empty()) {
513 std::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC);
514 // Note: actually, instruction address ranges of sequences should not
519 // rudimentary sequences for address ranges [0x0, 0xsomething).
527 if (Sequences.empty())
532 SequenceIter first_seq = Sequences.begin();
533 SequenceIter last_seq = Sequences.end()
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest-param-test.h.pump 217 // Range() returns generators providing sequences of values in a range.
227 // * The generated sequences never include end. For example, Range(1, 5)
236 // Elements in the resulting sequences will also have that type.
237 // * Condition start < end must be satisfied in order for resulting sequences
256 // - returns a generator producing sequences with elements from
259 // - returns a generator producing sequences with elements from
262 // - returns a generator producing sequences with elements from
332 // - returns a generator producing sequences with elements v1, v2, ..., vN.
361 // - returns a generator producing sequences with elements {false, true}.
382 // Combine() allows the user to combine two or more sequences to produc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-param-test.h.pump 217 // Range() returns generators providing sequences of values in a range.
227 // * The generated sequences never include end. For example, Range(1, 5)
236 // Elements in the resulting sequences will also have that type.
237 // * Condition start < end must be satisfied in order for resulting sequences
256 // - returns a generator producing sequences with elements from
259 // - returns a generator producing sequences with elements from
262 // - returns a generator producing sequences with elements from
332 // - returns a generator producing sequences with elements v1, v2, ..., vN.
361 // - returns a generator producing sequences with elements {false, true}.
382 // Combine() allows the user to combine two or more sequences to produc
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h.pump 217 // Range() returns generators providing sequences of values in a range.
227 // * The generated sequences never include end. For example, Range(1, 5)
236 // Elements in the resulting sequences will also have that type.
237 // * Condition start < end must be satisfied in order for resulting sequences
256 // - returns a generator producing sequences with elements from
259 // - returns a generator producing sequences with elements from
262 // - returns a generator producing sequences with elements from
332 // - returns a generator producing sequences with elements v1, v2, ..., vN.
361 // - returns a generator producing sequences with elements {false, true}.
382 // Combine() allows the user to combine two or more sequences to produc
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h.pump 217 // Range() returns generators providing sequences of values in a range.
227 // * The generated sequences never include end. For example, Range(1, 5)
236 // Elements in the resulting sequences will also have that type.
237 // * Condition start < end must be satisfied in order for resulting sequences
256 // - returns a generator producing sequences with elements from
259 // - returns a generator producing sequences with elements from
262 // - returns a generator producing sequences with elements from
332 // - returns a generator producing sequences with elements v1, v2, ..., vN.
361 // - returns a generator producing sequences with elements {false, true}.
382 // Combine() allows the user to combine two or more sequences to produc
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h.pump 217 // Range() returns generators providing sequences of values in a range.
227 // * The generated sequences never include end. For example, Range(1, 5)
236 // Elements in the resulting sequences will also have that type.
237 // * Condition start < end must be satisfied in order for resulting sequences
256 // - returns a generator producing sequences with elements from
259 // - returns a generator producing sequences with elements from
262 // - returns a generator producing sequences with elements from
332 // - returns a generator producing sequences with elements v1, v2, ..., vN.
361 // - returns a generator producing sequences with elements {false, true}.
382 // Combine() allows the user to combine two or more sequences to produc
    [all...]

Completed in 2094 milliseconds

1 2 3 45 6 7 8 91011>>