/external/llvm/test/MC/Hexagon/instructions/ |
D | cr.s | 8 p1 = fastcorner9(p2, p3) define 12 p1 = any8(p2) define 14 p1 = all8(p2) define 46 p1 = and(p3, p2) define 48 p1 = and(p2, and(p3, p3)) define 50 p1 = or(p3, p2) define 52 p1 = and(p2, or(p3, p3)) define 54 p1 = xor(p2, p3) define 56 p1 = or(p2, and(p3, p3)) define 58 p1 = and(p2, !p3) define [all …]
|
/external/guava/android/guava/src/com/google/common/base/ |
D | Preconditions.java | 176 public static void checkArgument(boolean expression, String errorMessageTemplate, char p1) { in checkArgument() 189 public static void checkArgument(boolean expression, String errorMessageTemplate, int p1) { in checkArgument() 202 public static void checkArgument(boolean expression, String errorMessageTemplate, long p1) { in checkArgument() 216 boolean expression, String errorMessageTemplate, @CheckForNull Object p1) { in checkArgument() 230 boolean expression, String errorMessageTemplate, char p1, char p2) { in checkArgument() 244 boolean expression, String errorMessageTemplate, char p1, int p2) { in checkArgument() 258 boolean expression, String errorMessageTemplate, char p1, long p2) { in checkArgument() 272 boolean expression, String errorMessageTemplate, char p1, @CheckForNull Object p2) { in checkArgument() 286 boolean expression, String errorMessageTemplate, int p1, char p2) { in checkArgument() 300 boolean expression, String errorMessageTemplate, int p1, int p2) { in checkArgument() [all …]
|
D | Verify.java | 138 public static void verify(boolean expression, String errorMessageTemplate, char p1) { in verify() 152 public static void verify(boolean expression, String errorMessageTemplate, int p1) { in verify() 166 public static void verify(boolean expression, String errorMessageTemplate, long p1) { in verify() 181 boolean expression, String errorMessageTemplate, @CheckForNull Object p1) { in verify() 195 public static void verify(boolean expression, String errorMessageTemplate, char p1, char p2) { in verify() 209 public static void verify(boolean expression, String errorMessageTemplate, int p1, char p2) { in verify() 223 public static void verify(boolean expression, String errorMessageTemplate, long p1, char p2) { in verify() 238 boolean expression, String errorMessageTemplate, @CheckForNull Object p1, char p2) { in verify() 252 public static void verify(boolean expression, String errorMessageTemplate, char p1, int p2) { in verify() 266 public static void verify(boolean expression, String errorMessageTemplate, int p1, int p2) { in verify() [all …]
|
/external/guava/guava/src/com/google/common/base/ |
D | Preconditions.java | 176 public static void checkArgument(boolean expression, String errorMessageTemplate, char p1) { in checkArgument() 189 public static void checkArgument(boolean expression, String errorMessageTemplate, int p1) { in checkArgument() 202 public static void checkArgument(boolean expression, String errorMessageTemplate, long p1) { in checkArgument() 216 boolean expression, String errorMessageTemplate, @CheckForNull Object p1) { in checkArgument() 230 boolean expression, String errorMessageTemplate, char p1, char p2) { in checkArgument() 244 boolean expression, String errorMessageTemplate, char p1, int p2) { in checkArgument() 258 boolean expression, String errorMessageTemplate, char p1, long p2) { in checkArgument() 272 boolean expression, String errorMessageTemplate, char p1, @CheckForNull Object p2) { in checkArgument() 286 boolean expression, String errorMessageTemplate, int p1, char p2) { in checkArgument() 300 boolean expression, String errorMessageTemplate, int p1, int p2) { in checkArgument() [all …]
|
D | Verify.java | 138 public static void verify(boolean expression, String errorMessageTemplate, char p1) { in verify() 152 public static void verify(boolean expression, String errorMessageTemplate, int p1) { in verify() 166 public static void verify(boolean expression, String errorMessageTemplate, long p1) { in verify() 181 boolean expression, String errorMessageTemplate, @CheckForNull Object p1) { in verify() 195 public static void verify(boolean expression, String errorMessageTemplate, char p1, char p2) { in verify() 209 public static void verify(boolean expression, String errorMessageTemplate, int p1, char p2) { in verify() 223 public static void verify(boolean expression, String errorMessageTemplate, long p1, char p2) { in verify() 238 boolean expression, String errorMessageTemplate, @CheckForNull Object p1, char p2) { in verify() 252 public static void verify(boolean expression, String errorMessageTemplate, char p1, int p2) { in verify() 266 public static void verify(boolean expression, String errorMessageTemplate, int p1, int p2) { in verify() [all …]
|
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
D | pointer_cast_test2.cpp | 40 std::unique_ptr<int> p1( new int ); in test_static_cast() local 50 std::unique_ptr<int> p1( new int ); in test_static_cast() local 60 std::unique_ptr<int[]> p1( new int[ 1 ] ); in test_static_cast() local 70 std::unique_ptr<int[]> p1( new int[ 1 ] ); in test_static_cast() local 80 std::unique_ptr<D1> p1( new D1 ); in test_static_cast() local 98 std::unique_ptr<int> p1( new int ); in test_const_cast() local 113 std::unique_ptr<int[]> p1( new int[ 1 ] ); in test_const_cast() local 149 std::unique_ptr<D2> p1( new D2 ); in test_dynamic_cast() local 159 std::unique_ptr<B2> p1( new D2 ); in test_dynamic_cast() local 169 std::unique_ptr<B2> p1( new B2 ); in test_dynamic_cast() local [all …]
|
D | local_sp_test.cpp | 344 boost::local_shared_ptr<T> p1; in empty_copy_test() local 370 template<class T, class U> static void test_nonempty_copy( boost::local_shared_ptr<U> const & p1 ) in test_nonempty_copy() 387 boost::local_shared_ptr<T> p1( static_cast<T*>(0) ); in null_copy_test() local 401 boost::local_shared_ptr<T> p1( new T() ); in new_copy_test() local 459 template<class T, class U> static void test_nonempty_move( boost::local_shared_ptr<U> && p1 ) in test_nonempty_move() 526 template<class T, class U> void test_aliasing_( boost::local_shared_ptr<T> const & p1, U * p2 ) in test_aliasing_() 538 boost::local_shared_ptr<T> p1; in test_01_aliasing_() local 558 boost::local_shared_ptr<T> p1( new T() ); in test_10_aliasing_() local 588 boost::local_shared_ptr<T> p1( new T() ); in test_11_aliasing_() local 659 boost::shared_ptr<T> p1; in empty_shared_ptr_copy_test() local [all …]
|
/external/gson/gson/src/test/java/com/google/gson/ |
D | JsonPrimitiveTest.java | 162 JsonPrimitive p1 = new JsonPrimitive(Byte.valueOf((byte)10)); in testByteEqualsShort() local 170 JsonPrimitive p1 = new JsonPrimitive(Byte.valueOf((byte)10)); in testByteEqualsInteger() local 178 JsonPrimitive p1 = new JsonPrimitive(Byte.valueOf((byte)10)); in testByteEqualsLong() local 186 JsonPrimitive p1 = new JsonPrimitive(Byte.valueOf((byte)10)); in testByteEqualsBigInteger() local 194 JsonPrimitive p1 = new JsonPrimitive(Short.valueOf((short)10)); in testShortEqualsInteger() local 202 JsonPrimitive p1 = new JsonPrimitive(Short.valueOf((short)10)); in testShortEqualsLong() local 210 JsonPrimitive p1 = new JsonPrimitive(Short.valueOf((short)10)); in testShortEqualsBigInteger() local 218 JsonPrimitive p1 = new JsonPrimitive(Integer.valueOf(10)); in testIntegerEqualsLong() local 226 JsonPrimitive p1 = new JsonPrimitive(Integer.valueOf(10)); in testIntegerEqualsBigInteger() local 234 JsonPrimitive p1 = new JsonPrimitive(Long.valueOf(10L)); in testLongEqualsBigInteger() local [all …]
|
/external/sdv/vsomeip/third_party/boost/bind/test/ |
D | bind_unique_ptr_test.cpp | 29 void fv1( std::unique_ptr<int> p1 ) in fv1() 34 void fv2( std::unique_ptr<int> p1, std::unique_ptr<int> p2 ) in fv2() 40 void fv3( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3 ) in fv3() 47 void fv4( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv4() 55 void fv5( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv5() 64 void fv6( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv6() 74 void fv7( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv7() 85 void fv8( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv8() 97 void fv9( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv9() 113 std::unique_ptr<int> p1( new int(1) ); in test() local [all …]
|
D | bind_function_ap_test.cpp | 38 void fv1( std::auto_ptr<int> p1 ) in fv1() 43 void fv2( std::auto_ptr<int> p1, std::auto_ptr<int> p2 ) in fv2() 49 void fv3( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3 ) in fv3() 56 void fv4( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv4() 64 void fv5( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv5() 73 void fv6( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv6() 83 void fv7( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv7() 94 void fv8( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv8() 106 void fv9( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv9() 124 std::auto_ptr<int> p1( new int(1) ); in test() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.spec/ |
D | comparison.pass.cpp | 30 P1 p1(3, static_cast<short>(4)); in main() local 41 P p1(3, static_cast<short>(4)); in main() local 52 P p1(2, static_cast<short>(4)); in main() local 63 P p1(3, static_cast<short>(2)); in main() local 74 P p1(3, static_cast<short>(4)); in main() local 85 P p1(3, static_cast<short>(4)); in main() local 98 constexpr P p1(3, static_cast<short>(4)); in main() local
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.spec/ |
D | comparison.pass.cpp | 30 P1 p1(3, static_cast<short>(4)); in main() local 41 P p1(3, static_cast<short>(4)); in main() local 52 P p1(2, static_cast<short>(4)); in main() local 63 P p1(3, static_cast<short>(2)); in main() local 74 P p1(3, static_cast<short>(4)); in main() local 85 P p1(3, static_cast<short>(4)); in main() local 98 constexpr P p1(3, static_cast<short>(4)); in main() local
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.spec/ |
D | comparison.pass.cpp | 30 P p1(3, static_cast<short>(4)); in main() local 41 P p1(2, static_cast<short>(4)); in main() local 52 P p1(3, static_cast<short>(2)); in main() local 63 P p1(3, static_cast<short>(4)); in main() local 74 P p1(3, static_cast<short>(4)); in main() local 87 constexpr P p1(3, static_cast<short>(4)); in main() local
|
/external/skia/modules/bentleyottmann/src/ |
D | Point.cpp | 12 bool operator<(const Point& p0, const Point& p1) { in operator <() 16 bool operator>(const Point& p0, const Point& p1) { in operator >() 20 bool operator>=(const Point& p0, const Point& p1) { in operator >=() 24 bool operator<=(const Point& p0, const Point& p1) { in operator <=() 28 bool operator==(const Point& p0, const Point& p1) { in operator ==() 32 bool operator!=(const Point& p0, const Point& p1) { in operator !=() 46 bool Point::DifferenceTooBig(Point p0, Point p1) { in DifferenceTooBig()
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/ |
D | compressed_pointer_unittest.cc | 109 DoublePointer p1 = static_cast<DoublePointer>(nullptr); in TYPED_TEST() local 116 DoublePointer p1 = static_cast<DoublePointer>(nullptr); in TYPED_TEST() local 135 DoublePointer p1 = DoublePointer(nullptr), p2; in TYPED_TEST() local 143 DoublePointer p1 = DoublePointer(nullptr), p2; in TYPED_TEST() local 162 DoublePointer p1 = static_cast<DoublePointer>(d.get()); in TYPED_TEST() local 170 DoublePointer p1 = static_cast<DoublePointer>(d.get()); in TYPED_TEST() local 189 DoublePointer p1 = static_cast<DoublePointer>(d.get()); in TYPED_TEST() local 198 DoublePointer p1 = static_cast<DoublePointer>(d.get()); in TYPED_TEST() local 217 BasePointer p1 = static_cast<BasePointer>(d.get()); in TYPED_TEST() local 225 BasePointer p1 = static_cast<BasePointer>(d.get()); in TYPED_TEST() local [all …]
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/ |
D | compressed_pointer_unittest.cc | 109 DoublePointer p1 = static_cast<DoublePointer>(nullptr); in TYPED_TEST() local 116 DoublePointer p1 = static_cast<DoublePointer>(nullptr); in TYPED_TEST() local 135 DoublePointer p1 = DoublePointer(nullptr), p2; in TYPED_TEST() local 143 DoublePointer p1 = DoublePointer(nullptr), p2; in TYPED_TEST() local 162 DoublePointer p1 = static_cast<DoublePointer>(d.get()); in TYPED_TEST() local 170 DoublePointer p1 = static_cast<DoublePointer>(d.get()); in TYPED_TEST() local 189 DoublePointer p1 = static_cast<DoublePointer>(d.get()); in TYPED_TEST() local 198 DoublePointer p1 = static_cast<DoublePointer>(d.get()); in TYPED_TEST() local 217 BasePointer p1 = static_cast<BasePointer>(d.get()); in TYPED_TEST() local 225 BasePointer p1 = static_cast<BasePointer>(d.get()); in TYPED_TEST() local [all …]
|
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | scope_guard.hpp | 163 scope_guard_impl1(F fun,P1 p1):fun_(fun),p1_(p1){} in scope_guard_impl1() 173 inline scope_guard_impl1<F,P1> make_guard(F fun,P1 p1) in make_guard() 180 make_guard_if_c(F fun,P1 p1) in make_guard_if_c() 187 make_guard_if(F fun,P1 p1) in make_guard_if() 196 scope_guard_impl2(F fun,P1 p1,P2 p2):fun_(fun),p1_(p1),p2_(p2){} in scope_guard_impl2() 207 inline scope_guard_impl2<F,P1,P2> make_guard(F fun,P1 p1,P2 p2) in make_guard() 214 make_guard_if_c(F fun,P1 p1,P2 p2) in make_guard_if_c() 221 make_guard_if(F fun,P1 p1,P2 p2) in make_guard_if() 230 scope_guard_impl3(F fun,P1 p1,P2 p2,P3 p3):fun_(fun),p1_(p1),p2_(p2),p3_(p3){} in scope_guard_impl3() 242 inline scope_guard_impl3<F,P1,P2,P3> make_guard(F fun,P1 p1,P2 p2,P3 p3) in make_guard() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/ |
D | cmp.pass.cpp | 62 const std::unique_ptr<A, Deleter<A> > p1(ptr1); in test() local 82 const std::unique_ptr<A, Deleter<A> > p1(ptr1); in test() local 101 const std::unique_ptr<A[], Deleter<A[]> > p1(ptr1); in test() local 120 const std::unique_ptr<A[], Deleter<A[]> > p1(ptr1); in test() local 137 const std::unique_ptr<A, Deleter<A> > p1; in test() local 147 const std::unique_ptr<A, Deleter<A> > p1; in test() local
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/ |
D | cmp.pass.cpp | 62 const std::unique_ptr<A, Deleter<A> > p1(ptr1); in test() local 82 const std::unique_ptr<A, Deleter<A> > p1(ptr1); in test() local 101 const std::unique_ptr<A[], Deleter<A[]> > p1(ptr1); in test() local 120 const std::unique_ptr<A[], Deleter<A[]> > p1(ptr1); in test() local 137 const std::unique_ptr<A, Deleter<A> > p1; in test() local 147 const std::unique_ptr<A, Deleter<A> > p1; in test() local
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | implicit_deduction_guides.pass.cpp | 53 std::pair p1(E{}, 42); in main() local 62 std::pair p1(p); in main() local 67 std::pair p1(p); in main() local 72 std::pair p1(std::move(p)); in main() local 77 std::pair p1(std::move(p)); in main() local
|
/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/repetition/ |
D | enum_trailing_binary_params.hpp | 24 # define BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(count, p1, p2) BOOST_PP_REPEAT(count, BOOST_PP_ENU… argument 26 # define BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(count, p1, p2) BOOST_PP_ENUM_TRAILING_BINARY_PARAM… argument 27 # define BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_I(count, p1, p2) BOOST_PP_REPEAT(count, BOOST_PP_E… argument 38 # define BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_M_I(z, n, p1, p2) BOOST_PP_ENUM_TRAILING_BINARY_PA… argument 39 # define BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_M_II(z, n, p1, p2) , p1 ## n p2 ## n argument 41 # define BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_M_I(z, n, p1, p2) , BOOST_PP_CAT(p1, n) BOOST_PP_C… argument 47 # define BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_Z(z, count, p1, p2) BOOST_PP_REPEAT_ ## z(count, B… argument 49 # define BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_Z(z, count, p1, p2) BOOST_PP_ENUM_TRAILING_BINARY_… argument 50 # define BOOST_PP_ENUM_TRAILING_BINARY_PARAMS_Z_I(z, count, p1, p2) BOOST_PP_REPEAT_ ## z(count,… argument
|
D | enum_binary_params.hpp | 25 # define BOOST_PP_ENUM_BINARY_PARAMS(count, p1, p2) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_BINARY_… argument 27 # define BOOST_PP_ENUM_BINARY_PARAMS(count, p1, p2) BOOST_PP_ENUM_BINARY_PARAMS_I(count, p1, p2) argument 28 # define BOOST_PP_ENUM_BINARY_PARAMS_I(count, p1, p2) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_BINAR… argument 39 # define BOOST_PP_ENUM_BINARY_PARAMS_M_I(z, n, p1, p2) BOOST_PP_ENUM_BINARY_PARAMS_M_II(z, n, p1… argument 40 # define BOOST_PP_ENUM_BINARY_PARAMS_M_II(z, n, p1, p2) BOOST_PP_COMMA_IF(n) p1 ## n p2 ## n argument 42 # define BOOST_PP_ENUM_BINARY_PARAMS_M_I(z, n, p1, p2) BOOST_PP_COMMA_IF(n) BOOST_PP_CAT(p1, n) … argument 48 # define BOOST_PP_ENUM_BINARY_PARAMS_Z(z, count, p1, p2) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_E… argument 50 # define BOOST_PP_ENUM_BINARY_PARAMS_Z(z, count, p1, p2) BOOST_PP_ENUM_BINARY_PARAMS_Z_I(z, coun… argument 51 # define BOOST_PP_ENUM_BINARY_PARAMS_Z_I(z, count, p1, p2) BOOST_PP_REPEAT_ ## z(count, BOOST_PP… argument
|
/external/ksp/test-utils/testData/api/ |
D | recordJavaOverrides.kt | 34 package p1; package 46 package p1; package 54 package p1; package 66 package p1; package
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
D | implicit_deduction_guides.pass.cpp | 46 std::pair p1(E{}, 42); in main() local 55 std::pair p1(p); in main() local 60 std::pair p1(p); in main() local 65 std::pair p1(std::move(p)); in main() local 70 std::pair p1(std::move(p)); in main() local
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
D | implicit_deduction_guides.pass.cpp | 46 std::pair p1(E{}, 42); in main() local 55 std::pair p1(p); in main() local 60 std::pair p1(p); in main() local 65 std::pair p1(std::move(p)); in main() local 70 std::pair p1(std::move(p)); in main() local
|