HomeSort by relevance Sort by last modified time
    Searched defs:ori (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/MC/PowerPC/
ppc64-fixup-apply.s 30 ori 1, 1, target5+0x8000@l label
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapUtils.java 66 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
67 if (ori != null) {
68 return ExifInterface.getRotationForOrientationValue(ori.shortValue());
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestRagdollCharacter.java 154 Vector3f ori = new Vector3f(i * bLength * 2 + startpt, bHeight + height, -10); local
157 reBoxg.setLocalTranslation(ori);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 171 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
172 if (ori != null) {
173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 111 int ori = cursor.getInt(0); local
112 switch (ori) {
205 public static Bitmap orientBitmap(Bitmap bitmap, int ori) {
209 if (ori == ORI_ROTATE_90 ||
210 ori == ORI_ROTATE_270 ||
211 ori == ORI_TRANSPOSE ||
212 ori == ORI_TRANSVERSE) {
217 switch (ori) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 165 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
166 if (ori != null) {
167 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue());
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 294 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
295 if (ori != null) {
296 return ExifInterface.getRotationForOrientationValue(ori.shortValue());
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 205 // specially coded on MIPS means that it is a lui/ori instruction, and that is
582 return opcode == ORI;
1574 void Assembler::ori(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 183 // specially coded on MIPS means that it is a lui/ori instruction, and that is
554 return opcode == ORI;
1638 void Assembler::ori(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]

Completed in 249 milliseconds