HomeSort by relevance Sort by last modified time
    Searched defs:w1 (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh2.cpp 17 test w1; local
  /ndk/tests/device/test-stlport_static-exception/jni/
eh2.cpp 17 test w1; local
  /external/chromium_org/ui/views/corewm/
window_util_unittest.cc 55 // w1
65 views::Widget* w1 = CreateControlWidget(root_window(), local
67 w1->GetNativeView()->layer()->set_name("w1");
75 w1->GetRootView()->AddChildView(CreateViewWithLayer(
77 w1->GetRootView()->AddChildView(v2);
81 w1->GetRootView()->AddChildView(w2_host_view);
82 w1->GetRootView()->AddChildView(CreateViewWithLayer(
85 views::Widget* w2 = CreateControlWidget(w1->GetNativeView(),
95 ui::Layer* w1_layer = w1->GetNativeView()->layer()
    [all...]
  /external/dropbear/libtommath/
bn_mp_toom_mul.c 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
82 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */
109 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY) {
175 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
183 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
198 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY)
    [all...]
bn_mp_toom_sqr.c 22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
59 /* w1 = (a2 + 2(a1 + 2a0))**2 */
73 if ((res = mp_sqr(&tmp1, &w1)) != MP_OKAY) {
119 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
127 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
142 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY)
    [all...]
  /external/chromium/chrome/browser/history/
query_parser_unittest.cc 142 const std::string w1; member in struct:TestData2
157 EXPECT_EQ(data[i].w1, UTF16ToUTF8(results[0]));
  /external/chromium_org/chrome/browser/history/
query_parser_unittest.cc 144 const std::string w1; member in struct:TestData2
159 EXPECT_EQ(data[i].w1, UTF16ToUTF8(results[0]));
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host_unittest.cc 27 int w1; member in struct:content::__anon10455
75 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
  /external/chromium_org/ui/views/widget/
window_reorderer_unittest.cc 71 scoped_ptr<Widget> w1(CreateControlWidget(parent_window,
73 SetWindowAndLayerName(w1->GetNativeView(), "w1");
74 w1->Show();
80 EXPECT_EQ("w1 w2", ChildWindowNamesAsString(*parent_window));
81 EXPECT_EQ("v w1 w2",
87 EXPECT_EQ("w2 w1", ChildWindowNamesAsString(*parent_window));
88 EXPECT_EQ("v w2 w1",
92 w1->GetNativeView()->SetProperty(kHostViewKey, host_view1);
94 EXPECT_EQ("w1 w2", ChildWindowNamesAsString(*parent_window))
141 aura::Window* w1 = aura::test::CreateTestWindowWithId(0, local
    [all...]
  /external/clang/test/Analysis/
initializer.cpp 123 Wrapper w1; local
124 clang_analyzer_eval(w1.value == 42); // expected-warning{{TRUE}}
  /external/openfst/src/test/
weight-tester.h 42 Weight w1 = weight_generator_(); local
47 VLOG(1) << "w1 = " << w1;
51 TestSemiring(w1, w2, w3);
53 TestDivision(w1, w2);
54 TestReverse(w1, w2);
55 TestEquality(w1, w2, w3);
56 TestIO(w1);
57 TestCopy(w1);
66 void TestSemiring(Weight w1, Weight w2, Weight w3)
77 CHECK(Plus(Weight::Zero(), w1) == w1); local
79 CHECK(Times(Weight::One(), w1) == w1); local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 127 typedef typename G1::Weight W1;
129 typedef ProductWeight<W1, W2> Weight;
135 W1 w1 = generator1_(); local
137 return Weight(w1, w2);
product-weight.h 28 // Product semiring: W1 * W2
29 template<class W1, class W2>
32 typedef ProductWeight<typename W1::ReverseWeight, typename W2::ReverseWeight>
37 ProductWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {}
39 static const ProductWeight<W1, W2> &Zero() {
40 static const ProductWeight<W1, W2> zero(W1::Zero(), W2::Zero());
44 static const ProductWeight<W1, W2> &One()
159 W1 w1 = W1::Zero(); local
160 strm1 >> w1; local
    [all...]
  /external/clang/test/SemaCXX/
default-assignment-operator.cpp 53 W w1, w2; variable
56 w1 = w2;
  /external/dropbear/libtomcrypt/src/ciphers/
skipjack.c 91 tmp = g_func(w1, &kp, skey->skipjack.key); \
92 w1 = tmp ^ w4 ^ x; \
97 tmp = g_func(w1, &kp, skey->skipjack.key); \
99 w3 = w1 ^ w2 ^ x; \
100 w1 = tmp1; w2 = tmp;
103 tmp = w1 ^ w2 ^ x; \
104 w1 = ig_func(w2, &kp, skey->skipjack.key); \
110 w3 = w4; w4 = w1; w1 = tmp;
149 unsigned w1,w2,w3,w4,tmp,tmp1 local
213 unsigned w1,w2,w3,w4,tmp; local
    [all...]
  /external/libvorbis/lib/
mdct.c 352 DATA_TYPE *w1 = x = w0+(n>>1); local
364 w1 -= 4;
370 w1[2] = r0 - r2;
372 w1[3] = r3 - r1;
386 w1[0] = r0 - r2;
388 w1[1] = r3 - r1;
394 }while(w0<w1);
  /external/openfst/src/include/fst/
random-weight.h 188 typedef typename G1::Weight W1;
196 W1 w1 = generator1_(); local
198 return Weight(w1, w2);
214 typedef typename G1::Weight W1;
216 typedef LexicographicWeight<W1, W2> Weight;
226 return Weight(W1::Zero(), W2::Zero());
228 W1 w1 = generator1_(); local
230 return Weight(w1, w2)
    [all...]
  /external/srec/srec/cfront/
spec_anl.c 455 float w1 = x - l; local
456 float w2 = 1 - w1;
460 tmpbuf[i] = (int)(w1 * inbuf[u] + w2 * inbuf[l]);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 40 int w1, w2, w3, w4; local
56 w1 = width; /* Offset to next row in pixels */
58 w3 = w1 + w2; /* Offset to three rows in pixels */
124 a3_0 = *ptr - *(ptr - w1);
131 ptr_n = ptr + w1; /* Points to pixel one row below */
134 v[2] = (int)(*(ptr_c - w1));
136 v[4] = (int)(*(ptr_c + w1));
151 ptr_c += w1;
162 ptr_c += w1;
163 ptr_n += w1;
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 386 Worker w1 = new Worker(0, 1); local
395 w1.start();
  /bionic/libc/arch-arm/bionic/
strcmp.a15.S 160 .macro magic_compare_and_branch w1 w2 label
161 /* Macro to compare registers w1 and w2 and conditionally branch to label. */
162 cmp \w1, \w2 /* Are w1 and w2 the same? */
163 magic_find_zero_bytes \w1
165 cmpeq ip, #0 /* Is there a zero byte in w1? */
169 .macro magic_find_zero_bytes w1
170 /* Macro to find all-zero bytes in w1, result is in ip. */
172 uadd8 ip, \w1, r6
180 sub ip, \w1, #0x0101010
523 w1 = *wp1++; \\ define
554 w1 = *wp1++; \\ define
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 325 int w1 = addr.length(); local
326 int w2 = (width == 0) ? insnPerSe.length() : (width - w1);
328 return TwoColumnOutput.toString(addr, w1, "", insnPerSe, w2);
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 250 int w1 = rawBytes ? (getWidth1() + 1) : 0; local
251 return width - w1 - (indent * 2);
274 int w1 = getWidth1(); local
278 if (w1 == 0) {
291 return TwoColumnOutput.toString(s1, w1, separator, s2, w2);
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 352 int w1 = addr.length(); local
353 int w2 = (width == 0) ? insnPerSe.length() : (width - w1);
355 return TwoColumnOutput.toString(addr, w1, "", insnPerSe, w2);
  /external/chromium_org/ash/
extended_desktop_unittest.cc 559 views::Widget* w1 = CreateTestWidget(gfx::Rect(10, 10, 100, 100)); local
561 w1, gfx::Rect(50, 50, 50, 50), false /* transient */);
567 w1, gfx::Rect(10, 10, 40, 40), true /* child */);
569 w1, gfx::Rect(1300, 100, 80, 80), false /* transient */);
571 EXPECT_EQ(root_windows[0], w1->GetNativeView()->GetRootWindow());
585 w1->SetBounds(gfx::Rect(1100,10,100,100));
710 views::Widget* w1 = CreateTestWidget(gfx::Rect(10, 10, 50, 50)); local
711 EXPECT_EQ(root_windows[0], w1->GetNativeView()->GetRootWindow());
712 w1->SetBounds(gfx::Rect(150, 10, 50, 50));
713 EXPECT_EQ(root_windows[1], w1->GetNativeView()->GetRootWindow())
    [all...]

Completed in 930 milliseconds

1 2 3 4