Home
last modified time | relevance | path

Searched refs:Matching (Results 1 – 25 of 118) sorted by relevance

12345

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsIterableContainingInAnyOrder.java23 final Matching<T> matching = new Matching<T>(matchers, mismatchDescription); in matchesSafely()
40 private static class Matching<S> { class in IsIterableContainingInAnyOrder
44 public Matching(Collection<Matcher<? super S>> matchers, Description mismatchDescription) { in Matching() method in IsIterableContainingInAnyOrder.Matching
/external/llvm-project/clang/test/ASTMerge/category/Inputs/
Dcategory1.m4 // Matching category
9 // Matching class extension
Dcategory2.m6 // Matching category
11 // Matching class extension
/external/clang/test/ASTMerge/Inputs/
Dcategory1.m4 // Matching category
9 // Matching class extension
Dcategory2.m6 // Matching category
11 // Matching class extension
Dproperty1.m1 // Matching properties
Dproperty2.m1 // Matching properties
Dinterface1.m49 // Matching protocol
Dinterface2.m48 // Matching protocol
/external/llvm-project/clang/lib/Tooling/Inclusions/
DHeaderIncludes.cpp254 StringRef Matching; in isMainHeader() local
256 Matching = MatchingFileStem; // example 1), 2) in isMainHeader()
258 Matching = FileStem; // example 3) in isMainHeader()
259 if (!Matching.empty()) { in isMainHeader()
262 if (MainIncludeRegex.match(Matching)) in isMainHeader()
/external/marisa-trie/
DREADME.md9 MARISA: Matching Algorithm with Recursively Implemented StorAge
17 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient tr…
Dmarisa.pc.in8 Description: Matching Algorithm with Recursively Implemented StorAge
/external/llvm-project/clang/test/ASTMerge/property/Inputs/
Dproperty1.m1 // Matching properties
Dproperty2.m1 // Matching properties
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveInterval.cpp938 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local
939 if (Matching.none()) in refineSubRanges()
943 if (SRMask == Matching) { in refineSubRanges()
949 SR.LaneMask = SRMask & ~Matching; in refineSubRanges()
951 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
954 stripValuesNotDefiningMask(reg, *MatchingRange, Matching, Indexes, TRI, in refineSubRanges()
960 ToApply &= ~Matching; in refineSubRanges()
/external/llvm-project/llvm/lib/CodeGen/
DLiveInterval.cpp938 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local
939 if (Matching.none()) in refineSubRanges()
943 if (SRMask == Matching) { in refineSubRanges()
949 SR.LaneMask = SRMask & ~Matching; in refineSubRanges()
951 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
954 stripValuesNotDefiningMask(reg(), *MatchingRange, Matching, Indexes, TRI, in refineSubRanges()
960 ToApply &= ~Matching; in refineSubRanges()
/external/antlr/runtime/ObjC/Framework/
DLexer.h69 #pragma mark Matching
/external/llvm-project/mlir/test/mlir-tblgen/
Drewriter-errors.td26 // ERROR2: [[@LINE+1]]:1: error: Matching nested tree in NativeCodecall not support for
/external/llvm-project/clang/test/ASTMerge/interface/Inputs/
Dinterface2.m48 // Matching protocol
Dinterface1.m49 // Matching protocol
/external/bcc/examples/networking/http_filter/
DREADME.md30 Matching packets are forwarded to user space, the others are dropped by the filter.
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp1096 Instruction *Matching = MemInstMatching ? MemInst.get() : InVal.DefInst; in getMatchingValue() local
1102 ? getOrCreateResult(Matching, Other->getType()) in getMatchingValue()
1108 bool MatchingNTI = isHandledNonTargetIntrinsic(Matching); in getMatchingValue()
1124 Result = getOrCreateResult(Matching, Other->getType()); in getMatchingValue()
/external/iptables/extensions/
Dlibxt_conntrack.man28 Matching against port ranges is only supported in kernel versions above 2.6.38.
/external/llvm/test/Analysis/ScalarEvolution/
Dsmax-br-phi-idioms.ll124 ; Matching "through" %init will break LCSSA at the SCEV expression
/external/mesa3d/docs/_extra/specs/OLD/
DMESA_packed_depth_stencil.spec108 <type> Parameter Data of Matching

12345