Home
last modified time | relevance | path

Searched defs:covering (Results 1 – 6 of 6) sorted by relevance

/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2RegionCovererTest.java34 S2CellUnion covering = new S2CellUnion(); in testRandomCells() local
42 S2RegionCoverer coverer, S2Region region, ArrayList<S2CellId> covering, boolean interior) { in checkCovering()
135 ArrayList<S2CellId> covering = new ArrayList<S2CellId>(); in testSimpleCoverings() local
DS2CellUnionTest.java297 double getMaxAngle(S2CellUnion covering, S2Point axis) { in getMaxAngle()
329 S2CellUnion covering = new S2CellUnion(); in testExpand() local
DS2CapTest.java205 S2Cap covering = S2Cap.fromAxisAngle(center, S1Angle.radians(kFaceRadius + EPS)); in testCells() local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2RegionCoverer.java251 public void getCovering(S2Region region, ArrayList<S2CellId> covering) { in getCovering()
261 tmp.denormalize(minLevel(), levelMod(), covering); in getCovering() local
285 S2CellUnion covering = new S2CellUnion(); in getCovering() local
290 public void getCovering(S2Region region, S2CellUnion covering) { in getCovering()
301 S2CellUnion covering = new S2CellUnion(); in getInteriorCovering() local
306 public void getInteriorCovering(S2Region region, S2CellUnion covering) { in getInteriorCovering()
/external/sqlite/dist/orig/
Dshell.c9309 i64 covering; /* Mask of columns required for cov. index */ member
/external/sqlite/dist/
Dshell.c9314 i64 covering; /* Mask of columns required for cov. index */ member