/external/chromium/base/json/ |
string_escape.h | 19 // result to |dst|. This will create unicode escape sequences (\uXXXX).
|
/external/clang/test/Modules/ |
modify-module.m | 17 // REQUIRES: ansi-escape-sequences
|
/external/clang/test/SemaCXX/ |
ptrtomember-overload-resolution.cpp | 4 // 13.3.3.2 Ranking implicit conversion sequences
|
/external/e2fsprogs/po/ |
en@boldquot.header | 24 # bold face, assuming the VT100/XTerm escape sequences.
|
/external/elfutils/po/ |
en@boldquot.header | 24 # bold face, assuming the VT100/XTerm escape sequences.
|
/external/icu4c/data/mappings/ |
noop-cns-11643.ucm | 26 # (1..2) middle and trail bytes for valid but unassigned sequences
|
/external/icu4c/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/icu4c/test/intltest/ |
dadrcoll.h | 53 UVector sequences; member in class:DataDrivenCollatorTest
|
/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/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/llvm/test/MC/X86/ |
x86_long_nop.s | 6 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
|
/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 (<) */
|
/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.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vecir.h | 42 /* A varray gimple statement sequences. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vecir.h | 42 /* A varray gimple statement sequences. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vecir.h | 42 /* A varray gimple statement sequences. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vecir.h | 42 /* A varray gimple statement sequences. */
|
/packages/apps/Phone/src/com/android/phone/ |
SpecialCharSequenceMgr.java | 35 * Helper class to listen for some magic dialpad character sequences 38 * Note the Contacts app also handles these sequences too, so there's a 41 * In fact, the most common use case for these special sequences is typing 117 * sequences" that are available even if the device is locked. 119 * (Specifically, these are the sequences that you're allowed to type 129 // The only sequences available on a locked device are the "**04" 130 // 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/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 333 // - returns a generator producing sequences with elements v1, v2, ..., vN. 362 // - returns a generator producing sequences with elements {false, true}. 383 // 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/libvpx/libvpx/third_party/googletest/src/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/llvm/lib/DebugInfo/ |
DWARFDebugLine.cpp | 124 // Sort all sequences so that address lookup will work faster. 125 if (!Sequences.empty()) { 126 std::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); 127 // Note: actually, instruction address ranges of sequences should not 132 // rudimentary sequences for address ranges [0x0, 0xsomething). 484 if (Sequences.empty()) 489 SequenceIter first_seq = Sequences.begin(); 490 SequenceIter last_seq = Sequences.end(); 495 found_seq = Sequences.back() [all...] |