Home
last modified time | relevance | path

Searched defs:cell1 (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/dports/editors/calligra/calligra-3.2.1/plugins/textshape/tests/
H A DTestTableLayout.cpp188 QTextTableCell cell1 = m_table->cellAt(0, 0); in testBasicLayout() local
297 QTextTableCell cell1 = m_table->cellAt(0, 0); in testTableMargin() local
356 QTextTableCell cell1 = m_table->cellAt(0, 0); in testIndividualTableMargin() local
429 QTextTableCell cell1 = m_table->cellAt(0, 0); in testCellStyles() local
446 QTextTableCell cell1 = m_table->cellAt(0, 0); in testCellColumnSpanning() local
467 QTextTableCell cell1 = m_table->cellAt(0, 0); in testCellRowSpanning() local
492 QTextTableCell cell1 = m_table->cellAt(0, 0); in testCellRowAndColumnSpanning() local
603 QTextTableCell cell1 = m_table->cellAt(0, 0); in testMinimumRowHeight() local
675 QTextTableCell cell1 = m_table->cellAt(0, 0); in testVariableColumnWidth() local
715 QTextTableCell cell1 = m_table->cellAt(0, 0); in testColumnWidth() local
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/liberty/
H A DEquivCells.cc68 bool operator()(const LibertyCell *cell1, in operator ()()
260 equivCells(const LibertyCell *cell1, in equivCells()
270 equivCellPortsAndFuncs(const LibertyCell *cell1, in equivCellPortsAndFuncs()
294 equivCellPorts(const LibertyCell *cell1, in equivCellPorts()
313 equivCellPgPorts(const LibertyCell *cell1, in equivCellPgPorts()
332 equivCellSequentials(const LibertyCell *cell1, in equivCellSequentials()
352 equivCellTimingArcSets(const LibertyCell *cell1, in equivCellTimingArcSets()
/dports/devel/jna/jna-5.7.0/contrib/msoffice/src/com/sun/jna/platform/win32/COM/util/office/excel/
H A DComIWorksheet.java39 ComIRange getRange(String cell1); in getRange()
42 ComIRange getRange(String cell1, String cell2); in getRange()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/
H A DCellPartitioner.cs103 private static bool AreCellsConnectedViaRelationship(Cell cell1, Cell cell2) in AreCellsConnectedViaRelationship()
137 private bool OverlapViaForeignKeys(Cell cell1, Cell cell2) in OverlapViaForeignKeys()
/dports/misc/ompl/ompl-1.5.2/tests/datastructures/
H A Dgrid.cpp55 Grid<int>::Cell *cell1 = g.createCell(coord); in BOOST_AUTO_TEST_CASE() local
114 auto *cell1 = dynamic_cast<GridN<int>::Cell*>(g.createCell(coord)); in BOOST_AUTO_TEST_CASE() local
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BASE/
H A DDBCellTestSuite.h35 gum::learning::DBCell cell1; in test_cell1() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dtable_painter_test.cc78 LayoutObject& cell1 = *GetLayoutObjectByElementId("cell1"); in TEST_P() local
133 LayoutObject& cell1 = *GetLayoutObjectByElementId("cell1"); in TEST_P() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dtable_painter_test.cc74 LayoutObject& cell1 = *GetLayoutObjectByElementId("cell1"); in TEST_P() local
123 LayoutObject& cell1 = *GetLayoutObjectByElementId("cell1"); in TEST_P() local
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/scf/test/
H A Dtest_scfint.py29
30
31 def make_cell1(L, n):
/dports/cad/netgen-lvs/netgen-1.5.211/netgen/
H A Dinetcomp.c36 char cell1[200], cell2[200]; in main() local
H A Dnetcomp.c54 char cell1[200], cell2[200]; in main() local
/dports/cad/netgen-lvs/netgen-1.5.211/base/
H A Dinetcomp.c36 char cell1[200], cell2[200]; in main() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/AOR_v20.02/string/test/
H A Dstrrchr.c59 for (int i = 0; i < len + A; i++)
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/Facs/
H A DFacs.c59 EFI_ACPI_RESERVED_BYTE, in RemoveObjects()
/dports/cad/openroad/OpenROAD-2.0/src/dpl/src/
H A DPlace.cpp311 cellAreaGreater(const Cell *cell1, const Cell *cell2) in cellAreaGreater()
388 [&](Cell *cell1, Cell *cell2) { in brickPlace1()
447 [&](Cell *cell1, Cell *cell2) { in brickPlace2()
470 sort(sort_by_disp.begin(), sort_by_disp.end(), [&](Cell *cell1, Cell *cell2) { in groupRefine()
495 Cell *cell1 = group->cells_[rand() % group->cells_.size()]; in anneal() local
512 Cell *cell1 = &cells_[rand() % cells_.size()]; in anneal() local
533 sort(sorted.begin(), sorted.end(), [&](Cell *cell1, Cell *cell2) { in refine()
621 Opendp::swapCells(Cell *cell1, Cell *cell2) in swapCells()
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_mesh_bad_cells.c118 cs_lnum_t i, face_id, cell1, cell2; in _compute_ortho_norm() local
233 cs_lnum_t face_id, cell1, cell2; in _compute_offsetting() local
295 cs_lnum_t i, k, face_id, cell1, cell2, cell_id; in _compute_least_squares() local
481 cs_lnum_t face_id, cell1, cell2; in _compute_volume_ratio() local
1017 cs_lnum_t face_id, cell1, cell2; in cs_mesh_bad_cells_detect() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/html/
H A Dhtmlparser.cpp50 wxHtmlCell* const cell1 = new wxHtmlWordCell("Hello", dc); variable
/dports/math/octave-forge-mechanics/mechanics/inst/core/
H A Dsetpendulum.m39 cell1 = {reqf_description{:},optf_description{:}}'; variable
H A Dsetnloscillator.m43 cell1 = {reqf_description{:},optf_description{:}}'; variable
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/excel/
H A Dtest_style.py45 def assert_equal_style(cell1, cell2, engine): argument
/dports/databases/grass7/grass-7.8.6/imagery/i.gensig/
H A Dcovariance.c19 DCELL *cell1, *cell2; in compute_covariances() local
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/addons/
H A Dusing_table_addon.py62 cell1 = table.text_cell(0, 0, 'Zeile1\nZeile2', style='ctext') variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DCellNodeIterator.java79 Element cell1 = (Element)node1; in childrenEqual() local
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/styles/
H A Dfill_test_suite.cpp96 auto cell1 = ws1.cell("A10"); in test_two_fills() local
/dports/japanese/p5-Text-ChaSen/chasen-2.4.5/lib/
H A Dkatuyou.c46 chasen_cell_t *cell1, *cell2; in read_type_form() local

12345678910>>...25