Searched refs:cell (Results 126 - 150 of 233) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/resources/
H A Dflags.css39 display: table-cell;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth.css85 display: table-cell;
/external/chromium_org/remoting/webapp/
H A Dwindow_frame.css154 display: table-cell;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m4 % files given by the cell array of strings FILENAME. It plots the results and
29 % wrap in a cell array
32 error('First argument must be a cell array of strings');
51 error('First argument must be a cell array of strings');
/external/chromium_org/v8/src/
H A Dhydrogen-gvn.cc350 ComputeGlobalVar(HStoreGlobalCell::cast(instr)->cell(), &index)) {
379 ComputeGlobalVar(HLoadGlobalCell::cast(instr)->cell(), &index)) {
443 bool SideEffectsTracker::ComputeGlobalVar(Unique<Cell> cell, int* index) { argument
445 if (cell == global_vars_[i]) {
455 *cell.handle(), num_global_vars_);
459 global_vars_[num_global_vars_++] = cell;
H A Dspaces.h105 inline MarkBit(CellType* cell, CellType mask, bool data_only) argument
106 : cell_(cell), mask_(mask), data_only_(data_only) { }
108 inline CellType* cell() { return cell_; } function in class:v8::internal::MarkBit
197 MarkBit::CellType* cell = this->cells() + (index >> kBitsPerCellLog2); local
198 return MarkBit(cell, mask, data_only);
215 void Print(uint32_t pos, uint32_t cell) { argument
216 if (cell == seq_type) {
223 if (IsSeq(cell)) {
226 seq_type = cell;
231 PrintWord(cell);
245 IsSeq(uint32_t cell) argument
[all...]
/external/iproute2/examples/
H A Dcbq.init-v0.7.3756 bandwidth $DEVBWDT avpkt $AVPKT cell 8
773 allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED ||
947 allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnetworkLogView.css127 .network-cell-subtitle {
133 .network-error-row .network-cell-subtitle {
141 .network-log-grid.data-grid tr.selected .network-cell-subtitle {
158 .network-log-grid.data-grid.small .network-cell-subtitle,
483 .network-dim-cell {
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1886 Cell<int> cell; local
1887 cell.data = 0; // \
1888 // expected-warning {{writing variable 'data' requires holding mutex 'cell.mu_' exclusively}}
1889 cell.foo();
1890 cell.mu_.Lock();
1891 cell.fooEx();
1892 cell.mu_.Unlock();
3500 Cell<int> cell; local
3501 elr(&cell); // \
3502 // expected-warning {{calling function 'elr' requires holding mutex 'cell
3513 Cell<int> cell; local
3534 Cell<int> cell; local
3550 Cell<int> cell; local
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dfile_manager.css894 .table-row-cell .selection-label {
899 .table-row-cell .filename-label,
903 .table-row-cell > div {
911 .table-row-cell input.rename {
926 .table-row-cell .filename-label,
927 .table-row-cell input.rename {
1122 .table-row-cell > * {
1129 .table-row-cell {
1133 .table-row-cell > .detail-name {
1137 .table-row-cell >
[all...]
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc466 WebAXObject cell = src.cellForColumnAndRow( local
469 if (!cell.isDetached()) {
470 cell_id = cell.axID();
512 // cell, which is a child of both a row and a column. Because the cell's
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_table.js478 * Sets up or updates the size cell.
480 * @param {HTMLDivElement} div The table cell.
533 * Sets up or updates the date cell.
535 * @param {HTMLDivElement} div The table cell.
593 var cell = cells[i];
594 var listItem = this.list_.getListItemAncestor(cell);
599 callback.call(this, cell, entry, props, listItem);
604 forEachCell('.table-row-cell > .date', function(item, entry, props) {
607 forEachCell('.table-row-cell > .size', function(item, entry, props) {
611 // The cell nam
[all...]
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h223 void RelocInfo::set_target_cell(Cell* cell, argument
227 Address address = cell->address() + Cell::kValueOffset;
230 // TODO(1550) We are passing NULL as a slot because cell can never be on
233 host(), NULL, cell); local
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32-inl.h193 void RelocInfo::set_target_cell(Cell* cell, argument
197 Address address = cell->address() + Cell::kValueOffset;
203 // TODO(1550) We are passing NULL as a slot because cell can never be on
206 host(), NULL, cell); local
H A Dstub-cache-ia32.cc441 // Generate code to check that a global property cell is empty. Create
442 // the property cell at compilation time if no cell exists for the
449 Handle<PropertyCell> cell = local
451 ASSERT(cell->value()->IsTheHole());
454 __ mov(scratch, Immediate(cell));
458 __ cmp(Operand::ForCell(cell), Immediate(the_hole));
1360 Handle<PropertyCell> cell,
1366 // Get the value from the cell.
1368 __ mov(eax, Immediate(cell));
1357 CompileLoadGlobal( Handle<HeapType> type, Handle<GlobalObject> global, Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) argument
[all...]
/external/chromium_org/v8/src/x64/
H A Dassembler-x64-inl.h353 void RelocInfo::set_target_cell(Cell* cell, argument
357 Address address = cell->address() + Cell::kValueOffset;
364 // TODO(1550) We are passing NULL as a slot because cell can never be on
367 host(), NULL, cell); local
/external/chromium_org/v8/src/x87/
H A Dassembler-x87-inl.h194 void RelocInfo::set_target_cell(Cell* cell, argument
198 Address address = cell->address() + Cell::kValueOffset;
204 // TODO(1550) We are passing NULL as a slot because cell can never be on
207 host(), NULL, cell); local
/external/ceres-solver/internal/ceres/
H A Dschur_complement_solver.cc217 const Cell& cell = row.cells[c]; local
218 f_blocks.push_back(cell.block_id - num_eliminate_blocks);
H A Dvisibility_based_preconditioner.cc226 // matrix. For each pair of cameras contributing a non-zero cell to
227 // the schur complement, determine if that cell is present in the
230 // A pair of cameras contribute a cell to the preconditioner if they
238 // The cell corresponding to (i,j) is present in the preconditioner
288 const Cell& cell = row.cells[c]; local
289 const int f_block_id = cell.block_id - num_eliminate_blocks;
/external/chromium_org/chrome/browser/resources/options/
H A Dlanguage_options.css155 display: table-cell;
/external/libnl/lib/route/
H A Dtc.c408 * Calculate the binary logarithm for a specific cell size
409 * @arg cell_size Size of cell, must be a power of two.
410 * @return Binary logirhtm of cell size or a negative error code.
436 * @arg cell Size of cell, i.e. size of step between entries in bytes.
443 * txtime = table[pktsize >> log2(cell)];
447 int cell, int rate)
451 cell_log = rtnl_tc_calc_cell_log(cell);
446 rtnl_tc_build_rate_table(uint32_t *dst, uint8_t mpu, uint8_t overhead, int cell, int rate) argument
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h407 - (NSRect)frameForBookmarkButtonFromCell:(NSCell*)cell xOffset:(int*)xOffset;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DDeleteSelectionCommand.cpp46 static bool isTableCellEmpty(Node* cell) argument
48 ASSERT(isTableCell(cell));
49 return VisiblePosition(firstPositionInNode(cell)) == VisiblePosition(lastPositionInNode(cell));
182 // Don't move content out of a table cell.
183 // If the cell is non-editable, enclosingNodeOfType won't return it by default, so
371 // Make sure empty cell has some height, if a placeholder can be inserted.
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-arabic.c844 static int getShape(hb_uint8 cell, int shape) argument
847 int ch = (cell != 0x49)
848 ? (shape ? arabicUnicodeMapping[cell][0] + shape : 0x600+cell)
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
H A DMakefile12 SPU_CFLAGS=-W -Wall -Winline -Wno-main -I. -I /usr/spu/include -I /opt/cell/sdk/usr/spu/include -finline-limit=10000 -Winline -ftree-vectorize -funroll-loops -fmodulo-sched -ffast-math -fPIC -O2

Completed in 3070 milliseconds

12345678910