/external/skia/src/animator/ |
SkOperandIterpolator.cpp | 112 SkOperand v1[3], v2[3], v[3], vv[3]; local 116 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330)); 132 SkASSERT(memcmp(v, v2, sizeof(v)) == 0); 136 SkASSERT(memcmp(v, v2, sizeof(v)) == 0);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
Utf8Utils.java | 138 int v2 = bytes[at + 2] & 0xFF; local 140 return throwBadUtf8(v2, at + 2); 143 (v2 & 0x3f); 149 return throwBadUtf8(v2, at + 2);
|
/external/stlport/test/unit/ |
mvctor_traits_test.cpp | 126 vector<MovableStruct> v2 = vect; local 134 vect.insert(vect.begin() + 2, v2.begin(), v2.end() ); 180 //vect with 3 elements and v2 with 4 elements are now out of scope 226 vector<CompleteMovableStruct> v2 = vect; local 234 vect.insert(vect.begin() + 2, v2.begin(), v2.end()); 278 //vect with 3 elements and v2 with 4 elements are now out of scope 457 //deq with 3 elements and v2 with 4 elements are now out of scope
|
/external/webkit/LayoutTests/fast/js/resources/ |
codegen-temporaries-multiple-global-blocks-1.js | 9 v2 = { a: 0 };
|
codegen-temporaries-multiple-global-blocks-2.js | 10 var v2 = o2; variable 11 v2.a = assign2();
|
/external/webkit/Source/WebCore/platform/graphics/ |
FloatQuad.cpp | 59 FloatSize v2 = p - t1; local 64 float dot02 = dot(v0, v2); 66 float dot12 = dot(v1, v2);
|
/external/zlib/contrib/iostream3/ |
zfstream.h | 425 T2 v2); member in class:gzomanip2 451 T2 v2) 452 : func(f), val1(v1), val2(v2)
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
conceal.cpp | 142 uint8 *y1, *y2, *u1, *u2, *v1, *v2; local 159 v2 = prevFrame + size + (size >> 2) + chrstart; 182 oscl_memcpy(v1, v2, B_SIZE); 184 v2 += width_C; 185 oscl_memcpy(v1, v2, B_SIZE); 187 v2 += width_C;
|
/libcore/luni/src/main/java/java/util/ |
Random.java | 149 double v1, v2, s; local 153 v2 = 2 * nextDouble() - 1; 154 s = v1 * v1 + v2 * v2; 157 nextNextGaussian = v2 * norm; // should that not be norm instead
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_traits_test.cpp | 126 vector<MovableStruct> v2 = vect; local 134 vect.insert(vect.begin() + 2, v2.begin(), v2.end() ); 180 //vect with 3 elements and v2 with 4 elements are now out of scope 226 vector<CompleteMovableStruct> v2 = vect; local 234 vect.insert(vect.begin() + 2, v2.begin(), v2.end()); 278 //vect with 3 elements and v2 with 4 elements are now out of scope 457 //deq with 3 elements and v2 with 4 elements are now out of scope
|
/ndk/tests/device/test-stlport/unit/ |
mvctor_traits_test.cpp | 126 vector<MovableStruct> v2 = vect; local 134 vect.insert(vect.begin() + 2, v2.begin(), v2.end() ); 180 //vect with 3 elements and v2 with 4 elements are now out of scope 226 vector<CompleteMovableStruct> v2 = vect; local 234 vect.insert(vect.begin() + 2, v2.begin(), v2.end()); 278 //vect with 3 elements and v2 with 4 elements are now out of scope 457 //deq with 3 elements and v2 with 4 elements are now out of scope
|
/dalvik/dx/tests/120-disable-extended-ops/ |
Blort.java | 33 int v2 = field2; local 54 sink(v2);
|
/external/clang/test/CXX/class/class.mem/ |
p1.cpp | 26 static int v2; // expected-note{{previous declaration is here}} member in struct:S2 27 static int v2; //expected-error{{duplicate member 'v2'}} member in struct:S2
|
/external/clang/test/Sema/ |
offsetof.c | 34 int v2 = (int)(&((struct s2 *) 0)->a) == 0 ? 0 : f(); variable
|
/external/freetype/src/base/ |
fttrigon.c | 68 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local 75 v2 = (FT_UInt32)(val & 0xFFFFL); 81 lo1 = k1 * v2 + k2 * v1; /* can't overflow */ 83 lo2 = ( k2 * v2 ) >> 16;
|
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/ |
vecoperations.c | 68 v16i8 v16i8_mpy(v16i8 v1, v16i8 v2) { 69 return v1 * v2; 72 v16i8 v16i8_add(v16i8 v1, v16i8 v2) { 73 return v1 + v2; 146 v4f32 v2 = { 1.0, 2.0, 3.0, 4.0 }; local 165 print_v4f32("v4f32_shuffle_1(1, 2, 3, 4)", v4f32_shuffle_1(v2)); 166 print_v4f32("v4f32_shuffle_2(1, 2, 3, 4)", v4f32_shuffle_2(v2)); 167 print_v4f32("v4f32_shuffle_3(1, 2, 3, 4)", v4f32_shuffle_3(v2)); 168 print_v4f32("v4f32_shuffle_4(1, 2, 3, 4)", v4f32_shuffle_4(v2)); 169 print_v4f32("v4f32_shuffle_5(1, 2, 3, 4)", v4f32_shuffle_5(v2)); [all...] |
/external/mesa3d/src/pixelflinger2/ |
raster.cpp | 337 const VertexOutput * v2, const VertexOutput * v3) 342 const VertexOutput * a = v1, * b = v2, * d = v3; 347 if (v2->position.y < v1->position.y) { 348 a = v2; 391 VertexOutput * v1 = vouts + 0, * v2 = vouts + 1, * v3 = vouts + 2; local 433 iface->ProcessVertex(iface, vin2, v2); 459 // GGLProcessVertex(program, vin2, v2, (const float (*)[4])matrix); 464 // v2->position.x, v2->position.y, v2->position.z, v2->position.w [all...] |
/external/skia/third_party/glu/libtess/ |
normal.c | 80 GLUvertex *v, *v1, *v2; local 115 v2 = maxVert[i]; 116 d1[0] = v1->coords[0] - v2->coords[0]; 117 d1[1] = v1->coords[1] - v2->coords[1]; 118 d1[2] = v1->coords[2] - v2->coords[2]; 120 d2[0] = v->coords[0] - v2->coords[0]; 121 d2[1] = v->coords[1] - v2->coords[1]; 122 d2[2] = v->coords[2] - v2->coords[2];
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
float-weight.h | 72 volatile float v2 = w2.Value(); local 73 return v1 == v2;
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ViewAnimatorTest.java | 90 final View v2 = mActivity.findViewById(R.id.cancel); local 96 parent.removeView(v2); 102 mViewAnimator.addView(v2); 135 final View v2 = mActivity.findViewById(R.id.cancel); local 139 parent.removeView(v2); 145 mViewAnimator.addView(v2); 169 final View v2 = mActivity.findViewById(R.id.cancel); local 173 parent.removeView(v2); 179 mViewAnimator.addView(v2); 197 final View v2 = mActivity.findViewById(R.id.cancel) local 223 final View v2 = mActivity.findViewById(R.id.cancel); local 281 final View v2 = mActivity.findViewById(R.id.cancel); local 321 final View v2 = mActivity.findViewById(R.id.cancel); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstUtf8.java | 132 int v2 = bytes.getUnsignedByte(at + 2); local 134 return throwBadUtf8(v2, at + 2); 137 (v2 & 0x3f); 143 return throwBadUtf8(v2, at + 2);
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstString.java | 132 int v2 = bytes.getUnsignedByte(at + 2); local 134 return throwBadUtf8(v2, at + 2); 137 (v2 & 0x3f); 143 return throwBadUtf8(v2, at + 2);
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest_pred_impl.h | 47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 59 // ASSERT_PRED2(pred, v1, v2) 63 // and the values v1, v2, ..., must support the << operator for 136 const T2& v2) { 137 if (pred(v1, v2)) return AssertionSuccess(); 144 << "\n" << e2 << " evaluates to " << v2; local 150 #define GTEST_PRED_FORMAT2(pred_format, v1, v2, on_failure)\ 151 GTEST_ASSERT(pred_format(#v1, #v2, v1, v2),\ 156 #define GTEST_PRED2(pred, v1, v2, on_failure) [all...] |
/external/clang/test/SemaCXX/ |
constant-expression.cpp | 23 v2 = eval, enumerator in enum:C::E
|
enum.cpp | 51 enum enum2 { v2 = __INT_MAX__ * 2U }; enumerator in enum:test1::enum2 52 int test2[is_same<__typeof(+v2), unsigned int>::value];
|