/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
seq.h | 21 /* Some common operations on sequences of isl_int's */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
string | 1 // Components for manipulating sequences of characters -*- C++ -*-
|
/external/chromium_org/chrome/tools/ |
inconsistent-eol.py | 46 crlf: How many CRLF (\r\n) sequences are in the file. 47 cr: How many CR (\r) characters are in the file, excluding CRLF sequences. 48 lf: How many LF (\n) characters are in the file, excluding CRLF sequences.
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.h | 78 // Join two (sequences of) instructions. This is useful, if the "next" 104 // Basic blocks are defined as sequences of instructions whose only branch 122 // Find common tail sequences of basic blocks and coalesce them.
|
/external/chromium_org/third_party/sqlite/src/ext/icu/ |
README.txt | 10 1.3 ICU Collation Sequences 67 1.3 ICU Collation Sequences 70 may be used to register ICU collation sequences with SQLite. It
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
Cookie.java | 69 * will be unescaped, possibly converting '+' and '%' sequences. The 143 * Convert <code>%</code><i>hh</i> sequences to single characters, and 147 * <code>%</code><i>hh</i> sequences.
|
/external/libutf/ |
rune.3 | 126 copies UTF sequences until a null sequence has been copied, but writes no 127 sequences beyond 129 If any sequences are copied,
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_iconv.c | 329 /* Skip illegal sequences 342 /* Skip illegal sequences 355 /* Skip illegal sequences 368 /* Skip illegal sequences 381 /* Skip illegal sequences 394 /* Skip illegal sequences 410 /* Skip illegal sequences 430 /* Skip illegal sequences 453 /* Skip illegal sequences 468 /* Skip illegal sequences [all...] |
/external/llvm/include/llvm/Support/ |
ConvertUTF.h | 64 flag is set to strict, both irregular sequences and isolated surrogates 66 sequences and isolated surrogates are converted. 68 Whether the flag is strict or lenient, all illegal sequences will cause 69 an error return. This includes sequences such as: <F4 90 80 80>, <C0 80>, 71 must check for illegal sequences.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
difflib.py | 16 Return one of the two sequences that generated an ndiff delta. 22 A flexible class for comparing pairs of sequences of any type. 25 For producing human-readable deltas from sequences of lines of text. 49 SequenceMatcher is a flexible class for comparing pairs of sequences of 56 recursively to the pieces of the sequences to the left and to the right 58 sequences, but does tend to yield matches that "look right" to people. 61 sequences. Unlike e.g. UNIX(tm) diff, the fundamental notion is the 80 sequences. As a rule of thumb, a .ratio() value over 0.6 means the 81 sequences are close matches: 87 If you're only interested in where the sequences match [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
MultiCall.py | 6 MultiCall recognizes only a subset of legal event sequences. Sequences which 10 The recognized sequences are complete one-event sequences (no emacs-style 319 # 1. a list of triplets - the sequences it is binded to 352 def event_add(self, virtual, *sequences): 353 #print "event_add(%s,%s) was called"%(repr(virtual),repr(sequences)) 358 for seq in sequences: 368 def event_delete(self, virtual, *sequences): 372 for seq in sequences [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
difflib.py | 16 Return one of the two sequences that generated an ndiff delta. 22 A flexible class for comparing pairs of sequences of any type. 25 For producing human-readable deltas from sequences of lines of text. 49 SequenceMatcher is a flexible class for comparing pairs of sequences of 56 recursively to the pieces of the sequences to the left and to the right 58 sequences, but does tend to yield matches that "look right" to people. 61 sequences. Unlike e.g. UNIX(tm) diff, the fundamental notion is the 80 sequences. As a rule of thumb, a .ratio() value over 0.6 means the 81 sequences are close matches: 87 If you're only interested in where the sequences match [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
MultiCall.py | 6 MultiCall recognizes only a subset of legal event sequences. Sequences which 10 The recognized sequences are complete one-event sequences (no emacs-style 319 # 1. a list of triplets - the sequences it is binded to 352 def event_add(self, virtual, *sequences): 353 #print "event_add(%s,%s) was called"%(repr(virtual),repr(sequences)) 358 for seq in sequences: 368 def event_delete(self, virtual, *sequences): 372 for seq in sequences [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/ |
UTF8.cpp | 62 // Handle 0-byte sequences (never valid). 68 // Handle 1-byte sequences (plain ASCII). 76 // Handle 2-byte sequences. 89 // Handle 3-byte sequences. 105 // Handle 4-byte sequences. 247 // definition of UTF-8 goes up to 4-byte sequences.
|