Home
last modified time | relevance | path

Searched defs:v2 (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest_pred_impl.h134 const T2& v2) { in AssertPred2Helper()
146 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument
152 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument
161 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument
163 #define EXPECT_PRED2(pred, v1, v2) \ argument
165 #define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ argument
167 #define ASSERT_PRED2(pred, v1, v2) \ argument
184 const T2& v2, in AssertPred3Helper()
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
[all …]
/external/gtest/include/gtest/
Dgtest_pred_impl.h134 const T2& v2) { in AssertPred2Helper()
146 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument
152 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument
161 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument
163 #define EXPECT_PRED2(pred, v1, v2) \ argument
165 #define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ argument
167 #define ASSERT_PRED2(pred, v1, v2) \ argument
184 const T2& v2, in AssertPred3Helper()
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
[all …]
/external/chromium/testing/gtest/include/gtest/
Dgtest_pred_impl.h134 const T2& v2) { in AssertPred2Helper()
146 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument
152 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument
161 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument
163 #define EXPECT_PRED2(pred, v1, v2) \ argument
165 #define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ argument
167 #define ASSERT_PRED2(pred, v1, v2) \ argument
184 const T2& v2, in AssertPred3Helper()
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
[all …]
/external/protobuf/gtest/include/gtest/
Dgtest_pred_impl.h136 const T2& v2) { in AssertPred2Helper()
150 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument
156 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument
165 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument
167 #define EXPECT_PRED2(pred, v1, v2) \ argument
169 #define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ argument
171 #define ASSERT_PRED2(pred, v1, v2) \ argument
188 const T2& v2, in AssertPred3Helper()
205 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
211 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
[all …]
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest_pred_impl.h136 const T2& v2) { in AssertPred2Helper()
150 #define GTEST_PRED_FORMAT2(pred_format, v1, v2, on_failure)\ argument
156 #define GTEST_PRED2(pred, v1, v2, on_failure)\ argument
165 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument
167 #define EXPECT_PRED2(pred, v1, v2) \ argument
169 #define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ argument
171 #define ASSERT_PRED2(pred, v1, v2) \ argument
188 const T2& v2, in AssertPred3Helper()
205 #define GTEST_PRED_FORMAT3(pred_format, v1, v2, v3, on_failure)\ argument
211 #define GTEST_PRED3(pred, v1, v2, v3, on_failure)\ argument
[all …]
/external/stlport/test/unit/
Dsetdiff_test.cpp46 int v2[4] = { 10, 13, 17, 23 }; in setsymd0() local
60 vector<int> v2(10); in setsymd1() local
90 int v2[4] = { 10, 13, 17, 23 }; in setdiff0() local
112 vector<int> v2(10); in setdiff1() local
Dequal_test.cpp79 bool operator < (const Test& v1, int v2) in operator <()
82 bool operator < (int v1, const Test& v2) in operator <()
86 bool operator < (const Test& v1, const Test& v2) in operator <()
144 vector <int> v2(10); in equal1() local
154 vector <int> v2(10); in equal2() local
Dsetinter_test.cpp40 int v2[4] = { 10, 13, 17, 23 }; in setintr0() local
55 vector <int> v2(10); in setintr1() local
Dcopy_test.cpp90 vector<int> v2(v1.size()); in copy_vector() local
100 vector<int> v2; in copy_insert() local
112 vector<int> v2(v1.size()); in copy_back() local
Dmerge_test.cpp57 vector<int> v2(v1.size()); in merge1() local
79 vector <int> v2(v1.size()); in merge2() local
Dsetunion_test.cpp40 int v2[4] = { 10, 13, 17, 23 }; in setunon0() local
58 vector <int> v2(10); in setunon1() local
Dswap_test.cpp91 queue<Obj> v2; in swap_container_non_spec() local
134 vector<Obj> v2; in swap_container_spec() local
Dsearch_test.cpp42 int v2[6] = { 0, 1, 2, 3, 4, 5 }; in search0() local
58 IntVec v2(3); in search1() local
Dinnerprod_test.cpp53 vector<size_t> v2(v1.size()); in inprod1() local
64 vector<size_t> v2(v1.size()); in inprod2() local
Dincludes_test.cpp49 vector<int> v2(3); in incl1() local
73 vector <char const*> v2(2); in incl2() local
/external/v8/test/mjsunit/compiler/
Dregress-gap.js30 function small_select(n, v1, v2) { argument
39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { argument
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { argument
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMapFauxverideShim.java67 K k1, V v1, K k2, V v2) { in of()
82 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
/external/webkit/Source/JavaScriptCore/runtime/
DOperations.cpp34 bool JSValue::equalSlowCase(ExecState* exec, JSValue v1, JSValue v2) in equalSlowCase()
39 bool JSValue::strictEqualSlowCase(ExecState* exec, JSValue v1, JSValue v2) in strictEqualSlowCase()
44 NEVER_INLINE JSValue jsAddSlowCase(CallFrame* callFrame, JSValue v1, JSValue v2) in jsAddSlowCase()
DOperations.h239 inline bool JSValue::equal(ExecState* exec, JSValue v1, JSValue v2) in equal()
247 ALWAYS_INLINE bool JSValue::equalSlowCaseInline(ExecState* exec, JSValue v1, JSValue v2) in equalSlowCaseInline()
313 ALWAYS_INLINE bool JSValue::strictEqualSlowCaseInline(ExecState* exec, JSValue v1, JSValue v2) in strictEqualSlowCaseInline()
323 inline bool JSValue::strictEqual(ExecState* exec, JSValue v1, JSValue v2) in strictEqual()
337 ALWAYS_INLINE bool jsLess(CallFrame* callFrame, JSValue v1, JSValue v2) in jsLess()
362 inline bool jsLessEq(CallFrame* callFrame, JSValue v1, JSValue v2) in jsLessEq()
396 ALWAYS_INLINE JSValue jsAdd(CallFrame* callFrame, JSValue v1, JSValue v2) in jsAdd()
/external/v8/src/
Dchecks.h262 #define ASSERT_EQ(v1, v2) CHECK_EQ(v1, v2) argument
263 #define ASSERT_NE(v1, v2) CHECK_NE(v1, v2) argument
264 #define ASSERT_GE(v1, v2) CHECK_GE(v1, v2) argument
265 #define ASSERT_LT(v1, v2) CHECK_LT(v1, v2) argument
266 #define ASSERT_LE(v1, v2) CHECK_LE(v1, v2) argument
271 #define ASSERT_EQ(v1, v2) ((void) 0) argument
272 #define ASSERT_NE(v1, v2) ((void) 0) argument
273 #define ASSERT_GE(v1, v2) ((void) 0) argument
274 #define ASSERT_LT(v1, v2) ((void) 0) argument
275 #define ASSERT_LE(v1, v2) ((void) 0) argument
/external/android-mock/tests/com/google/android/testing/mocking/
DConstructorCreationTests.java44 public double v2; field in ConstructorCreationTests.TestClass
59 public TestClass(int v1, float v2) { in TestClass()
65 public TestClass(int v1, double v2) { in TestClass()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableBiMap.java43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
48 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-raytrace.js67 function add(v1, v2) { argument
71 function sub(v1, v2) { argument
75 function scalev(v1, v2) { argument
79 function dot(v1, v2) { argument
87 function cross(v1, v2) { argument
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-raytrace.js67 function add(v1, v2) { argument
71 function sub(v1, v2) { argument
75 function scalev(v1, v2) { argument
79 function dot(v1, v2) { argument
87 function cross(v1, v2) { argument
/external/webrtc/src/system_wrappers/source/
Ddata_log_helpers_unittest.cc22 webrtc::ValueContainer<int> v2(c); in TEST() local
37 webrtc::ValueContainer<double> v2(c); in TEST() local

12345678910