Searched refs:pl2 (Results 1 – 13 of 13) sorted by relevance
/external/fonttools/Tests/misc/ |
D | plistlib_test.py | 82 pl2 = _test_pl(use_builtin_types=True) 83 assert pl == pl2 93 pl2 = plistlib.load(fp, use_builtin_types=use_builtin_types) 95 assert pl == pl2 129 pl2 = plistlib.loads(data) 130 assert isinstance(pl2, Integral) 131 assert pl == pl2 132 data2 = plistlib.dumps(pl2) 149 pl2 = plistlib.loads(data, use_builtin_types=use_builtin_types) 150 assert isinstance(pl2, DataClass) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_plistlib.py | 449 pl2 = plistlib.load(fp) 451 self.assertEqual(dict(pl), dict(pl2)) 477 pl2 = plistlib.loads(data) 478 self.assertIsInstance(pl2, int) 479 self.assertEqual(pl, pl2) 480 data2 = plistlib.dumps(pl2, fmt=fmt) 494 pl2 = plistlib.loads(data) 495 self.assertIsInstance(pl2, bytes) 496 self.assertEqual(pl2, pl) 497 data2 = plistlib.dumps(pl2, fmt=fmt) [all …]
|
D | mime.types | 1090 audio/vnd.dolby.pl2
|
/external/python/cpython2/Lib/test/ |
D | test_plistlib.py | 127 pl2 = plistlib.readPlist(test_support.TESTFN) 128 self.assertEqual(dict(pl), dict(pl2)) 133 pl2 = plistlib.readPlistFromString(data) 134 self.assertEqual(dict(pl), dict(pl2)) 135 data2 = plistlib.writePlistToString(pl2) 158 pl2 = plistlib.readPlistFromString(TESTDATA) 159 self.assertEqual(dict(pl), dict(pl2), 167 pl2 = plistlib.readPlist(StringIO(f.getvalue())) 168 self.assertEqual(dict(pl), dict(pl2)) 175 pl2 = plistlib.readPlist(StringIO(f.getvalue())) [all …]
|
/external/eigen/test/ |
D | geo_hyperplane.cpp | 38 HyperplaneType pl2 = pl1; in hyperplane() local 62 pl2 = pl1; in hyperplane() 63 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot).absDistance(rot * p1), Scalar(1) ); in hyperplane() 64 pl2 = pl1; in hyperplane() 65 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot,Isometry).absDistance(rot * p1), Scalar(1) ); in hyperplane() 66 pl2 = pl1; in hyperplane() 67 …VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*scaling).absDistance((rot*scaling) * p1), Scalar(1)… in hyperplane() 68 VERIFY_IS_APPROX( pl2.normal().norm(), RealScalar(1) ); in hyperplane() 69 pl2 = pl1; in hyperplane() 70 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*scaling*translation) in hyperplane() [all …]
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ |
D | PlotTest.java | 386 MockPlotListener pl2 = new MockPlotListener(); in testAddListener() local 398 plot.addListener(pl2); in testAddListener() 414 MockPlotListener pl2 = new MockPlotListener(); in testRemoveListener() local 418 plot.addListener(pl2); in testRemoveListener() 432 assertTrue(plot.removeListener(pl2)); in testRemoveListener()
|
/external/bzip2/ |
D | README | 145 WHAT'S NEW IN 0.9.0 (as compared to 0.1pl2) ? 172 bzip-0.21, and bzip2 versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, 185 29 August 1997 (bzip2, version 0.1pl2)
|
D | bzip2.txt | 351 releases, versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, 354 compressed files. 0.1pl2 cannot do this; it will stop
|
D | bzip2.1.preformatted | 354 releases, versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, 357 compressed files. 0.1pl2 cannot do this; it will stop
|
/external/toybox/toys/pending/ |
D | sh.c | 2943 struct sh_pipeline *pl = *ppl ? (*ppl)->prev : 0, *pl2, *pl3; in parse_line() local 3002 pl2 = pl; in parse_line() 3007 if (pl3->end == pl2) pl3->end = pl; in parse_line() 3279 for (i = 0, pl2 = pl3 = pl; (pl2 = pl2->prev);) { in parse_line() 3280 if (pl2->type == 3) i++; in parse_line() 3281 else if (pl2->type) { in parse_line() 3283 if (pl2->type == 2) { in parse_line() 3284 pl2->end = pl3; in parse_line() 3285 pl3 = pl2; // chain multiple gearshifts for case/esac in parse_line() 3286 } else pl2->end = pl; in parse_line() [all …]
|
/external/python/cpython3/Lib/ |
D | turtle.py | 3963 pl1, pl2 = getmethparlist(method) 3965 print(">>>>>>", pl1, pl2) 3968 paramslist=pl1, argslist=pl2)
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 3857 pl1, pl2 = getmethparlist(method) 3859 print ">>>>>>", pl1, pl2 3862 paramslist=pl1, argslist=pl2)
|
/external/ComputeLibrary/data/images/ |
D | 800x600.ppm | 3956 pl2��G��upm*mj'��S��S��W��a��i��]��P��J��Snk(��<KHgd"��K��P|y6��R|y6mj'��Y��m��=xw;xxGpp>ZZ$��O��P…
|