Home
last modified time | relevance | path

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

1234

/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/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
Dinterface2.m48 // Matching protocol
Dinterface1.m49 // Matching protocol
/external/antlr/runtime/ObjC/Framework/
DLexer.h69 #pragma mark Matching
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveInterval.cpp888 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local
889 if (Matching.none()) in refineSubRanges()
893 if (SRMask == Matching) { in refineSubRanges()
899 SR.LaneMask = SRMask & ~Matching; in refineSubRanges()
901 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
904 ToApply &= ~Matching; in refineSubRanges()
/external/bcc/examples/networking/http_filter/
DREADME.md30 Matching packets are forwarded to user space, the others are dropped by the filter.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DPdbStream.rst61 Matching a PDB to its executable
/external/llvm/test/Analysis/ScalarEvolution/
Dsmax-br-phi-idioms.ll124 ; Matching "through" %init will break LCSSA at the SCEV expression
/external/iptables/extensions/
Dlibxt_conntrack.man28 Matching against port ranges is only supported in kernel versions above 2.6.38.
Dlibxt_time.man92 Matching across days might not do what is expected. For instance,
/external/angle/doc/
DChoosingANGLEBranch.md31 ## Matching a Chromium release to an ANGLE branch
/external/swiftshader/third_party/llvm-7.0/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
/external/clang/test/SemaObjC/
Dparameterized_classes.m130 // Matching type bounds
138 // Matching type bounds
/external/autotest/docs/
Dtest-that.md15 control file. Matching tests by filename is supported using f:[file
/external/u-boot/board/freescale/t1040qds/
DREADME25 - RegEx Pattern Matching Acceleration (PME 2.2)
/external/bcc/tools/
Dfunccount_example.txt314 Matching "tcp" then "send":
/external/clang/docs/
DLibASTMatchers.rst2 Matching the Clang AST
/external/swiftshader/docs/
DReactorDebugInfo.md77 uses a regular expression to look for patterns of `<type> <name>`. Matching is not
/external/llvm/docs/CommandGuide/
DFileCheck.rst381 FileCheck Pattern Matching Syntax
464 Matching Newline Characters
/external/python/cpython2/Doc/tutorial/
Dstdlib.rst95 String Pattern Matching

1234