HomeSort by relevance Sort by last modified time
    Searched refs:b2 (Results 201 - 225 of 872) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Gallery/src/com/android/camera/
Util.java 70 Bitmap b2 = Bitmap.createBitmap( local
72 if (b != b2) {
74 b = b2;
165 Bitmap b2 = Bitmap.createBitmap(targetWidth, targetHeight, local
167 Canvas c = new Canvas(b2);
187 return b2;
227 Bitmap b2 = Bitmap.createBitmap( local
234 if (b2 != b1) {
240 return b2;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 161 Band b2 = rep.mBands.get(i); local
162 if (b1.mask != b2.mask
163 || b1.brightness != b2.brightness
164 || b1.contrast != b2.contrast
165 || b1.saturation != b2.saturation
166 || b1.xPos1 != b2.xPos1
167 || b1.xPos2 != b2.xPos2
168 || b1.yPos1 != b2.yPos1
169 || b1.yPos2 != b2.yPos2) {
  /development/ndk/platforms/android-3/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_set.c 77 const MYBLOB *b2 = (const MYBLOB *)elem2; local
80 r = memcmp(b1->pbData, b2->pbData,
81 b1->cbData < b2->cbData ? b1->cbData : b2->cbData);
84 return b1->cbData-b2->cbData;
  /external/eigen/test/
geo_alignedbox.cpp 42 BoxType b2; local
52 (b2 = b0).extend(b1);
53 VERIFY(b2.contains(b0));
54 VERIFY(b2.contains(b1));
55 VERIFY_IS_APPROX(b2.clamp(b0), b0);
  /external/openssl/crypto/asn1/
a_set.c 77 const MYBLOB *b2 = (const MYBLOB *)elem2; local
80 r = memcmp(b1->pbData, b2->pbData,
81 b1->cbData < b2->cbData ? b1->cbData : b2->cbData);
84 return b1->cbData-b2->cbData;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMms.java 721 byte b2 = input[++in];
722 if(b1 == '\r' && b2 == '\n') {
726 ((b2 >= '0' && b2 <= '9') || (b2 >= 'A' && b2 <= 'F') || (b2 >= 'a' && b2 <= 'f'))) {
727 if(V)Log.v(TAG, "Found hex number: " + String.format("%c%c", b1, b2));
732 if(b2 <= '9') b2 = (byte) (b2 - '0')
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
bio.h 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2)))

Completed in 6121 milliseconds

1 2 3 4 5 6 7 891011>>