/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 134 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/ |
D | gtest_pred_impl.h | 134 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/ |
D | gtest_pred_impl.h | 134 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/ |
D | gtest_pred_impl.h | 136 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/ |
D | gtest_pred_impl.h | 136 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/ |
D | setdiff_test.cpp | 46 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
|
D | equal_test.cpp | 79 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
|
D | setinter_test.cpp | 40 int v2[4] = { 10, 13, 17, 23 }; in setintr0() local 55 vector <int> v2(10); in setintr1() local
|
D | copy_test.cpp | 90 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
|
D | merge_test.cpp | 57 vector<int> v2(v1.size()); in merge1() local 79 vector <int> v2(v1.size()); in merge2() local
|
D | setunion_test.cpp | 40 int v2[4] = { 10, 13, 17, 23 }; in setunon0() local 58 vector <int> v2(10); in setunon1() local
|
D | swap_test.cpp | 91 queue<Obj> v2; in swap_container_non_spec() local 134 vector<Obj> v2; in swap_container_spec() local
|
D | search_test.cpp | 42 int v2[6] = { 0, 1, 2, 3, 4, 5 }; in search0() local 58 IntVec v2(3); in search1() local
|
D | innerprod_test.cpp | 53 vector<size_t> v2(v1.size()); in inprod1() local 64 vector<size_t> v2(v1.size()); in inprod2() local
|
D | includes_test.cpp | 49 vector<int> v2(3); in incl1() local 73 vector <char const*> v2(2); in incl2() local
|
/external/v8/test/mjsunit/compiler/ |
D | regress-gap.js | 30 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/ |
D | ImmutableSortedMapFauxverideShim.java | 67 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/ |
D | Operations.cpp | 34 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()
|
D | Operations.h | 239 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/ |
D | checks.h | 262 #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/ |
D | ConstructorCreationTests.java | 44 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/ |
D | ImmutableBiMap.java | 43 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/ |
D | 3d-raytrace.js | 67 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/ |
D | 3d-raytrace.js | 67 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/ |
D | data_log_helpers_unittest.cc | 22 webrtc::ValueContainer<int> v2(c); in TEST() local 37 webrtc::ValueContainer<double> v2(c); in TEST() local
|