/external/curl/tests/unit/ |
unit1307.c | 27 #define NOMATCH CURL_FNMATCH_NOMATCH 53 { "[[]", "]", NOMATCH }, 56 { "[a-z]", "A", NOMATCH }, 57 { "?[a-z]", "?Z", NOMATCH }, 59 { "[A-Z]", "c", NOMATCH }, 64 { "[7-]", "[", NOMATCH }, 68 { "[a-bA-B98]", "C", NOMATCH }, 72 { "S[a-][x]opho*", "SaXophone", NOMATCH }, 91 { "[!a]", "a", NOMATCH }, 93 { "[^a]", "a", NOMATCH }, [all...] |
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
ClassCoverageImpl.java | 26 private final boolean noMatch; 40 * @param noMatch 51 final boolean noMatch, final String signature, 55 this.noMatch = noMatch; 96 return noMatch;
|
ClassAnalyzer.java | 27 private final boolean noMatch; 38 * @param noMatch 46 public ClassAnalyzer(final long classid, final boolean noMatch, 49 this.noMatch = noMatch; 69 noMatch, stringPool.get(signature), stringPool.get(superName),
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
FakeHttpLayerTest.java | 66 HttpGet noMatch = new HttpGet("example.com"); 68 noMatch.setHeader(new BasicHeader("header1", "header not a match")); 71 assertFalse(requestMatcherBuilder.matches(noMatch)); 89 HttpPost noMatch = new HttpPost("example.com"); 90 noMatch.setEntity(new StringEntity("some text that does not match")); 93 assertFalse(requestMatcherBuilder.matches(noMatch));
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
X509CertSelectorTest.java | 38 byte[] noMatch = { 127, 0, 0, 2 }; 39 assertFalse(certSelector.match(newCertWithSubjectAltNameIpAddress(noMatch))); 49 byte[] noMatch = { 127, 0, 0, 2 }; 50 assertFalse(certSelector.match(newCertWithSubjectAltNameIpAddress(noMatch))); 61 byte[] noMatch = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 }; 62 assertFalse(certSelector.match(newCertWithSubjectAltNameIpAddress(noMatch))); 73 byte[] noMatch = { 127, 0, 0, 2, -1, -1, -1, 127 }; 74 assertFalse(certSelector.match(newCertWithNameConstraint(noMatch, excluded))); 93 byte[] noMatch = { 97 assertFalse(certSelector.match(newCertWithNameConstraint(noMatch, excluded))) [all...] |
/external/jacoco/jacoco-maven-plugin.test/it/it-report-nomatch/ |
pom.xml | 22 <artifactId>it-report-nomatch</artifactId> 37 <dataFile>nomatch.exec</dataFile>
|
/prebuilts/go/darwin-x86/src/regexp/testdata/ |
repetition.dat | 5 # NOMATCH 10 E ((..)|(.)) NULL NOMATCH 11 E ((..)|(.))((..)|(.)) NULL NOMATCH 12 E ((..)|(.))((..)|(.))((..)|(.)) NULL NOMATCH 14 E ((..)|(.)){1} NULL NOMATCH 15 E ((..)|(.)){2} NULL NOMATCH 16 E ((..)|(.)){3} NULL NOMATCH 21 E ((..)|(.))((..)|(.)) a NOMATCH 22 E ((..)|(.))((..)|(.))((..)|(.)) a NOMATCH 25 E ((..)|(.)){2} a NOMATCH [all...] |
/prebuilts/go/linux-x86/src/regexp/testdata/ |
repetition.dat | 5 # NOMATCH 10 E ((..)|(.)) NULL NOMATCH 11 E ((..)|(.))((..)|(.)) NULL NOMATCH 12 E ((..)|(.))((..)|(.))((..)|(.)) NULL NOMATCH 14 E ((..)|(.)){1} NULL NOMATCH 15 E ((..)|(.)){2} NULL NOMATCH 16 E ((..)|(.)){3} NULL NOMATCH 21 E ((..)|(.))((..)|(.)) a NOMATCH 22 E ((..)|(.))((..)|(.))((..)|(.)) a NOMATCH 25 E ((..)|(.)){2} a NOMATCH [all...] |
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
split_i386.sh | 33 nomatch() function 47 nomatch 'call.*__morestack>?$' split_i386_2.stdout
|
split_x32.sh | 34 nomatch() function 48 nomatch 'callq.*__morestack>?$' split_x32_2.stdout
|
split_x86_64.sh | 33 nomatch() function 47 nomatch 'callq.*__morestack>?$' split_x86_64_2.stdout
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
BundleCreator.java | 89 final Collection<IClassCoverage> nomatch) { 93 if (!nomatch.isEmpty()) { 98 for (final IClassCoverage c : nomatch) {
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
HasAttributeNS.java | 36 * return false since the element has "nomatch" as the local name and 74 String localName = "nomatch"; 88 String namespaceURI = "http://www.nomatch.com";
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
hasAttribute03.java | 37 * should return false since the element does not have "nomatch" as an attribute. 71 state = testNode.hasAttribute("nomatch");
|
getElementsByTagNameNS05.java | 39 * using the "http://www.nist.gov" as the namespaceURI and "nomatch" as the 70 String localName = "nomatch";
|
getElementsByTagNameNS06.java | 39 * using the "http://www.nomatch.com" as the namespaceURI and "address" as the 78 elementList = doc.getElementsByTagNameNS("http://www.nomatch.com", "address");
|
getElementsByTagNameNS12.java | 39 * using the "http://www.nist.gov" as the namespaceURI and "nomatch" as the 73 elementList = docElem.getElementsByTagNameNS("http://www.nist.gov", "nomatch");
|
getElementsByTagNameNS13.java | 39 * using the "http://www.nomatch.com" as the namespaceURI and "address" as the 79 elementList = docElem.getElementsByTagNameNS("http://www.nomatch.com", "address");
|
hasAttributeNS01.java | 39 * should return false since the element has "nomatch" as the local name 67 String localName = "nomatch";
|
hasAttributeNS02.java | 39 * and "http://www.nomatch.com" as the namespace URI. 67 String namespaceURI = "http://www.nomatch.com";
|
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
CreateExecFiles.java | 39 out = new FileOutputStream(BASE_LOCATION + "nomatch.exec");
|
/external/clang/lib/Analysis/ |
FormatString.cpp | 265 return NoMatch; 269 return NoMatch; 295 return NoMatch; 315 : NoMatch; 317 return T == C.UnsignedShortTy ? Match : NoMatch; 319 return T == C.ShortTy ? Match : NoMatch; 321 return T == C.UnsignedIntTy ? Match : NoMatch; 323 return T == C.IntTy ? Match : NoMatch; 325 return T == C.UnsignedLongTy ? Match : NoMatch; 327 return T == C.LongTy ? Match : NoMatch; [all...] |
/external/iptables/extensions/ |
libxt_set.c | 213 " [!] --match-set name flags [--return-nomatch]\n" 222 {.name = "return-nomatch", .has_arg = false, .val = '3'}, 279 printf(" return-nomatch"); 289 printf(" --return-nomatch"); 297 " [!] --match-set name flags [--return-nomatch]\n" 309 {.name = "return-nomatch", .has_arg = false, .val = '3'}, 412 "--return-nomatch flag cannot be inverted\n"); 474 printf(" %sreturn-nomatch", sep);
|
libxt_set.man | 18 \fB\-\-return\-nomatch\fP 19 If the \fB\-\-return\-nomatch\fP option is specified and the set type
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
Analyzer.java | 79 final boolean noMatch; 82 noMatch = executionData.contains(className); 85 noMatch = false; 87 final ClassAnalyzer analyzer = new ClassAnalyzer(classid, noMatch,
|