/external/guava/guava/src/com/google/common/collect/ |
DenseImmutableTable.java | 53 DenseImmutableTable(ImmutableList<Cell<R, C, V>> cellList, 65 Cell<R, C, V> cell = cellList.get(i); local 66 R rowKey = cell.getRowKey(); 67 C columnKey = cell.getColumnKey(); 72 values[rowIndex][columnIndex] = cell.getValue(); 265 Cell<R, C, V> getCell(int index) {
|
Table.java | 115 * equal when their cell views, as returned by {@link #cellSet}, are equal. 122 * as the hash code of its cell view, as returned by {@link #cellSet}. 196 * returned set will update the underlying table, and vice versa. The cell set 202 Set<Cell<R, C, V>> cellSet(); 264 interface Cell<R, C, V> { 266 * Returns the row key of this cell. 271 * Returns the column key of this cell. 276 * Returns the value of this cell. 281 * Compares the specified object with this cell for equality. Two cells are 288 * Returns the hash code of this cell [all...] |
/frameworks/base/telephony/java/android/telephony/ |
CellIdentityGsm.java | 26 * CellIdentity to represent a unique GSM cell 39 // 16-bit GSM Cell Identity described in TS 27.007, 0..65535 62 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity 75 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity 126 * Either 16-bit GSM Cell Identity described
|
NeighboringCellInfo.java | 32 * Represents the neighboring cell information, including 33 * Received Signal Strength and Cell ID location. 42 * Cell location is not available 190 * @return cell id in GSM, 0xffff max legal value 206 * @return Radio network type while neighboring cell location is stored. 213 * means that Neighboring Cell information is stored for GSM network, in 222 * means that Neighboring Cell information is stored for UMTS network, in 230 * Set the cell id. 245 * Set the signal strength of the cell.
|
/external/icu/icu4c/source/tools/toolutil/ |
ucmstate.c | 333 int32_t entry, sum, state, cell, count; local 353 for(cell=0; cell<256; ++cell) { 354 entry=states->stateTable[state][cell]; 358 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum); 362 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum); 373 for(cell=0; cell<256; ++cell) { 425 int32_t entry, state, cell, count; local 928 int32_t state, cell, entry; local [all...] |
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingLayout.java | 25 * when a certain cell is expanded. The custom relative layout is created in 28 * the cell expands(collapses). 33 * since it is no longer in the visible part of the cell.By overriding onMeasure, and
|
/external/gemmlowp/internal/ |
kernel.h | 95 // 3 cells, each cell having dimensions (width=3, depth=4), laid out in 122 // a cell (see explanation above). 126 // out in a cell. That is, a CellOrder together with actual dimensions. 144 typedef tCellFormat Cell; 146 static const int kWidth = kCells * Cell::kWidth; 147 static const int kDepth = Cell::kDepth; 157 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, ""); 158 static const int kDepth = Lhs::Cell::kDepth; 159 static const int kRows = Lhs::Cell::kWidth * Lhs::kCells [all...] |
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
PercentageColumn.java | 66 cell(td, total); method 72 cell(td, item.getNode()); method 75 private void cell(final HTMLElement td, final ICoverageNode node) method in class:PercentageColumn
|
/external/v8/src/heap/ |
slot-set.h | 54 uint32_t cell = bucket[bucket_index][cell_index]; local 55 if (cell) { 57 if (cell & bit_mask) { 119 uint32_t cell = bucket[bucket_index][cell_index]; local 120 return (cell & (1u << bit_index)) != 0; 144 uint32_t cell = current_bucket[i]; local 145 uint32_t old_cell = cell; 146 uint32_t new_cell = cell; 147 while (cell) { 148 int bit_offset = base::bits::CountTrailingZeros32(cell); [all...] |
/external/v8/test/mjsunit/regress/ |
regress-675.js | 39 // Assign to global property cell for x. 46 // Same test, but test that the global property cell is also checked 56 // Update global property cell.
|
regress-crbug-513602.js | 24 // Now modify the prototype chain. The right cell fails to get invalidated.
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_complicated.vcf | 11 TEL;CELL:0311111111
21 EMAIL;CELL:cell@example.com
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
markermanager.js | 265 var cell = this.getGridCellCreate_(gridPoint.x, gridPoint.y, zoom); 266 cell.push(marker); 316 var cell = this.getGridCellNoCreate_(oldGrid.x, oldGrid.y, zoom); 317 if (cell) { 318 if (this.removeFromArray_(cell, marker)) { 362 var cell = this.getGridCellNoCreate_(grid.x, grid.y, zoom); 364 if (cell) { 365 this.removeFromArray_(cell, marker); 519 * Get a cell in the grid, creating it first if necessary. 523 * @param {Number} x The x coordinate of the cell [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
mt-opc.c | 559 /* fbcb $frsr1,#$rbbc,#$ball,#$brc,#$rc1,#$cbrb,#$cell,#$dup,#$ctxdisp */ 562 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (RC1), ',', '#', OP (CBRB), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }, 565 /* mfbcb $frsr1,#$rbbc,$frsr2,#$rc1,#$cbrb,#$cell,#$dup,#$ctxdisp */ 568 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', OP (FRSR2), ',', '#', OP (RC1), ',', '#', OP (CBRB), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }, 571 /* fbcci $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */ 574 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }, 577 /* fbrci $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */ 580 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }, 583 /* fbcri $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */ 586 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } } [all...] |
/device/moto/shamu/overlay/frameworks/base/core/res/res/values-mcc302-mnc610/ |
config.xml | 18 <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
|
/external/autotest/client/cros/cellular/ |
emulator_config.py | 41 if 'rf_switch' not in config.cell: 43 switch_config = config.cell['rf_switch'] 60 for cfg in config.cell['basestations']: 69 (technology, config.cell['basestations']))
|
/external/autotest/client/site_tests/cellular_Smoke/ |
control | 7 PURPOSE = "Verify cell modem can connect to an emulated network."
|
/external/autotest/client/site_tests/network_ChromeWifiEndToEnd/ |
control | 13 cell to be used by this test.
|
/external/autotest/client/site_tests/network_RoamWifiEndToEnd/ |
control | 12 APs in the wifi cell for running this test.
|
/external/ceres-solver/internal/ceres/ |
block_random_access_diagonal_matrix_test.cc | 64 CellInfo* cell = m.GetCell(row_block_id, col_block_id, local 69 EXPECT_TRUE(cell == NULL); 73 EXPECT_TRUE(cell != NULL); 80 MatrixRef(cell->values, row_stride, col_stride).block(
|
/external/markdown/markdown/extensions/ |
tables.py | 12 Content Cell | Content Cell 13 Content Cell | Content Cell
|
/external/v8/src/ia32/ |
assembler-ia32-inl.h | 180 Handle<Cell> RelocInfo::target_cell_handle() { 181 DCHECK(rmode_ == RelocInfo::CELL); 183 return Handle<Cell>(reinterpret_cast<Cell**>(address)); 187 Cell* RelocInfo::target_cell() { 188 DCHECK(rmode_ == RelocInfo::CELL); 189 return Cell::FromValueAddress(Memory::Address_at(pc_)); 193 void RelocInfo::set_target_cell(Cell* cell, 196 DCHECK(cell->IsCell()) 205 cell); local [all...] |
/external/v8/src/x87/ |
assembler-x87-inl.h | 181 Handle<Cell> RelocInfo::target_cell_handle() { 182 DCHECK(rmode_ == RelocInfo::CELL); 184 return Handle<Cell>(reinterpret_cast<Cell**>(address)); 188 Cell* RelocInfo::target_cell() { 189 DCHECK(rmode_ == RelocInfo::CELL); 190 return Cell::FromValueAddress(Memory::Address_at(pc_)); 194 void RelocInfo::set_target_cell(Cell* cell, 197 DCHECK(cell->IsCell()) 206 cell); local [all...] |
/external/v8/tools/ |
consarray.js | 40 this.tail_ = new ConsArray.Cell(null, null); 56 this.tail_ = this.tail_.next = new ConsArray.Cell(null, null); 85 * A cell object used for constructing a list in ConsArray. 89 ConsArray.Cell = function(data, next) {
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/ |
TideMapLoader.java | 32 import com.badlogic.gdx.maps.tiled.TiledMapTileLayer.Cell;
240 Cell cell = new Cell();
local 241 cell.setTile(currentTileSet.getTile(firstgid + currentChild.getIntAttribute("Index")));
242 layer.setCell(x++, y, cell);
258 Cell cell = new Cell();
local 259 cell.setTile(new AnimatedTiledMapTile(interval / 1000f, frameTiles)); [all...] |