HomeSort by relevance Sort by last modified time
    Searched defs:cell (Results 26 - 50 of 162) sorted by null

12 3 4 5 6 7

  /external/marisa-trie/tests/
unit-test.cc 13 #include <marisa/cell.h>
422 marisa::Cell cell; local
424 ASSERT(cell.louds_pos() == 0);
425 ASSERT(cell.node() == 0);
426 ASSERT(cell.key_id() == 0);
427 ASSERT(cell.length() == 0);
429 cell.set_louds_pos(1);
430 cell.set_node(2);
431 cell.set_key_id(3)
    [all...]
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 13 #include <marisa_alpha/cell.h>
426 marisa_alpha::Cell cell; local
428 ASSERT(cell.louds_pos() == 0);
429 ASSERT(cell.node() == 0);
430 ASSERT(cell.key_id() == 0);
431 ASSERT(cell.length() == 0);
433 cell.set_louds_pos(1);
434 cell.set_node(2);
435 cell.set_key_id(3)
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Operations.h 414 JSCell* cell = base.asCell(); local
417 while (slotBase != cell) {
418 JSValue v = cell->structure()->prototypeForLookup(callFrame);
426 cell = v.asCell();
430 if (cell->structure()->isDictionary()) {
431 asObject(cell)->flattenDictionaryObject(callFrame->globalData());
432 if (slotBase == cell)
433 slotOffset = cell->structure()->get(callFrame->globalData(), propertyName);
JSCell.h 358 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[m_nextAtom]); local
360 cell->~JSCell();
361 return cell;
JSObject.cpp 601 JSCell* cell = 0; local
602 size_t offset = m_structure->get(exec->globalData(), propertyName, attributes, cell);
  /external/webkit/Source/WebCore/inspector/front-end/
ProfileView.js 534 var cell = event.target.enclosingNodeOrSelfWithNodeName("td"); variable
535 if (!cell || (!cell.hasStyleClass("total-column") && !cell.hasStyleClass("self-column") && !cell.hasStyleClass("average-column")))
538 if (cell.hasStyleClass("total-column"))
540 else if (cell.hasStyleClass("self-column"))
542 else if (cell.hasStyleClass("average-column"))
  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.cpp 37 table's width, the width of the columns, and borders or cell
50 2. Otherwise, a cell in the first row with a value other than
52 the cell spans more than one column, the width is divided over the
56 table space (minus borders or cell spacing).
60 widths (plus cell spacing or borders). If the table is wider than
66 not affect column widths. Any cell that has content that overflows
155 RenderTableCell* cell = toRenderTableCell(child); local
156 if (cell->preferredLogicalWidthsDirty())
157 cell->computePreferredLogicalWidths();
159 Length w = cell->styleOrColLogicalWidth()
    [all...]
  /packages/apps/Launcher2/
print_db.py 50 def print_intent(out, id, i, cell):
51 if cell:
53 cgi.escape(cell, True)
57 def print_icon(out, id, i, cell):
58 if cell:
62 f.write(cell)
65 def print_cell(out, id, i, cell):
66 if not cell is None:
67 out.write(cgi.escape(str(cell)))
74 def render_cell_info(out, cell, occupied)
158 cell = row[i] variable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 80 protected Control createContents(Composite cell) {
81 text = new Text(cell, SWT.SINGLE);
95 // disposed this cell editor
130 text.setFont(cell.getFont());
131 text.setBackground(cell.getBackground());
218 * Processes a modify event that occurred in this text cell editor.
260 * value and deactivating this cell editor.
337 * Returns <code>true</code> if this cell editor is
358 * Processes a key release event that occurred in this cell editor.
473 // This means that in some cases the cell editor will still b
    [all...]
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 123 int cell = mGameView.getSelection(); local
124 mButtonNext.setEnabled(cell >= 0);
138 int cell = mGameView.getSelection(); local
139 if (cell >= 0) {
141 mGameView.setCell(cell, player);
152 // Pick a non-used cell at random. That's about all the AI you need for this game.
  /external/ceres-solver/internal/ceres/
schur_complement_solver.cc 214 const Cell& cell = row.cells[c]; local
215 f_blocks.push_back(cell.block_id - num_eliminate_blocks);
schur_eliminator_impl.h 129 const Cell& cell = row.cells[c]; local
131 &(chunk.buffer_layout), cell.block_id, buffer_size)) {
132 buffer_size += e_block_size * bs->cols[cell.block_id].size;
313 const Cell& e_cell = row.cells.front();
370 const Cell& e_cell = row.cells.front();
448 const Cell& e_cell = row.cells.front();
visibility_based_preconditioner.cc 229 // matrix. For each pair of cameras contributing a non-zero cell to
230 // the schur complement, determine if that cell is present in the
233 // A pair of cameras contribute a cell to the preconditioner if they
241 // The cell corresponding to (i,j) is present in the preconditioner
291 const Cell& cell = row.cells[c]; local
292 const int f_block_id = cell.block_id - num_eliminate_blocks;
419 << "Cell missing for block pair (" << block1 << "," << block2 << ")"
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 64 GtkCellRenderer* cell = gtk_cell_renderer_text_new(); local
65 gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(*combobox), cell, TRUE);
66 gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(*combobox), cell,
  /external/icu4c/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...]
  /external/iproute2/tc/
