Home
last modified time | relevance | path

Searched refs:assertNotMatchesMultiLine (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPoc18_02.java38 assertNotMatchesMultiLine("APM_AudioPolicyManager: getOutputForAttr\\(\\) " + in testPocCVE_2017_13232()
56 assertNotMatchesMultiLine("CVE-2017-132736 Tainted:" + "[\\s\\n\\S]*" + in testPocCVE_2017_13273()
DPoc18_03.java36 assertNotMatchesMultiLine("OVERFLOW DETECTED",output); in testPocCVE_2017_13253()
DPoc17_06.java44 assertNotMatchesMultiLine("Zip: missed a central dir sig", logcatOut); in testPocCVE_2017_0647()
DPoc18_06.java41 assertNotMatchesMultiLine("Broadcast completed", result); in testPocCVE_2018_5884()
DPoc16_05.java38 assertNotMatchesMultiLine("IGraphicBufferProducer_Info is Leaked", logcat); in testPocCVE_2016_2460()
DPoc16_04.java37 assertNotMatchesMultiLine("IOMX_InfoLeak b26323455", logcat); in testPocCVE_2016_2419()
DPoc17_02.java37 assertNotMatchesMultiLine("Bugreports file in wrong path", logcatOut); in testPocCVE_2017_0426()
DPoc17_04.java58 assertNotMatchesMultiLine("OVERWRITE", out); in testPocCVE_2016_10229()
DPoc16_11.java38 assertNotMatchesMultiLine("fail: encountered same random values!", logcat); in testPocCVE_2012_6702()
DSecurityTestCase.java124 public void assertNotMatchesMultiLine(String pattern, String input) throws Exception { in assertNotMatchesMultiLine() method in SecurityTestCase