HomeSort by relevance Sort by last modified time
    Searched full:bad_content (Results 1 - 1 of 1) sorted by null

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 249 private static String[] bad_content = { field in class:CertificateFactory_ImplTest
320 for (int i = 0; i < bad_content.length; i++) {
322 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
598 for (int i = 0; i < bad_content.length; i++) {
600 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
607 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
695 for (int i = 0; i < bad_content.length; i++) {
697 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
704 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
    [all...]

Completed in 381 milliseconds