tc_util.c 181 int cell; local
184 if (get_integer(&cell, slash+1, 0))
189 if ((1<<i) == cell) {
319 int cell; local
322 if (get_integer(&cell, slash+1, 0))
327 if ((1<<i) == cell) {
  /external/marisa-trie/lib/marisa/
trie-inline.h 6 #include "cell.h"
251 Cell cell; local
252 cell.set_louds_pos(get_child(node));
253 if (!louds_[cell.louds_pos()]) {
256 cell.set_node(louds_pos_to_node(cell.louds_pos(), node));
257 cell.set_key_id(node_to_key_id(cell.node()));
258 cell.set_length(key.length())
    [all...]
trie-search.cc 615 Cell cell; local
616 cell.set_louds_pos(get_child(node));
617 if (!louds_[cell.louds_pos()]) {
620 cell.set_node(louds_pos_to_node(cell.louds_pos(), node));
621 cell.set_key_id(node_to_key_id(cell.node()));
622 Vector<Cell> stack;
623 stack.push_back(cell);
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 6 #include "cell.h"
256 Cell cell; local
257 cell.set_louds_pos(get_child(node));
258 if (!louds_[cell.louds_pos()]) {
261 cell.set_node(louds_pos_to_node(cell.louds_pos(), node));
262 cell.set_key_id(node_to_key_id(cell.node()));
263 cell.set_length(key.length())
    [all...]
trie-search.cc 642 Cell cell; local
643 cell.set_louds_pos(get_child(node));
644 if (!louds_[cell.louds_pos()]) {
647 cell.set_node(louds_pos_to_node(cell.louds_pos(), node));
648 cell.set_key_id(node_to_key_id(cell.node()));
649 Vector<Cell> stack;
650 stack.push_back(cell);
    [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 151 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell,
154 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset;
157 // TODO(1550) We are passing NULL as a slot because cell can never be on
160 host(), NULL, cell); local
  /external/v8/src/ia32/
assembler-ia32-inl.h 160 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell,
163 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset;
167 // TODO(1550) We are passing NULL as a slot because cell can never be on
170 host(), NULL, cell); local
  /external/v8/src/mips/
assembler-mips-inl.h 218 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell,
221 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset;
224 // TODO(1550) We are passing NULL as a slot because cell can never be on
227 host(), NULL, cell); local
  /external/v8/src/x64/
assembler-x64-inl.h 319 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell,
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/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 118 // go through the cell's and check for tell-tale signs of "data" table status
127 // if there's only one cell, it's not a good AXTable candidate
131 // store the background color of the table to check against cell's background colors
139 // 1) must have at least one valid cell (and)
141 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
154 RenderTableCell* cell = firstBody->primaryCellAt(row, col); local
155 if (!cell)
157 Node* cellNode = cell->node();
161 if (cell->width() < 1 || cell->height() < 1
320 RenderTableCell* cell = tableSection->primaryCellAt(rowIndex, colIndex); local
462 RenderTableCell* cell = 0; local
    [all...]

Completed in 615 milliseconds

12 3 4 5 6 7