/external/llvm-project/clang/test/CodeGen/ |
D | ppc-emmintrin.c | 24 __m128d resd, md1, md2; variable 39 resd = _mm_add_pd(md1, md2); in test_add() 40 resd = _mm_add_sd(md1, md2); in test_add() 288 res = _mm_castpd_ps(md1); in test_cast() 289 resi = _mm_castpd_si128(md1); in test_cast() 345 resd = _mm_cmpeq_pd(md1, md2); in test_cmp() 346 resd = _mm_cmpeq_sd(md1, md2); in test_cmp() 347 resd = _mm_cmpge_pd(md1, md2); in test_cmp() 348 resd = _mm_cmpge_sd(md1, md2); in test_cmp() 349 resd = _mm_cmpgt_pd(md1, md2); in test_cmp() [all …]
|
D | ppc-pmmintrin.c | 11 __m128d resd, md1, md2; variable 18 resd = _mm_addsub_pd(md1, md2); in test_pmmintrin() 20 resd = _mm_hadd_pd(md1, md2); in test_pmmintrin() 22 resd = _mm_hsub_pd(md1, md2); in test_pmmintrin() 26 resd = _mm_movedup_pd(md1); in test_pmmintrin()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.operators/ |
D | month_day.pass.cpp | 60 month_day md1 = m/d; in main() local 62 assert(md1.month() == m); in main() 63 assert(md1.day() == d); in main() 66 assert(md1 == md2); in main() 80 month_day md1 = m/j; in main() local 81 assert(md1.month() == m); in main() 82 assert(md1.day() == d); in main() 98 month_day md1 = d/i; in main() local 100 assert(md1.month() == m); in main() 101 assert(md1.day() == d); in main() [all …]
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.operators/ |
D | month_day.pass.cpp | 61 month_day md1 = m/d; in main() local 63 assert(md1.month() == m); in main() 64 assert(md1.day() == d); in main() 67 assert(md1 == md2); in main() 81 month_day md1 = m/j; in main() local 82 assert(md1.month() == m); in main() 83 assert(md1.day() == d); in main() 99 month_day md1 = d/i; in main() local 101 assert(md1.month() == m); in main() 102 assert(md1.day() == d); in main() [all …]
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | MethodDescriptorTest.java | 108 MethodDescriptor<String, String> md1 = MethodDescriptor.<String, String>newBuilder() in sampledToLocalTracing() local 115 assertTrue(md1.isSampledToLocalTracing()); in sampledToLocalTracing() 117 MethodDescriptor<String, String> md2 = md1.toBuilder() in sampledToLocalTracing() 140 MethodDescriptor<String, String> md1 = MethodDescriptor.<String, String>newBuilder() in toBuilderTest() local 158 assertNotEquals(md1.isSampledToLocalTracing(), defaults.isSampledToLocalTracing()); in toBuilderTest() 159 assertNotEquals(md1.isIdempotent(), defaults.isIdempotent()); in toBuilderTest() 160 assertNotEquals(md1.isSafe(), defaults.isSafe()); in toBuilderTest() 161 assertNotEquals(md1.getSchemaDescriptor(), defaults.getSchemaDescriptor()); in toBuilderTest() 164 MethodDescriptor<Integer, Integer> md2 = md1.toBuilder( in toBuilderTest() 167 assertSame(md1.getType(), md2.getType()); in toBuilderTest() [all …]
|
/external/llvm-project/libcxxabi/test/ |
D | catch_member_data_pointer_01.pass.cpp | 20 typedef const int A::*md1; typedef 44 catch (md1) in test1() 69 catch (md1) in test2() 98 catch (md1) in test3() 137 catch (md1) in test5() 154 catch (md1) in test5()
|
D | catch_member_pointer_nullptr.pass.cpp | 21 typedef const int A::*md1; typedef 35 catch (md1) in test1() 48 catch (md1 p) in test2()
|
/external/libcxxabi/test/ |
D | catch_member_data_pointer_01.pass.cpp | 21 typedef const int A::*md1; typedef 45 catch (md1) in test1() 70 catch (md1) in test2() 99 catch (md1) in test3() 138 catch (md1) in test5() 155 catch (md1) in test5()
|
D | catch_member_pointer_nullptr.pass.cpp | 22 typedef const int A::*md1; typedef 36 catch (md1) in test1() 49 catch (md1 p) in test2()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.md/time.cal.md.members/ |
D | ctor.pass.cpp | 43 constexpr month_day md1{std::chrono::January, day{4}}; in main() local 44 static_assert( md1.month() == std::chrono::January, ""); in main() 45 static_assert( md1.day() == day{4}, ""); in main() 46 static_assert( md1.ok(), ""); in main()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.md/time.cal.md.members/ |
D | ctor.pass.cpp | 42 constexpr month_day md1{std::chrono::January, day{4}}; in main() local 43 static_assert( md1.month() == std::chrono::January, ""); in main() 44 static_assert( md1.day() == day{4}, ""); in main() 45 static_assert( md1.ok(), ""); in main()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/ |
D | ctor.pass.cpp | 42 constexpr month_weekday md1{std::chrono::January, weekday_indexed{std::chrono::Friday, 4}}; in main() local 43 static_assert( md1.month() == std::chrono::January, ""); in main() 44 static_assert( md1.weekday_indexed() == weekday_indexed{std::chrono::Friday, 4}, ""); in main() 45 static_assert( md1.ok(), ""); in main()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/ |
D | ctor.pass.cpp | 41 constexpr month_weekday md1{std::chrono::January, weekday_indexed{std::chrono::Friday, 4}}; in main() local 42 static_assert( md1.month() == std::chrono::January, ""); in main() 43 static_assert( md1.weekday_indexed() == weekday_indexed{std::chrono::Friday, 4}, ""); in main() 44 static_assert( md1.ok(), ""); in main()
|
/external/python/cpython2/Lib/test/ |
D | test_MimeWriter.py | 221 md1 = md.nextpart() 222 md1.addheader("KP-Metadata-Type", "simple") 223 md1.addheader("KP-Access", "read-only") 224 m = MimeWriter(md1.startbody("message/rfc822")) 228 del md1
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/ |
D | ctor.pass.cpp | 38 constexpr month_day_last md1{std::chrono::January}; in main() local 39 static_assert( md1.month() == std::chrono::January, ""); in main() 40 static_assert( md1.ok(), ""); in main()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/ |
D | ctor.pass.cpp | 37 constexpr month_day_last md1{std::chrono::January}; in main() local 38 static_assert( md1.month() == std::chrono::January, ""); in main() 39 static_assert( md1.ok(), ""); in main()
|
/external/skqp/tests/ |
D | MetaDataTest.cpp | 17 SkMetaData md0, md1; in test_ptrs() local 25 md1 = md0; in test_ptrs() 26 REPORTER_ASSERT(reporter, md1.findRefCnt(name)); in test_ptrs() 27 REPORTER_ASSERT(reporter, md1.hasRefCnt(name, &ref)); in test_ptrs()
|
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/ |
D | MessageDigestTest.java | 68 MessageDigest md1 = MessageDigest.getInstance(algorithm); in test_getInstance() 69 assertEquals(algorithm, md1.getAlgorithm()); in test_getInstance() 70 test_MessageDigest(md1); in test_getInstance()
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/ |
D | MessageDigestTest.java | 71 MessageDigest md1 = MessageDigest.getInstance(algorithm); in test_getInstance() 72 assertEquals(algorithm, md1.getAlgorithm()); in test_getInstance() 73 test_MessageDigest(md1); in test_getInstance()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.coopmat.comp.out | 58 Name 137 "md1" 230 137(md1): 55(ptr) Variable Function 303 Store 137(md1) 35 309 143: 16(float) Load 137(md1) 311 Store 137(md1) 144
|
D | spv.intcoopmat.comp.out | 61 Name 146 "md1" 258 146(md1): 136(ptr) Variable Function 338 Store 146(md1) 73 345 153: 72(int) Load 146(md1) 347 Store 146(md1) 154
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.coopmat.comp.out | 58 Name 137 "md1" 230 137(md1): 55(ptr) Variable Function 303 Store 137(md1) 35 309 143: 16(float) Load 137(md1) 311 Store 137(md1) 144
|
D | spv.intcoopmat.comp.out | 61 Name 146 "md1" 258 146(md1): 136(ptr) Variable Function 338 Store 146(md1) 73 345 153: 72(int) Load 146(md1) 347 Store 146(md1) 154
|
/external/cpuinfo/test/dmesg/ |
D | blu-r1-hd.log | 2611 [ 9.484734] (0)[241:ccci_fsd][name:ccci&][md1]port ccci_fs open with flag 20002 by ccci_fsd 2804 [ 9.945963] (0)[311:mtk_agpsd][name:ccci&][md1]port ttyC2 open with flag 20802 by mtk_agpsd 3005 [ 10.590971] (1)[242:ccci_mdinit][name:ccci&][md1]port ccci_monitor open with flag 20002 by ccci… 3007 [ 10.608388] (1)[242:ccci_mdinit][name:ccci&][md1]CCCI_IOC_GET_MD_SBP_CFG: get config sbp code f… 3008 [ 10.610323] (1)[242:ccci_mdinit][name:ccci&][md1]CCCI_IOC_SIM_SWITCH_TYPE:sim type(0x0) 3009 [ 10.610350] (1)[242:ccci_mdinit][name:ccci&][md1]CCCI_IOC_UPDATE_SIM_SLOT_CFG get s0:0 s1:1 s2:… 3010 [ 10.610445] (1)[242:ccci_mdinit][name:ccci&][md1]port ccci_ipc_5 open with flag 20002 by ccci_m… 3011 [ 10.611334] (1)[242:ccci_mdinit][name:ccci&][md1]CCCI_IPC_UPDATE_TIMEZONE keep 0x0 3012 [ 10.623509] (1)[242:ccci_mdinit][name:ccci&][md1]ccci core boot md1, md_state=1 3013 [ 10.623526] (1)[242:ccci_mdinit][name:ccci&][md1/ntc]CLDMA modem is starting [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.coopmat.comp | 86 float md1 = mD[1]; 88 md1 += (m += m)[1234];
|