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

1 2

  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 147 View v3 = activity.findViewById(R.id.view3); local
152 assertNotNull(v3);
158 assertFalse(v3.isFocusable());
163 v3.setFocusable(true);
168 assertTrue(v3.isFocusable());
177 v3.setNextFocusRightId(R.id.view4);
178 v3.setNextFocusUpId(R.id.view1);
190 assertEquals(R.id.view1, v3.getNextFocusUpId());
191 assertEquals(R.id.view4, v3.getNextFocusRightId());
198 assertSame(v3, v1.focusSearch(View.FOCUS_DOWN))
    [all...]
View_UsingViewsTest.java 673 View v3 = mActivity.findViewById(R.id.textview3); local
677 assertNotNull(v3);
681 assertEquals(View.GONE, v3.getVisibility());
689 v3.setVisibility(View.INVISIBLE);
690 assertEquals(View.INVISIBLE, v3.getVisibility());
  /external/dropbear/libtommath/
bn_mp_exteuclid.c 23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
26 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
34 /* initialize, (v1,v2,v3) = (0,1,b) */
36 if ((err = mp_copy(b, &v3)) != MP_OKAY) { goto _ERR; }
38 /* loop while v3 != 0 */
39 while (mp_iszero(&v3) == MP_NO) {
40 /* q = u3/v3 */
41 if ((err = mp_div(&u3, &v3, &q, NULL)) != MP_OKAY) { goto _ERR; }
43 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
48 if ((err = mp_mul(&v3, &q, &tmp)) != MP_OKAY) { goto _ERR;
    [all...]
  /external/stlport/test/unit/
search_test.cpp 43 int v3[2] = { 3, 4 }; local
46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
vector_test.cpp 339 vector<int *> v3; local
341 v3.insert( v3.end(), v1.begin(), v1.end() );
  /ndk/tests/device/test-gnustl-full/unit/
search_test.cpp 43 int v3[2] = { 3, 4 }; local
46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
vector_test.cpp 339 vector<int *> v3; local
341 v3.insert( v3.end(), v1.begin(), v1.end() );
  /ndk/tests/device/test-stlport/unit/
search_test.cpp 43 int v3[2] = { 3, 4 }; local
46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
vector_test.cpp 339 vector<int *> v3; local
341 v3.insert( v3.end(), v1.begin(), v1.end() );
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-1.js 15 v3 = { a: 0 };
codegen-temporaries-multiple-global-blocks-2.js 15 var v3 = o3; variable
16 v3.a += assign3();
  /cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java 130 final View v3 = mActivity.findViewById(R.id.label); local
136 parent.removeView(v3);
142 mViewAnimator.addView(v3);
302 final View v3 = mActivity.findViewById(R.id.label); local
308 parent.removeView(v3);
314 mViewAnimator.addView(v3);
466 final View v3 = mActivity.findViewById(R.id.label); local
472 parent.removeView(v3);
478 mViewAnimator.addView(v3);
486 assertSame(v3, mViewAnimator.getChildAt(2))
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_pred_impl.h 189 const T3& v3) {
190 if (pred(v1, v2, v3)) return AssertionSuccess();
199 << "\n" << e3 << " evaluates to " << v3; local
205 #define GTEST_PRED_FORMAT3(pred_format, v1, v2, v3, on_failure)\
206 GTEST_ASSERT(pred_format(#v1, #v2, #v3, v1, v2, v3),\
211 #define GTEST_PRED3(pred, v1, v2, v3, on_failure)\
215 #v3, \
219 v3), on_failure)
222 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \
    [all...]
  /external/gtest/include/gtest/
gtest_pred_impl.h 189 const T3& v3) {
190 if (pred(v1, v2, v3)) return AssertionSuccess();
199 << "\n" << e3 << " evaluates to " << v3; local
205 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\
206 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
211 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\
215 #v3, \
219 v3), on_failure)
222 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \
    [all...]
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 72 unsigned short v1, v2, v3; local
87 v3 = three - (2 * (a_i >> 3));
88 v3 = (v3 * t) >> 16;
89 v3 = (v3 * t) >> 16;
92 return (((v1 >> 3) - v2 + v3) >> 1);
101 unsigned short v1, v2, v3; local
115 v3 = two - (a_i >> 3);
116 v3 = (v3 * t) >> 16
129 int v1, v2, v3; local
    [all...]
  /external/openssl/ssl/
