Searched defs:w11 (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client_unittest.cc44 Window* w11 = CreateTestWindowWithId(11, parent.get()); local
53 AddTransientChild(w1.get(), w11); // w11 is now owned by w1.
61 // Stack w1 at the top (end), this should force w11 to be last (on top of w1).
63 EXPECT_EQ(w11, parent->children().back());
73 parent->StackChildAbove(w11, w2.get());
74 EXPECT_EQ(w11, parent->children().back());
85 parent->StackChildAbove(w11, w21);
86 EXPECT_EQ(w11, parent->children().back());
90 EXPECT_EQ(w11, paren
114 Window* w11 = CreateTestWindowWithId(11, parent.get()); local
[all...]
H A Dtransient_window_manager_unittest.cc125 Window* w11 = CreateTestWindowWithId(11, parent.get()); local
134 // w11 is now owned by w1.
135 AddTransientChild(w1.get(), w11);
148 // Stack w1 at the top (end), this should force w11 to be last (on top of w1).
150 EXPECT_EQ(w11, parent->children().back());
160 parent->StackChildAbove(w11, w2.get());
161 EXPECT_EQ(w11, parent->children().back());
172 parent->StackChildAbove(w11, w21);
173 EXPECT_EQ(w11, parent->children().back());
177 EXPECT_EQ(w11, paren
201 Window* w11 = CreateTestWindowWithId(11, parent.get()); local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth.c38 int32_t w00,w10,w11, endiff, crit; local
47 w00 = w10 = w11 = 0;
58 w11=WebRtcSpl_DotProductWithScale(surround,surround,ENH_BLOCKL,scale);
62 if (w11<0) w11 = WEBRTC_SPL_WORD32_MAX;
64 /* Rescale w00 and w11 to w00prim and w11prim, so that w00prim/w11prim
68 bitsw11 = WebRtcSpl_GetSizeInBits(w11);
80 w11prim = (int16_t) WEBRTC_SPL_SHIFT_W32(w11, scale2);
82 /* Perform C = sqrt(w11/w00) (C is in Q11 since (16+6)/2=11) */
114 /* Calculate w11*w0
[all...]
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc655 views::Widget* w11 = CreateTestWidgetWithParent( local
661 EXPECT_EQ(root_windows[0], w11->GetNativeView()->GetRootWindow());
670 w11->GetWindowBoundsInScreen().ToString());
679 EXPECT_EQ(root_windows[1], w11->GetNativeView()->GetRootWindow());
683 w11->GetWindowBoundsInScreen().ToString());
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp115 float w11 = x*y; local
116 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc1181 Window* w11 = CreateNormalWindow(11, w1.get(), &d11); local
1185 client::GetFocusClient(w1.get())->FocusWindow(w11);
1187 ui::test::EventGenerator generator(root_window(), w11); local
1190 tracker.Add(w11);
1191 d11.Reset(w11, false);
1194 EXPECT_TRUE(tracker.Contains(w11));
1198 // Delegate deletes w11. This will prevent the post-handle step from applying.
1200 d11.Reset(w11, true);
1202 EXPECT_FALSE(tracker.Contains(w11));
1205 // Pre-handle step deletes w11
[all...]
H A Dwindow_unittest.cc259 scoped_ptr<Window> w11(CreateTestWindowWithId(11, w1.get()));
260 scoped_ptr<Window> w111(CreateTestWindowWithId(111, w11.get()));
326 scoped_ptr<Window> w11(
329 CreateTestWindow(SK_ColorCYAN, 111, gfx::Rect(5, 5, 75, 75), w11.get()));
340 w11->MoveCursorTo(gfx::Point(10, 10));
424 scoped_ptr<Window> w11(
427 CreateTestWindow(SK_ColorCYAN, 111, gfx::Rect(5, 5, 75, 75), w11.get()));
446 w11->SetTransform(transform);
464 scoped_ptr<Window> w11(
467 CreateTestWindow(SK_ColorCYAN, 111, gfx::Rect(5, 5, 75, 75), w11
2202 Window* w11 = new Window(NULL); local
2627 Window* w11 = CreateTestWindowWithId(11, w1.get()); local
2681 Window* w11 = CreateTestWindowWithId(11, w1.get()); local
[all...]
/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc2592 // +-- w11
2598 Widget* w11 = CreateChildPlatformWidget(w1->GetNativeView()); local
2606 expected.insert(w11);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c650 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
708 w11 = _mm_sub_epi32(u3, u11);
726 v11 = _mm_add_epi32(w11, k__DCT_CONST_ROUNDING);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c945 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1000 w11 = _mm_sub_epi32(u3, u11);
1018 v11 = _mm_add_epi32(w11, k__DCT_CONST_ROUNDING);
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp170 float w11 = x*y; local
171 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c825 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
880 w11 = _mm_sub_epi32(u3, u11);
898 v11 = _mm_add_epi32(w11, k__DCT_CONST_ROUNDING);
H A Dvp9_dct_sse2.c926 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
981 w11 = _mm_sub_epi32(u3, u11);
999 v11 = _mm_add_epi32(w11, k__DCT_CONST_ROUNDING);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c721 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
779 w11 = _mm_sub_epi32(u3, u11);
797 v11 = _mm_add_epi32(w11, k__DCT_CONST_ROUNDING);

Completed in 395 milliseconds