Home
last modified time | relevance | path

Searched refs:empty_shape (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/
H A Dempty_cursor_filter.cc17 protocol::CursorShapeInfo empty_shape; in EmptyCursorShape() local
18 empty_shape.set_data(std::string()); in EmptyCursorShape()
19 empty_shape.set_width(0); in EmptyCursorShape()
20 empty_shape.set_height(0); in EmptyCursorShape()
21 empty_shape.set_hotspot_x(0); in EmptyCursorShape()
22 empty_shape.set_hotspot_y(0); in EmptyCursorShape()
23 return empty_shape; in EmptyCursorShape()
/dports/devel/py-shapely/Shapely-1.8.0/tests/
H A Dtest_emptiness.py85 empty_shape = shape(empty_json)
86 assert empty_shape.is_empty
/dports/devel/py-dask/dask-2021.11.2/dask/array/
H A Doverlap.py448 empty_shape = list(x.shape)
449 empty_shape[k] = d
456 shape=empty_shape,
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dgcalc_tools.h160 int empty_shape();
H A Dgcalc_slicescan.h338 virtual int empty_shape() { return 0; } in empty_shape() function
H A Dgcalc_tools.cc469 int Gcalc_operation_transporter::empty_shape() in empty_shape() function in Gcalc_operation_transporter
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dgcalc_tools.h160 int empty_shape();
H A Dgcalc_slicescan.h338 virtual int empty_shape() { return 0; } in empty_shape() function
H A Dgcalc_tools.cc469 int Gcalc_operation_transporter::empty_shape() in empty_shape() function in Gcalc_operation_transporter
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dgcalc_tools.h160 int empty_shape();
H A Dgcalc_slicescan.h338 virtual int empty_shape() { return 0; } in empty_shape() function
H A Dgcalc_tools.cc469 int Gcalc_operation_transporter::empty_shape() in empty_shape() function in Gcalc_operation_transporter
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dgcalc_tools.h160 int empty_shape();
H A Dgcalc_slicescan.h338 virtual int empty_shape() { return 0; } in empty_shape() function
H A Dgcalc_tools.cc469 int Gcalc_operation_transporter::empty_shape()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dgcalc_tools.h160 int empty_shape();
H A Dgcalc_slicescan.h338 virtual int empty_shape() { return 0; } in empty_shape() function
H A Dgcalc_tools.cc469 int Gcalc_operation_transporter::empty_shape() in empty_shape() function in Gcalc_operation_transporter
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dgcalc_tools.h160 int empty_shape();
H A Dgcalc_slicescan.h338 virtual int empty_shape() { return 0; } in empty_shape() function
H A Dgcalc_tools.cc469 int Gcalc_operation_transporter::empty_shape() in empty_shape() function in Gcalc_operation_transporter
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_serialization.py72 empty_shape = ((hasattr(obj1, "shape") and obj1.shape == ()) or
74 if empty_shape:
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_serialization.py72 empty_shape = ((hasattr(obj1, "shape") and obj1.shape == ()) or
74 if empty_shape:
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_serialization.py66 empty_shape = ((hasattr(obj1, "shape") and obj1.shape == ()) or
68 if empty_shape:
/dports/math/py-jax/jax-0.2.9/jax/_src/numpy/
H A Dlax_numpy.py3006 empty_shape = list(lax.broadcast_shapes(shape(start), shape(stop)))
3007 empty_shape.insert(axis, 0)
3009 out = reshape(array([], dtype=dtype), empty_shape)

12