Searched refs:vector2 (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/ |
D | vector10.hpp | 29 struct vector2 struct 35 typedef vector2 type; argument 44 , vector2< T0,T1 >
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
D | test.cpp | 46 std::vector<bool> vector2; in main() local 47 vector2.push_back( true); in main() 48 vector2.push_back( false); in main() 49 vector2.push_back( true); in main()
|
D | script | 11 p vector2
|
/ndk/tests/device/test-stlport/unit/ |
D | innerprod_test.cpp | 44 int vector2[5] = { 1, 2, 3, 4, 5 }; in inprod0() local 47 result = inner_product(vector1, vector1 + 5, vector2, 0); in inprod0()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | innerprod_test.cpp | 44 int vector2[5] = { 1, 2, 3, 4, 5 }; in inprod0() local 47 result = inner_product(vector1, vector1 + 5, vector2, 0); in inprod0()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | vector.hpp | 55 : vector2< T0,T1 > 57 typedef typename vector2< T0,T1 >::type type;
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 990 TestingVector vector2; in TEST_F() local 992 vector2.push_back(i); in TEST_F() 998 Shuffle(&random_, &vector2); in TEST_F() 1001 ASSERT_PRED1(VectorIsNotCorrupt, vector2); in TEST_F() 1004 EXPECT_EQ(vector_[i], vector2[i]) << " where i is " << i; in TEST_F()
|