/art/runtime/ |
dex_instruction_visitor_test.cc | 53 CountVisitor v2; local 55 v2.Visit(c2, sizeof(c2)); 56 EXPECT_EQ(2, v2.count_);
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p7.cpp | 18 auto v2 = u"one"_w; // calls operator""_w(u"one", 3) local 23 same_type<decltype(v2), std::string> test2;
|
/external/clang/test/CodeGen/ |
altivec.c | 10 // CHECK: @v2 = global <16 x i8> <i8 63, i8 -128, i8 0, i8 0, i8 64, i8 0, i8 0, i8 0, i8 64, i8 64, i8 0, i8 0, i8 64, i8 -128, i8 0, i8 0> 11 vector char v2 = (vector char)((vector float)(1.0f, 2.0f, 3.0f, 4.0f)); variable
|
mangle-windows.c | 63 void __vectorcall v2(char a) {} function 64 // CHECK: define x86_vectorcallcc void @"\01v2@@4"( 65 // X64: define x86_vectorcallcc void @"\01v2@@8"( 66 // ELF32: define x86_vectorcallcc void @"\01v2@@4"( 67 // ELF64: define x86_vectorcallcc void @"\01v2@@8"(
|
vector-alignment.c | 21 double __attribute__((vector_size(32))) v2; variable 22 // SSE: @v2 {{.*}}, align 16 23 // AVX: @v2 {{.*}}, align 32 24 // AVX512: @v2 {{.*}}, align 32
|
/external/clang/test/PCH/ |
check-deserializations.cpp | 27 namespace v2 { constexpr int DND = f(); } namespace in namespace:vars
|
/external/clang/test/Sema/ |
attr-cleanup.c | 12 int v2 __attribute((cleanup(1, 2))); // expected-error {{'cleanup' attribute takes one argument}} 32 int v2 __attribute__((cleanup(c3))); // expected-error {{'cleanup' function 'c3' parameter has type 'struct s' which is incompatible with type 'int *'}} local
|
vector-assign.c | 10 v2u v2; local 15 v1 = v2; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2u' (vector of 2 'unsigned int' values)}} 20 v2 = v1; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2s' (vector of 2 'int' values)}} 21 v2 = v3; // expected-error {{assigning to 'v2u' (vector of 2 'unsigned int' values) from incompatible type 'v1s' (vector of 1 'int' value)}} 22 v2 = v4; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2f' (vector of 2 'float' values)}} 23 v2 = v5; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v4ss' (vector of 4 'short' values)}} 26 v3 = v2; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2u' (vector of 2 'unsigned int' values)}} 31 v4 = v2; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2u' (vector of 2 'unsigned int' values)}} 36 v5 = v2; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2u' (vector of 2 'unsigned int' values)}}
|
/external/clang/test/SemaCXX/ |
attr-cleanup.cpp | 13 int v2 __attribute__((cleanup(N::c2))); // expected-error {{no member named 'c2' in namespace 'N'}} local
|
type-convert-construct.cpp | 5 int v2 = typeof(int)(1,2); // expected-error {{excess elements in scalar initializer}} local
|
/external/clang/test/SemaTemplate/ |
instantiate-deeply.cpp | 11 c v2 = v1 * v1; local 14 field += v2 + v4;
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
iter_iter_iter.pass.cpp | 133 std::string v2; local 136 std::string::iterator i = v.insert(v2.cbegin() + 10, a, a+N);
|
/external/lzma/CPP/7zip/Crypto/ |
RandGen.cpp | 70 time_t v2 = time(NULL);
local 71 HASH_UPD(v2);
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ViewAnimatorTest.java | 35 View v2 = new View(null); local 38 animator.addView(v2); 43 assertEquals(v2, animator.getCurrentView());
|
/external/valgrind/none/tests/x86-linux/ |
sigcontext.c | 47 int v2, v3, v4; local 67 : "=a" (ret), "=d" (v2), "=S" (v3), "=D" (v4) 69 printf("v2=%x v3=%x v4=%x\n", v2, v3, v4); 82 : "=a" (ret), "=d" (v2), "=S" (v3), "=D" (v4) 84 printf("v2=%x v3=%x v4=%x\n", v2, v3, v4);
|
/external/webrtc/webrtc/voice_engine/ |
voe_base_unittest.cc | 84 std::string v2 = VoiceEngine::GetVersionString() + "\n"; local 85 EXPECT_EQ(v2, v1);
|
/frameworks/base/libs/androidfw/tests/ |
TypeWrappers_test.cpp | 57 Res_value v2; local 58 memset(&v2, 0, sizeof(v2)); 59 t.header.size += sizeof(v2); 73 memcpy(p, &v2, sizeof(v2)); 74 p += sizeof(v2);
|
/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/ |
Matrix_DelegateTest.java | 40 float[] v2 = new float[9]; local 42 m2.getValues(v2); 45 assertEquals(v1[i], v2[i]);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/ |
iter_iter_iter.pass.cpp | 133 std::string v2; local 136 std::string::iterator i = v.insert(v2.cbegin() + 10, a, a+N);
|
/ndk/tests/device/test-gnustl-full/unit/ |
copy_test.cpp | 90 vector<int> v2(v1.size()); 91 copy(v1.begin(), v1.end(), v2.begin()); 93 CPPUNIT_ASSERT( v2 == v1 ); 100 vector<int> v2; local 101 insert_iterator<vector<int> > i(v2, v2.begin()); 104 CPPUNIT_ASSERT( v2 == v1 ); 112 vector<int> v2(v1.size()); 113 copy_backward(v1.begin(), v1.end(), v2.end()); 115 CPPUNIT_ASSERT( v2 == v1 ) [all...] |
search_test.cpp | 42 int v2[6] = { 0, 1, 2, 3, 4, 5 }; local 49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2); 50 CPPUNIT_ASSERT(location != v2 + 6); 51 CPPUNIT_ASSERT(location - v2 == 3); 58 IntVec v2(3); 59 __iota(v2.begin(), v2.end(), 50); 62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end()) [all...] |
setdiff_test.cpp | 46 int v2[4] = { 10, 13, 17, 23 }; local 49 set_symmetric_difference((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result); 60 vector<int> v2(10); 61 __iota(v2.begin(), v2.end(), 7); 64 set_symmetric_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff)); 90 int v2[4] = { 10, 13, 17, 23 }; local 95 set_difference((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result) [all...] |
swap_test.cpp | 91 queue<Obj> v2; local 98 v2.push( Obj() ); 99 v2.back().v = 10; 100 v2.push( Obj() ); 101 v2.back().v = 11; 102 v2.push( Obj() ); 103 v2.back().v = 12; 106 CPPUNIT_CHECK( v2.size() == 3 ); 108 swap( v1, v2 ); // this shouldn't try make it as v1.swap( v2 ), no queue::swap method 134 vector<Obj> v2; local [all...] |
/ndk/tests/device/test-stlport/unit/ |
copy_test.cpp | 90 vector<int> v2(v1.size()); 91 copy(v1.begin(), v1.end(), v2.begin()); 93 CPPUNIT_ASSERT( v2 == v1 ); 100 vector<int> v2; local 101 insert_iterator<vector<int> > i(v2, v2.begin()); 104 CPPUNIT_ASSERT( v2 == v1 ); 112 vector<int> v2(v1.size()); 113 copy_backward(v1.begin(), v1.end(), v2.end()); 115 CPPUNIT_ASSERT( v2 == v1 ) [all...] |
search_test.cpp | 42 int v2[6] = { 0, 1, 2, 3, 4, 5 }; local 49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2); 50 CPPUNIT_ASSERT(location != v2 + 6); 51 CPPUNIT_ASSERT(location - v2 == 3); 58 IntVec v2(3); 59 __iota(v2.begin(), v2.end(), 50); 62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end()) [all...] |