Home
last modified time | relevance | path

Searched defs:cells (Results 1 – 25 of 53) sorted by relevance

123

/external/ceres-solver/internal/ceres/
Dblock_sparse_matrix.cc67 const vector<Cell>& cells = block_structure_->rows[i].cells; in BlockSparseMatrix() local
95 const vector<Cell>& cells = block_structure_->rows[i].cells; in RightMultiply() local
115 const vector<Cell>& cells = block_structure_->rows[i].cells; in LeftMultiply() local
133 const vector<Cell>& cells = block_structure_->rows[i].cells; in SquaredColumnNorm() local
150 const vector<Cell>& cells = block_structure_->rows[i].cells; in ScaleColumns() local
172 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToDenseMatrix() local
195 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToTripletSparseMatrix() local
225 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToTextFile() local
Dpartitioned_matrix_view_impl.h64 const vector<Cell>& cells = bs->rows[r].cells; in PartitionedMatrixView() local
134 const vector<Cell>& cells = bs->rows[r].cells; in RightMultiplyF() local
149 const vector<Cell>& cells = bs->rows[r].cells; in RightMultiplyF() local
200 const vector<Cell>& cells = bs->rows[r].cells; in LeftMultiplyF() local
215 const vector<Cell>& cells = bs->rows[r].cells; in LeftMultiplyF() local
342 const vector<Cell>& cells = bs->rows[r].cells; in UpdateBlockDiagonalFtF() local
361 const vector<Cell>& cells = bs->rows[r].cells; in UpdateBlockDiagonalFtF() local
Dvisibility.cc63 const vector<Cell>& cells = block_structure.rows[i].cells; in ComputeVisibility() local
Dblock_structure.h74 vector<Cell> cells; member
Dblock_jacobi_preconditioner.cc78 const vector<Cell>& cells = bs->rows[r].cells; in UpdateImpl() local
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
DBrailleTranslator.java34 String backTranslate(byte[] cells); in backTranslate()
DITranslatorService.aidl46 String backTranslate(in byte[] cells, String tableName); in backTranslate()
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
Dstub_braille_controller.cc18 void StubBrailleController::WriteDots(const std::string& cells) { in WriteDots()
Dbraille_controller_stub.cc59 void BrailleControllerImpl::WriteDots(const std::string& cells) { in WriteDots()
Dbrlapi_connection.cc181 bool BrlapiConnectionImpl::WriteDots(const unsigned char* cells) { in WriteDots()
Dbraille_controller_brlapi.cc96 void BrailleControllerImpl::WriteDots(const std::string& cells) { in WriteDots()
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableTable.java90 List<Cell<R, C, V>> cells, in forCells()
121 Iterable<Cell<R, C, V>> cells) { in forCells()
130 forCellsInternal(Iterable<Cell<R, C, V>> cells, in forCellsInternal()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dexterns.js38 chrome.brailleDisplayPrivate.writeDots = function(cells) {}; argument
Dexpanding_braille_translator.js117 function chunkTranslated(chunk, cells, textToBraille, brailleToText) { argument
293 return function(cells, textToBraille, brailleToText) { argument
Dbraille_display_manager.js226 goog.bind(function(cells, textToBraille, brailleToText) { argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
Dbraille_captions_background.js59 cvox.BrailleCaptionsBackground.setContent = function(text, cells) { argument
/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.h114 std::vector<EntryCell> cells; member
130 CellList cells; member
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
Dliblouis.js311 function(cells, callback) { argument
320 'cells': cvox.LibLouis.Translator.encodeHexString_(cells) property
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTable.cpp147 RefPtrWillBeRawPtr<HTMLCollection> cells = rowElement->cells(); in isDataTable() local
471 void AXTable::cells(AXObject::AccessibilityChildrenVector& cells) in cells() function in blink::AXTable
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
Dinfo.js13 function renderCells(cells, data) { argument
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableRowElement.cpp147 PassRefPtrWillBeRawPtr<HTMLCollection> HTMLTableRowElement::cells() in cells() function in blink::HTMLTableRowElement
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h54 Cell cells[1]; // variable len member
62 Cell cells[kBucketSize]; member
/external/valgrind/main/memcheck/tests/
Dleak-pool.c101 struct cell **cells = static_roots ? cells_static : cells_local; in main() local
/external/chromium_org/ui/views/examples/
Dtable_example.cc114 const char* const cells[5][4] = { in GetText() local
/external/iproute2/tc/
Dtc_core.c81 int linksize, cells; in tc_align_to_atm() local

123