/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
D | SSLSessionContextTest.java | 88 Enumeration<byte[]> clientIds = s.c.clientContext.getClientSessionContext().getIds(); in test_SSLSessionContext_getIds() 89 Enumeration<byte[]> serverIds = s.c.serverContext.getServerSessionContext().getIds(); in test_SSLSessionContext_getIds() 127 byte[] clientId = client.getIds().nextElement(); in test_SSLSessionContext_getSession() 131 assertFalse(server.getIds().hasMoreElements()); in test_SSLSessionContext_getSession() 133 byte[] serverId = server.getIds().nextElement(); in test_SSLSessionContext_getSession() 417 return Collections.list(s.getIds()).size(); in numSessions()
|
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLSessionContextTest.java | 84 Enumeration<byte[]> clientIds = s.c.clientContext.getClientSessionContext().getIds(); in test_SSLSessionContext_getIds() 85 Enumeration<byte[]> serverIds = s.c.serverContext.getServerSessionContext().getIds(); in test_SSLSessionContext_getIds() 123 byte[] clientId = client.getIds().nextElement(); in test_SSLSessionContext_getSession() 127 assertFalse(server.getIds().hasMoreElements()); in test_SSLSessionContext_getSession() 129 byte[] serverId = server.getIds().nextElement(); in test_SSLSessionContext_getSession() 413 return Collections.list(s.getIds()).size(); in numSessions()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ServerSessionContextTest.java | 40 Enumeration<byte[]> ids = context.getIds(); in size()
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ServerSessionContextTest.java | 44 Enumeration<byte[]> ids = context.getIds(); in size()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowDownloadManager.java | 46 long[] ids = shadow.getIds(); in query() 132 public long[] getIds() { in getIds() method in ShadowDownloadManager.ShadowQuery
|
/external/icu/android_icu4j/testing/src/android/icu/extratest/ |
D | AndroidTransliteratorParameterizedTest.java | 49 public static List<String> getIds() { in getIds() method in AndroidTransliteratorParameterizedTest
|
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineStructures.cpp | 152 auto otherIds = other.getIds(); in FlatAffineConstraints() 348 A.getNumIds() == B.getNumIds() && A.getIds().equals(B.getIds()); in areIdsAligned() 362 for (auto id : cst.getIds()) { in areIdsUnique() 386 assert(std::all_of(A->getIds().begin() + offset, in mergeAndAlignIds() 387 A->getIds().begin() + A->getNumDimAndSymbolIds(), in mergeAndAlignIds() 390 assert(std::all_of(B->getIds().begin() + offset, in mergeAndAlignIds() 391 B->getIds().begin() + B->getNumDimAndSymbolIds(), in mergeAndAlignIds() 2451 assert(copy.getNumIds() == copy.getIds().size()); in clearAndCopyFrom() 2601 assert(newFac.getIds().size() == newFac.getNumIds()); in FourierMotzkinEliminate() 2791 assert(otherCst.getIds() in unionBoundingBox() [all …]
|
D | AffineAnalysis.cpp | 365 assert(dependenceConstraints->getIds()[i].hasValue()); in initDependenceConstraints()
|
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | AffineStructures.h | 441 inline ArrayRef<Optional<Value>> getIds() const { in getIds() function 444 inline MutableArrayRef<Optional<Value>> getIds() { in getIds() function
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | AbstractSessionContext.java | 75 public final Enumeration<byte[]> getIds() { in getIds() method in AbstractSessionContext
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | AbstractSessionContext.java | 74 public final Enumeration<byte[]> getIds() { in getIds() method in AbstractSessionContext
|
/external/conscrypt/api/platform/ |
D | current.txt | 8 method public final java.util.Enumeration<byte[]> getIds();
|
D | last-api.txt | 8 method public final java.util.Enumeration<byte[]> getIds();
|