OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noMatch
(Results
1 - 6
of
6
) sorted by null
/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/srec/srec/Recognizer/src/
RecognizerResultImpl.c
157
ESR_BOOL
noMatch
= ESR_TRUE;
172
noMatch
= ESR_FALSE;
178
if (
noMatch
)
/external/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetelementsbytagname.js
83
using the string "
noMatch
" as the tagName.
hc_elementgetelementsbytagnamenomatch.js
100
elementList = doc.getElementsByTagName("
noMatch
");
/external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetelementsbytagname.js
83
using the string "
noMatch
" as the tagName.
hc_elementgetelementsbytagnamenomatch.js
100
elementList = doc.getElementsByTagName("
noMatch
");
Completed in 2444 milliseconds