/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
header.py | 212 # boundaries, which means for us we need to add a space when we go 323 # We can split on _maxlinelen boundaries because we know that the
|
/external/chromium_org/third_party/icu/source/common/ |
unisetspan.cpp | 467 // at code point boundaries. [all...] |
utext.cpp | 253 // of supplementaries that may span chunk boundaries. [all...] |
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch_test.java | 208 // Slide diffs to match logical boundaries. 219 assertEquals("diff_cleanupSemanticLossless: Line boundaries.", diffList(new Diff(EQUAL, "AAA\r\n"), new Diff(INSERT, "BBB DDD\r\n"), new Diff(EQUAL, "BBB EEE")), diffs); 223 assertEquals("diff_cleanupSemanticLossless: Word boundaries.", diffList(new Diff(EQUAL, "The "), new Diff(INSERT, "cow and the "), new Diff(EQUAL, "cat.")), diffs); 227 assertEquals("diff_cleanupSemanticLossless: Alphanumeric boundaries.", diffList(new Diff(EQUAL, "The-"), new Diff(INSERT, "cow-and-the-"), new Diff(EQUAL, "cat.")), diffs); 262 assertEquals("diff_cleanupSemantic: Word boundaries.", diffList(new Diff(EQUAL, "The "), new Diff(DELETE, "cow and the "), new Diff(EQUAL, "cat.")), diffs); [all...] |
/external/icu4c/common/ |
unisetspan.cpp | 469 // at code point boundaries. [all...] |
utext.cpp | 256 // of supplementaries that may span chunk boundaries. [all...] |
/external/icu4c/common/unicode/ |
uchar.h | 74 * is sometimes used to determine word boundaries, while a more sophisticated 77 * (In ICU, BreakIterator is the most sophisticated API for word boundaries.) 210 For programmatic determination of grapheme cluster boundaries. 214 For programmatic determination of grapheme cluster boundaries. 218 For programmatic determination of grapheme cluster boundaries. @stable ICU 2.1 */ 300 Sentence Terminal. Used in UAX #29: Text Boundaries 469 Used in UAX #29: Text Boundaries 474 Used in UAX #29: Text Boundaries 479 Used in UAX #29: Text Boundaries [all...] |
/external/chromium/chrome/browser/resources/ |
history.html | 411 * for queries that don't cross month boundaries, but an entire month's 416 * TODO: Fix this for when the user's clock goes across month boundaries. 601 // Break across day boundaries and insert gaps for browsing pauses. [all...] |
history2.html | 422 * for queries that don't cross month boundaries, but an entire month's 427 * TODO: Fix this for when the user's clock goes across month boundaries. 613 // Break across day boundaries and insert gaps for browsing pauses. [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 173 // we test cases where reads cross buffer boundaries as well as cases [all...] |
/external/chromium_org/ui/base/text/ |
text_elider.cc | 651 // Add text to the output string if the rectangular boundaries 657 // boundaries have not been exceeded. If |output| is false, we assume [all...] |
/external/icu4c/test/intltest/ |
utxttest.cpp | 93 // Test simple strings of lengths 1 to 60, looking for glitches at buffer boundaries 108 // looking for glitches at buffer boundaries 989 // Index to positions not on code point boundaries. [all...] |
/external/jpeg/ |
jmemmgr.c | 55 * boundaries, doubles on 8-byte boundaries, etc. On such machines, malloc() 517 * boundaries. The code will still work with overlapping access requests, [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_loopfilter.c | 576 // boundaries. These differ from the 4x4 boundaries on the outside edge of [all...] |
/external/llvm/lib/CodeGen/ |
LiveIntervalAnalysis.cpp | 225 // Fixed interference typically comes from ABI boundaries: Function arguments 582 // defined and killed at instructions, not at block boundaries. It is not [all...] |
/external/qemu/distrib/jpeg-6b/ |
jmemmgr.c | 55 * boundaries, doubles on 8-byte boundaries, etc. On such machines, malloc() 517 * boundaries. The code will still work with overlapping access requests, [all...] |
/bionic/libc/arch-arm/cortex-a15/bionic/ |
strcmp.S | 94 the first word, using the queued value, to guarantee safety across page boundaries.
|
/bionic/libc/arch-arm/krait/bionic/ |
strcmp.S | 94 the first word, using the queued value, to guarantee safety across page boundaries.
|
/bionic/libc/include/ |
stdio.h | 122 /* Unix stdio files get aligned to block boundaries on fseek() */
|
/development/ndk/platforms/android-3/include/ |
stdio.h | 127 /* Unix stdio files get aligned to block boundaries on fseek() */
|
/development/ndk/platforms/android-8/include/ |
stdio.h | 127 /* Unix stdio files get aligned to block boundaries on fseek() */
|
/docs/source.android.com/src/devices/ |
audio.jd | 70 The Binder IPC proxies facilitate communication over process boundaries. They are located in
|
/external/antlr/antlr-3.4/runtime/Delphi/ |
README.TXT | 58 these workarounds, the target performs within reasonable boundaries.
|
/external/chromium/chrome/browser/chromeos/login/ |
camera.cc | 52 // Clips integer value to 1 byte boundaries. Saturates the result on
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_cocoa_controller.mm | 472 // content's boundaries. |maxY_| has the correct placement in Cocoa coords,
|