HomeSort by relevance Sort by last modified time
    Searched refs:Cell (Results 76 - 100 of 293) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 161 EFI_HII_GLYPH_INFO Cell;
186 EFI_HII_GLYPH_INFO Cell;
218 EFI_HII_GLYPH_INFO Cell;
219 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
224 EFI_HII_GLYPH_INFO Cell;
226 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
231 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Global.Cell.Width+7)/8)*Global.Cell.Height
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adomd.h 36 typedef interface Cell Cell;
231 virtual HRESULT STDMETHODCALLTYPE get_Item (SAFEARRAY **idx, Cell **ppvObject) = 0;
254 HRESULT (STDMETHODCALLTYPE *get_Item) (ICellset *This, SAFEARRAY **idx, Cell **ppvObject);
307 Cell : public IDispatch {
319 BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE *QueryInterface) (Cell *This, REFIID riid, _COM_Outptr_ void **ppvObject);
320 ULONG (STDMETHODCALLTYPE *AddRef) (Cell *This);
321 ULONG (STDMETHODCALLTYPE *Release) (Cell *This);
322 HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount) (Cell *This, UINT *pctinfo);
323 HRESULT (STDMETHODCALLTYPE *GetTypeInfo) (Cell *This, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 759 Handle<Cell> RelocInfo::target_cell_handle() {
761 Cell *null_cell = NULL;
762 return Handle<Cell>(null_cell);
766 Cell* RelocInfo::target_cell() {
767 DCHECK(rmode_ == RelocInfo::CELL);
768 return Cell::FromValueAddress(Memory::Address_at(pc_));
772 void RelocInfo::set_target_cell(Cell* cell,
847 } else if (mode == RelocInfo::CELL) {
869 } else if (mode == RelocInfo::CELL) {
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 157 Handle<Cell> literals(Cell::cast(feedback_vector->Get(literals_slot)),
641 Handle<Cell> vector_cell(Cell::cast(vector->Get(slot)), isolate);
657 Handle<Cell> vector_cell(Cell::cast(vector->Get(slot)), isolate);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 4 * Octave cell <-> C++ container wrapper
449 $result = Cell(tmpc);
460 $result = Cell(tmpc);
608 Cell c(size,1);
  /external/gemmlowp/internal/
pack_msa.h 41 typedef typename KernelSideFormat::Cell CellFormat;
89 for (int cell = 0; cell < kCells; cell += 2) {
92 src_lines_intertwined_4x[2 * (cell + 1) + outer][inner]),
94 src_lines_intertwined_4x[2 * cell + outer][inner]));
98 for (int cell = 0; cell < kCells; cell += 2) {
101 src_lines_intertwined_4x[2 * (cell + 1) + outer][inner])
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ArrayTableTest.java 24 import com.google.common.collect.Table.Cell;
392 Cell<String, Integer, Character> cell = table.cellSet().iterator().next(); local
393 assertEquals(Tables.immutableCell("foo", 1, 'a'), cell);
395 assertEquals(Tables.immutableCell("foo", 1, 'd'), cell);
ImmutableTableTest.java 100 Table.Cell<Character, Integer, String> mutableCell =
113 // Add the mutable cell to the builder
  /external/guava/guava-tests/test/com/google/common/collect/
ArrayTableTest.java 25 import com.google.common.collect.Table.Cell;
414 Cell<String, Integer, Character> cell = table.cellSet().iterator().next(); local
415 assertEquals(Tables.immutableCell("foo", 1, 'a'), cell);
417 assertEquals(Tables.immutableCell("foo", 1, 'd'), cell);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardPatternView.java 238 public void onPatternCellAdded(List<LockPatternView.Cell> pattern) {
243 public void onPatternDetected(final List<LockPatternView.Cell> pattern) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 132 EFI_HII_GLYPH_INFO Cell;
156 EFI_HII_GLYPH_INFO Cell;
188 EFI_HII_GLYPH_INFO Cell;
189 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
194 EFI_HII_GLYPH_INFO Cell;
196 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
201 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Global.Cell.Width+7)/8)*Global.Cell.Height
    [all...]
  /external/guava/guava/src/com/google/common/collect/
StandardTable.java 213 * <p>Each cell is an immutable snapshot of a row key / column key / value
214 * mapping, taken at the time the cell is returned by a method call to the
217 @Override public Set<Cell<R, C, V>> cellSet() {
221 @Override Iterator<Cell<R, C, V>> cellIterator() {
225 private class CellIterator implements Iterator<Cell<R, C, V>> {
236 @Override public Cell<R, C, V> next() {
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 154 EFI_HII_GLYPH_INFO Cell;
185 EFI_HII_GLYPH_INFO Cell;
217 EFI_HII_GLYPH_INFO Cell;
223 EFI_HII_GLYPH_INFO Cell;
    [all...]
  /external/v8/src/compiler/
js-inlining.cc 389 // the vector cell does not contain a valid feedback vector for the call
394 Handle<Cell> cell(Cell::cast(p.feedback().vector()->Get(slot)));
395 if (!cell->value()->IsFeedbackVector()) return false;
431 // Load the feedback vector of the target by looking up its vector cell at
434 Handle<Cell> cell(Cell::cast(p.feedback().vector()->Get(slot)));
435 DCHECK(cell->value()->IsFeedbackVector())
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 200 EFI_HII_GLYPH_INFO Cell;
232 EFI_HII_GLYPH_INFO Cell;
264 EFI_HII_GLYPH_INFO Cell;
270 EFI_HII_GLYPH_INFO Cell;
288 EFI_HII_GLYPH_INFO Cell;
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 26 import com.google.common.collect.Table.Cell;
435 for (Cell<HashFunction, String, String> cell : KNOWN_HASHES.cellSet()) {
436 HashFunction func = cell.getRowKey();
437 String input = cell.getColumnKey();
438 String expected = cell.getValue();
  /external/v8/src/heap/
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.
  /external/v8/src/
type-info.cc 42 Cell* cell = Cell::cast(value); local
43 return Handle<Object>(cell->value(), isolate());
60 WeakCell* cell = WeakCell::cast(obj); local
61 if (cell->cleared()) return undefined;
62 obj = cell->value();
assembler.h 327 CELL,
370 FIRST_SHAREABLE_RELOC_MODE = CELL,
393 static inline bool IsCell(Mode mode) { return mode == CELL; }
539 INLINE(Cell* target_cell());
540 INLINE(Handle<Cell> target_cell_handle());
542 Cell* cell, WriteBarrierMode write_barrier_mode = UPDATE_WRITE_BARRIER,
    [all...]
factory.cc 1171 Handle<Cell> cell = NewCell(value); local
1177 Handle<Cell> cell = NewCell(value); local
1183 Handle<Cell> cell = NewCell(value); local
1789 Handle<PropertyCell> cell = NewPropertyCell(); local
2629 WeakCell* cell = WeakCell::cast(result); local
2638 Handle<WeakCell> cell = NewWeakCell(map); local
    [all...]
compiler.cc 218 Handle<WeakCell> cell = Code::WeakCellFor(code); local
221 heap->AddWeakNewSpaceObjectToCodeDependency(object, cell);
225 DependentCode::InsertWeakCode(dep, DependentCode::kWeakCodeGroup, cell);
241 RelocInfo::ModeMask(RelocInfo::CELL);
244 if (mode == RelocInfo::CELL &&
    [all...]
  /external/autotest/frontend/client/src/autotest/common/table/
DataTable.java 64 public Widget createWidget(int row, int cell, JSONObject rowObject);
264 HTMLTable.Cell tableCell = table.getCellForDomEvent(event);
270 int cell = tableCell.getCellIndex(); local
272 if (isClickableWidgetColumn(cell) && table.getWidget(row, cell) != null) {
276 onCellClicked(row, cell, isRightClick);
279 protected void onCellClicked(int row, int cell, boolean isRightClick) {
  /external/toolchain-utils/crosperf/
results_report.py 15 from cros_utils.tabulator import Cell
155 cell = Cell()
156 cell.string_value = benchmark_info
157 cell.header = True
158 return [[cell]]
183 cell = Cell()
184 cell.string_value = ('This benchmark contains no result.'
186 cell_table = [[cell]]
    [all...]
  /external/v8/src/builtins/
builtins-constructor.cc 132 // Bump the closure counter encoded in the cell's map.
426 Node* cell = LoadObjectField(closure, JSFunction::kFeedbackVectorOffset); local
427 Node* feedback_vector = LoadObjectField(cell, Cell::kValueOffset);
509 Node* cell = LoadObjectField(closure, JSFunction::kFeedbackVectorOffset); local
510 Node* feedback_vector = LoadObjectField(cell, Cell::kValueOffset);
667 Node* cell = LoadObjectField(closure, JSFunction::kFeedbackVectorOffset); local
668 Node* feedback_vector = LoadObjectField(cell, Cell::kValueOffset)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 66 import com.android.internal.widget.LockPatternView.Cell;
728 public void onPatternDetected(List<LockPatternView.Cell> pattern) {
739 public void onPatternCellAdded(List<Cell> pattern) {
    [all...]

Completed in 1592 milliseconds

1 2 34 5 6 7 8 91011>>