Searched defs:bpl (Results 1 - 7 of 7) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHex.java244 * @param bpl {@code >= 0;} number of bytes of output per line
250 int outOffset, int bpl, int addressLength) {
290 if (col == bpl) {
249 dump(byte[] arr, int offset, int length, int outOffset, int bpl, int addressLength) argument
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java256 * @param bpl >= 0; number of bytes of output per line
262 int outOffset, int bpl, int addressLength) {
302 if (col == bpl) {
261 dump(byte[] arr, int offset, int length, int outOffset, int bpl, int addressLength) argument
/external/libvncserver/x11vnc/
H A Dxwrappers.c401 int bpl = wdpy_x * raw_fb_native_bpp / 8; local
467 if (0) fprintf(stderr, "x=%d y=%d w=%d h=%d bpl=%d d_bpl=%d-%dx%dx%d/%d %p\n",
468 x, y, w, h, bpl, dest->bytes_per_line, dest->width, dest->height, dest->bits_per_pixel, dest->depth, dst);
474 src = raw_fb_addr + raw_fb_offset + bpl*(y+line);
476 memcpy(buf, src, bpl);
480 off = (off_t) (raw_fb_offset + bpl*(y+line));
484 len = bpl;
559 int bpl = wdpy_x * 3; /* pixelsize == 3 */ local
611 bpl = raw_fb_bytes_per_line;
613 bpl
738 int bpl = raw_fb_bytes_per_line; local
759 int bpl = raw_fb_bytes_per_line; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 245 milliseconds