Home
last modified time | relevance | path

Searched refs:getIds (Results 1 – 13 of 13) sorted by relevance

/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSessionContextTest.java88 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/
DSSLSessionContextTest.java84 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/
DServerSessionContextTest.java40 Enumeration<byte[]> ids = context.getIds(); in size()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DServerSessionContextTest.java44 Enumeration<byte[]> ids = context.getIds(); in size()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDownloadManager.java46 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/
DAndroidTransliteratorParameterizedTest.java49 public static List<String> getIds() { in getIds() method in AndroidTransliteratorParameterizedTest
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp152 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 …]
DAffineAnalysis.cpp365 assert(dependenceConstraints->getIds()[i].hasValue()); in initDependenceConstraints()
/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h441 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/
DAbstractSessionContext.java75 public final Enumeration<byte[]> getIds() { in getIds() method in AbstractSessionContext
/external/conscrypt/common/src/main/java/org/conscrypt/
DAbstractSessionContext.java74 public final Enumeration<byte[]> getIds() { in getIds() method in AbstractSessionContext
/external/conscrypt/api/platform/
Dcurrent.txt8 method public final java.util.Enumeration<byte[]> getIds();
Dlast-api.txt8 method public final java.util.Enumeration<byte[]> getIds();