/external/quake/quake/src/QW/client/ |
screen.c | 737 int row, col;
local 742 row = num>>4;
744 source = draw_chars + (row<<10) + (col<<3);
|
gl_draw.c | 284 int row, col; local 289 row = num>>4; 291 source = draw_chars + (row<<10) + (col<<3); 499 int row, col; local 510 row = num>>4; 513 frow = row*0.0625; [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
dhdu.c | 407 int letter, col, row, pad; local 428 row = col = 0; 432 strcat(buf+row*80, cmd->name); 433 pad = 18 * (col + 1) - strlen(buf+row*80); 437 strcat(buf+row*80, " "); 438 row++; 439 if (row == nrows) { 440 col++; row = 0; 445 for (row = 0; row < nrows; row++ [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.c | 407 int letter, col, row, pad; local 428 row = col = 0; 432 strcat(buf+row*80, cmd->name); 433 pad = 18 * (col + 1) - strlen(buf+row*80); 437 strcat(buf+row*80, " "); 438 row++; 439 if (row == nrows) { 440 col++; row = 0; 445 for (row = 0; row < nrows; row++ [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
ContentCache.java | 43 * Usage examples; id is a String representation of a row id (_id), as it might be retrieved from 59 * 1. Lock the row in the cache: cache.lock(id); 60 * 2. Delete/update the row(s): db.delete(...); 63 * A specific row in a cache: affectedCache.invalidate(rowId) 64 * 4. Unlock the row in the cache: cache.unlock(id); 66 * To update a single row from a table that uses cached data: 67 * 1. Lock the row in the cache: cache.lock(id); 68 * 2. Update the row: db.update(...); 69 * 3. Unlock the row in the cache, passing in the new values: cache.unlock(id, values); 440 * Get a CacheToken for a row as specified by its id (_id column 550 Object[] row = new Object[projection.length]; local [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-core.css | 533 .show-row { 534 display: table-row; 536 .hide-row {
|
/external/opencv/cvaux/src/ |
cvhmm.cpp | 317 int row = 0; 332 //assign states to first row of superstate 338 obs_info->state[row * obs_info->obs_x + 2 * k] = i; 339 obs_info->state[row * obs_info->obs_x + 2 * k + 1] = j + index; 345 for( m = row; m < ss_bound[i]; m++ ) 348 &(obs_info->state[row * obs_info->obs_x * 2]), obs_info->obs_x * 2 * sizeof(int) ); 351 row = ss_bound[i]; [all...] |
/external/skia/src/core/ |
SkBitmap.cpp | 476 // This implementation will write bytes beyond the end of each row, 477 // excluding the last row, if the bitmap's stride is greater than 494 for (uint32_t row = 0; row < fHeight; 495 row++, srcP += fRowBytes, dstP += dstRowBytes) { 522 // This implementation will write bytes beyond the end of each row, 523 // excluding the last row, if the bitmap's stride is greater than 530 for (uint32_t row = 0; row < fHeight; 531 row++, srcP += srcRowBytes, dstP += fRowBytes) [all...] |
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
GameView.java | 193 /** Sets winning mark on specified column or row (0..2) or diagonal (0..1). */
194 public void setFinished(int col, int row, int diagonal) {
196 mWinRow = row;
|
/external/chromium/chrome/browser/resources/net_internals/ |
proxyview.js | 65 // Add a table row for each bad proxy entry.
|
/external/chromium/net/spdy/ |
spdy_framer_test.cc | 24 for (const unsigned char* row = data; length > 0; 25 row += kColumns, length -= kColumns) { 26 for (const unsigned char *p = row; p < row + 4; ++p) { 27 if (p < row + length) { 40 for (const unsigned char *p = row; p < row + 4 && p < row + length; ++p) [all...] |
/external/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 141 ; repack so block 0 row x and block 1 row x are together 482 ; repack so block 0 row x and block 1 row x are together
|
/external/opencv/cxcore/include/ |
cxcore.hpp | 332 uchar* row(int i) { return !matrix ? 0 : matrix->data.ptr + i*matrix->step; } function in class:CvMatrix 333 const uchar* row(int i) const function in class:CvMatrix
|
/external/v8/tools/ |
stats-viewer.py | 232 name.grid(row=index, column=0, padx=1, pady=1) 241 value.grid(row=index, column=(1 + i), padx=1, pady=1)
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLCollection04.js | 82 first TABLE element and examine its length, then add a new row and
|
HTMLTableElement19.js | 78 The createTHead() method creates a table header row or returns
|
HTMLTableElement20.js | 78 The createTHead() method creates a table header row or returns
|
HTMLTableElement21.js | 83 deleted there should be one less row.
|
HTMLTableElement22.js | 78 The createTFoot() method creates a table footer row or returns
|
HTMLTableElement23.js | 78 The createTFoot() method creates a table footer row or returns
|
HTMLTableElement24.js | 83 deleted there should be one less row.
|
HTMLTableElement34.js | 82 to insert a new row using an index of five. This should throw
|
HTMLTableElement35.js | 82 to insert a new row using an index of negative five. This should throw
|
HTMLTableElement36.js | 82 to delete a new row using an index of five. This should throw
|
HTMLTableElement37.js | 82 to delete a new row using an index of four. This should throw
|