Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 19 of 19) sorted by relevance

/libcore/tools/docs/crypto/
DREADME4 the supported API levels for each crypto algorithm that has ever been supported
15 supported for. It should be a sequence of zero or more "N" values or "N-M"
17 currently supported. For example: "17+", "1-8,22+", "1-10,15,22-24".
23 Updating the documentation is a three-step process: get the set of supported
26 Getting the set of supported algorithms is done using
34 and any newly-removed algorithms will have their supported API levels updated.
Dformat_supported_algorithm_table.py201 supported = sort_by_name(category['algorithms'])
215 for algorithm in supported:
/libcore/ojluni/src/main/java/java/nio/
DHeap-X-Buffer.java.template66 // Android-removed: Removed MemorySegmentProxy to be supported yet.
92 // Android-removed: Removed MemorySegmentProxy to be supported yet.
120 // Android-removed: Removed MemorySegmentProxy to be supported yet.
150 // Android-removed: Removed MemorySegmentProxy not supported yet.
164 // Android-removed: Removed MemorySegmentProxy not supported yet.
176 // Android-removed: Removed MemorySegmentProxy not supported yet.
184 // Android-removed: Removed MemorySegmentProxy not supported yet.
446 // Android-changed: Use Bits instead of ScopedMemoryAccess to be supported yet.
453 // Android-changed: Use Bits instead of ScopedMemoryAccess to be supported yet.
465 // Android-changed: Use Bits instead of ScopedMemoryAccess to be supported yet.
[all …]
DByteBufferAs-X-Buffer.java.template53 // Android-changed: Added ByteOrder and removed MemorySegmentProxy to be supported yet.
97 // Android-changed: Added ByteOrder and removed MemorySegmentProxy to be supported yet.
111 // Android-changed: Added ByteOrder and removed MemorySegmentProxy to be supported yet.
122 // Android-changed: Added ByteOrder and removed MemorySegmentProxy to be supported yet.
134 // Android-changed: Added ByteOrder and removed MemorySegmentProxy to be supported yet.
159 // Android-changed: Removed MemorySegmentProxy to be supported yet.
168 // Android-changed: Removed MemorySegmentProxy to be supported yet.
198 // Android-changed: Removed MemorySegmentProxy to be supported yet.
213 // Android-changed: Removed MemorySegmentProxy to be supported yet.
229 // Android-changed: Removed MemorySegmentProxy to be supported yet.
[all …]
DX-Buffer.java.template293 // Android-removed: Removed MemorySegmentProxy to be supported yet./
379 // Android-removed: Removed MemorySegmentProxy not supported yet.
425 // Android-removed: Removed MemorySegmentProxy not supported yet.
935 // Android-changed: ScopedMemoryAccess is not yet supported.
1108 // Android-changed: ScopedMemoryAccess is not yet supported.
1423 // Android-changed: ScopedMemoryAccess is not yet supported.
2271 * index can be accessed atomically, if supported by the native platform.
2351 * atomically, if supported by the native platform.
DDirect-X-Buffer.java.template307 … throw new UnsupportedOperationException("ByteBuffer derived from shared segments not supported");
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixDomainSockets.java52 private static final boolean supported; field in UnixDomainSockets
60 return supported; in isSupported()
183 supported = init();
/libcore/expectations/
Dvirtualdeviceknownfailures.txt15 description: "IPv6 connectivity not yet supported in virtual device testing infra",
26 description: "multicast not supported in virtual device testing infra",
Dknownfailures.txt103 description: "not supported",
115 description: "Not supported : pattern with %",
125 description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
130 description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported",
148 description: "Keys are not supported: Ticket 91",
161 …description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. Whe…
167 description: "Ticket 91 : relies on not supported features: getCatalog, keys",
183 description: "not supported",
201 description: "not supported",
221 description: "not supported. SQLException checking test fails",
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLServerSocketTest.java232 List<String> supported = new ArrayList<>(Arrays.asList(sss.getSupportedCipherSuites())); in test_EnabledCipherSuites() local
234 supported, in test_EnabledCipherSuites()
DSSLSocketTest.java385 List<String> supported = new ArrayList<>(Arrays.asList(ssl.getSupportedCipherSuites())); in test_EnabledCipherSuites() local
387 supported, in test_EnabledCipherSuites()
DSSLEngineTest.java191 List<String> supported = new ArrayList<>(Arrays.asList(st)); in test_EnabledCipherSuites() local
192 assertEquals("Incorrect array length", res.length, supported.size()); in test_EnabledCipherSuites()
193 assertEquals("Incorrect array was returned", Arrays.asList(res), supported); in test_EnabledCipherSuites()
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
Dunsupported_new_apis.txt15 # List of APIs not supported by libcore.
131 # Only a limited set of javax.security.auth.login APIs are supported due to KeyStore.
132 # The rest of APIs are not supported.
/libcore/luni/src/test/resources/keystore/
DREADME.md65 openssl3 to generate all supported variations of private key and certificate
/libcore/toolchainapi/
DAndroid.bp22 // map to the existing ApiScopes supported by java_sdk_library (e.g. public,
/libcore/tools/expected_upstream/
Dojluni_merge_package.sh36 The supported upstream tags are:
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetGetterTests.java83 static boolean[] supported = new boolean[]{ field in OldResultSetGetterTests
723 if (supported[i - 1]) { in testGetMetaData()
735 if (supported[i-1]) { in testGetObjectInt()
762 if (supported[i-1]) { in testGetObjectString()
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt274 # it is non-standard. Currently supported print systems include:
/libcore/ojluni/src/test/java/util/regex/
DSupplementaryTestCases.txt469 // Unicode isn't supported in clazz()