Home
last modified time | relevance | path

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

/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSessionContextTest.java83 Enumeration<byte[]> clientIds = s.c.clientContext.getClientSessionContext().getIds(); in test_SSLSessionContext_getIds()
84 Enumeration<byte[]> serverIds = s.c.serverContext.getServerSessionContext().getIds(); in test_SSLSessionContext_getIds()
121 byte[] clientId = client.getIds().nextElement(); in test_SSLSessionContext_getSession()
125 assertFalse(server.getIds().hasMoreElements()); in test_SSLSessionContext_getSession()
127 byte[] serverId = server.getIds().nextElement(); in test_SSLSessionContext_getSession()
411 return Collections.list(s.getIds()).size(); in numSessions()
/external/conscrypt/repackaged/openjdk-integ-tests/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()
126 byte[] clientId = client.getIds().nextElement(); in test_SSLSessionContext_getSession()
130 assertFalse(server.getIds().hasMoreElements()); in test_SSLSessionContext_getSession()
132 byte[] serverId = server.getIds().nextElement(); in test_SSLSessionContext_getSession()
416 return Collections.list(s.getIds()).size(); in numSessions()
/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/conscrypt/openjdk/src/test/java/org/conscrypt/
DServerSessionContextTest.java39 Enumeration<byte[]> ids = context.getIds(); in size()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DServerSessionContextTest.java43 Enumeration<byte[]> ids = context.getIds(); in size()
/external/icu/android_icu4j/testing/src/android/icu/extratest/
DAndroidTransliteratorParameterizedTest.java49 public static List<String> getIds() { in getIds() method in AndroidTransliteratorParameterizedTest
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp100 virtual std::vector<SPIRVId> getIds(const std::vector<SPIRVEntry *>&)const;
101 virtual std::vector<SPIRVId> getIds(const std::vector<SPIRVValue *>&)const;
948 auto WordOps = getIds(Ops); in addGroupInst()
1090 Type, getId(), getVec(Base->getId(), Base->getIds(Indices)), in addPtrAccessChainInst()
1370 auto GD = new SPIRVGroupDecorate(Group, getIds(Targets)); in addGroupDecorate()
1378 auto GMD = new SPIRVGroupMemberDecorate(Group, getIds(Targets)); in addGroupMemberDecorate()
1470 SPIRVModuleImpl::getIds(const std::vector<SPIRVEntry *> &ValueVec)const { in getIds() function in SPIRV::SPIRVModuleImpl
1478 SPIRVModuleImpl::getIds(const std::vector<SPIRVValue *> &ValueVec)const { in getIds() function in SPIRV::SPIRVModuleImpl
DSPIRVModule.h128 virtual std::vector<SPIRVId> getIds(const std::vector<SPIRVEntry *>&)const = 0;
129 virtual std::vector<SPIRVId> getIds(const std::vector<SPIRVValue *>&)const = 0;
DSPIRVInstruction.cpp210 auto Ops = Inst->getIds(Inst->getOperands()); in createSpecConstantOpInst()
DSPIRVValue.h275 Elements = getIds(TheElements); in SPIRVConstantComposite()
DSPIRVEntry.cpp224 SPIRVEntry::getIds(const std::vector<SPIRVValue *> ValueVec)const { in getIds() function in SPIRV::SPIRVEntry
DSPIRVInstruction.h831 Pairs = getIds(ThePairs);
846 Pairs = getIds(ThePairs);
1150 Args = getIds(TheArgs);
DSPIRVEntry.h238 std::vector<SPIRVId> getIds(const std::vector<SPIRVValue *>)const;
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DAbstractSessionContext.java76 public final Enumeration<byte[]> getIds() { in getIds() method in AbstractSessionContext
/external/conscrypt/common/src/main/java/org/conscrypt/
DAbstractSessionContext.java75 public final Enumeration<byte[]> getIds() { in getIds() method in AbstractSessionContext