ssl_asn1.c 122 int v1=0,v2=0,v3=0,v4=0,v5=0,v7=0,v8=0; local
287 M_ASN1_I2D_len_EXP_opt(in->peer,i2d_X509,3,v3);
329 M_ASN1_I2D_put_EXP_opt(in->peer,i2d_X509,3,v3);
  /external/protobuf/gtest/include/gtest/
gtest_pred_impl.h 189 const T3& v3) {
190 if (pred(v1, v2, v3)) return AssertionSuccess();
199 << "\n" << e3 << " evaluates to " << v3; local
205 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\
206 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
211 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\
215 #v3, \
219 v3), on_failure)
222 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \
    [all...]
  /external/gtest/test/
gtest_pred_impl_unittest.cc 895 bool PredFunction3(T1 v1, T2 v2, T3 v3) {
896 return v1 + v2 + v3 > 0;
902 bool PredFunction3Int(int v1, int v2, int v3) {
903 return v1 + v2 + v3 > 0;
905 bool PredFunction3Bool(Bool v1, Bool v2, Bool v3) {
906 return v1 + v2 + v3 > 0;
914 const T3& v3) {
915 return v1 + v2 + v3 > 0;
926 const T3& v3) {
927 if (PredFunction3(v1, v2, v3))
933 << v1 + v2 + v3 << "."; local
    [all...]
  /external/protobuf/gtest/test/
gtest_pred_impl_unittest.cc 895 bool PredFunction3(T1 v1, T2 v2, T3 v3) {
896 return v1 + v2 + v3 > 0;
902 bool PredFunction3Int(int v1, int v2, int v3) {
903 return v1 + v2 + v3 > 0;
905 bool PredFunction3Bool(Bool v1, Bool v2, Bool v3) {
906 return v1 + v2 + v3 > 0;
914 const T3& v3) {
915 return v1 + v2 + v3 > 0;
926 const T3& v3) {
927 if (PredFunction3(v1, v2, v3))
933 << v1 + v2 + v3 << "."; local
    [all...]
  /external/tcpdump/
print-nfs.c 93 * NFS V2 and V3 status values.
95 * Some of these come from the RFCs for NFS V2 and V3, with the message
424 parsefh(register const u_int32_t *dp, int v3)
428 if (v3) {
483 parsefhn(register const u_int32_t *dp, int v3)
485 dp = parsefh(dp, v3);
499 int v3; local
520 v3 = (EXTRACT_32BITS(&rp->rm_call.cb_vers) == NFS_VER3);
523 if (!v3 && proc < NFS_NPROCS)
537 parsefh(dp, v3) != NULL
1491 register int v3; local
    [all...]
  /bionic/libm/src/
e_lgamma_r.c 133 v3 = 7.69285150456672783825e-01, /* 0x3FE89DFB, 0xE45050AF */ variable
265 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
e_lgammaf_r.c 67 v3 = 7.6928514242e-01, /* 0x3f44efdf */ variable
199 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
  /external/fdlibm/
e_lgamma_r.c 132 v3 = 7.69285150456672783825e-01, /* 0x3FE89DFB, 0xE45050AF */ variable
272 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c 165 vector unsigned short v3 = vec_splat_u16(3); local
223 vgpixel = vec_sl(vgpixel, v3);
266 vector unsigned short v3 = vec_splat_u16(3); local
361 vB = vec_sl((vector unsigned short)vsrc, v3);
411 vector unsigned short v3 = vec_splat_u16(3); local
506 vB = vec_sl((vector unsigned short)vsrc, v3);
507 vG = vec_sl(vB, v3);
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 2965 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
    [all...]

Completed in 3005 milliseconds

1 2