Home
last modified time | relevance | path

Searched refs:roundtrip (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_parser.py14 def roundtrip(self, f, s): member in RoundtripLegalSyntaxTestCase
26 self.roundtrip(parser.expr, s)
38 self.roundtrip(parser.suite, s)
Dtest_complex.py525 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)
Dtest_float.py1362 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/
Dunparse.py571 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/
DREADME28 big5 codes already, a roundtrip compatibility is not guaranteed for
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
DREADME28 big5 codes already, a roundtrip compatibility is not guaranteed for
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md17 roundtrip to the host.