/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserDict.py | 91 # does not define __init__() or copy(). In addition to the four base
|
inspect.py | 806 A tuple of four things is returned: (args, varargs, varkw, defaults). [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
base64mime.py | 8 to encode arbitrary 8-bit data using the three 8-bit bytes in four 7-bit
|
/system/core/libpixelflinger/ |
col32cb16blend_neon.S | 52 vld4.8 {d0[], d2[], d4[], d6[]}, [r1] // load color into four registers
|
/external/chromium_org/third_party/sqlite/src/test/ |
e_fts3.test | 590 write_test 7.1.3 t7_content { INSERT INTO t7(docid, a) VALUES(4,'number four') } 596 } {{number four:letter D} {number five:letter E}} 606 SELECT * FROM t7 WHERE a MATCH 'number' AND a MATCH 'four' 609 SELECT * FROM t7, t8 WHERE a MATCH 'number' AND a MATCH 'four' 616 } {{number four} {letter D} {number four} {letter E} {number five} {letter D} {number five} {letter E}} 619 } {{number four}}
|
e_select.test | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
cp864.py | 98 0x00b4: 0x0664, # ARABIC-INDIC DIGIT FOUR 199 u'\x14' # 0x0014 -> DEVICE CONTROL FOUR 231 u'4' # 0x0034 -> DIGIT FOUR 359 u'\u0664' # 0x00b4 -> ARABIC-INDIC DIGIT FOUR 460 0x0014: 0x0014, # DEVICE CONTROL FOUR 491 0x0034: 0x0034, # DIGIT FOUR 594 0x0664: 0x00b4, # ARABIC-INDIC DIGIT FOUR [all...] |
mac_arabic.py | 100 0x00b4: 0x0664, # ARABIC-INDIC DIGIT FOUR, right-left (need override) 233 u'4' # 0x0034 -> DIGIT FOUR; in Arabic-script context, displayed as 0x0664 ARABIC-INDIC DIGIT FOUR 361 u'\u0664' # 0x00b4 -> ARABIC-INDIC DIGIT FOUR, right-left (need override) 508 0x0034: 0x0034, # DIGIT FOUR; in Arabic-script context, displayed as 0x0664 ARABIC-INDIC DIGIT FOUR [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
cp864.py | 98 0x00b4: 0x0664, # ARABIC-INDIC DIGIT FOUR 199 u'\x14' # 0x0014 -> DEVICE CONTROL FOUR 231 u'4' # 0x0034 -> DIGIT FOUR 359 u'\u0664' # 0x00b4 -> ARABIC-INDIC DIGIT FOUR 460 0x0014: 0x0014, # DEVICE CONTROL FOUR 491 0x0034: 0x0034, # DIGIT FOUR 594 0x0664: 0x00b4, # ARABIC-INDIC DIGIT FOUR [all...] |
mac_arabic.py | 100 0x00b4: 0x0664, # ARABIC-INDIC DIGIT FOUR, right-left (need override) 233 u'4' # 0x0034 -> DIGIT FOUR; in Arabic-script context, displayed as 0x0664 ARABIC-INDIC DIGIT FOUR 361 u'\u0664' # 0x00b4 -> ARABIC-INDIC DIGIT FOUR, right-left (need override) 508 0x0034: 0x0034, # DIGIT FOUR; in Arabic-script context, displayed as 0x0664 ARABIC-INDIC DIGIT FOUR [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
native_textfield_views_unittest.cc | 522 textfield_->SetText(ASCIIToUTF16("one two three four")); 537 textfield_->SetText(ASCIIToUTF16("one two three four")); 540 EXPECT_STR_EQ(" two three four", textfield_->text()); 546 EXPECT_STR_EQ(" two three four", textfield_->text()); [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MapMakerInternalMapTest.java | 314 Object four = new Object(); local 326 map.put(three, four); 330 assertNotified(listener, three, four, RemovalCause.EXPLICIT); 332 map.put(four, five); 336 assertNotified(listener, four, five, RemovalCause.EXPLICIT); 357 Object four = new Object(); local 365 Map<Object, Object> newMap = ImmutableMap.of(one, four); 370 assertNotified(listener, one, four, RemovalCause.REPLACED); 414 Object four = new Object(); local 419 map.put(three, four); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
callcoll.c | 712 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; 737 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; 764 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; 789 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; 813 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
vp8.c | 536 // Table to unpack four bits into four bytes 543 // Macro to pack four LSB of four bytes into four bits.
|
/external/markdown/docs/ |
writing_extensions.txt | 233 Removes one level of indent (four spaces by default) from the front of each 454 >>> od['four'] = 4 # The same as: od.add('four', 4, '_end') 456 [("one", 1), ("three", 3), ("four", 4)] 471 ["one", "two", "twohalf", "three", "four"]
|
/external/webp/src/dec/ |
vp8.c | 536 // Table to unpack four bits into four bytes 543 // Macro to pack four LSB of four bytes into four bits.
|
/external/chromium_org/third_party/libwebp/dsp/ |
dec_sse2.c | 139 const __m128i four = _mm_set1_epi16(4); local 140 const __m128i dc = _mm_add_epi16(T0, four); 209 // Load four bytes/pixels per line. 238 // Store four bytes/pixels per line. 304 const __m128i four = _mm_set1_epi8(4); \ 306 __m128i v4 = _mm_adds_epi8(fl, four); \ [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 177 const __m128i four = _mm_set1_epi16(4); local 213 pixetFilter_p2p1p0 = _mm_add_epi16(four, 580 const __m128i four = _mm_set1_epi16(4); local 609 b = _mm_add_epi16(_mm_add_epi16(p3, four), _mm_add_epi16(p3, p2)); 944 const __m128i four = _mm_set1_epi16(4); local [all...] |
/external/webp/src/dsp/ |
dec_sse2.c | 139 const __m128i four = _mm_set1_epi16(4); local 140 const __m128i dc = _mm_add_epi16(T0, four); 209 // Load four bytes/pixels per line. 238 // Store four bytes/pixels per line. 304 const __m128i four = _mm_set1_epi8(4); \ 306 __m128i v4 = _mm_adds_epi8(fl, four); \ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 806 A tuple of four things is returned: (args, varargs, varkw, defaults). [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalCacheTest.java | 731 Object four = new Object(); local 743 map.put(three, four); 747 assertNotified(listener, three, four, RemovalCause.EXPLICIT); 749 map.put(four, five); 753 assertNotified(listener, four, five, RemovalCause.EXPLICIT); 773 Object four = new Object(); local 781 Map<Object, Object> newMap = ImmutableMap.of(one, four); 786 assertNotified(listener, one, four, RemovalCause.REPLACED); 830 Object four = new Object(); local 837 map.put(three, four); 857 Object four = new Object(); local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
Collections2Test.java | 97 list.add(4, "four"); 102 assertEquals("Rotated incorrectly at position 1, ", "four",
|
/external/chromium/net/disk_cache/ |
disk_format.h | 19 // that spans from one to four consecutive "blocks", and it grows as needed to 31 // A new cache is initialized with four block files (named data_0 through
|
/external/chromium/sdch/open-vcdiff/src/ |
addrcache_test.cc | 250 // Exercises all four addressing mode types by encoding five values 269 // Exercises all four addressing mode types by manually encoding six values
|
/external/chromium_org/chrome/browser/tab_contents/ |
spelling_menu_observer_browsertest.cc | 253 // Tests that right-clicking a misspelled word adds four items: 334 // as the first four items, then possibly more (not relevant here).
|