/prebuilts/devtools/tools/lib/ |
emma_ant.jar | |
/external/ImageMagick/MagickCore/ |
colorspace.c | 305 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1, 313 for (x=0; x < (ssize_t) image->columns; x++) 361 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1, 368 for (x=0; x < (ssize_t) image->columns; x++) 433 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1, 440 for (x=0; x < (ssize_t) image->columns; x++) 652 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1, 659 for (x=(ssize_t) image->columns; x != 0; x--) 719 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1, 726 for (x=0; x < (ssize_t) image->columns; x++ [all...] |
distribute-cache.c | 500 sizeof(image->write_mask)+sizeof(image->columns)+sizeof(image->rows)+ 520 (void) memcpy(&image->columns,p,sizeof(image->columns)); 521 p+=sizeof(image->columns); [all...] |
geometry.c | [all...] |
histogram.c | 235 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); 238 for (x=0; x < (ssize_t) image->columns; x++) 697 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); 700 for (x=0; x < (ssize_t) image->columns; x++) 768 if (x < (ssize_t) image->columns) [all...] |
/prebuilts/go/darwin-x86/src/database/sql/driver/ |
driver.go | 143 // statement is aware of its own columns' types and can convert from 155 // Columns returns the names of the columns. The number of 156 // columns of the result is inferred from the length of the 159 Columns() []string 166 // size as the Columns() are wide.
|
/prebuilts/go/linux-x86/src/database/sql/driver/ |
driver.go | 143 // statement is aware of its own columns' types and can convert from 155 // Columns returns the names of the columns. The number of 156 // columns of the result is inferred from the length of the 159 Columns() []string 166 // size as the Columns() are wide.
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 122 // These are the columns that appear in both the MMS ("pdu") and 128 // These are the columns that appear only in the MMS message 139 // These are the columns that appear only in the SMS message 145 // These are all the columns that appear in the "threads" table. 160 // These are all the columns that appear in the MMS and SMS 167 // These are all the columns that appear in the MMS table. 170 // These are all the columns that appear in the SMS table. 231 // using a UNION so we have to have the same number of result columns from 731 * If a null projection is given, return the union of all columns 741 * If a null projection is given, return the set of all columns i 850 String[] columns = handleNullMessageProjection(projection); local 1033 String[] columns = handleNullMessageProjection(projection); local 1066 String[] columns = handleNullThreadsProjection(projection); local [all...] |
/external/ImageMagick/MagickWand/ |
compare.c | [all...] |
operation.c | [all...] |
magick-property.c | [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_platform_backend.py | 428 def GetPsOutput(self, columns, pid=None): 429 assert columns == ['pid', 'name'] or columns == ['pid'], \ 430 'Only know how to return pid and name. Requested: ' + columns 440 if columns == ['pid', 'name']:
|
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 208 // We determine number of cells (columns) first, then the left and right 732 private final int mColumns; // Columns per row. 748 int columns, int blockWidth, Bitmap outline) { 755 mColumns = columns; 926 // Return number of columns in the given row. (This could be less than 1015 int columns = numColumns(mRow); local [all...] |
/external/ImageMagick/coders/ |
wmf.c | 407 static void draw_pattern_push(wmfAPI* API, unsigned long id, unsigned long columns, unsigned long rows); 533 unsigned long columns, 540 (void) DrawPushPattern(WmfDrawingWand,pattern_id,0,0,columns,rows); 728 printf("image size WxH = %lux%lu\n", image->columns, image->rows); 770 printf("ipa_bmp_read: rows=%ld,columns=%ld\n\n", image->rows, image->columns); 774 bmp_read->bmp.width = (U16)image->columns; 840 DrawSetViewbox(WmfDrawingWand, 0, 0, ddata->image->columns, ddata->image->rows ); 902 draw_pattern_push(API,ddata->pattern_id,image->columns,image->rows); 905 image->columns,image->rows,magick_wand) [all...] |
/external/ImageMagick/www/api/ |
cache-view.php | 163 const ssize_t x,const ssize_t y,const size_t columns, 178 <dt>x,y,columns,rows</dt> 352 const size_t columns,const size_t rows,ExceptionInfo *exception) 366 <dt>x,y,columns,rows</dt> 532 const ssize_t x,const ssize_t y,const size_t columns, 547 <dt>x,y,columns,rows</dt>
|
cache.php | 135 const ssize_t y,const size_t columns,const size_t rows, 150 <dt>x,y,columns,rows</dt> 327 const ssize_t y,const size_t columns,const size_t rows, 342 <dt>x,y,columns,rows</dt> 365 const ssize_t y,const size_t columns,const size_t rows, 380 <dt>x,y,columns,rows</dt>
|
/external/squashfs-tools/squashfs-tools/ |
unsquashfs.c | 74 int columns; variable 127 void progress_bar(long long current, long long max, int columns); 143 "columns\n"); 144 columns = 80; 146 columns = winsize.ws_col; [all...] |
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/ |
MockContentProvider.java | 163 Object[] columns = new Object[projection.length]; local 165 columns[i] = values.get(projection[i]); 167 cursor.addRow(columns);
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
PhotoProvider.java | 67 * Contains columns that can be accessed via Accounts.CONTENT_URI 85 * Contains columns that can be accessed via Photos.CONTENT_URI. 130 * Contains columns and Uri for accessing album information. 167 * Contains columns and Uri for accessing photo and video metadata 518 protected Cursor query(String table, String[] columns, String selection, 522 return db.query(false, table, columns, selection, selectionArgs, null, null, 525 return db.query(table, columns, selection, selectionArgs, null, null, orderBy);
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
ChannelDataManagerTest.java | 532 public FakeCursor(String[] columns) { 533 mColumns = (columns == null) ? ALL_COLUMNS : columns;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
Keyboard.java | 550 * characters in left-to-right, top-to-bottom fashion, using the specified number of columns. 552 * <p>If the specified number of columns is -1, then the keyboard will fit as many keys as 558 * @param columns the number of columns of keys to display. If this number is greater than the 563 CharSequence characters, int columns, int horizontalPadding) { 576 final int maxColumns = columns == -1 ? Integer.MAX_VALUE : columns;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_loopfilter.c | 812 const uint64_t columns = cm->mi_cols - mi_col; local 816 const uint64_t mask_y = (((1 << columns) - 1)) * 0x0101010101010101; 817 const uint16_t mask_uv = ((1 << ((columns + 1) >> 1)) - 1) * 0x1111; 821 const uint16_t mask_uv_int = ((1 << (columns >> 1)) - 1) * 0x1111; 835 if (columns == 1) { 839 if (columns == 5) { [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 197 String[] columns = new String[] { "name", "age" }; local 200 SQLiteQueryBuilder.appendColumns(sb, columns);
|
/external/ImageMagick/Magick++/demo/ |
demo.cpp | 495 Geometry placement(0,0,(montage_image.columns()/2)-(logo.columns()/2),0);
|
/external/bison/doc/ |
refcard.tex | 6 % This file can be printed with 1 or 2 columns per page (see below). 41 % The final reference card has two columns: 46 % 2 columns per page 204 \errmessage{Illegal number of columns per page}
|