/external/gemmlowp/internal/ |
kernel_reference.h | 39 "reference(Lhs: %d cells %dx%d %s, Rhs: %d cells %dx%d %s)", 59 // The next two loops are over cells of the Lhs (stacked vertically), 60 // and over cells of the Rhs (stacked horizontally).
|
/external/guava/guava/src/com/google/common/cache/ |
LongAdder.java | 71 if ((as = cells) != null || !casBase(b = base, b + x)) { 106 Cell[] as = cells; 141 Cell[] as = cells; 206 cells = null;
|
/external/kernel-headers/original/uapi/linux/ |
atmdev.h | 21 max cell rate: 353207.547 cells/sec */ 28 max cell rate: 1412830.188 cells/sec */ 30 /* DS3: 12 cells in a 125 usec time slot */ 129 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
|
/external/opencv3/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/ |
Puzzle15Processor.java | 77 Mat[] cells = new Mat[GRID_AREA]; local 87 cells[k] = inputPicture.submat(i * inputPicture.rows() / GRID_SIZE, (i + 1) * inputPicture.rows() / GRID_SIZE, j * inputPicture.cols()/ GRID_SIZE, (j + 1) * inputPicture.cols() / GRID_SIZE); 100 cells[idx].copyTo(mCells15[i]); 109 cells[i].release();
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
LongAdder.java | 58 if ((as = cells) != null || !casBase(b = base, b + x)) { 91 Cell[] as = cells; 109 Cell[] as = cells; 129 Cell[] as = cells;
|
/packages/apps/Terminal/jni/ |
com_android_terminal_Terminal.cpp | 85 inline dimen_t copyFrom(dimen_t cols, const VTermScreenCell* cells) { 87 memcpy(mCells, cells, sizeof(VTermScreenCell) * n); 91 inline dimen_t copyTo(dimen_t cols, VTermScreenCell* cells) { 93 memcpy(cells, mCells, sizeof(VTermScreenCell) * n); 125 status_t onPushline(dimen_t cols, const VTermScreenCell* cells); 126 status_t onPopline(dimen_t cols, VTermScreenCell* cells); 238 static int term_sb_pushline(int cols, const VTermScreenCell *cells, void *user) { 244 return term->onPushline(cols, cells); 247 static int term_sb_popline(int cols, VTermScreenCell *cells, void *user) { 253 return term->onPopline(cols, cells); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atmdev.h | 21 max cell rate: 353207.547 cells/sec */ 28 max cell rate: 1412830.188 cells/sec */ 30 /* DS3: 12 cells in a 125 usec time slot */ 129 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atmdev.h | 21 max cell rate: 353207.547 cells/sec */ 28 max cell rate: 1412830.188 cells/sec */ 30 /* DS3: 12 cells in a 125 usec time slot */ 129 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableTable.java | 142 * <p>By default, the order in which cells are added to the builder determines 158 private final List<Cell<R, C, V>> cells = Lists.newArrayList(); field in class:ImmutableTable.Builder 191 cells.add(cellOf(rowKey, columnKey, value)); 208 cells.add(immutableCell); 236 int size = cells.size(); 242 Iterables.getOnlyElement(cells)); 245 cells, rowComparator, columnComparator);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewCellLayout.java | 31 * which span multiple cells into a grid-like layout. Also supports dimming 105 // Generate an id for each view, this assumes we have at most 256x256 cells 314 * Estimates the number of cells that the specified width would take up. 321 // We know that we have to fit N cells with N-1 width gaps, so we just juggle to solve for N 329 * Estimates the number of cells that the specified height would take up. 336 // We know that we have to fit N cells with N-1 height gaps, so we juggle to solve for N 358 * Estimates the width that the number of hSpan cells will take up. 366 * Estimates the height that the number of vSpan cells will take up. 402 * Number of cells spanned horizontally by the item. 408 * Number of cells spanned vertically by the item [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 11 var c1 = row.cells[0]; 12 // var c2 = row.cells[1]; 24 var link = row.cells[0].childNodes[0]; 27 // row.cells[1].innerHTML = match.type; 93 c1 = r.cells[0];
|
/external/ceres-solver/internal/ceres/ |
block_jacobian_writer.cc | 165 // Construct the cells in each row. 186 row->cells.resize(num_active_parameter_blocks); 193 Cell& cell = row->cells[k]; 203 sort(row->cells.begin(), row->cells.end(), CellLessThan);
|
schur_complement_solver.cc | 200 int e_block_id = bs->rows[r].cells.front().block_id; 210 if (row.cells.front().block_id != e_block_id) { 216 for (int c = 1; c < row.cells.size(); ++c) { 217 const Cell& cell = row.cells[c]; 235 CHECK_GE(row.cells.front().block_id, num_eliminate_blocks); 236 for (int i = 0; i < row.cells.size(); ++i) { 237 int r_block1_id = row.cells[i].block_id - num_eliminate_blocks; 238 for (int j = 0; j < row.cells.size(); ++j) { 239 int r_block2_id = row.cells[j].block_id - num_eliminate_blocks;
|
block_random_access_diagonal_matrix.h | 58 // modifying any cells when the matrix is being destroyed. 86 // The underlying matrix object which actually stores the cells.
|
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 11 var c1 = row.cells[0]; 12 // var c2 = row.cells[1]; 24 var link = row.cells[0].childNodes[0]; 27 // row.cells[1].innerHTML = match.type; 93 c1 = r.cells[0];
|
/external/iproute2/man/man8/ |
tc-stab.8 | 87 ATM linklayer consists of 53 byte cells, where each of them provides 48 bytes 88 for payload. Also all the cells must be fully utilized, thus the last one is 92 amount of cells is assigned to a slot. For example, a 100 byte long packet 93 requires three 48\-byte payloads, so the final size would require 3 ATM cells 131 minimum 2 atm cells. You should set \fBmpu\fR accordingly for that.
|
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/ |
py_svm_opencv.markdown | 57 Finally, as in the previous case, we start by splitting our big dataset into individual cells. For 58 every digit, 250 cells are reserved for training data and remaining 250 data is reserved for 95 cells = [np.hsplit(row,100) for row in np.vsplit(img,50)] 98 train_cells = [ i[:50] for i in cells ] 99 test_cells = [ i[50:] for i in cells]
|
/frameworks/rs/api/ |
rs_allocation_data.spec | 20 The functions below can be used to get and set the cells that comprise 23 <li>Individual cells are accessed using the rsGetElementAt* and 25 <li>Multiple cells can be copied using the rsAllocationCopy* and 31 or set cells. Think of them as rsGetCellAt and and rsSetCellAt. 37 arg: rs_allocation dstAlloc, "Allocation to copy cells into." 40 arg: uint32_t count, "Number of cells to be copied." 44 summary: Copy consecutive cells between allocations 46 Copies the specified number of cells from one allocation to another. 66 arg: rs_allocation dstAlloc, "Allocation to copy cells into." 78 summary: Copy a rectangular region of cells between allocation [all...] |
/external/autotest/client/tools/ |
html_report.py | 490 * Internal method used to process an arbitrary collection of cells. 492 * It's done this way to avoid getElementsByTagName() which would also return nested table cells. 500 if (row.cells && row.cells.length && row.cells.length>0) { 501 var cells = row.cells; 502 for (var k=0,L3=cells.length; k<L3; k++) { 503 var cellsK = cells[k]; 520 var cells = tr.cells [all...] |
/cts/apps/CtsVerifier/jni/verifier/ |
com_android_cts_verifier_camera_StatsImage.cpp | 41 // Number of grid cells (rounding down to full cells only at right+bottom edges).
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
FixedGridLayout.java | 27 * cells is set by the {@link #setCellSize} method and the 32 * in {@link #addViewAt}. Views can not span multiple cells.
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
FixedGridLayout.java | 30 * cells is set by the {@link #setCellSize} method and the 35 * in {@link #addViewAt}. Views can not span multiple cells.
|
/external/autotest/frontend/client/src/autotest/common/table/ |
FragmentedTable.java | 34 return tbody.rows[row].cells[col]; 136 return tbody.rows[row].cells.length;
|
/external/opencv3/modules/viz/src/vtk/ |
vtkXYZReader.cpp | 87 // Allocate objects to hold points and vertex cells. 101 // Store the points and cells in the output data object.
|
/developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/ |
PlanetAdapter.java | 35 * Interface for receiving click events from cells.
|