Home
last modified time | relevance | path

Searched refs:cell_3 (Results 1 – 11 of 11) sorted by relevance

/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/
H A Dauto_tiler.cpp102 int cell_3 = cell_2 + 1; in get_four_cells_mask() local
107 int bit_3 = is_cell_occupied(cell_3) ? 1 : 0; in get_four_cells_mask()
228 int cell_3 = cell_2 + 1; in detect_border_info_inner() local
257 if (!has_border(cell_3)) { in detect_border_info_inner()
258 set_which_border(cell_3, BorderKind::TOP); in detect_border_info_inner()
274 if (!has_border(cell_3)) { in detect_border_info_inner()
365 int cell_3 = cell_2 + 1; in detect_border_info_outer() local
395 if (!has_border(cell_3)) { in detect_border_info_outer()
418 if (!has_border(cell_3)) { in detect_border_info_outer()
472 if (!has_border(cell_3)) { in detect_border_info_outer()
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/tests/regression_tests/surface_source/
H A Dtest.py34 cell_3 = openmc.Cell(region=+sph_2&-sph_3) # Cell to tally flux.
36 root = openmc.Universe(cells=[cell_1, cell_2, cell_3, cell_4])
57 cell_filter = openmc.CellFilter(cell_3)
/dports/science/openmc/openmc-0.12.2/tests/regression_tests/surface_source/
H A Dtest.py34 cell_3 = openmc.Cell(region=+sph_2&-sph_3) # Cell to tally flux.
36 root = openmc.Universe(cells=[cell_1, cell_2, cell_3, cell_4])
57 cell_filter = openmc.CellFilter(cell_3)
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/
H A Dconnman.edc213 part { name: "cell_3"; mouse_events: 0;
450 set_state(PART:"cell_3", "default", 0.0); \
456 set_state(PART:"cell_3", "default", 0.0); \
462 set_state(PART:"cell_3", "default", 0.0); \
468 set_state(PART:"cell_3", "default", 0.0); \
474 set_state(PART:"cell_3", "default", 0.0); \
480 set_state(PART:"cell_3", "partly", 0.0); \
486 set_state(PART:"cell_3", "visible", 0.0); \
492 set_state(PART:"cell_3", "visible", 0.0); \
498 set_state(PART:"cell_3", "visible", 0.0); \
H A Dwireless.edc692 set_state(PART:"cell_3", "default", 0.0);
698 set_state(PART:"cell_3", "default", 0.0);
704 set_state(PART:"cell_3", "default", 0.0);
710 set_state(PART:"cell_3", "default", 0.0);
716 set_state(PART:"cell_3", "default", 0.0);
722 set_state(PART:"cell_3", "partly", 0.0);
728 set_state(PART:"cell_3", "visible", 0.0);
734 set_state(PART:"cell_3", "visible", 0.0);
740 set_state(PART:"cell_3", "visible", 0.0);
823 part { name: "cell_3"; mouse_events: 0;
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtesttreemenu.c142 static GtkCellRenderer *cell_1 = NULL, *cell_2 = NULL, *cell_3 = NULL; variable
295 cell_3 = renderer = gtk_cell_renderer_text_new (); in create_cell_area()
346 gtk_cell_area_cell_set (area, cell_3, "align", align, NULL); in align_cell_3_toggled()
373 gtk_cell_area_cell_set (area, cell_3, "expand", expand, NULL); in expand_cell_3_toggled()
H A Dtestcellarea.c13 static GtkCellRenderer *cell_1 = NULL, *cell_2 = NULL, *cell_3 = NULL; variable
107 cell_3 = renderer = gtk_cell_renderer_text_new (); in simple_iconview()
144 gtk_cell_area_cell_set (area, cell_3, "align", align, NULL); in align_cell_3_toggled()
174 gtk_cell_area_cell_set (area, cell_3, "expand", expand, NULL); in expand_cell_3_toggled()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestcellarea.c13 static GtkCellRenderer *cell_1 = NULL, *cell_2 = NULL, *cell_3 = NULL; variable
106 cell_3 = renderer = gtk_cell_renderer_text_new (); in simple_iconview()
143 gtk_cell_area_cell_set (area, cell_3, "align", align, NULL); in align_cell_3_toggled()
173 gtk_cell_area_cell_set (area, cell_3, "expand", expand, NULL); in expand_cell_3_toggled()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/mobile/include/style/
H A Dmain.css561 #list_agents .cell_3 .ui-table-cell-label,
569 #list_agents .cell_3 .ui-table-cell-label,
576 #list_agents .cell_3,
604 #list_agents .cell_3,
757 #list_Modules .cell_3 .ui-table-cell-label,
772 #list_Modules .cell_3 {
817 #list_agent_Modules .cell_3 {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_win_unittest.cc1321 ComPtr<IUnknown> cell_3; in TEST_F() local
1322 EXPECT_EQ(S_OK, result->get_accessibleAt(2, 1, cell_3.GetAddressOf())); in TEST_F()
1323 CheckIUnknownHasName(cell_3, L"3"); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_win_unittest.cc1352 ComPtr<IUnknown> cell_3; in TEST_F() local
1353 EXPECT_EQ(S_OK, result->get_accessibleAt(2, 1, &cell_3)); in TEST_F()
1354 CheckIUnknownHasName(cell_3, L"3"); in TEST_F()