/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLSessionContextTest.java | 83 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/ |
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() 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/ |
D | ShadowDownloadManager.java | 46 long[] ids = shadow.getIds(); in query() 132 public long[] getIds() { in getIds() method in ShadowDownloadManager.ShadowQuery
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ServerSessionContextTest.java | 39 Enumeration<byte[]> ids = context.getIds(); in size()
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ServerSessionContextTest.java | 43 Enumeration<byte[]> ids = context.getIds(); in size()
|
/external/icu/android_icu4j/testing/src/android/icu/extratest/ |
D | AndroidTransliteratorParameterizedTest.java | 49 public static List<String> getIds() { in getIds() method in AndroidTransliteratorParameterizedTest
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVModule.cpp | 100 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
|
D | SPIRVModule.h | 128 virtual std::vector<SPIRVId> getIds(const std::vector<SPIRVEntry *>&)const = 0; 129 virtual std::vector<SPIRVId> getIds(const std::vector<SPIRVValue *>&)const = 0;
|
D | SPIRVInstruction.cpp | 210 auto Ops = Inst->getIds(Inst->getOperands()); in createSpecConstantOpInst()
|
D | SPIRVValue.h | 275 Elements = getIds(TheElements); in SPIRVConstantComposite()
|
D | SPIRVEntry.cpp | 224 SPIRVEntry::getIds(const std::vector<SPIRVValue *> ValueVec)const { in getIds() function in SPIRV::SPIRVEntry
|
D | SPIRVInstruction.h | 831 Pairs = getIds(ThePairs); 846 Pairs = getIds(ThePairs); 1150 Args = getIds(TheArgs);
|
D | SPIRVEntry.h | 238 std::vector<SPIRVId> getIds(const std::vector<SPIRVValue *>)const;
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | AbstractSessionContext.java | 76 public final Enumeration<byte[]> getIds() { in getIds() method in AbstractSessionContext
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | AbstractSessionContext.java | 75 public final Enumeration<byte[]> getIds() { in getIds() method in AbstractSessionContext
|