Searched defs:w2 (Results 1 - 25 of 91) sorted by relevance

1234

/external/smack/src/org/xbill/DNS/
H A DFormattedTime.java16 private static NumberFormat w2, w4; field in class:FormattedTime
19 w2 = new DecimalFormat();
20 w2.setMinimumIntegerDigits(2);
42 sb.append(w2.format(c.get(Calendar.MONTH)+1));
43 sb.append(w2.format(c.get(Calendar.DAY_OF_MONTH)));
44 sb.append(w2.format(c.get(Calendar.HOUR_OF_DAY)));
45 sb.append(w2.format(c.get(Calendar.MINUTE)));
46 sb.append(w2.format(c.get(Calendar.SECOND)));
H A DLOCRecord.java18 private static NumberFormat w2, w3; field in class:LOCRecord
24 w2 = new DecimalFormat();
25 w2.setMinimumIntegerDigits(2);
228 renderFixedPoint(sb, w2, altitude - 10000000, 100);
232 renderFixedPoint(sb, w2, size, 100);
236 renderFixedPoint(sb, w2, hPrecision, 100);
240 renderFixedPoint(sb, w2, vPrecision, 100);
/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/libunwind/src/x86_64/
H A DGos-freebsd.c41 unw_word_t w0, w1, w2, b0, ip; local
64 || (ret = (*a->access_mem) (as, ip + 16, &w2, 0, arg)) < 0)
66 w2 &= 0xffffff;
69 w2 == 0x0000000000fdebf4)
/external/chromium_org/components/query_parser/
H A Dquery_parser_unittest.cc148 const std::string w2; member in struct:query_parser::TestData2
164 EXPECT_EQ(data[i].w2, base::UTF16ToUTF8(results[1]));
/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/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h136 W2 w2 = generator2_(); local
137 return Weight(w1, w2);
H A Dfloat-weight.h68 inline bool operator==(const FloatWeight &w1, const FloatWeight &w2) { argument
72 volatile float v2 = w2.Value();
76 inline bool operator!=(const FloatWeight &w1, const FloatWeight &w2) { argument
77 return !(w1 == w2);
80 inline bool ApproxEqual(const FloatWeight &w1, const FloatWeight &w2, argument
82 return w1.Value() <= w2.Value() + delta && w2.Value() <= w1.Value() + delta;
153 const TropicalWeight &w2) {
154 return w1.Value() < w2.Value() ? w1 : w2;
152 Plus(const TropicalWeight &w1, const TropicalWeight &w2) argument
157 Times(const TropicalWeight &w1, const TropicalWeight &w2) argument
168 Divide(const TropicalWeight &w1, const TropicalWeight &w2, DivideType typ = DIVIDE_ANY) argument
219 Plus(const LogWeight &w1, const LogWeight &w2) argument
231 Times(const LogWeight &w1, const LogWeight &w2) argument
241 Divide(const LogWeight &w1, const LogWeight &w2, DivideType typ = DIVIDE_ANY) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java71 int appendSlot(int w0, int w1, int w2, int w3) argument
79 fastArray[newoffset+2] = w2;
97 chunk[slotpos+2] = w2;
218 * @param w2 int
221 void writeSlot(int position, int w0, int w1, int w2, int w3) argument
233 chunk[slotpos + 2] = w2;
/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc48 // Returns whether |w1| should be considered less recently used than |w2|. This
51 bool CompareWindowState(aura::Window* w1, aura::Window* w2) { argument
52 return ash::wm::IsWindowMinimized(w1) && !ash::wm::IsWindowMinimized(w2);
/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/views/
H A Dview_unittest_aura.cc56 // +-- w2
94 Widget* w2 = local
96 w2->GetNativeView()->layer()->set_name("w2");
97 w2->GetNativeView()->SetProperty(kHostViewKey, w2_host_view);
100 w2->GetRootView()->AddChildView(v5);
108 ASSERT_EQ("v1 v4 w2 v7", ui::test::ChildLayerNamesAsString(*w1_layer));
122 ASSERT_EQ("v1 v4 w2 v7", ui::test::ChildLayerNamesAsString(*w1_layer));
148 ASSERT_EQ("v1 v4 w2 v7", ui::test::ChildLayerNamesAsString(*w1_new_layer));
/external/clang/test/Analysis/inlining/
H A Dcontainers.cpp44 void testWrappers(BeginOnlySet &w1, IteratorStructOnlySet &w2, argument
58 clang_analyzer_eval(w2.start().impl == w2.start().impl);
/external/clang/test/Headers/
H A Dstddefneeds.cpp24 wint_t w2; // expected-error{{unknown}} variable
/external/clang/test/SemaCXX/
H A Ddefault-assignment-operator.cpp53 W w1, w2; variable
56 w1 = w2;
/external/libunwind/src/x86/
H A DGos-freebsd.c42 unw_word_t w0, w1, w2, w3, w4, w5, ip; local
80 (*a->access_mem) (as, ip + 8, &w2, 0, arg) < 0 ||
83 if (w0 == 0x2024448d && w1 == 0x01a1b850 && w2 == 0xcd500000 &&
90 if (w0 == 0x2024448d && w1 == 0x5440f750 && w2 == 0x75000200 &&
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-dct8.c66 OI_INT32 u1, v1, w1, w2, t; local
73 w2 = t >> 16;
75 return u1*v1 + w2 + (w1 >> 16);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc110 int w2; member in struct:content::__anon7436
153 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
/external/chromium_org/ui/gfx/geometry/
H A Drect_unittest.cc54 int w2; member in struct:gfx::__anon16090
71 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
85 int w2; member in struct:gfx::__anon16091
113 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
131 int w2; member in struct:gfx::Test
162 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
189 int w2; member in struct:gfx::Test
214 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
433 float w2; member in struct:gfx::Test
458 RectF r2(tests[i].x2, tests[i].y2, tests[i].w2, test
476 int w2; member in struct:gfx::Test
526 int w2; member in struct:gfx::Test
589 int w2; member in struct:gfx::Test
[all...]
/external/chromium_org/ui/wm/core/
H A Dtransient_window_manager_unittest.cc90 Window* w2 = CreateTestWindowWithId(2, parent.get()); local
91 // w2 is now owned by w1.
92 AddTransientChild(w1.get(), w2);
93 // Stack w1 at the top (end), this should force w2 to be last (on top of w1).
96 EXPECT_EQ(w2, parent->children().back());
100 w2 = NULL;
105 w2 = CreateTestWindowWithId(5, w3.get());
106 AddTransientChild(w1.get(), w2);
108 // Stack w1 at the top (end), this shouldn't affect w2 since it has a
116 EXPECT_TRUE(w2
[all...]
/external/clang/test/Analysis/
H A Darray-struct-region.c308 ShortStringWrapper w2 = w; local
309 clang_analyzer_eval(w2.str.data[0] == 'a'); // expected-warning{{TRUE}}
310 clang_analyzer_eval(w2.str.data[1] == 'b'); // expected-warning{{TRUE}}
311 clang_analyzer_eval(w2.str.data[2] == 'c'); // expected-warning{{TRUE}}
312 clang_analyzer_eval(w2.length == 0); // expected-warning{{TRUE}}
314 ShortStringWrapper w3 = w2;
/external/libvorbis/lib/
H A Dmdct.c499 DATA_TYPE *w2=w+n2; local
518 w2[i]= MULT_NORM(r1*T[1] + r0*T[0]);
519 w2[i+1]= MULT_NORM(r1*T[0] - r0*T[1]);
530 w2[i]= MULT_NORM(r1*T[1] + r0*T[0]);
531 w2[i+1]= MULT_NORM(r1*T[0] - r0*T[1]);
542 w2[i]= MULT_NORM(r1*T[1] + r0*T[0]);
543 w2[i+1]= MULT_NORM(r1*T[0] - r0*T[1]);
/external/opencv/cv/src/
H A Dcvmatchcontours.cpp231 double match_v, d12, area1, area2, r11, r12, r21, r22, w1, w2; local
284 r11 = r12 = r21 = r22 = w1 = w2 = d12 = 0;
326 w2 = ptr21[j]->area / area2;
343 t0 = fabs( r11 * w1 + r21 * w2 );
344 t1 = fabs( r12 * w1 + r22 * w2 );
348 t0 = fabs( r11 * w1 - r21 * w2 );
349 t1 = fabs( r12 * w1 - r22 * w2 );
/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/srec/srec/cfront/
H A Dspec_anl.c456 float w2 = 1 - w1; local
460 tmpbuf[i] = (int)(w1 * inbuf[u] + w2 * inbuf[l]);

Completed in 724 milliseconds

1234