/external/libcxx/test/std/utilities/time/time.cal/time.cal.day/time.cal.day.members/ |
D | plus_minus_equal.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<unsigned>(d1 += Ds{ 1}) != 2) return false; in testConstexpr() 28 if (static_cast<unsigned>(d1 += Ds{ 2}) != 4) return false; in testConstexpr() 29 if (static_cast<unsigned>(d1 += Ds{22}) != 26) return false; in testConstexpr() 30 if (static_cast<unsigned>(d1 -= Ds{ 1}) != 25) return false; in testConstexpr() 31 if (static_cast<unsigned>(d1 -= Ds{ 2}) != 23) return false; in testConstexpr() 32 if (static_cast<unsigned>(d1 -= Ds{22}) != 1) return false; in testConstexpr()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.members/ |
D | plus_minus_equal_year.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<int>((d1 += Ds{ 1}).year()) != 2) return false; in testConstexpr() 28 if (static_cast<int>((d1 += Ds{ 2}).year()) != 4) return false; in testConstexpr() 29 if (static_cast<int>((d1 += Ds{12}).year()) != 16) return false; in testConstexpr() 30 if (static_cast<int>((d1 -= Ds{ 1}).year()) != 15) return false; in testConstexpr() 31 if (static_cast<int>((d1 -= Ds{ 2}).year()) != 13) return false; in testConstexpr() 32 if (static_cast<int>((d1 -= Ds{12}).year()) != 1) return false; in testConstexpr()
|
D | plus_minus_equal_month.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<unsigned>((d1 += Ds{ 1}).month()) != 2) return false; in testConstexpr() 28 if (static_cast<unsigned>((d1 += Ds{ 2}).month()) != 4) return false; in testConstexpr() 29 if (static_cast<unsigned>((d1 += Ds{12}).month()) != 4) return false; in testConstexpr() 30 if (static_cast<unsigned>((d1 -= Ds{ 1}).month()) != 3) return false; in testConstexpr() 31 if (static_cast<unsigned>((d1 -= Ds{ 2}).month()) != 1) return false; in testConstexpr() 32 if (static_cast<unsigned>((d1 -= Ds{12}).month()) != 1) return false; in testConstexpr()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/ |
D | plus_minus_equal_year.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<int>((d1 += Ds{ 1}).year()) != 2) return false; in testConstexpr() 28 if (static_cast<int>((d1 += Ds{ 2}).year()) != 4) return false; in testConstexpr() 29 if (static_cast<int>((d1 += Ds{12}).year()) != 16) return false; in testConstexpr() 30 if (static_cast<int>((d1 -= Ds{ 1}).year()) != 15) return false; in testConstexpr() 31 if (static_cast<int>((d1 -= Ds{ 2}).year()) != 13) return false; in testConstexpr() 32 if (static_cast<int>((d1 -= Ds{12}).year()) != 1) return false; in testConstexpr()
|
D | plus_minus_equal_month.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<unsigned>((d1 += Ds{ 1}).month()) != 2) return false; in testConstexpr() 28 if (static_cast<unsigned>((d1 += Ds{ 2}).month()) != 4) return false; in testConstexpr() 29 if (static_cast<unsigned>((d1 += Ds{12}).month()) != 4) return false; in testConstexpr() 30 if (static_cast<unsigned>((d1 -= Ds{ 1}).month()) != 3) return false; in testConstexpr() 31 if (static_cast<unsigned>((d1 -= Ds{ 2}).month()) != 1) return false; in testConstexpr() 32 if (static_cast<unsigned>((d1 -= Ds{12}).month()) != 1) return false; in testConstexpr()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/ |
D | plus_minus_equal_month.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<unsigned>((d1 += Ds{ 1}).month()) != 2) return false; in testConstexpr() 28 if (static_cast<unsigned>((d1 += Ds{ 2}).month()) != 4) return false; in testConstexpr() 29 if (static_cast<unsigned>((d1 += Ds{12}).month()) != 4) return false; in testConstexpr() 30 if (static_cast<unsigned>((d1 -= Ds{ 1}).month()) != 3) return false; in testConstexpr() 31 if (static_cast<unsigned>((d1 -= Ds{ 2}).month()) != 1) return false; in testConstexpr() 32 if (static_cast<unsigned>((d1 -= Ds{12}).month()) != 1) return false; in testConstexpr()
|
D | plus_minus_equal_year.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<int>((d1 += Ds{ 1}).year()) != 2) return false; in testConstexpr() 28 if (static_cast<int>((d1 += Ds{ 2}).year()) != 4) return false; in testConstexpr() 29 if (static_cast<int>((d1 += Ds{12}).year()) != 16) return false; in testConstexpr() 30 if (static_cast<int>((d1 -= Ds{ 1}).year()) != 15) return false; in testConstexpr() 31 if (static_cast<int>((d1 -= Ds{ 2}).year()) != 13) return false; in testConstexpr() 32 if (static_cast<int>((d1 -= Ds{12}).year()) != 1) return false; in testConstexpr()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/ |
D | plus_minus_equal_month.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<unsigned>((d1 += Ds{ 1}).month()) != 2) return false; in testConstexpr() 28 if (static_cast<unsigned>((d1 += Ds{ 2}).month()) != 4) return false; in testConstexpr() 29 if (static_cast<unsigned>((d1 += Ds{12}).month()) != 4) return false; in testConstexpr() 30 if (static_cast<unsigned>((d1 -= Ds{ 1}).month()) != 3) return false; in testConstexpr() 31 if (static_cast<unsigned>((d1 -= Ds{ 2}).month()) != 1) return false; in testConstexpr() 32 if (static_cast<unsigned>((d1 -= Ds{12}).month()) != 1) return false; in testConstexpr()
|
D | plus_minus_equal_year.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<int>((d1 += Ds{ 1}).year()) != 2) return false; in testConstexpr() 28 if (static_cast<int>((d1 += Ds{ 2}).year()) != 4) return false; in testConstexpr() 29 if (static_cast<int>((d1 += Ds{12}).year()) != 16) return false; in testConstexpr() 30 if (static_cast<int>((d1 -= Ds{ 1}).year()) != 15) return false; in testConstexpr() 31 if (static_cast<int>((d1 -= Ds{ 2}).year()) != 13) return false; in testConstexpr() 32 if (static_cast<int>((d1 -= Ds{12}).year()) != 1) return false; in testConstexpr()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ |
D | plus_minus_equal_month.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<unsigned>((d1 += Ds{ 1}).month()) != 2) return false; in testConstexpr() 28 if (static_cast<unsigned>((d1 += Ds{ 2}).month()) != 4) return false; in testConstexpr() 29 if (static_cast<unsigned>((d1 += Ds{12}).month()) != 4) return false; in testConstexpr() 30 if (static_cast<unsigned>((d1 -= Ds{ 1}).month()) != 3) return false; in testConstexpr() 31 if (static_cast<unsigned>((d1 -= Ds{ 2}).month()) != 1) return false; in testConstexpr() 32 if (static_cast<unsigned>((d1 -= Ds{12}).month()) != 1) return false; in testConstexpr()
|
D | plus_minus_equal_year.pass.cpp | 23 template <typename D, typename Ds> 27 if (static_cast<int>((d1 += Ds{ 1}).year()) != 2) return false; in testConstexpr() 28 if (static_cast<int>((d1 += Ds{ 2}).year()) != 4) return false; in testConstexpr() 29 if (static_cast<int>((d1 += Ds{12}).year()) != 16) return false; in testConstexpr() 30 if (static_cast<int>((d1 -= Ds{ 1}).year()) != 15) return false; in testConstexpr() 31 if (static_cast<int>((d1 -= Ds{ 2}).year()) != 13) return false; in testConstexpr() 32 if (static_cast<int>((d1 -= Ds{12}).year()) != 1) return false; in testConstexpr()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/ |
D | minus.pass.cpp | 33 template <typename WD, typename Ds> 38 Ds offset{3}; in testConstexpr() 44 if (WD{0} - WD{1} != Ds{6}) return false; in testConstexpr()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.day/time.cal.day.nonmembers/ |
D | minus.pass.cpp | 27 template <typename D, typename Ds> 31 Ds offset{6}; in testConstexpr()
|
D | plus.pass.cpp | 27 template <typename D, typename Ds> 31 Ds offset{23}; in testConstexpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 237 NodeList Ds; in getAllReachingDefs() local 249 Ds.push_back(DA); in getAllReachingDefs() 251 RDefs.insert(RDefs.end(), Ds.begin(), Ds.end()); in getAllReachingDefs() 252 for (NodeAddr<DefNode*> DA : Ds) { in getAllReachingDefs() 562 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs); in computePhiInfo() local 565 for (NodeAddr<DefNode*> D : Ds) { in computePhiInfo() 672 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo() local 673 if (!Ds.empty()) { in computePhiInfo() 674 RegisterRef RR = NodeAddr<DefNode*>(Ds[0]).Addr->getRegRef(DFG); in computePhiInfo() 780 NodeList Ds = getAllReachingDefs(S, PUA, true, false, NoRegs); in computeLiveIns() local [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 204 NodeList Ds; in getAllReachingDefs() local 216 Ds.push_back(DA); in getAllReachingDefs() 218 RDefs.insert(RDefs.end(), Ds.begin(), Ds.end()); in getAllReachingDefs() 219 for (NodeAddr<DefNode*> DA : Ds) { in getAllReachingDefs() 513 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo() local 514 if (!Ds.empty()) { in computePhiInfo() 515 RegisterRef RR = NodeAddr<DefNode*>(Ds[0]).Addr->getRegRef(); in computePhiInfo()
|
/external/pdfium/testing/resources/ |
D | bug_552046.in | 49 ÝGª=V¡µ2éQ²Dsìÿ¬
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zptrace386_linux.go | 66 Ds uint64 member
|
/external/ImageMagick/tests/ |
D | input_gray.miff | 11 …c^��|{CV���������qOSTTTQ]{�p����Ⲃ��lg`n{_qocede����kg|��ijiflnkehjlkh^��{p:Ds�}����v[UJNTXU`~l|��…
|
/external/icu/icu4c/source/data/locales/ |
D | hu.txt | 1297 "Dsül k.", 1298 "Dsül h.", 1311 "Dsül kade", 1312 "Dsül hedse", 1341 "Dsül kade", 1342 "Dsül hedse",
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 8085134af6b761d9e810c7a240ad54ed.00002f0d.honggfuzz.cov | 22 Ds�������^h�o+�Y���}�<Q&9ɚ؋��(�Puh����a��q�W�D���l��ub*�5�mE��zqS��a<���pc.חw�oY
|
D | 4f8fe1cd43b1d47fe84b0df41153b7ad.00008bb7.honggfuzz.cov | 32 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r�� 74 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r�� 109 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r�� 154 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r�� 193 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r��
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 8085134af6b761d9e810c7a240ad54ed.00002f0d.honggfuzz.cov | 22 Ds�������^h�o+�Y���}�<Q&9ɚ؋��(�Puh����a��q�W�D���l��ub*�5�mE��zqS��a<���pc.חw�oY
|
D | 4f8fe1cd43b1d47fe84b0df41153b7ad.00008bb7.honggfuzz.cov | 32 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r�� 74 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r�� 109 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r�� 154 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r�� 193 �������S���#V�CM��L����ú�~<����aM���%��ͩc����}x�D%��^�Y�C�Ds]}0������'Ъ� 5�r��
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | input_pgm_p2.miff | 47 …c^��|{CV���������qOSTTTQ]{�p����Ⲃ��lg`n{_qocede����kg|��ijiflnkehjlkh^��{p:Ds�}����v[UJNTXU`~l|��…
|