/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/ |
union_map.h | 15 __isl_take isl_basic_map *bmap);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
dim.h | 96 __isl_give isl_space *isl_basic_map_get_dim(__isl_keep isl_basic_map *bmap);
|
union_map.h | 15 __isl_take isl_basic_map *bmap);
|
/external/e2fsprogs/tests/f_resize_inode/ |
script | 72 echo "debugfs -R ''set_inode_field <7> bmap[524] 57'' -w test.img" > $OUT.new 73 $DEBUGFS -R "set_inode_field <7> bmap[524] 57" -w $TMPFILE >> $OUT.new 2>&1
|
expect | 86 debugfs -R ''set_inode_field <7> bmap[524] 57'' -w test.img
|
/external/kernel-headers/original/uapi/linux/ |
fs.h | 151 #define FIBMAP _IO(0x00,1) /* bmap access */ 152 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglWindowsApi.cpp | 102 explicit SrfcInfo(HBITMAP bmap); 116 SrfcInfo::SrfcInfo(HBITMAP bmap):m_hwnd(NULL), 120 m_bmap = bmap;
|
/external/e2fsprogs/lib/ext2fs/ |
tst_bitmaps.c | 249 void dump_bitmap(ext2fs_generic_bitmap bmap, unsigned int start, unsigned num) 261 retval = ext2fs_get_generic_bmap_range(bmap, (__u64) start, num, buf);
|
ext2_err.c | 106 N_( "Tried to set block bmap with missing indirect block"),
|
ext2_err.et.in | 297 "Tried to set block bmap with missing indirect block"
|
bmap.c | 2 * bmap.c --- logical to physical block mapping
|
Makefile.in | 33 bmap.o \ 104 $(srcdir)/bmap.c \ 574 bmap.o: $(srcdir)/bmap.c $(top_builddir)/lib/config.h \ [all...] |
/external/e2fsprogs/misc/ |
filefrag.c | 59 #define FIBMAP _IO(0x00, 1) /* bmap access */ 60 #define FIGETBSZ _IO(0x00, 2) /* get the block size used for bmap */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
fs.h | 312 #define FIBMAP _IO(0x00,1) /* bmap access */ 313 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
fs.h | 312 #define FIBMAP _IO(0x00,1) /* bmap access */ 313 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
fuse.h | 204 int (*bmap)(const char*, size_t blocksize, uint64_t* idx); member in struct:fuse_operations
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
filter.js | 144 * @param {Array.<number>} bMap Blue channel conversion table. 151 filter.mapPixels = function(rMap, gMap, bMap, dst, src, offsetX, offsetY) { 170 dstData[dstIndex++] = bMap[srcData[srcIndex++]];
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
filter.js | 144 * @param {Array.<number>} bMap Blue channel conversion table. 151 filter.mapPixels = function(rMap, gMap, bMap, dst, src, offsetX, offsetY) { 170 dstData[dstIndex++] = bMap[srcData[srcIndex++]];
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifInterface.java | 811 * @param bmap a bitmap to compress and write exif into. 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { 817 if (bmap == null || exifOutStream == null) { 821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s); [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifInterface.java | 811 * @param bmap a bitmap to compress and write exif into. 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { 817 if (bmap == null || exifOutStream == null) { 821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s); [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | 811 * @param bmap a bitmap to compress and write exif into. 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { 817 if (bmap == null || exifOutStream == null) { 821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropActivity.java | 267 Bitmap bmap = ImageLoader.loadConstrainedBitmap(uri, mContext, mBitmapSize, local 270 return bmap;
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifInterface.java | 811 * @param bmap a bitmap to compress and write exif into. 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { 817 if (bmap == null || exifOutStream == null) { 821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s); [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifInterface.java | 811 * @param bmap a bitmap to compress and write exif into. 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { 817 if (bmap == null || exifOutStream == null) { 821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s); [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastidct.cpp | 1863 Int bmap; local [all...] |