/third_party/boost/libs/geometry/test/algorithms/disjoint/ |
D | disjoint_coverage_a_a.cpp | 131 typedef bg::model::polygon<P, false, false> PL; // ccw, open in test_polygon_box() typedef 137 from_wkt<PL>("POLYGON((0 0,2 0,2 2,0 2))"), in test_polygon_box() 142 from_wkt<PL>("POLYGON((0 0,2 0,2 2,0 2))"), in test_polygon_box() 147 from_wkt<PL>("POLYGON((0 0,2 0,2 2,0 2))"), in test_polygon_box() 155 typedef bg::model::polygon<P, false, false> PL; // ccw, open in test_multipolygon_box() typedef 156 typedef bg::model::multi_polygon<PL> MPL; in test_multipolygon_box() 203 typedef bg::model::polygon<P, false, false> PL; // ccw, open in test_polygon_ring() typedef 209 from_wkt<PL>("POLYGON((0 0,2 0,2 2,0 2))"), in test_polygon_ring() 214 from_wkt<PL>("POLYGON((0 0,2 0,2 2,0 2))"), in test_polygon_ring() 219 from_wkt<PL>("POLYGON((0 0,2 0,2 2,0 2))"), in test_polygon_ring() [all …]
|
D | disjoint_coverage_l_a.cpp | 213 typedef bg::model::polygon<P, false, false> PL; // ccw, open in test_segment_polygon() typedef 219 from_wkt<PL>("POLYGON((0 0,2 0,0 2))"), in test_segment_polygon() 224 from_wkt<PL>("POLYGON((0 0,2 0,0 2))"), in test_segment_polygon() 229 from_wkt<PL>("POLYGON((0 0,2 0,0 2))"), in test_segment_polygon() 234 from_wkt<PL>("POLYGON((0 0,2 0,0 2))"), in test_segment_polygon() 242 typedef bg::model::polygon<P, false, false> PL; // ccw, open in test_segment_multipolygon() typedef 243 typedef bg::model::multi_polygon<PL> MPL; in test_segment_multipolygon() 330 typedef bg::model::polygon<P, false, false> PL; // ccw, open in test_linestring_polygon() typedef 336 from_wkt<PL>("POLYGON((0 0,2 0,0 2))"), in test_linestring_polygon() 341 from_wkt<PL>("POLYGON((0 0,2 0,0 2))"), in test_linestring_polygon() [all …]
|
D | disjoint_coverage_p_a.cpp | 119 typedef bg::model::polygon<P, false, false> PL; // ccw, open in test_point_polygon() typedef 125 from_wkt<PL>("POLYGON((0 0,1 0,0 1))"), in test_point_polygon() 130 from_wkt<PL>("POLYGON((0 0,1 0,0 1))"), in test_point_polygon() 137 typedef bg::model::polygon<P, false, false> PL; // ccw, open in test_point_multipolygon() typedef 138 typedef bg::model::multi_polygon<PL> MPL; in test_point_multipolygon() 209 typedef bg::model::polygon<P, false, false> PL; // ccw, open in test_multipoint_polygon() typedef 215 from_wkt<PL>("POLYGON((0 0,1 0,0 1))"), in test_multipoint_polygon() 220 from_wkt<PL>("POLYGON((0 0,1 0,0 1))"), in test_multipoint_polygon() 225 from_wkt<PL>("POLYGON((0 0,1 0,0 1))"), in test_multipoint_polygon() 230 from_wkt<PL>("POLYGON((0 0,1 0,0 1))"), in test_multipoint_polygon() [all …]
|
/third_party/boost/libs/geometry/test/geometries/ |
D | multi_polygon.cpp | 53 template <typename P, typename PL> 54 bg::model::multi_polygon<PL> create_multi_polygon() in create_multi_polygon() 56 bg::model::multi_polygon<PL> mpl1; in create_multi_polygon() 57 PL pl1(create_polygon<P>()); in create_multi_polygon() 63 template <typename MPL, typename PL> 64 void check_multi_polygon(MPL& to_check, PL pl1) in check_multi_polygon() 76 template <typename P, typename PL> 79 bg::model::multi_polygon<PL> mpl1(create_multi_polygon<P, PL>()); in test_default_constructor() 80 check_multi_polygon(mpl1, PL(create_polygon<P>())); in test_default_constructor() 83 template <typename P, typename PL> [all …]
|
D | polygon.cpp | 52 template <typename PL, typename P> 53 void check_polygon(PL& to_check, P p1, P p2, P p3) in check_polygon() 55 PL cur; in check_polygon() 92 typedef bg::model::polygon<P> PL; in test_concept() typedef 94 BOOST_CONCEPT_ASSERT( (bg::concepts::ConstPolygon<PL>) ); in test_concept() 95 BOOST_CONCEPT_ASSERT( (bg::concepts::Polygon<PL>) ); in test_concept() 97 typedef typename bg::coordinate_type<PL>::type T; in test_concept() 98 typedef typename bg::point_type<PL>::type PPL; in test_concept()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/ |
D | ARMBaseInfo.h | 36 PL, // Plus, positive or zero >, ==, or unordered enumerator 55 case MI: return PL; in getOppositeCondition() 56 case PL: return MI; in getOppositeCondition() 153 case ARMCC::PL: return "pl"; in ARMCondCodeToString() 176 .Case("pl", ARMCC::PL) in ARMCondCodeFromString()
|
/third_party/boost/boost/pending/ |
D | property.hpp | 200 template < typename PL > 202 typename lazy_enable_if< is_same< PL, boost::property< Tag, T, Base > >, 204 lookup(PL& prop, const PropName& tag) in lookup() 208 template < typename PL > 210 typename lazy_enable_if< is_same< PL, boost::property< Tag, T, Base > >, 212 lookup(const PL& prop, const PropName& tag) in lookup()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | rwtest | 262 PL=${*} 263 for p in $PL
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 449 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local 451 PL->removeBlockFromLoop(BB); in deleteDeadLoopBlocks()
|
/third_party/libxml2/result/schemas/ |
D | changelog093_1_0.err | 1 …p://www.blackperl.com/XML/ChangeLog}description': Duplicate key-sequence ['PL'] in unique identity…
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | regioncodefortesting.js | 60 PL: 'PL', property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 514 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() argument 515 addModuleFlag(ModFlagBehavior::Max, "PIC Level", PL); in setPICLevel() 528 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel() argument 529 addModuleFlag(ModFlagBehavior::Max, "PIE Level", PL); in setPIELevel()
|
/third_party/openssl/external/perl/Text-Template-1.46/ |
D | MANIFEST | 4 Makefile.PL
|
D | INSTALL | 4 perl Makefile.PL
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | RegionCode.java | 52 static final String PL = "PL"; field in RegionCode
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | test_util.h | 156 static const char* PL() { in PL() function
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | README | 2 MONGO.PL BENCHMARK.
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | fa_AF.txt | 75 PL{"پولند"}
|
D | sw_KE.txt | 50 PL{"Polandi"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | fa_AF.txt | 75 PL{"پولند"}
|
D | sw_KE.txt | 47 PL{"Polandi"}
|
/third_party/nghttp2/src/ |
D | http2.cc | 1207 static constexpr char PL[] = "rel=preload"; in parse_next_link_header_once() local 1208 static constexpr size_t PLLEN = str_size(PL); in parse_next_link_header_once() 1210 if (std::equal(PL, PL + PLLEN, first, util::CaseCmp())) { in parse_next_link_header_once() 1218 if (!std::equal(PL, PL + PLLEN, first, util::CaseCmp())) { in parse_next_link_header_once() 1226 if (!std::equal(PL, PL + PLLEN, first, util::CaseCmp())) { in parse_next_link_header_once()
|
/third_party/icu/icu4c/source/data/region/ |
D | fa_AF.txt | 75 PL{"پولند"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.def | 112 X(MI, 4, PL, "mi") /* minus/negative */ \ 113 X(PL, 5, MI, "pl") /* plus/positive or zero */ \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 241 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator 270 case PL: return "pl"; in getCondCodeName() 304 case PL: return 0; // N == 0 in getNZCVToSatisfyCondCode()
|