Home
last modified time | relevance | path

Searched defs:info (Results 1 – 25 of 49) sorted by relevance

12

/libcore/ojluni/src/main/java/java/sql/
DDriver.java82 Connection connect(String url, java.util.Properties info) in connect()
118 DriverPropertyInfo[] getPropertyInfo(String url, java.util.Properties info) in getPropertyInfo()
DDriverManager.java189 java.util.Properties info) throws SQLException { in getConnection()
209 java.util.Properties info = new java.util.Properties(); in getConnection() local
235 java.util.Properties info = new java.util.Properties(); in getConnection() local
549 String url, java.util.Properties info, Class<?> caller) throws SQLException { in getConnection()
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleTestReflection.java89 MethodHandleInfo info = MethodHandles.lookup().revealDirect(mh); in methodInvocationFromMethodInfo() local
101 MethodHandleInfo info = MethodHandles.lookup().revealDirect(mh); in reflectAsFromVarHandleInvoker() local
113 MethodHandleInfo info = MethodHandles.lookup().revealDirect(mh); in reflectAsFromFindVirtual() local
/libcore/luni/annotations/flagged_api/android/crypto/hpke/
DHpkeSpi.annotated.java30 public void engineInitSender(PublicKey recipientKey, byte[] info, PrivateKey senderKey, byte[] psk,… in engineInitSender()
33 public void engineInitSenderWithSeed(PublicKey recipientKey, byte[] info, PrivateKey senderKey, byt… in engineInitSenderWithSeed()
36 public void engineInitRecipient(byte[] encapsulated, PrivateKey recipientKey, byte[] info, PublicKe… in engineInitRecipient()
/libcore/luni/src/main/java/android/crypto/hpke/
DHpkeSpi.java65 @Nullable byte[] info, in engineInitSender()
106 @Nullable byte[] info, in engineInitSenderWithSeed()
143 @Nullable byte[] info, in engineInitRecipient()
/libcore/support/src/test/java/tests/resources/Package/
Dhyts_package.jar ... value () } a/b/package-info.class package-info.java package a. ...
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DProvider2Test.java28 TestProvider(String name, double version, String info) { in TestProvider()
157 public MockProvider(String name, double version, String info) { in MockProvider()
DIdentity2Test.java234 String info = "This is the general information."; in test_getInfo() local
368 String[] info = {"This is the general information.", "test", "", null}; in testSetInfo() local
DSecureRandom2Test.java351 MyProvider(String name, double version, String info) { in MyProvider()
/libcore/ojluni/src/main/java/sun/security/x509/
DOIDMap.java178 OIDInfo info = new OIDInfo(name, oid, clazz); in addInternal() local
226 OIDInfo info = new OIDInfo(name, objId, clazz); in addAttribute() local
244 OIDInfo info = oidMap.get(oid); in getName() local
256 OIDInfo info = nameMap.get(name); in getOID() local
267 OIDInfo info = nameMap.get(name); in getClass() local
279 OIDInfo info = oidMap.get(oid); in getClass() local
/libcore/ojluni/src/main/java/java/security/
DAuthProvider.java39 protected AuthProvider(String name, double version, String info) { in AuthProvider()
DIdentity.java87 String info = "No further information available."; field in Identity
210 public void setInfo(String info) { in setInfo()
/libcore/ojluni/annotations/mmodule/sun/security/pkcs/
DPKCS7.annotated.java67 public sun.security.pkcs.SignerInfo verify(sun.security.pkcs.SignerInfo info, byte[] bytes) throws … in verify()
71 public sun.security.pkcs.SignerInfo verify(sun.security.pkcs.SignerInfo info, java.io.InputStream d… in verify()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DSpiEngUtils.java62 public MyProvider(String name, String info, String key, String clName) { in MyProvider()
/libcore/luni/src/test/java/libcore/java/sql/
DOldDriverPropertyInfoTest.java53 DriverPropertyInfo[] info = d.getPropertyInfo(connectionURL, in testPublicFields() local
DDriverTest.java62 DriverPropertyInfo[] info = driver.getPropertyInfo(SQLITE_JDBC_URL, null); in testGetPropertyInfo() local
/libcore/luni/src/test/java/libcore/java/security/
DAuthProviderTest.java35 protected TestAuthProvider(String name, double version, String info) { in TestAuthProvider()
/libcore/ojluni/src/main/java/java/time/zone/
DZoneRules.java562 Object info = getOffsetInfo(localDateTime); in getOffset() local
613 Object info = getOffsetInfo(localDateTime); in getValidOffsets() local
655 Object info = getOffsetInfo(localDateTime); in getTransition() local
667 Object info = null; in getOffsetInfo() local
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleImpl.java40 private HandleInfo info; field in MethodHandleImpl
DConstantBootstraps.java181 MethodHandleInfo info = lookup.revealDirect(mh); in getStaticFinal() local
/libcore/ojluni/src/main/java/java/lang/reflect/
DMethod.java136 GenericInfo info = getMethodOrConstructorGenericInfoInternal(); in getTypeParameters() local
DConstructor.java127 GenericInfo info = getMethodOrConstructorGenericInfoInternal(); in getTypeParameters() local
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS7.java106 public sun.security.pkcs.SignerInfo verify(sun.security.pkcs.SignerInfo info, byte[] bytes) in verify()
112 sun.security.pkcs.SignerInfo info, java.io.InputStream dataInputStream) in verify()
/libcore/ojluni/src/main/java/java/time/format/
DDecimalStyle.java161 DecimalStyle info = CACHE.get(locale); in of() local
/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java335 public void info(String msg) { in info() method in PlatformLogger
339 public void info(String msg, Throwable t) { in info() method in PlatformLogger
343 public void info(String msg, Object... params) { in info() method in PlatformLogger

12