Searched refs:n3 (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | mismatch_test.cpp | 42 int n3[5] = { 1, 2, 3, 2, 1 }; in mismatch0() local 47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3); in mismatch0() 48 CPPUNIT_ASSERT(!(result.first ==(n1 + 5) && result.second ==(n3 + 5))); in mismatch0()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mismatch_test.cpp | 42 int n3[5] = { 1, 2, 3, 2, 1 }; in mismatch0() local 47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3); in mismatch0() 48 CPPUNIT_ASSERT(!(result.first ==(n1 + 5) && result.second ==(n3 + 5))); in mismatch0()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | bind.hpp | 200 typedef typename r2::next n3; typedef 263 typedef typename r2::next n3; typedef 266 typedef aux::replace_unnamed_arg< T3,n3 > r3; 331 typedef typename r2::next n3; typedef 334 typedef aux::replace_unnamed_arg< T3,n3 > r3; 406 typedef typename r2::next n3; typedef 409 typedef aux::replace_unnamed_arg< T3,n3 > r3; 494 typedef typename r2::next n3; typedef 497 typedef aux::replace_unnamed_arg< T3,n3 > r3; 542 typedef typename r2::next n3; typedef [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | andor | 26 "1\n2 true\n3\n4\n5\n6 true\n7\n8 se hi\n9 there\n10\n"); 48 … "short-circuit\n1\n2 true\n3 true\n4 z\n5 true\n6 true\n7 b\n8 true\n9 z hi\n10 truethere\n11\n");
|
D | if | 30 $answer = "1 false\n2\n3\n4 true\n5 true\n6 false\n7 true\n8 false\n9 true hi\n10 fal,sethere\n11 f…
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_output_test_.cc | 278 Notification n3; member 294 check_points->n3.Notify(); in ThreadWithScopedTrace() 311 check_points.n3.WaitForNotification(); in TEST()
|
D | gtest_unittest.cc | 2169 bool operator()(int n1, int n2, int n3) { in operator ()() 2170 return IsEven(n1 + n2 + n3); in operator ()() 2178 int n1, int n2, int n3, int n4) { in AssertSumIsEven4() argument 2179 const int sum = n1 + n2 + n3 + n4; in AssertSumIsEven4() 2186 << " (" << n1 << " + " << n2 << " + " << n3 << " + " << n4 in AssertSumIsEven4() 2196 const char* e5, int n1, int n2, int n3, int n4, int n5) { in operator ()() 2197 const int sum = n1 + n2 + n3 + n4 + n5; in operator ()() 2205 << n1 << " + " << n2 << " + " << n3 << " + " << n4 << " + " << n5 in operator ()() 2290 const int n3 = 4; in TEST() local 2293 EXPECT_PRED_FORMAT4(AssertSumIsEven4, n1, n2, n3, n4); in TEST() [all …]
|