OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openTestFile
(Results
1 - 16
of
16
) sorted by null
/external/icu/icu4c/source/test/intltest/
ucaconf.h
43
void
openTestFile
(const char *type);
ucaconf.cpp
109
void UCAConformanceTest::
openTestFile
(const char *type)
299
openTestFile
("NON_IGNORABLE");
309
openTestFile
("SHIFTED");
319
openTestFile
("NON_IGNORABLE");
333
openTestFile
("SHIFTED");
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
OpenSSLX509CertificateTest.java
19
import static org.conscrypt.TestUtils.
openTestFile
;
93
return OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
(name));
ConscryptSocketTest.java
19
import static org.conscrypt.TestUtils.
openTestFile
;
236
ca = OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("ca-cert.pem"));
237
cert = OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("cert.pem"));
239
OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("cert-ct-embedded.pem"));
240
certKey = OpenSSLKey.fromPrivateKeyPemInputStream(
openTestFile
("cert-key.pem"))
NativeCryptoTest.java
29
import static org.conscrypt.TestUtils.
openTestFile
;
[
all
...]
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
OpenSSLX509CertificateTest.java
20
import static com.android.org.conscrypt.TestUtils.
openTestFile
;
97
return OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
(name));
ConscryptSocketTest.java
20
import static com.android.org.conscrypt.TestUtils.
openTestFile
;
242
ca = OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("ca-cert.pem"));
243
cert = OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("cert.pem"));
245
OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("cert-ct-embedded.pem"));
246
certKey = OpenSSLKey.fromPrivateKeyPemInputStream(
openTestFile
("cert-key.pem"))
NativeCryptoTest.java
30
import static com.android.org.conscrypt.TestUtils.
openTestFile
;
[
all
...]
/external/conscrypt/common/src/test/java/org/conscrypt/ct/
CTVerifierTest.java
19
import static org.conscrypt.TestUtils.
openTestFile
;
58
ca = OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("ca-cert.pem"));
59
cert = OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("cert.pem"));
61
openTestFile
("cert-ct-embedded.pem"));
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ct/
CTVerifierTest.java
20
import static com.android.org.conscrypt.TestUtils.
openTestFile
;
62
ca = OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("ca-cert.pem"));
63
cert = OpenSSLX509Certificate.fromX509PemInputStream(
openTestFile
("cert.pem"));
65
openTestFile
("cert-ct-embedded.pem"));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
UCAConformanceTest.java
57
openTestFile
("NON_IGNORABLE");
64
openTestFile
("SHIFTED");
79
openTestFile
("NON_IGNORABLE");
91
* setCollShifted(rbUCA);
openTestFile
("SHIFTED"); testConformance(rbUCA);
97
private void
openTestFile
(String type) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java
54
openTestFile
("NON_IGNORABLE");
61
openTestFile
("SHIFTED");
76
openTestFile
("NON_IGNORABLE");
88
* setCollShifted(rbUCA);
openTestFile
("SHIFTED"); testConformance(rbUCA);
94
private void
openTestFile
(String type) {
/external/conscrypt/platform/src/test/java/org/conscrypt/
CertBlacklistTest.java
88
try (InputStream is = TestUtils.
openTestFile
(file)) {
/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/
CertBlacklistTest.java
92
try (InputStream is = TestUtils.
openTestFile
(file)) {
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
TestUtils.java
223
public static InputStream
openTestFile
(String name) throws FileNotFoundException {
232
return Streams.readFully(
openTestFile
(name));
/external/conscrypt/testing/src/main/java/org/conscrypt/
TestUtils.java
221
public static InputStream
openTestFile
(String name) throws FileNotFoundException {
230
return Streams.readFully(
openTestFile
(name));
Completed in 1485 milliseconds