Home
last modified time | relevance | path

Searched refs:nonempty2 (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkgridlayout.c1159 int nonempty1, nonempty2; in grid_request_allocate() local
1183 grid_request_compute_expand (request, orientation, split, lines->max, &nonempty2, &expand2); in grid_request_allocate()
1185 if (nonempty2 > 0) in grid_request_allocate()
1188 size2 = (total_size - split_pos) - (nonempty2 - 1) * spacing; in grid_request_allocate()
1199 nonempty2 = expand2 = 0; in grid_request_allocate()
1206 if (nonempty1 == 0 && nonempty2 == 0) in grid_request_allocate()
1221 if (nonempty2 > 0) in grid_request_allocate()
1223 extra2 = size2 / nonempty2; in grid_request_allocate()
1227 rest = size2 % nonempty2; in grid_request_allocate()
1254 nonempty2, in grid_request_allocate()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkgrid.c1222 gint nonempty1, nonempty2; in gtk_grid_request_allocate() local
1244 … gtk_grid_request_compute_expand (request, orientation, split, lines->max, &nonempty2, &expand2); in gtk_grid_request_allocate()
1246 if (nonempty2 > 0) in gtk_grid_request_allocate()
1249 size2 = (total_size - split_pos) - (nonempty2 - 1) * linedata->spacing; in gtk_grid_request_allocate()
1260 nonempty2 = expand2 = 0; in gtk_grid_request_allocate()
1267 if (nonempty1 == 0 && nonempty2 == 0) in gtk_grid_request_allocate()
1282 if (nonempty2 > 0) in gtk_grid_request_allocate()
1284 extra2 = size2 / nonempty2; in gtk_grid_request_allocate()
1288 rest = size2 % nonempty2; in gtk_grid_request_allocate()
1315 nonempty2, in gtk_grid_request_allocate()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_dict_version.py53 nonempty2 = self.new_dict(x='x', y='y')
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_dict_version.py53 nonempty2 = self.new_dict(x='x', y='y')
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_dict_version.py53 nonempty2 = self.new_dict(x='x', y='y')
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_dict_version.py53 nonempty2 = self.new_dict(x='x', y='y')
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_dict_version.py53 nonempty2 = self.new_dict(x='x', y='y')
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_dict_version.py53 nonempty2 = self.new_dict(x='x', y='y')
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_dict_version.py53 nonempty2 = self.new_dict(x='x', y='y')
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_dict_version.py53 nonempty2 = self.new_dict(x='x', y='y')
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_dict_version.py53 nonempty2 = self.new_dict(x='x', y='y')
/dports/textproc/xom/XOM/src/nu/xom/tests/
H A DXPathTest.java1992 Text nonempty2 = new Text("value2"); in testAdjacentEmptyAndNonEmptyTextNodes() local
1995 parent.appendChild(nonempty2); in testAdjacentEmptyAndNonEmptyTextNodes()