/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm.h | 41 #define ATM_AAL0 13 /* "raw" ATM cells */ 135 int max_pcr; /* maximum PCR in cells per second */ 136 int pcr; /* desired PCR in cells per second */ 137 int min_pcr; /* minimum PCR in cells per second */ 150 unsigned int nrm :3; /* Max # of Cells for each forward RM cell (3-bit) */ 151 unsigned int trm :3; /* Time between forward RM cells (3-bit) */
|
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 */ 125 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm.h | 41 #define ATM_AAL0 13 /* "raw" ATM cells */ 135 int max_pcr; /* maximum PCR in cells per second */ 136 int pcr; /* desired PCR in cells per second */ 137 int min_pcr; /* minimum PCR in cells per second */ 150 unsigned int nrm :3; /* Max # of Cells for each forward RM cell (3-bit) */ 151 unsigned int trm :3; /* Time between forward RM cells (3-bit) */
|
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 */ 125 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AccessibilityTable.h | 71 // all the cells in the table 72 void cells(AccessibilityChildrenVector&);
|
/external/valgrind/main/memcheck/tests/ |
leak-pool.c | 101 struct cell **cells = static_roots ? cells_static : cells_local; local 114 cells[i] = allocate_from_pool(p, sizeof(struct cell));
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
cros_log_analyzer_view.js | 152 var cells = row.childNodes; 154 cells[0].className = LOG_CELL_LEVEL_CLASSNAME; 155 var levelTag = addNodeWithText(cells[0], 'p', entry.level); 159 cells[1].className = LOG_CELL_TIME_CLASSNAME; 160 cells[1].textContent = entry.getTime(); 163 cells[2].className = LOG_CELL_PNAME_CLASSNAME; 164 this.marker.getHighlightedEntry(entry, 'processName', cells[2]); 167 cells[3].className = LOG_CELL_PID_CLASSNAME; 168 this.marker.getHighlightedEntry(entry, 'processID', cells[3]); 171 cells[4].className = LOG_CELL_DESCRIPTION_CLASSNAME [all...] |
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingListView.java | 92 * on how you want the cells to expand or collapse. In this specific demo, the cells 162 * layout. Since the bounds of the cells cannot be set directly, the method 180 /* Store the original top and bottom bounds of all the cells.*/ 212 * takes place, all the cells that remain visible are rendered completely 249 /* Request another layout to update the layout parameters of the cells.*/ 270 * expanded. Some cells will still be children of the ListView while 271 * others will not. The cells that remain children of the ListView 272 * simply have their bounds animated appropriately. The cells that are no 328 * By overriding dispatchDraw, we can draw the cells that disappear during th [all...] |
/external/ceres-solver/internal/ceres/ |
block_random_access_matrix.h | 50 // 5. It has six cells corresponding to the six row-column block 53 // BlockRandomAccessMatrix objects provide access to cells c_ij using 61 // There is no requirement that all cells be present, i.e. the matrix 65 // There is no requirement about how the cells are stored beyond that
|
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);
|
/external/chromium_org/chrome/browser/resources/ |
about_stats.js | 173 var x = a.cells[cnum].innerText; 174 var y = b.cells[cnum].innerText; 180 var x = parseFloat(a.cells[cnum].innerText); 181 var y = parseFloat(b.cells[cnum].innerText);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableRowElement.idl | 24 readonly attribute HTMLCollection cells;
|
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/ |
IBrailleService.aidl | 37 * Updates the main cells of the connected braille display
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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 */ 125 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableTable.java | 133 * <p>By default, the order in which cells are added to the builder determines 149 private final List<Cell<R, C, V>> cells = Lists.newArrayList(); field in class:ImmutableTable.Builder 182 cells.add(cellOf(rowKey, columnKey, value)); 199 cells.add(immutableCell); 227 int size = cells.size(); 233 Iterables.getOnlyElement(cells)); 236 cells, rowComparator, columnComparator);
|
RegularImmutableTable.java | 37 * cells. 90 List<Cell<R, C, V>> cells, 93 checkNotNull(cells); 115 Collections.sort(cells, comparator); 117 return forCellsInternal(cells, rowComparator, columnComparator); 121 Iterable<Cell<R, C, V>> cells) { 122 return forCellsInternal(cells, null, null); 130 forCellsInternal(Iterable<Cell<R, C, V>> cells, 136 for (Cell<R, C, V> cell : cells) { 156 // use a dense table if more than half of the cells have value [all...] |
/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...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewCellLayout.java | 28 * which span multiple cells into a grid-like layout. Also supports dimming 99 // Generate an id for each view, this assumes we have at most 256x256 cells 308 * Estimates the number of cells that the specified width would take up. 315 // We know that we have to fit N cells with N-1 width gaps, so we just juggle to solve for N 323 * Estimates the number of cells that the specified height would take up. 330 // We know that we have to fit N cells with N-1 height gaps, so we juggle to solve for N 352 * Estimates the width that the number of hSpan cells will take up. 360 * Estimates the height that the number of vSpan cells will take up. 396 * Number of cells spanned horizontally by the item. 402 * 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/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/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
tile_view.js | 98 * To do this we keep a 2x4 array of cells marked busy or empty. 100 * square, etc.) which fits into the empty cells and place an image there. 113 // |empty| is a 2x4 array of busy/empty cells. 165 // Now mark the cells as busy and stop. 176 * @return {Object} An object containing the array of cells marked empty/busy 206 * @param {Array} empty The empty/busy cells array. 227 * Marks pattern's cells as busy. 228 * @param {Array} empty The empty/busy cells array. 455 * @param {number} margin Margin between cells.
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlarray.c | 56 * <b>Must be 3 cells long </b>. 76 * <b>Must be 3 cells long </b>. 115 * <b>Must be 9 cells long</b>. 146 * <b>Must be 4 cells long </b>. 164 * <b>Must be 3 cells long </b>. 181 * <b>Must be 3 cells long</b>. 196 * <b>Must be 3 cells long</b>. 213 * <b>Must be 3 cells long </b>. 249 * <b>Must be 3 cells long </b>. 280 * <b>Must be 3 cells long </b> [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.js | 78 var cells = document.getElementsByTagName(TDTAG); 80 // Display the hidden metrics (both headers and data cells). 87 for (i = 0; i < cells.length; i++) { 88 if (cells[i].style.display == NONE_DISPLAY) { 89 cells[i].style.display = CELL_DISPLAY; 97 var cells = document.getElementsByTagName(TDTAG); 106 for (i = 0; i < cells.length; i++) { 107 if (cells[i].style.display == CELL_DISPLAY) { 108 cells[i].style.display = NONE_DISPLAY; 125 var cells = document.getElementsByTagName(TDTAG) [all...] |
/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.
|