HomeSort by relevance Sort by last modified time
    Searched defs:vector2 (Results 1 - 19 of 19) sorted by null

  /ndk/tests/device/test-gnustl-full/unit/
innerprod_test.cpp 44 int vector2[5] = { 1, 2, 3, 4, 5 }; local
47 result = inner_product(vector1, vector1 + 5, vector2, 0);
  /ndk/tests/device/test-stlport/unit/
innerprod_test.cpp 44 int vector2[5] = { 1, 2, 3, 4, 5 }; local
47 result = inner_product(vector1, vector1 + 5, vector2, 0);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/
vector10.hpp 29 struct vector2 struct in namespace:boost::mpl
35 typedef vector2 type;
44 , vector2< T0,T1 >
  /system/core/libutils/tests/
Vector_test.cpp 139 Vector<int> vector2 = vector1; local
140 ASSERT_EQ(vector1.array(), vector2.array());
143 ASSERT_NE(vector1.editArray(), vector2.editArray());
146 ASSERT_EQ(vector1.size(), vector2.size());
148 EXPECT_EQ(vector1[i], vector2[i]);
  /external/clang/test/SemaTemplate/
derived.cpp 4 template<typename T> class vector2 {}; class
5 template<typename T> class vector : vector2<T> {};
7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignored: cannot deduce a type for 'T' that would make 'const T' equal 'int'}}
11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}}
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
test.cpp 46 std::vector<bool> vector2; local
47 vector2.push_back( true);
48 vector2.push_back( false);
49 vector2.push_back( true);
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/
test.cpp 46 std::vector<bool> vector2; local
47 vector2.push_back( true);
48 vector2.push_back( false);
49 vector2.push_back( true);
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/test/
test.cpp 46 std::vector<bool> vector2; local
47 vector2.push_back( true);
48 vector2.push_back( false);
49 vector2.push_back( true);
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 46 std::vector<bool> vector2; local
47 vector2.push_back( true);
48 vector2.push_back( false);
49 vector2.push_back( true);
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 46 std::vector<bool> vector2; local
47 vector2.push_back( true);
48 vector2.push_back( false);
49 vector2.push_back( true);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 515 const int16_t* vector2 = vector1 - distortion_lag; local
519 energy2 = WebRtcSpl_DotProductWithScale(vector2, vector2, expansion_length,
545 const_cast<int16_t*>(vector2),
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 774 TestingVector vector2; local
776 vector2.push_back(i);
782 Shuffle(&random_, &vector2);
785 ASSERT_PRED1(VectorIsNotCorrupt, vector2);
788 EXPECT_EQ(vector_[i], vector2[i]) << " where i is " << i;
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 908 TestingVector vector2; local
910 vector2.push_back(i);
916 Shuffle(&random_, &vector2);
919 ASSERT_PRED1(VectorIsNotCorrupt, vector2);
922 EXPECT_EQ(vector_[i], vector2[i]) << " where i is " << i;
    [all...]
  /external/gtest/test/
gtest_unittest.cc 981 TestingVector vector2; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 981 TestingVector vector2; local
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 990 TestingVector vector2; local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 680 milliseconds