Home
last modified time | relevance | path

Searched defs:intersection (Results 1 – 25 of 136) sorted by relevance

123456

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/composite/
Dintersection.hpp43 struct intersection struct
46 typedef intersection<A, B> self_t;
47 typedef binary_parser_category parser_category_t;
48 typedef intersection_parser_gen parser_generator_t;
49 typedef binary<A, B, parser<self_t> > base_t;
51 intersection(A const& a, B const& b) in intersection() argument
56 parse(ScannerT const& scan) const in parse()
/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection_test.cc146 StepIntersection intersection = in TEST() local
165 StepIntersection intersection = in TEST() local
186 StepIntersection intersection = in TEST() local
207 StepIntersection intersection = in TEST() local
229 StepIntersection intersection = in TEST() local
239 StepIntersection intersection = in TEST() local
248 StepIntersection intersection = in TEST() local
/external/kotlinx.coroutines/integration-testing/src/mavenTest/kotlin/
DMavenPublicationMetaInfValidator.kt63 val intersection = actual.intersect(expected) in checkMetaInfStructure() constant
/external/antlr/tool/src/main/java/org/antlr/analysis/
DLookaheadSet.java76 public LookaheadSet intersection(LookaheadSet s) { in intersection() method in LookaheadSet
78 LookaheadSet intersection = new LookaheadSet(i); in intersection() local
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DSinglePosFormat1.hh50 hb_set_t intersection; in collect_variation_indices() local
146 hb_set_t intersection; in subset() local
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
DTraversalOrderCheck.java118 Set<ViewHierarchyElement> intersection = intersectionOf(beforeChain, afterChain); in runCheckOnHierarchy() local
206 Set<T> intersection = new HashSet<T>(list1); in intersectionOf() local
/external/webrtc/modules/desktop_capture/
Dcropped_desktop_frame.cc39 DesktopRect intersection = DesktopRect::MakeSize(frame->size()); in CreateCroppedDesktopFrame() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
DPlane.java394 public Vector3D intersection(final Line line) { in intersection() method in Plane
410 public Line intersection(final Plane other) { in intersection() method in Plane
425 … public static Vector3D intersection(final Plane plane1, final Plane plane2, final Plane plane3) { in intersection() method in Plane
DSubLine.java128 public Vector3D intersection(final SubLine subLine, final boolean includeEndPoints) { in intersection() method in SubLine
/external/harfbuzz_ng/src/OT/Layout/GSUB/
DSingleSubstFormat1.hh58 hb_set_t intersection; in closure() local
180 hb_set_t intersection; in subset() local
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypeMirrorTest.java190 public void intersection() { in intersection() method in TurbineTypeMirrorTest
/external/webrtc/rtc_base/
Dunique_id_generator_unittest.cc95 std::vector<typename Generator::value_type> intersection; in TYPED_TEST() local
126 std::vector<typename Generator::value_type> intersection; in TYPED_TEST() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_invitation.c196 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
446 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_resp() local
Dp2p_go_neg.c43 struct p2p_channels intersection; in p2p_peer_channels_check() local
421 struct p2p_channels *intersection) in p2p_reselect_channel()
554 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
DRegion.java219 SubHyperplane<S> intersection(final SubHyperplane<S> sub); in intersection() method
/external/fonttools/Lib/fontTools/designspaceLib/
Dtypes.py39 def intersection(self, other: Range) -> Optional[Range]: member in Range
/external/perfetto/ui/src/widgets/
Dvirtual_scroll_helper.ts131 const intersection = Geometry.intersectRects( constant
/external/webrtc/modules/rtp_rtcp/source/
Dtmmbr_help.cc83 std::vector<float> intersection(num_candidates); in FindBoundingSet() local
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_set.cc88 TensorSlice intersection; in QueryMeta() local
/external/private-join-and-compute/private_join_and_compute/
Dserver_impl.cc73 std::vector<EncryptedElement> server_set, client_set, intersection; in ComputeIntersection() local
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_intersection_shader.c140 brw_nir_lower_intersection_shader(nir_shader *intersection, in brw_nir_lower_intersection_shader()
/external/antlr/tool/src/main/java/org/antlr/misc/
DInterval.java116 public Interval intersection(Interval other) { in intersection() method in Interval
/external/perfetto/src/trace_processor/db/column/
Dfake_storage.cc79 BitVector intersection = bit_vector_.IntersectRange(in.start, in.end); in SearchValidated() local
/external/harfbuzz_ng/src/
Dgen-tag-table.py940 def get_matching_language_name (intersection, candidates): argument
967 intersection = language_name_intersection (bcp_47_name, ot_name) variable
/external/python/cpython3/Lib/test/
Dtest_dictviews.py98 def intersection(self, other): member in DictSetTest.test_keys_set_operations.CustomSet

123456