/external/autotest/client/site_tests/platform_DBusMachineIdRotation/ |
control | 10 Verifies that /var/lib/dbus/machine-id is properly rotated.
|
platform_DBusMachineIdRotation.py | 15 """Verify that /var/lib/dbus/machine-id is properly rotated. 64 raise error.TestFail('Rotated despite timeout not reached.') 74 raise error.TestFail('Not rotated despite timeout reached.')
|
/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/ |
generalContours_demo2.cpp | 3 * @brief Demo code to obtain ellipses and rotated rectangles that contain detected contours 63 /// Find the rotated rectangles and ellipses for each contour 73 /// Draw contours + rotated rects + ellipses 82 // rotated rectangle
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
rtp_cvo.h | 19 // the clockwise angle the frames must be rotated in order to display the frames 20 // correctly if the display is rotated in its natural orientation.
|
/bootable/recovery/ |
recovery-persist.cpp | 30 // The content is matched and rotated in as need be. 82 static bool rotated = false; variable 88 // Logs should only be rotated once. 90 if (rotated) { 93 rotated = true; 139 // already-rotated files? Algorithm thus far is KISS: one file, 196 if (rotated) {
|
/external/boringssl/linux-arm/crypto/modes/ |
ghashv8-armx32.S | 42 vmov d3,d0 @ Xm is rotated Xl 82 vmov d3,d0 @ Xm is rotated Xl 103 vld1.64 {q0},[r0] @ load [rotated] Xi 104 @ "[rotated]" means that 106 @ to be rotated in order to 124 vld1.64 {q8},[r2]! @ load [rotated] I[0] 132 vld1.64 {q9},[r2],r12 @ load [rotated] I[1] 155 vld1.64 {q8},[r2],r12 @ load [rotated] I[i+2] 164 vld1.64 {q9},[r2],r12 @ load [rotated] I[i+3] 175 vmov d3,d0 @ Xm is rotated X [all...] |
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
RectUtils.java | 26 * Transform the upright full rectangle so that it bounds the original rotated image, 40 // Exif orientation specifies how the camera is rotated relative to the actual subject. 47 // Then translate so that the upper left corner of the rotated full rect is at (0,0).
|
/external/libgdx/tests/gdx-tests-android/assets/data/ |
pack | 34 badlogicsmall-rotated
|
/frameworks/base/core/java/android/view/ |
IAssetAtlas.aidl | 51 * long3: rotated, 1 if the bitmap must be rotated, 0 otherwise
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
Matrix2fTest.java | 204 float[] rotated = new float[4]; local 205 rotated[0] = rotate[0] * sourceData[0] + rotate[1] * sourceData[2]; 206 rotated[1] = rotate[0] * sourceData[1] + rotate[1] * sourceData[3]; 207 rotated[2] = rotate[2] * sourceData[0] + rotate[3] * sourceData[2]; 208 rotated[3] = rotate[2] * sourceData[1] + rotate[3] * sourceData[3]; 212 checkData(m, rotated);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
BitmapUtil.java | 93 * Retrieves a copy of the specified drawable resource, rotated by a specified angle. 98 * @return Rotated drawable. 103 // Get the original drawable and make a copy which will be rotated. 105 Bitmap rotated = Bitmap.createBitmap( local 109 Canvas tempCanvas = new Canvas(rotated); 113 return new BitmapDrawable(resources,rotated);
|
/external/llvm/test/CodeGen/SystemZ/ |
atomicrmw-add-01.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check addition of -1. We add 0xff000000 to the rotated word. 91 ; Check addition of 1. We add 0x01000000 to the rotated word. 105 ; Check the maximum signed value. We add 0x7f000000 to the rotated word. 120 ; rotated word, expressed as a negative AFI operand.
|
atomicrmw-add-02.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check addition of -1. We add 0xffff0000 to the rotated word. 91 ; Check addition of 1. We add 0x00010000 to the rotated word. 105 ; Check the maximum signed value. We add 0x7fff0000 to the rotated word. 120 ; rotated word, expressed as a negative AFI operand.
|
atomicrmw-and-01.ll | 49 ; Check the minimum signed value. We AND the rotated word with 0x80ffffff. 78 ; Check ANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfeffffff. 92 ; Check ANDs of 1. We AND the rotated word with 0x01ffffff. 106 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 120 ; Check ANDs of a large unsigned value. We AND the rotated word with
|
atomicrmw-and-02.ll | 49 ; Check the minimum signed value. We AND the rotated word with 0x8000ffff. 78 ; Check ANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfffeffff. 92 ; Check ANDs of 1. We AND the rotated word with 0x0001ffff. 106 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 120 ; Check ANDs of a large unsigned value. We AND the rotated word with
|
atomicrmw-or-01.ll | 48 ; Check the minimum signed value. We OR the rotated word with 0x80000000. 77 ; Check ORs of -2 (-1 isn't useful). We OR the rotated word with 0xfe000000. 91 ; Check ORs of 1. We OR the rotated word with 0x01000000. 105 ; Check the maximum signed value. We OR the rotated word with 0x7f000000. 119 ; Check ORs of a large unsigned value. We OR the rotated word with
|
atomicrmw-or-02.ll | 48 ; Check the minimum signed value. We OR the rotated word with 0x80000000. 77 ; Check ORs of -2 (-1 isn't useful). We OR the rotated word with 0xfffe0000. 91 ; Check ORs of 1. We OR the rotated word with 0x00010000. 105 ; Check the maximum signed value. We OR the rotated word with 0x7fff0000. 119 ; Check ORs of a large unsigned value. We OR the rotated word with
|
atomicrmw-sub-01.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check subtraction of -1. We add 0x01000000 to the rotated word. 91 ; Check subtraction of -1. We add 0xff000000 to the rotated word. 105 ; Check the maximum signed value. We add 0x81000000 to the rotated word. 120 ; rotated word.
|
atomicrmw-sub-02.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check subtraction of -1. We add 0x00010000 to the rotated word. 91 ; Check subtraction of 1. We add 0xffff0000 to the rotated word. 105 ; Check the maximum signed value. We add 0x80010000 to the rotated word. 120 ; rotated word.
|
atomicrmw-xor-01.ll | 48 ; Check the minimum signed value. We XOR the rotated word with 0x80000000. 77 ; Check XORs of -1. We XOR the rotated word with 0xff000000. 91 ; Check XORs of 1. We XOR the rotated word with 0x01000000. 105 ; Check the maximum signed value. We XOR the rotated word with 0x7f000000. 119 ; Check XORs of a large unsigned value. We XOR the rotated word with
|
atomicrmw-xor-02.ll | 48 ; Check the minimum signed value. We XOR the rotated word with 0x80000000. 77 ; Check XORs of -1. We XOR the rotated word with 0xffff0000. 91 ; Check XORs of 1. We XOR the rotated word with 0x00010000. 105 ; Check the maximum signed value. We XOR the rotated word with 0x7fff0000. 119 ; Check XORs of a large unsigned value. We XOR the rotated word with
|
/external/llvm/test/Transforms/LoopVectorize/ |
vect.omp.persistence.ll | 4 ; Loop from "rotated" 10 ; In total only 1 loop should be rotated. 25 ; void rotated(float *a, int size) 35 define void @rotated(float* nocapture %a, i64 %size) { 71 ; if loop was not rotated (see http://reviews.llvm.org/D3348#comment-4).
|
/external/libyuv/files/docs/ |
rotation.md | 18 * Crops the original image, which is src_width x src_height, to crop_width x crop_height. At this point the image is still not rotated. 52 Destination is rotated, so pass dst_stride_y etc that consider rotation.<br> 59 Lower level plane functions are provided, allowing other planar formats to be rotated. (e.g. I444)
|
/external/pdfium/public/ |
fpdf_progressive.h | 64 // rotate - Page orientation: 0 (normal), 1 (rotated 90 degrees 66 // 2 (rotated 180 degrees), 3 (rotated 90 degrees
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417Writer.cpp | 73 FX_BOOL rotated = FALSE;
local 76 rotated = TRUE;
93 if (rotated) {
|