/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2RegionCovererTest.java | 34 S2CellUnion covering = new S2CellUnion(); in testRandomCells() local 35 coverer.getCovering(new S2Cell(id), covering.cellIds()); in testRandomCells() 36 assertEquals(covering.size(), 1); in testRandomCells() 37 assertEquals(covering.cellId(0), id); in testRandomCells() 42 S2RegionCoverer coverer, S2Region region, ArrayList<S2CellId> covering, boolean interior) { in checkCovering() argument 46 for (int i = 0; i < covering.size(); ++i) { in checkCovering() 47 int level = covering.get(i).level(); in checkCovering() 51 S2CellId key = covering.get(i).parent(coverer.minLevel()); in checkCovering() 58 if (covering.size() > coverer.maxCells()) { in checkCovering() 67 for (int i = 0; i < covering.size(); ++i) { in checkCovering() [all …]
|
D | S2CellUnionTest.java | 297 double getMaxAngle(S2CellUnion covering, S2Point axis) { in getMaxAngle() argument 299 for (int i = 0; i < covering.size(); ++i) { in getMaxAngle() 300 S2Cell cell = new S2Cell(covering.cellId(i)); in getMaxAngle() 329 S2CellUnion covering = new S2CellUnion(); in testExpand() local 331 coverer.getCovering(cap, covering); in testExpand() 332 checkCovering(cap, covering, true, new S2CellId()); in testExpand() 334 double maxAngle = getMaxAngle(covering, cap.axis()); in testExpand() 336 for (int j = 0; j < covering.size(); ++j) { in testExpand() 337 minLevel = Math.min(minLevel, covering.cellId(j).level()); in testExpand() 339 covering.expand(S1Angle.radians(radius), maxLevelDiff); in testExpand() [all …]
|
D | S2CapTest.java | 205 S2Cap covering = S2Cap.fromAxisAngle(center, S1Angle.radians(kFaceRadius + EPS)); in testCells() local 206 assertEquals(covering.contains(rootCell), capFace == face); in testCells() 207 assertEquals(covering.mayIntersect(rootCell), capFace != antiFace); in testCells() 208 assertEquals(covering.contains(edgeCell), center.dotProd(edgeCell.getCenter()) > 0.1); in testCells() 209 assertEquals(covering.contains(edgeCell), covering.mayIntersect(edgeCell)); in testCells() 210 assertEquals(covering.contains(cornerCell), capFace == face); in testCells() 212 covering.mayIntersect(cornerCell), center.dotProd(cornerCell.getCenter()) > 0); in testCells()
|
D | GeometryTestCase.java | 107 void checkCovering(S2Region region, S2CellUnion covering, boolean checkTight, S2CellId id) { 110 checkCovering(region, covering, checkTight, S2CellId.fromFacePosLevel(face, 0, 0)); 118 assertTrue(!covering.intersects(id)); 121 } else if (!covering.contains(id)) { 129 checkCovering(region, covering, checkTight, child);
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2RegionCoverer.java | 251 public void getCovering(S2Region region, ArrayList<S2CellId> covering) { in getCovering() argument 261 tmp.denormalize(minLevel(), levelMod(), covering); in getCovering() local 285 S2CellUnion covering = new S2CellUnion(); in getCovering() local 286 getCovering(region, covering); in getCovering() 287 return covering; in getCovering() 290 public void getCovering(S2Region region, S2CellUnion covering) { in getCovering() argument 293 covering.initSwap(result); in getCovering() 301 S2CellUnion covering = new S2CellUnion(); in getInteriorCovering() local 302 getInteriorCovering(region, covering); in getInteriorCovering() 303 return covering; in getInteriorCovering() [all …]
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarf-aranges.ll | 11 ; <data section> - it should have made one span covering all vars in this CU. 15 ; <other sections> - it should have made one span covering all vars in this CU. 23 ; <text section> - it should have made one span covering all functions in this CU.
|
/external/llvm/test/DebugInfo/X86/ |
D | dwarf-aranges.ll | 12 ; <data section> - it should have made one span covering all vars in this CU. 16 ; <other sections> - it should have made one span covering all vars in this CU. 24 ; <text section> - it should have made one span covering all functions in this CU.
|
/external/deqp/external/vulkancts/data/vulkan/amber/compute/workgroup_memory_explicit_layout/ |
D | copy_memory_basic.amber | 68 ;;; Workgroup has a block covering the entire memory and another two 69 ;;; blocks covering each half of the former.
|
D | copy_memory_two_invocations.amber | 80 ;;; Workgroup has a block covering the entire memory and another two 81 ;;; blocks covering each half of the former.
|
D | copy_memory_variable_pointers.amber | 82 ;;; Workgroup has a block covering the entire memory and another two 83 ;;; blocks covering each half of the former.
|
/external/autotest/server/site_tests/enterprise_CFM_MeetingRoomScenario/ |
D | README.md | 1 This directory contains automated tests covering typical meeting room scenarios.
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 7 CONFIG_DEBUG_LOCK_ALLOC -- Do three, covering CONFIG_PROVE_LOCKING & not. 13 CONFIG_PROVE_LOCKING -- Do several, covering CONFIG_DEBUG_LOCK_ALLOC=y and not.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | stack-guard-reassign.ll | 4 ; frame, covering the locals.
|
D | stack-guard-reassign.mir | 19 # frame, covering the locals.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/ |
D | coverage.txt | 10 1 YES, only covering processes, not threads
|
/external/rust/crates/pin-project-lite/patches/ |
D | std.diff | 12 /// A macro that creates a projection type covering all the fields of struct.
|
/external/webp/tests/ |
D | README | 4 This is a collection of tests for the libwebp libraries, currently covering
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | stack-guard-reassign.ll | 4 ; frame, covering the locals.
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | stack-guard-reassign.ll | 4 ; frame, covering the locals.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StatelessRandomUniformFullInt.pbtxt | 30 The generated values are uniform integers covering the whole range of `dtype`.
|
D | api_def_StatefulUniformFullInt.pbtxt | 36 The generated values are uniform integers covering the whole range of `dtype`.
|
D | api_def_StatelessRandomUniformFullIntV2.pbtxt | 42 The generated values are uniform integers covering the whole range of `dtype`.
|
D | api_def_SampleDistortedBoundingBox.pbtxt | 86 If true, assume an implicit bounding box covering the whole input. If false, 128 bounding box covering the whole image. If `use_image_if_no_bounding_boxes` is
|
D | api_def_SampleDistortedBoundingBoxV2.pbtxt | 86 If true, assume an implicit bounding box covering the whole input. If false, 128 bounding box covering the whole image. If `use_image_if_no_bounding_boxes` is
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | ppcg.c | 393 isl_union_map *covering; in compute_live_out() local 405 covering = isl_union_flow_get_full_may_dependence(flow); in compute_live_out() 408 covering = isl_union_map_range_factor_range(covering); in compute_live_out() 410 exposed = isl_union_map_subtract(exposed, covering); in compute_live_out()
|