/external/bzip2/ |
bzip2.c | [all...] |
/external/ceres-solver/internal/ceres/ |
block_jacobi_preconditioner.cc | 78 const vector<Cell>& cells = bs->rows[r].cells;
|
visibility.cc | 63 const vector<Cell>& cells = block_structure.rows[i].cells;
|
block_jacobian_writer.cc | 193 Cell& cell = row->cells[k]; local 194 cell.block_id = parameter_block->index(); 195 cell.position = jacobian_layout_[i][k];
|
implicit_schur_complement.cc | 150 const Cell& cell = block_diagonal_structure->rows[r].cells[0]; local 151 MatrixRef m(block_diagonal->mutable_values() + cell.position,
|
/external/guava/guava/src/com/google/common/collect/ |
ForwardingTable.java | 43 public Set<Cell<R, C, V>> cellSet() {
|
ArrayTable.java | 70 * access the same cell of an {@code ArrayTable} concurrently and one of the 75 * to one cell and a thread that reads from another. 552 public Set<Cell<R, C, V>> cellSet() { 557 Iterator<Cell<R, C, V>> cellIterator() { 558 return new AbstractIndexedListIterator<Cell<R, C, V>>(size()) { 559 @Override protected Cell<R, C, V> get(final int index) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 313 public byte[] verifyPattern(List<LockPatternView.Cell> pattern, long challenge, int userId) 342 public boolean checkPattern(List<LockPatternView.Cell> pattern, int userId) 601 public void saveLockPattern(List<LockPatternView.Cell> pattern, int userId) { 610 public void saveLockPattern(List<LockPatternView.Cell> pattern, String savedPattern, int userId) { 1045 LockPatternView.Cell cell = pattern.get(i); local 1080 LockPatternView.Cell cell = pattern.get(i); local [all...] |
/external/clang/www/analyzer/scripts/ |
expandcollapse.js | 1 // expand/collapse button (expander) is added if height of a cell content 11 // array[group][cell] of { 'height', 'expanded' }. 13 // cell: a number; unique index of a cell in a group. 14 // height: a number, px; original height of a cell in a table. 15 // expanded: boolean; is a cell expanded or collapsed? 18 // Extracts group and cell indices from an id of the form identifier_group_cell. 21 return { 'group': idx[0], 'cell': idx[1] }; 24 // Returns { 'height', 'expanded' } info for a cell with a given id. 27 return CellsInfo[idx.group][idx.cell]; [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
RegularImmutableTableTest.java | 22 import com.google.common.collect.Table.Cell; 29 private static final ImmutableSet<Cell<Character, Integer, String>> CELLS =
|
/external/opencv3/modules/videostab/src/ |
outlier_rejection.cpp | 91 grid_.assign(ncells.area(), Cell()); 100 // process each cell 112 // estimate translation model at the current cell using RANSAC 114 const Cell &cell = grid_[ci]; local 120 if (!cell.empty()) 124 idx = cell[static_cast<unsigned>(rng) % cell.size()]; 129 for (size_t i = 0; i < cell.size(); ++i) 131 x1 = points0_[cell[i]].x + dx [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
cell.d | 3 #name: Cell tests (includes Altivec)
|
/packages/apps/Settings/src/com/android/settings/ |
ConfirmLockPattern.java | 39 import com.android.internal.widget.LockPatternView.Cell; 397 public void onPatternCellAdded(List<Cell> pattern) { 401 public void onPatternDetected(List<LockPatternView.Cell> pattern) { 428 private void startVerifyPattern(final List<LockPatternView.Cell> pattern, 461 private void startCheckPattern(final List<LockPatternView.Cell> pattern,
|
/external/clang/test/SemaCXX/ |
warn-thread-safety-analysis.cpp | 1934 Cell<int> cell; local 3557 Cell<int> cell; local 3570 Cell<int> cell; local 3591 Cell<int> cell; local 3607 Cell<int> cell; local [all...] |
/external/v8/src/ppc/ |
assembler-ppc-inl.h | 232 Handle<Cell> RelocInfo::target_cell_handle() { 233 DCHECK(rmode_ == RelocInfo::CELL); 235 return Handle<Cell>(reinterpret_cast<Cell**>(address)); 239 Cell* RelocInfo::target_cell() { 240 DCHECK(rmode_ == RelocInfo::CELL); 241 return Cell::FromValueAddress(Memory::Address_at(pc_)); 245 void RelocInfo::set_target_cell(Cell* cell, WriteBarrierMode write_barrier_mode, 247 DCHECK(rmode_ == RelocInfo::CELL); 253 host()->GetHeap()->incremental_marking()->RecordWrite(host(), NULL, cell); local [all...] |
/external/v8/src/x64/ |
assembler-x64-inl.h | 435 Handle<Cell> RelocInfo::target_cell_handle() { 436 DCHECK(rmode_ == RelocInfo::CELL); 438 return Handle<Cell>(reinterpret_cast<Cell**>(address)); 442 Cell* RelocInfo::target_cell() { 443 DCHECK(rmode_ == RelocInfo::CELL); 444 return Cell::FromValueAddress(Memory::Address_at(pc_)); 448 void RelocInfo::set_target_cell(Cell* cell, 451 DCHECK(rmode_ == RelocInfo::CELL); 462 host(), NULL, cell); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adomd.h | 28 typedef struct Cell Cell; 224 virtual HRESULT WINAPI get_Item(SAFEARRAY **idx,Cell **ppvObject) = 0; 248 HRESULT (WINAPI *get_Item)(ICellset *This,SAFEARRAY **idx,Cell **ppvObject); 289 HRESULT WINAPI ICellset_get_Item_Proxy(ICellset *This,SAFEARRAY **idx,Cell **ppvObject); 321 struct Cell : public IDispatch { 334 HRESULT (WINAPI *QueryInterface)(Cell *This,REFIID riid,void **ppvObject); 335 ULONG (WINAPI *AddRef)(Cell *This); 336 ULONG (WINAPI *Release)(Cell *This); 337 HRESULT (WINAPI *GetTypeInfoCount)(Cell *This,UINT *pctinfo) [all...] |
/external/autotest/frontend/client/src/autotest/common/table/ |
FragmentedTable.java | 53 * functionality (accessing cell elements, input handling, etc.). 79 public HTMLTable.Cell getCellForEvent(ClickEvent event) { 140 * This must be called before using other functionality (accessing cell elements, input
|
/external/gemmlowp/internal/ |
pack.h | 71 void seek_next_cell() const { pos_ += KernelSideFormat::Cell::kSize; } 74 pos_ += n * KernelSideFormat::Cell::kSize; 301 typedef typename KernelSideFormat::Cell CellFormat; 390 typedef typename KernelSideFormat::Cell CellFormat;
|
pack_SSE.h | 74 typedef typename KernelSideFormat::Cell CellFormat;
|
pack_neon.h | 173 typedef typename KernelSideFormat::Cell CellFormat; 214 for (int cell = 0; cell < kCells; cell++) { 216 src_lines_intertwined_4x[2 * cell + outer].val[inner]); 220 for (int cell = 0; cell < kCells; cell++) { 222 src_lines_intertwined_4x[2 * cell + outer].val[inner]); 233 for (int cell = 0; cell < kCells; cell++) [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ArrayTable.java | 68 * access the same cell of an {@code ArrayTable} concurrently and one of the 73 * to one cell and a thread that reads from another. 528 public Set<Cell<R, C, V>> cellSet() { 533 Iterator<Cell<R, C, V>> cellIterator() { 534 return new AbstractIndexedListIterator<Cell<R, C, V>>(size()) { 535 @Override protected Cell<R, C, V> get(final int index) {
|
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/ |
KeyguardTestActivity.java | 45 import com.android.internal.widget.LockPatternView.Cell; 323 public boolean checkPattern(List<Cell> pattern) {
|
/external/v8/src/arm64/ |
assembler-arm64-inl.h | 774 Handle<Cell> RelocInfo::target_cell_handle() { 776 Cell *null_cell = NULL; 777 return Handle<Cell>(null_cell); 781 Cell* RelocInfo::target_cell() { 782 DCHECK(rmode_ == RelocInfo::CELL); 783 return Cell::FromValueAddress(Memory::Address_at(pc_)); 787 void RelocInfo::set_target_cell(Cell* cell, 880 } else if (mode == RelocInfo::CELL) { 902 } else if (mode == RelocInfo::CELL) { [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);
|