/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
range_size_hash_equal_allocator.pass.cpp | 47 P(4, "four"), 48 P(1, "four"), 49 P(2, "four"), 62 assert(c.at(4) == "four"); 86 P(4, "four"), 87 P(1, "four"), 88 P(2, "four"), 101 assert(c.at(4) == "four");
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
mmintrin.h | 60 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 61 the result, and the four 16-bit values from M2 into the upper four 8-bit 87 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 88 the result, and the four 16-bit values from M2 into the upper four 8-bit 114 /* Interleave the four 8-bit values from the high half of M1 with the four [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
mmintrin.h | 60 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 61 the result, and the four 16-bit values from M2 into the upper four 8-bit 87 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 88 the result, and the four 16-bit values from M2 into the upper four 8-bit 114 /* Interleave the four 8-bit values from the high half of M1 with the four [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
mmintrin.h | 60 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 61 the result, and the four 16-bit values from M2 into the upper four 8-bit 87 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 88 the result, and the four 16-bit values from M2 into the upper four 8-bit 114 /* Interleave the four 8-bit values from the high half of M1 with the four [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
mmintrin.h | 60 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 61 the result, and the four 16-bit values from M2 into the upper four 8-bit 87 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 88 the result, and the four 16-bit values from M2 into the upper four 8-bit 114 /* Interleave the four 8-bit values from the high half of M1 with the four [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
mmintrin.h | 60 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 61 the result, and the four 16-bit values from M2 into the upper four 8-bit 87 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 88 the result, and the four 16-bit values from M2 into the upper four 8-bit 114 /* Interleave the four 8-bit values from the high half of M1 with the four [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
mmintrin.h | 60 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 61 the result, and the four 16-bit values from M2 into the upper four 8-bit 87 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 88 the result, and the four 16-bit values from M2 into the upper four 8-bit 114 /* Interleave the four 8-bit values from the high half of M1 with the four [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
mmintrin.h | 60 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 61 the result, and the four 16-bit values from M2 into the upper four 8-bit 87 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 88 the result, and the four 16-bit values from M2 into the upper four 8-bit 114 /* Interleave the four 8-bit values from the high half of M1 with the four [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
mmintrin.h | 60 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 61 the result, and the four 16-bit values from M2 into the upper four 8-bit 87 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 88 the result, and the four 16-bit values from M2 into the upper four 8-bit 114 /* Interleave the four 8-bit values from the high half of M1 with the four [all...] |
/external/chromium_org/v8/test/mjsunit/ |
smi-negative-zero.js | 34 var four = 4; variable 52 assertEquals(Infinity, one / (four % two), "foo3"); 53 assertEquals(Infinity, one / (four % minus_two), "foo4"); 82 assertEquals(Infinity, one / (four % 2), "buzz5"); 83 assertEquals(Infinity, one / (four % -2), "buzz6");
|
/external/v8/test/mjsunit/ |
smi-negative-zero.js | 34 var four = 4; variable 52 assertEquals(Infinity, one / (four % two), "foo3"); 53 assertEquals(Infinity, one / (four % minus_two), "foo4"); 82 assertEquals(Infinity, one / (four % 2), "buzz5"); 83 assertEquals(Infinity, one / (four % -2), "buzz6");
|
/frameworks/base/core/tests/coretests/src/android/view/ |
CreateViewTest.java | 64 ViewOne four = new ViewOne(mContext); local 65 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); 105 TextView four = new TextView(mContext); local 106 four.setText("W"); 107 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
|
/external/chromium_org/media/base/simd/ |
convert_rgb_to_yuv_ssse3.inc | 10 ; two ARGB pixels to YUV pixels, and converting four ARGB pixels to YUV pixels. 26 ; // Convert four ARGB pixels to four Y pixels, two U pixels, and two V 77 ; If the input width is not a multiple of four, read the rightmost two ARGB 110 ; Read four ARGB pixels and convert their colorspace to YUV. This code stores 111 ; four Y pixels, two U pixels, and two V pixels. 124 ; Read four ARGB pixels. (We can use movdqa here since we have checked if the 141 ; Calculate u[0] and u[1] from four ARGB pixels read above. 147 ; Calculate v[0] and v[1] from four ARGB pixels read above. 166 ; Read four ARGB (or RGB) pixels [all...] |
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/ |
math_digits.json | 41 "default": "digit four", 42 "short": "four" 164 "default": "superscript digit four", 165 "alternative": "superscript four", 166 "short": "super four" 264 "default": "subscript digit four", 265 "alternative": "subscript four", 266 "short": "sub four" 401 "default": "vulgar fraction four fifths", 402 "alternative": "fraction four fifths" [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
enc2.test | 88 INSERT INTO t1 VALUES('four','IV',4); 92 } {one I 1 two II 2 three III 3 four IV 4 five V 5} 102 SELECT * FROM t1 WHERE a = 'four'; 104 } {four IV 4} 118 } {four} 198 set ::values [list one two three four five] 218 INSERT INTO t5 VALUES('four'); 225 } {one two three four five UTF-8} 230 } {one two three four five UTF-16LE} 235 } {one two three four five UTF-16BE [all...] |
/cts/tools/dex-tools/src/dex/structure/ |
DexEncodedValueType.java | 52 * signed four-byte integer value, sign-extended 68 * four-byte bit pattern, zero-extended to the right, and interpreted as an 86 * unsigned (zero-extended) four-byte integer value, interpreted as an index 95 * unsigned (zero-extended) four-byte integer value, interpreted as an index 104 * unsigned (zero-extended) four-byte integer value, interpreted as an index 113 * unsigned (zero-extended) four-byte integer value, interpreted as an index 122 * unsigned (zero-extended) four-byte integer value, interpreted as an index
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
swap_member.pass.cpp | 118 P(4, "four"), 119 P(1, "four"), 120 P(2, "four"), 139 assert(next(c2.find(1))->second == "four"); 141 assert(next(c2.find(2))->second == "four"); 143 assert(c2.find(4)->second == "four"); 162 P(4, "four"), 163 P(1, "four"), 164 P(2, "four"), 202 assert(next(c2.find(1))->second == "four"); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/ |
swap_non_member.pass.cpp | 117 P(4, "four"), 118 P(1, "four"), 119 P(2, "four"), 138 assert(next(c2.find(1))->second == "four"); 140 assert(next(c2.find(2))->second == "four"); 142 assert(c2.find(4)->second == "four"); 161 P(4, "four"), 162 P(1, "four"), 163 P(2, "four"), 201 assert(next(c2.find(1))->second == "four"); [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
calculator.html | 36 <button class="four" title="four" data-button="four"></button>
|
/external/chromium_org/remoting/host/ |
capture_scheduler_unittest.cc | 16 { 100, 50, 50, 50, 50, 50, 60, 80 }, // Four cores. 38 { 90, 55, 50, 50, 50, 50, 55, 90 }, // Four cores. 61 { 90, 72, 58, 50, 50, 50, 50, 58 }, // Four cores.
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
velems.rst | 14 guaranteed to support 32-bit floating-point vectors of one to four components. 27 uses less than four components, it will be padded out with the constant vector 36 Vertex position may be specified with two to four components. Using less than
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-107996.js | 41 four_in_debugger[i] = frame.evaluate("four", false).value(); 48 var four = 4; 53 fourteen = three + four + seven;
|
/external/mesa3d/src/gallium/docs/source/cso/ |
velems.rst | 14 guaranteed to support 32-bit floating-point vectors of one to four components. 27 uses less than four components, it will be padded out with the constant vector 36 Vertex position may be specified with two to four components. Using less than
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.h | 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op 23 the current table to the next table. Each entry is four bytes. */
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-107996.js | 41 four_in_debugger[i] = frame.evaluate("four", false).value(); 48 var four = 4; 53 fourteen = three + four + seven;
|