Searched defs:rotate (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Drotatingtree.c67 int rotate; local
73 rotate = !randombits(1);
78 if (rotate) {
90 if (rotate) {
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c852 OMX_CONFIG_ROTATIONTYPE rotate; local
957 memset(&rotate, 0, sizeof(rotate));
958 rotate.nPortIndex = 1;
959 rotate.nRotation = (OMX_S32)p_params->rotation;
961 &rotate);
967 (int)p_params->rotation, (int)rotate.nPortIndex);
1349 OMX_CONFIG_ROTATIONTYPE rotate; local
1354 memset(&rotate, 0, sizeof(rotate));
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddecimal.py3504 def rotate(self, other, context=None): member in class:Decimal
3532 # let's rotate!
5155 def rotate(self, a, b): member in class:Context
5164 >>> ExtendedContext.rotate(Decimal('34'), Decimal('8'))
5166 >>> ExtendedContext.rotate(Decimal('12'), Decimal('9'))
5168 >>> ExtendedContext.rotate(Decimal('123456789'), Decimal('-2'))
5170 >>> ExtendedContext.rotate(Decimal('123456789'), Decimal('0'))
5172 >>> ExtendedContext.rotate(Decimal('123456789'), Decimal('+2'))
5174 >>> ExtendedContext.rotate(1333333, 1)
5176 >>> ExtendedContext.rotate(Decima
[all...]

Completed in 17 milliseconds