HomeSort by relevance Sort by last modified time
    Searched refs:w11 (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 38 // Creates three windows, w1, w11, and w12. w11 is a non-modal transient, w12 is
41 // - it should be possible to activate w12 even when w11 is open.
48 scoped_ptr<aura::Window> w11(
53 w1->AddTransientChild(w11.get());
56 wm::ActivateWindow(w11.get());
57 EXPECT_TRUE(wm::IsActiveWindow(w11.get()));
64 wm::ActivateWindow(w11.get());
65 EXPECT_TRUE(wm::IsActiveWindow(w11.get()));
78 EXPECT_TRUE(wm::IsActiveWindow(w11.get()))
    [all...]
window_manager_unittest.cc 155 scoped_ptr<aura::Window> w11(aura::test::CreateTestWindow(
158 SK_ColorCYAN, -111, gfx::Rect(5, 5, 75, 75), w11.get()));
332 scoped_ptr<aura::Window> w11(CreateTestWindowWithDelegate(
335 w11.get());
336 // First set the focus to the child |w11|.
338 EXPECT_EQ(w11.get(), focus_client->GetFocusedWindow());
347 EXPECT_EQ(w11.get(), focus_client->GetFocusedWindow());
355 scoped_ptr<aura::Window> w11(CreateTestWindowWithDelegate(
364 EXPECT_FALSE(w11->CanFocus());
366 // Click on |w11|. This should focus w1
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc 283 scoped_ptr<Window> w11(CreateTestWindowWithId(11, w1.get()));
284 scoped_ptr<Window> w111(CreateTestWindowWithId(111, w11.get()));
350 scoped_ptr<Window> w11(
353 CreateTestWindow(SK_ColorCYAN, 111, gfx::Rect(5, 5, 75, 75), w11.get()));
364 w11->MoveCursorTo(gfx::Point(10, 10));
461 scoped_ptr<Window> w11(
464 CreateTestWindow(SK_ColorCYAN, 111, gfx::Rect(5, 5, 75, 75), w11.get()));
483 w11->SetTransform(transform);
556 scoped_ptr<Window> w11(
559 CreateTestWindow(SK_ColorCYAN, 111, gfx::Rect(5, 5, 75, 75), w11.get()))
2582 Window* w11 = new Window(NULL); local
2950 Window* w11 = CreateTestWindowWithId(11, w1.get()); local
3004 Window* w11 = CreateTestWindowWithId(11, w1.get()); local
    [all...]
root_window_unittest.cc 751 Window* w11 = CreateNormalWindow(11, w1.get(), &d11); local
755 client::GetFocusClient(w1.get())->FocusWindow(w11);
757 test::EventGenerator generator(root_window(), w11); local
760 tracker.Add(w11);
761 d11.Reset(w11, false);
764 EXPECT_TRUE(tracker.Contains(w11));
768 // Delegate deletes w11. This will prevent the post-handle step from applying.
770 d11.Reset(w11, true);
772 EXPECT_FALSE(tracker.Contains(w11));
775 // Pre-handle step deletes w11. This will prevent the delegate and the post
    [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s 23 add x9, x10, w11, uxtb #-1
27 // CHECK-ERROR: add x9, x10, w11, uxtb #-1
395 cmn w11, w12, lsr #-1
396 cmn w11, w12, lsr #32
412 // CHECK-ERROR-NEXT: cmn w11, w12, lsr #-1
415 // CHECK-ERROR-NEXT: cmn w11, w12, lsr #32
444 cmp w11, w12, lsr #-1
445 cmp w11, w12, lsr #32
461 // CHECK-ERROR-NEXT: cmp w11, w12, lsr #-1
464 // CHECK-ERROR-NEXT: cmp w11, w12, lsr #3
    [all...]
basic-a64-instructions.s 370 add w11, w13, w15, lsl #0
373 // CHECK: add w11, w13, w15 // encoding: [0xab,0x01,0x0f,0x0b]
430 adds w11, w13, w15, lsl #0
433 // CHECK: adds w11, w13, w15 // encoding: [0xab,0x01,0x0f,0x2b]
490 sub w11, w13, w15, lsl #0
493 // CHECK: sub w11, w13, w15 // encoding: [0xab,0x01,0x0f,0x4b]
550 subs w11, w13, w15, lsl #0
553 // CHECK: subs w11, w13, w15 // encoding: [0xab,0x01,0x0f,0x6b]
610 cmn w10, w11, lsl #31
613 // CHECK: cmn w10, w11, lsl #31 // encoding: [0x5f,0x7d,0x0b,0x2b
    [all...]
  /external/chromium_org/ash/
extended_desktop_unittest.cc 566 views::Widget* w11 = CreateTestWidgetWithParent( local
572 EXPECT_EQ(root_windows[0], w11->GetNativeView()->GetRootWindow());
581 w11->GetWindowBoundsInScreen().ToString());
590 EXPECT_EQ(root_windows[1], w11->GetNativeView()->GetRootWindow());
594 w11->GetWindowBoundsInScreen().ToString());
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 821 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
    [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
741 w11 = _mm_sub_epi32(u3, u11);
759 v11 = _mm_add_epi32(w11, k__DCT_CONST_ROUNDING);
    [all...]

Completed in 767 milliseconds