Searched refs:w2 (Results 26 - 50 of 222) sorted by relevance

123456789

/external/chromium_org/ash/wm/
H A Dmru_window_tracker_unittest.cc38 scoped_ptr<aura::Window> w2(CreateWindow());
41 wm::ActivateWindow(w2.get());
47 EXPECT_EQ(w2.get(), window_list[1]);
55 scoped_ptr<aura::Window> w2(CreateWindow());
64 wm::ActivateWindow(w2.get());
75 EXPECT_EQ(w2.get(), window_list[0]);
H A Dworkspace_controller_unittest.cc218 scoped_ptr<Window> w2(CreateTestWindow());
225 w2->SetBounds(gfx::Rect(0, 0, 50, 51));
226 w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
227 w2->Show();
228 wm::ActivateWindow(w2.get());
232 EXPECT_EQ(w2.get(), GetDesktop()->children()[1]);
236 EXPECT_EQ(work_area.width(), w2->bounds().width());
237 EXPECT_EQ(work_area.height(), w2->bounds().height());
239 // Restore w2, which should then go back to one workspace.
240 w2
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstring-weight.h289 const StringWeight<L, S> &w2) {
290 if (w1.Size() != w2.Size())
294 StringWeightIterator<L, S> iter2(w2);
305 const StringWeight<L, S> &w2) {
306 return !(w1 == w2);
311 const StringWeight<L, S> &w2,
313 return w1 == w2;
363 const StringWeight<L, S> &w2) {
365 return w2;
366 if (w2
288 operator ==(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2) argument
304 operator !=(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2) argument
310 ApproxEqual(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2, float delta = kDelta) argument
362 Plus(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2) argument
379 Plus(const StringWeight<L, STRING_LEFT> &w1, const StringWeight<L, STRING_LEFT> &w2) argument
398 Plus(const StringWeight<L, STRING_RIGHT> &w1, const StringWeight<L, STRING_RIGHT> &w2) argument
416 Times(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2) argument
432 Divide(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2, DivideType typ) argument
457 Divide(const StringWeight<L, STRING_RIGHT> &w1, const StringWeight<L, STRING_RIGHT> &w2, DivideType typ) argument
482 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, const StringWeight<L, STRING_RIGHT_RESTRICT> &w2, DivideType typ) argument
513 GallicWeight(StringWeight<L, S> w1, W w2) argument
[all...]
H A Dproduct-weight.h37 ProductWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {} argument
112 const ProductWeight<W1, W2> &w2) {
113 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
119 const ProductWeight<W1, W2> &w2,
121 return w1 == w2;
163 W2 w2 = W2::Zero(); local
164 strm >> w2; local
166 w = ProductWeight<W1, W2>(w1, w2);
111 operator !=(const ProductWeight<W1, W2> &w1, const ProductWeight<W1, W2> &w2) argument
118 ApproxEqual(const ProductWeight<W1, W2> &w1, const ProductWeight<W1, W2> &w2, float delta = kDelta) argument
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-basic-a64-instructions.s5 crc32w w0, w1, w2
13 // CHECK: crc32w w0, w1, w2 // encoding: [0x20,0x48,0xc2,0x1a]
H A Dinline-asm-modifiers.s83 mov w2, w0
85 add w2, w2, w2
87 mov w2, w0
89 add w2, w2, w2
H A Dbasic-a64-diagnostics.s10 add x2, x4, w2, uxtx
16 // CHECK-ERROR: add x2, x4, w2, uxtx
51 adds sp, x3, w2, uxtb
56 // CHECK-ERROR: adds sp, x3, w2, uxtb
97 add w2, w3, #0x1, lsl #1
102 // CHECK-ERROR-NEXT: add w2, w3, #0x1, lsl #1
133 add xsp, w2, #123
134 sub w2, x30, #32
136 // CHECK-ERROR-NEXT: add xsp, w2, #123
139 // CHECK-ERROR-NEXT: sub w2, x3
[all...]
H A Darm64-optional-hash.s26 ; CHECK: ldnp w3, w2, [x15, #16] ; encoding: [0xe3,0x09,0x42,0x28]
27 ldnp w3, w2, [x15, 16]
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-arm64-linux.S181 ldr w2, [x1, #0]
182 add w2, w2, #1
183 str w2, [x1, #0]
208 ldr w2, [x1, #0]
209 add w2, w2, #1
210 str w2, [x1, #0]
/external/llvm/test/MC/Mips/msa/
H A Dtest_elm_insve.s4 # CHECK: insve.h $w24[2], $w2[0] # encoding: [0x79,0x62,0x16,0x19]
9 insve.h $w24[2], $w2[0]
H A Dtest_2r.s8 # CHECK: nloc.w $w2, $w23 # encoding: [0x7b,0x0a,0xb8,0x9e]
10 # CHECK: nlzc.b $w31, $w2 # encoding: [0x7b,0x0c,0x17,0xde]
24 nloc.w $w2, $w23
26 nlzc.b $w31, $w2
/external/libunwind/src/hppa/
H A DGis_signal_frame.c33 unw_word_t w0, w1, w2, w3, ip; local
60 || (ret = (*a->access_mem) (as, ip + 8, &w2, 0, arg)) < 0
67 && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
/external/lzma/CPP/Common/
H A DMyGuidDef.h49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
50 MY_EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
/external/openfst/src/include/fst/
H A Dweight.h142 bool operator()(const W &w1, const W &w2) const {
143 return (Plus(w1, w2) == w1) && w1 != w2;
H A Dpair-weight.h54 PairWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {} argument
136 W2 w2 = W2::Zero(); local
137 strm >> w2; local
139 w = PairWeight<W1, W2>(w1, w2);
199 W2 w2 = W2::Zero(); local
200 strm2 >> w2; local
202 w = PairWeight<W1, W2>(w1, w2);
220 const PairWeight<W1, W2> &w2) {
221 return w1.Value1() != w2
219 operator !=(const PairWeight<W1, W2> &w1, const PairWeight<W1, W2> &w2) argument
226 ApproxEqual(const PairWeight<W1, W2> &w1, const PairWeight<W1, W2> &w2, float delta = kDelta) argument
[all...]
H A Dpower-weight.h100 const PowerWeight<W, n> &w2) {
103 w.SetValue(i, Plus(w1.Value(i), w2.Value(i)));
110 const PowerWeight<W, n> &w2) {
113 w.SetValue(i, Times(w1.Value(i), w2.Value(i)));
120 const PowerWeight<W, n> &w2,
124 w.SetValue(i, Divide(w1.Value(i), w2.Value(i), type));
149 const PowerWeight<W, n> &w2) {
152 w = Plus(w, Times(w1.Value(i), w2.Value(i)));
99 Plus(const PowerWeight<W, n> &w1, const PowerWeight<W, n> &w2) argument
109 Times(const PowerWeight<W, n> &w1, const PowerWeight<W, n> &w2) argument
119 Divide(const PowerWeight<W, n> &w1, const PowerWeight<W, n> &w2, DivideType type = DIVIDE_ANY) argument
148 DotProduct(const PowerWeight<W, n> &w1, const PowerWeight<W, n> &w2) argument
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemevents.c83 short x2,y2,w2,h2; local
89 x2=y2=w2=h2 = 0;
93 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2);
102 mouse_event,x2,y2,w2,h2,
177 short x2,y2,w2,h2; local
234 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
237 SDL_PrivateResize(w2, h2);
254 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
256 SDL_PrivateResize(w2, h2);
301 short x2, y2, w2, h local
[all...]
/external/tcpdump/
H A Dprint-tipc.c82 #define TIPC_LINK_ACK(w2) (((w2) >> 16) & 0xFFFF)
83 #define TIPC_LINK_SEQ(w2) (((w2) >> 0) & 0xFFFF)
118 u_int32_t w2; member in struct:payload_tipc_pkthdr
132 u_int32_t w2; member in struct:internal_tipc_pkthdr
143 #define TIPC_BC_GAP_AFTER(w2) (((w2) >> 16) & 0xFFFF)
144 #define TIPC_BC_GAP_TO(w2) (((w2) >>
167 u_int32_t w0, w1, w2; local
232 u_int32_t w0, w1, w2, w4, w5, w9; local
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc356 scoped_ptr<aura::Window> w2(CreatePanelWindow(even_bounds));
358 EXPECT_NO_FATAL_FAILURE(IsPanelAboveLauncherIcon(w2.get()));
362 EXPECT_NO_FATAL_FAILURE(IsPanelAboveLauncherIcon(w2.get()));
369 scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds));
373 EXPECT_TRUE(WindowIsAbove(w3.get(), w2.get()));
374 EXPECT_TRUE(WindowIsAbove(w2.get(), w1.get()));
379 EXPECT_TRUE(WindowIsAbove(w1.get(), w2.get()));
380 EXPECT_TRUE(WindowIsAbove(w2.get(), w3.get()));
382 wm::ActivateWindow(w2.get());
385 EXPECT_TRUE(WindowIsAbove(w2
[all...]
/external/chromium_org/third_party/tlslite/tlslite/
H A Dmessages.py222 w2 = Writer() # For Extensions
225 w2.add(ExtensionType.cert_type, 2)
226 w2.add(len(self.certificate_types)+1, 2)
227 w2.addVarSeq(self.certificate_types, 1, 1)
229 w2.add(ExtensionType.srp, 2)
230 w2.add(len(self.srp_username)+1, 2)
231 w2.addVarSeq(self.srp_username, 1, 1)
233 w2.add(ExtensionType.supports_npn, 2)
234 w2.add(0, 2)
236 w2
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_mips.c26 int32_t w1, w2, w3, w4, w5, gain32, sign32; local
69 "lwl %[w2], 7(%[out2_pos2]) \n\t"
73 "lwr %[w2], 4(%[out2_pos2]) \n\t"
78 "dpa.w.ph $ac0, %[w2], %[coef2] \n\t"
84 "lwl %[w2], 3(%[inputState]) \n\t"
89 "lwr %[w2], 0(%[inputState]) \n\t"
93 "swl %[w2], 5(%[inputState]) \n\t"
96 "swr %[w2], 2(%[inputState]) \n\t"
99 "dpa.w.ph $ac1, %[kDampF1], %[w2] \n\t"
107 "extr_s.h %[w2],
[all...]
/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client_unittest.cc45 scoped_ptr<Window> w2(CreateTestWindowWithId(2, parent.get()));
54 AddTransientChild(w2.get(), w21); // w21 is now owned by w2.
55 AddTransientChild(w2.get(), w22); // w22 is now owned by w2.
69 parent->StackChildAtTop(w2.get());
73 parent->StackChildAbove(w11, w2.get());
101 parent->StackChildAbove(w2.get(), w1.get());
115 scoped_ptr<Window> w2(CreateTestWindowWithId(2, parent.get()));
124 AddTransientChild(w2
[all...]
/external/chromium_org/ui/views/widget/
H A Dwindow_reorderer_unittest.cc75 scoped_ptr<Widget> w2(CreateControlWidget(parent_window,
77 SetWindowAndLayerName(w2->GetNativeView(), "w2");
78 w2->Show();
80 EXPECT_EQ("w1 w2", ChildWindowNamesAsString(*parent_window));
81 EXPECT_EQ("v w1 w2",
86 w2->GetNativeView()->SetProperty(kHostViewKey, host_view2);
87 EXPECT_EQ("w2 w1", ChildWindowNamesAsString(*parent_window));
88 EXPECT_EQ("v w2 w1",
94 EXPECT_EQ("w1 w2", ChildWindowNamesAsStrin
145 aura::Window* w2 = aura::test::CreateTestWindowWithId(0, NULL); local
[all...]
/external/clang/test/SemaCXX/
H A Ddefault-assignment-operator.cpp53 W w1, w2; variable
56 w1 = w2;
/external/chromium_org/net/websockets/
H A Dwebsocket_throttle_test.cc107 scoped_refptr<WebSocketJob> w2(new WebSocketJob(&delegate));
109 new SocketStream(GURL("ws://host2/"), w2.get(), &context, NULL));
110 w2->InitSocketStream(s2.get());
117 w2->OnStartOpenConnection(s2.get(), callback_s2.callback()));
120 // 1.2.3.4 | w1 w2
139 // 1.2.3.4 | w1 w2
155 // Trying to open connection to host4 will wait for w1, w2.
159 // 1.2.3.4 | w1 w2 w4
178 // 1.2.3.4 | w1 w2 w4
197 // 1.2.3.4 | w1 w2 w
[all...]

Completed in 4156 milliseconds

123456789