Searched refs:roundtrip (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_parser.py | 14 def roundtrip(self, f, s): member in RoundtripLegalSyntaxTestCase 26 self.roundtrip(parser.expr, s) 38 self.roundtrip(parser.suite, s)
|
D | test_complex.py | 525 roundtrip = complex(repr(z)) 526 self.assertFloatsAreIdentical(z.real, roundtrip.real) 527 self.assertFloatsAreIdentical(z.imag, roundtrip.imag) 536 roundtrip = eval(repr(z)) 539 0.0 + roundtrip.real) 541 0.0 + roundtrip.imag)
|
D | test_float.py | 1362 def roundtrip(x): function 1366 self.identical(x, roundtrip(x)) 1367 self.identical(-x, roundtrip(-x))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ |
D | unparse.py | 571 def roundtrip(filename, output=sys.stdout): function 591 roundtrip(fullname, output) 603 roundtrip(a)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | README | 28 big5 codes already, a roundtrip compatibility is not guaranteed for
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | README | 28 big5 codes already, a roundtrip compatibility is not guaranteed for
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 17 roundtrip to the host.
|