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

12 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/
print_db.py 70 def print_intent(out, id, i, cell):
71 if cell:
73 cgi.escape(cell, True)
77 def print_icon(out, id, i, cell):
78 if cell:
82 f.write(cell)
85 def print_icon_type(out, id, i, cell):
86 if cell == 0:
87 out.write("Application (%d)" % cell)
88 elif cell == 1
213 cell = row[i] variable
    [all...]
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 23 // A cell represents a segment of text terminated by tabs or line breaks.
24 // The text itself is stored in a separate buffer; cell only describes the
26 // ('\t') terminated cell.
28 type cell struct { type
29 size int // cell size in bytes
30 width int // cell width in runes
31 htab bool // true if the cell is terminated by an htab ('\t')
48 // forms a cell but that cell is not part of an aligned column.
103 pos int // buffer position up to which cell.width of incomplete cell has been compute
    [all...]
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 23 // A cell represents a segment of text terminated by tabs or line breaks.
24 // The text itself is stored in a separate buffer; cell only describes the
26 // ('\t') terminated cell.
28 type cell struct { type
29 size int // cell size in bytes
30 width int // cell width in runes
31 htab bool // true if the cell is terminated by an htab ('\t')
48 // forms a cell but that cell is not part of an aligned column.
103 pos int // buffer position up to which cell.width of incomplete cell has been compute
    [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...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
GridActivity.java 95 final EditText cell = getCell(row, column); local
96 syncRunOnUiThread(() -> v.visit(cell));
155 final EditText cell = getCell(line, col); local
156 final OneTimeTextWatcher watcher = new OneTimeTextWatcher(resourceId, cell, value);
158 cell.addTextChangedListener(watcher);
  /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/dtc/
util.c 399 const fdt32_t *cell = (const fdt32_t *)data; local
403 printf("0x%08x%s", fdt32_to_cpu(cell[i]),
  /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) {
SparseImmutableTable.java 37 SparseImmutableTable(ImmutableList<Cell<R, C, V>> cellList,
52 Cell<R, C, V> cell = cellList.get(i); local
53 R rowKey = cell.getRowKey();
54 C columnKey = cell.getColumnKey();
55 V value = cell.getValue();
96 Cell<R, C, V> getCell(int index) {
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.c 335 int32_t entry, sum, state, cell, count; local
355 for(cell=0; cell<256; ++cell) {
356 entry=states->stateTable[state][cell];
360 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
364 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
375 for(cell=0; cell<256; ++cell) {
427 int32_t entry, state, cell, count; local
930 int32_t state, cell, entry; local
    [all...]
  /external/iproute2/tc/
tc_util.c 367 int cell; local
370 if (get_integer(&cell, slash+1, 0))
375 if ((1<<i) == cell) {
  /external/jemalloc/src/
ckh.c 49 * Search bucket for key and return the cell number if found; SIZE_T_MAX
55 ckhc_t *cell; local
59 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) + i];
60 if (cell->key != NULL && ckh->keycomp(key, cell->key))
68 * Search table for key and return cell number if found; SIZE_T_MAX otherwise.
73 size_t hashes[2], bucket, cell; local
81 cell = ckh_bucket_search(ckh, bucket, key);
82 if (cell != SIZE_T_MAX)
83 return (cell);
95 ckhc_t *cell; local
129 ckhc_t *cell; local
487 size_t cell; local
518 size_t cell; local
    [all...]
  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.h 57 cells_(static_cast<Cell*>(
58 AllocateGuardedVirtualMemory(num_cells_ * sizeof(Cell)))),
65 FreeGuardedVirtualMemory(cells_, num_cells_ * sizeof(Cell));
70 Cell** p_cell = Lookup(key);
71 Cell* cell = *p_cell; local
72 if (cell) {
73 return {static_cast<KVIndex>(cell - cells_), false}; // not inserted
76 // Get a free cell and link it.
77 *p_cell = cell = GetFreeCell()
91 Cell* cell = &cells_[index]; local
106 Cell* cell = *Lookup(key); local
182 Cell* cell = free_list_; local
    [all...]
  /external/skia/samplecode/
SampleAtlas.cpp 147 const SkScalar cell = SkIntToScalar(kCellSize); local
153 fTex[i].setXYWH(sx, sy, cell, cell);
155 fRec[i].fCenter.set(sx + cell/2, sy + 3*cell/4);
  /external/v8/src/arm/
assembler-arm-inl.h 165 Handle<Cell> RelocInfo::target_cell_handle() {
166 DCHECK(rmode_ == RelocInfo::CELL);
168 return Handle<Cell>(reinterpret_cast<Cell**>(address));
172 Cell* RelocInfo::target_cell() {
173 DCHECK(rmode_ == RelocInfo::CELL);
174 return Cell::FromValueAddress(Memory::Address_at(pc_));
178 void RelocInfo::set_target_cell(Cell* cell,
181 DCHECK(rmode_ == RelocInfo::CELL);
186 cell); local
    [all...]
  /external/v8/src/heap/
marking.h 17 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {}
26 inline CellType* cell() { return cell_; } function in class:v8::internal::MarkBit
101 MarkBit::CellType* cell = this->cells() + (index >> kBitsPerCellLog2); local
102 return MarkBit(cell, mask);
119 // cell with 1s.
125 // Finally, fill all bits until the end address in the last cell with 1s.
142 // cell with 0s.
148 // Finally, set all bits until the end address in the last cell with 0s.
215 void Print(uint32_t pos, uint32_t cell) {
    [all...]
objects-visiting-inl.h 191 &FixedBodyVisitor<StaticVisitor, Cell::BodyDescriptor, void>::Visit);
244 DCHECK(rinfo->rmode() == RelocInfo::CELL);
245 Cell* cell = rinfo->target_cell(); local
247 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, cell);
248 if (!host->IsWeakObject(cell)) {
249 StaticVisitor::MarkObject(heap, cell);
331 // Enqueue weak cell in linked list of encountered weak collections.
remembered-set.h 268 // Updates a cell slot using an untyped slot callback.
272 DCHECK(rinfo->rmode() == RelocInfo::CELL);
273 Object* cell = rinfo->target_cell(); local
274 Object* old_cell = cell;
275 SlotCallbackResult result = callback(&cell);
276 if (cell != old_cell) {
277 rinfo->set_target_cell(reinterpret_cast<Cell*>(cell));
353 RelocInfo rinfo(isolate, addr, RelocInfo::CELL, 0, NULL);
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 184 // Generate code to check that a global property cell is empty. Create
185 // the property cell at compilation time if no cell exists for the
190 Handle<PropertyCell> cell = JSGlobalObject::EnsureEmptyPropertyCell( local
193 DCHECK(cell->value()->IsTheHole(isolate));
194 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell);
359 Handle<Cell> validity_cell =
364 __ ldr(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset));
547 // otherwise wrap it in a weak cell.
551 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback) local
    [all...]
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 86 // Generate code to check that a global property cell is empty. Create
87 // the property cell at compilation time if no cell exists for the
92 Handle<PropertyCell> cell = JSGlobalObject::EnsureEmptyPropertyCell( local
95 DCHECK(cell->value()->IsTheHole(isolate));
96 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell);
304 Handle<PropertyCell> cell, Handle<Name> name, bool is_configurable) {
311 // Get the value from the cell.
313 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell);
384 Handle<Cell> validity_cell
586 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback); local
    [all...]
  /external/v8/src/ic/
handler-compiler.cc 226 auto cell = isolate()->factory()->NewWeakCell(holder()); local
227 __ LoadWeakValue(reg, cell, &miss);
247 // so the weak cell is not cleared and points to data.
248 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback); local
249 __ GetWeakValue(ApiGetterDescriptor::CallbackRegister(), cell); local
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 221 // Generate code to check that a global property cell is empty. Create
222 // the property cell at compilation time if no cell exists for the
227 Handle<PropertyCell> cell = JSGlobalObject::EnsureEmptyPropertyCell( local
230 DCHECK(cell->value()->IsTheHole(isolate));
231 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell);
359 Handle<Cell> validity_cell =
363 // Operand::ForCell(...) points to the cell's payload!
573 // otherwise wrap it in a weak cell.
577 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback) local
    [all...]
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 176 // Generate code to check that a global property cell is empty. Create
177 // the property cell at compilation time if no cell exists for the
182 Handle<PropertyCell> cell = JSGlobalObject::EnsureEmptyPropertyCell( local
185 DCHECK(cell->value()->IsTheHole(isolate));
186 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell);
342 Handle<Cell> validity_cell =
347 __ lw(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset));
527 // otherwise wrap it in a weak cell.
531 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback) local
    [all...]
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 176 // Generate code to check that a global property cell is empty. Create
177 // the property cell at compilation time if no cell exists for the
182 Handle<PropertyCell> cell = JSGlobalObject::EnsureEmptyPropertyCell( local
185 DCHECK(cell->value()->IsTheHole(isolate));
186 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell);
342 Handle<Cell> validity_cell =
347 __ ld(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset));
527 // otherwise wrap it in a weak cell.
531 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback) local
    [all...]
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 179 // Generate code to check that a global property cell is empty. Create
180 // the property cell at compilation time if no cell exists for the
185 Handle<PropertyCell> cell = JSGlobalObject::EnsureEmptyPropertyCell( local
188 DCHECK(cell->value()->IsTheHole(isolate));
189 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell);
353 Handle<Cell> validity_cell =
358 __ LoadP(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset));
545 // otherwise wrap it in a weak cell.
549 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback) local
    [all...]

Completed in 1150 milliseconds

12 3 4 5 6 7 8 91011>>