/external/chromium_org/ash/wm/ |
mru_window_tracker_unittest.cc | 58 scoped_ptr<aura::Window> w5(CreateWindow()); 61 wm::ActivateWindow(w5.get()); 69 wm::GetWindowState(w5.get())->Minimize(); 80 EXPECT_EQ(w5.get(), window_list[5]);
|
/external/chromium/net/websockets/ |
websocket_throttle_unittest.cc | 162 scoped_refptr<WebSocketJob> w5(new WebSocketJob(&delegate)); 164 new SocketStream(GURL("ws://host5/"), w5.get())); 165 w5->InitSocketStream(s5.get()); 172 EXPECT_EQ(ERR_IO_PENDING, w5->OnStartOpenConnection(s5, &callback_s5)); 176 // 1.2.3.6 | w1 w4 w5 189 // Trying to open connection to host6 will wait for w1, w4, w5 194 // 1.2.3.6 | w1 w4 w5 w6 226 // 1.2.3.6 | w4 w5 w6 237 // 1.2.3.6 | w4 w5 w6 239 // w5 can close while waiting in queue [all...] |
/external/llvm/test/MC/AArch64/ |
basic-a64-instructions.s | 18 add x2, x4, w5, uxtb 26 // CHECK: add x2, x4, w5, uxtb // encoding: [0x82,0x00,0x25,0x8b] 36 add w2, w5, w7, uxtb 40 add w2, w5, w1, sxtb 43 add w2, w3, w5, sxtx 44 // CHECK: add w2, w5, w7, uxtb // encoding: [0xa2,0x00,0x27,0x0b] 48 // CHECK: add w2, w5, w1, sxtb // encoding: [0xa2,0x80,0x21,0x0b] 51 // CHECK: add w2, w3, w5, sxtx // encoding: [0x62,0xe0,0x25,0x0b] 54 add x2, x3, w5, sxtb #0 58 // CHECK: add x2, x3, w5, sxtb // encoding: [0x62,0x80,0x25,0x8b [all...] |
basic-a64-diagnostics.s | 11 add w5, w7, x9, sxtx 19 // CHECK-ERROR: add w5, w7, x9, sxtx 79 add w4, w5, #-1 80 add w5, w6, #0x1000 81 add w4, w5, #-1, lsl #12 82 add w5, w6, #0x1000, lsl #12 84 // CHECK-ERROR-NEXT: add w4, w5, #-1 87 // CHECK-ERROR-NEXT: add w5, w6, #0x1000 90 // CHECK-ERROR-NEXT: add w4, w5, #-1, lsl #12 93 // CHECK-ERROR-NEXT: add w5, w6, #0x1000, lsl #1 [all...] |
/external/chromium_org/net/websockets/ |
websocket_throttle_test.cc | 157 scoped_refptr<WebSocketJob> w5(new WebSocketJob(&delegate)); 159 new SocketStream(GURL("ws://host5/"), w5.get())); 161 w5->InitSocketStream(s5.get()); 168 w5->OnStartOpenConnection(s5.get(), callback_s5.callback())); 172 // 1.2.3.6 | w1 w4 w5 186 // Trying to open connection to host6 will wait for w1, w4, w5 192 // 1.2.3.6 | w1 w4 w5 w6 224 // 1.2.3.6 | w4 w5 w6 235 // 1.2.3.6 | w4 w5 w6 237 // w5 can close while waiting in queue [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma_r.c | 154 w5 = 8.36339918996282139126e-04, /* 0x3F4B67BA, 0x4CDAD5D1 */ variable 290 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
e_lgammaf_r.c | 87 w5 = 8.3633989561e-04, /* 0x3a5b3dd2 */ variable 223 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/external/fdlibm/ |
e_lgamma_r.c | 153 w5 = 8.36339918996282139126e-04, /* 0x3F4B67BA, 0x4CDAD5D1 */ variable 297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_sse2.c | 359 const __m128i w5 = _mm_srai_epi32(v5, DCT_CONST_BITS); local 365 res2 = _mm_packs_epi32(w4, w5); 421 const __m128i w5 = _mm_srai_epi32(v5, DCT_CONST_BITS); local 427 res5 = _mm_packs_epi32(w4, w5); 821 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local 1265 const __m128i w5 = _mm_srai_epi32(v5, DCT_CONST_BITS); local 1329 const __m128i w5 = _mm_srai_epi32(v5, DCT_CONST_BITS); local [all...] |
/external/clang/lib/Headers/ |
emmintrin.h | 1101 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) 1103 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 }; 1155 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) 1157 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 }; [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
emmintrin.h | 1101 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) 1103 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 }; 1155 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) 1157 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 }; [all...] |
/external/chromium_org/v8/test/mjsunit/ |
large-object-allocation.js | 184 this.w5 = i;
|
/external/v8/test/mjsunit/ |
large-object-allocation.js | 184 this.w5 = i;
|
/external/valgrind/main/VEX/priv/ |
host_generic_simd64.c | 91 UChar w5, UChar w4, 95 | (((UInt)w5) << 8) | (((UInt)w4) << 0); [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 683 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local 735 w5 = _mm_add_epi32(u5, u13); 753 v5 = _mm_add_epi32(w5, k__DCT_CONST_ROUNDING); 816 w5 = _mm_sub_epi32(v1, v5); 825 v5 = _mm_add_epi32(w5, k__DCT_CONST_ROUNDING); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
h264-svc-99-640x360.rtpdump | [all...] |