Searched refs:cell (Results 151 - 175 of 270) sorted by relevance

1234567891011

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1885 Cell<int> cell; local
1886 cell.data = 0; // \
1887 // expected-warning {{writing variable 'data' requires locking 'cell.mu_' exclusively}}
1888 cell.foo();
1889 cell.mu_.Lock();
1890 cell.fooEx();
1891 cell.mu_.Unlock();
3537 Cell<int> cell; local
3538 elr(&cell); // \
3539 // expected-warning {{calling function 'elr' requires exclusive lock on 'cell
3550 Cell<int> cell; local
3571 Cell<int> cell; local
3587 Cell<int> cell; local
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
H A Dfile_manager.css879 .table-row-cell .selection-label {
884 .table-row-cell .filename-label,
888 .table-row-cell > div {
896 .table-row-cell input.rename {
911 .table-row-cell .filename-label,
912 .table-row-cell input.rename {
1107 .table-row-cell > * {
1114 .table-row-cell {
1118 .table-row-cell > .detail-name {
1122 .table-row-cell >
[all...]
/external/chromium_org/v8/src/
H A Dstub-cache.h136 Handle<PropertyCell> cell,
438 // Generate code to check that a global property cell is empty. Create
439 // the property cell at compilation time if no cell exists for the
666 Handle<PropertyCell> cell,
949 Handle<PropertyCell> cell,
957 // Compiles a custom call constant/global IC. For constant calls cell is
962 Handle<Cell> cell,
970 Handle<Cell> cell, \
980 Handle<Cell> cell,
[all...]
H A Dcode-stubs-hydrogen.cc550 // cell is really a Cell, and so no write barrier is needed.
551 // TODO(mvstanton): Add a debug_code check to verify the input cell is really
552 // a cell. (perhaps with a new instruction, HAssert).
553 HInstruction* cell = GetParameter(0); local
555 store = Add<HStoreNamedField>(cell, access, object);
557 return cell;
684 // Walk through the property cell to the AllocationSite
1069 HValue* cell = Add<HConstant>(placeholder_cell); local
1071 HValue* cell_contents = Add<HLoadNamedField>(cell, access);
1077 builder.ElseDeopt("Unexpected cell content
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DHeapSnapshotDataGrids.js1018 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
1021 return cell;
1027 cell.insertBefore(urlElement, cell.firstChild);
1030 return cell;
H A DHeapSnapshotView.js490 var cell = event.target.enclosingNodeOrSelfWithNodeName("td"); variable
491 if (!cell || (!cell.classList.contains("count-column") && !cell.classList.contains("shallowSize-column") && !cell.classList.contains("retainedSize-column")))
/external/chromium_org/content/renderer/accessibility/
H A Daccessibility_node_serializer.cc403 WebAXObject cell = src.cellForColumnAndRow( local
406 if (!cell.isDetached()) {
407 cell_id = cell.axID();
449 // cell, which is a child of both a row and a column. Because the cell's
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32-inl.h174 void RelocInfo::set_target_cell(Cell* cell, WriteBarrierMode mode) { argument
176 Address address = cell->address() + Cell::kValueOffset;
180 // TODO(1550) We are passing NULL as a slot because cell can never be on
183 host(), NULL, cell); local
/external/chromium_org/v8/src/x64/
H A Dassembler-x64-inl.h352 void RelocInfo::set_target_cell(Cell* cell, WriteBarrierMode mode) { argument
354 Address address = cell->address() + Cell::kValueOffset;
359 // TODO(1550) We are passing NULL as a slot because cell can never be on
362 host(), NULL, cell); local
/external/v8/src/x64/
H A Dassembler-x64-inl.h319 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell, argument
322 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset;
327 // TODO(1550) We are passing NULL as a slot because cell can never be on
330 host(), NULL, cell); local
/external/ceres-solver/internal/ceres/
H A Dvisibility_based_preconditioner.cc208 // matrix. For each pair of cameras contributing a non-zero cell to
209 // the schur complement, determine if that cell is present in the
212 // A pair of cameras contribute a cell to the preconditioner if they
220 // The cell corresponding to (i,j) is present in the preconditioner
270 const Cell& cell = row.cells[c]; local
271 const int f_block_id = cell.block_id - num_eliminate_blocks;
/external/chromium/chrome/browser/resources/ntp/
H A Dapps.css148 display: table-cell;
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dinternet_options_page.css85 display: table-cell;
/external/chromium_org/chrome/browser/resources/options/
H A Dlanguage_options.css149 display: table-cell;
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h389 - (NSRect)frameForBookmarkButtonFromCell:(NSCell*)cell xOffset:(int*)xOffset;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h401 - (NSRect)frameForBookmarkButtonFromCell:(NSCell*)cell xOffset:(int*)xOffset;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DDeleteSelectionCommand.cpp52 static bool isTableCellEmpty(Node* cell) argument
54 ASSERT(isTableCell(cell));
55 return VisiblePosition(firstPositionInNode(cell)) == VisiblePosition(lastPositionInNode(cell));
192 // Don't move content out of a table cell.
193 // If the cell is non-editable, enclosingNodeOfType won't return it by default, so
381 // Make sure empty cell has some height, if a placeholder can be inserted.
/external/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/harfbuzz_ng/src/hb-old/
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/kernel-headers/original/linux/mtd/
H A Dmtd.h45 u_int cell; member in struct:erase_info
/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
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc440 const chromeos::CellularNetwork* cell = local
442 str += WrapWithTH(cell->GetNetworkTechnologyString());
443 str += WrapWithTH(cell->GetConnectivityStateString());
444 str += WrapWithTH(cell->GetActivationStateString());
445 str += WrapWithTH(cell->GetRoamingStateString());
/external/v8/src/
H A Dstub-cache.cc220 Handle<JSGlobalPropertyCell> cell,
229 compiler.CompileLoadGlobal(receiver, holder, cell, name, is_dont_delete);
464 Handle<JSGlobalPropertyCell> cell,
472 Handle<Code> code = compiler.CompileStoreGlobal(receiver, cell, name);
662 Handle<JSGlobalPropertyCell> cell,
675 compiler.CompileCallGlobal(receiver, holder, cell, function, name);
1403 Handle<JSGlobalPropertyCell> cell,
1414 cell, \
1426 cell,
217 ComputeLoadGlobal(Handle<String> name, Handle<JSObject> receiver, Handle<GlobalObject> holder, Handle<JSGlobalPropertyCell> cell, bool is_dont_delete) argument
462 ComputeStoreGlobal(Handle<String> name, Handle<GlobalObject> receiver, Handle<JSGlobalPropertyCell> cell, StrictModeFlag strict_mode) argument
656 ComputeCallGlobal(int argc, Code::Kind kind, Code::ExtraICState extra_state, Handle<String> name, Handle<JSObject> receiver, Handle<GlobalObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function) argument
1400 CompileCustomCall( Handle<Object> object, Handle<JSObject> holder, Handle<JSGlobalPropertyCell> cell, Handle<JSFunction> function, Handle<String> fname) argument
/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dntp_android.js607 var cell = createDiv('cell');
609 cell.setAttribute(CONTEXT_MENU_URL_KEY, item.url);
618 cell.appendChild(icon);
622 cell.appendChild(title);
624 wrapClickHandler(cell, item, opt_clickCallback);
626 return cell;
641 // thumbnail-cell -- main outer container
648 var thumbnailCell = createDiv('thumbnail-cell');
682 var shade = createDiv('thumbnail-cell
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js358 "font-weight", "grid-cell", "grid-column", "grid-column-align",
448 "cell", "center", "checkbox", "circle", "cjk-earthly-branch",
508 "table-caption", "table-cell", "table-column", "table-column-group",

Completed in 3143 milliseconds

1234567891011