Home
last modified time | relevance | path

Searched defs:objs (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DAlgorithmParameterGenerator.java186 Object[] objs = Security.getImpl(algorithm, in getInstance() local
244 Object[] objs = Security.getImpl(algorithm, in getInstance() local
294 Object[] objs = Security.getImpl(algorithm, in getInstance() local
DAlgorithmParameters.java244 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters", in getInstance() local
303 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters", in getInstance() local
355 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters", in getInstance() local
DMessageDigest.java211 Object[] objs = Security.getImpl(algorithm, "MessageDigest", in getInstance() local
280 Object[] objs = Security.getImpl(algorithm, "MessageDigest", provider); in getInstance() local
335 Object[] objs = Security.getImpl(algorithm, "MessageDigest", provider); in getInstance() local
DKeyStore.java901 Object[] objs = Security.getImpl(type, "KeyStore", (String)null); in getInstance() local
949 Object[] objs = Security.getImpl(type, "KeyStore", provider); in getInstance() local
997 Object[] objs = Security.getImpl(type, "KeyStore", provider); in getInstance() local
1799 Object[] objs = null; in getInstance() local
/libcore/ojluni/src/test/java/io/Serializable/records/
DUnsharedTest.java97 static ObjectInputStream serialize(Object... objs) throws IOException { in serialize()
107 static ObjectInputStream serializeUnshared(Object... objs) throws IOException { in serializeUnshared()
DThrowingConstructorTest.java91 Object[][] objs = new Object[][] { in exceptionInstances() local
150 Object[][] objs = new Object[][] { in errorInstances() local
DStreamRefTest.java234 static ObjectInputStream serialize(Object... objs) throws IOException { in serialize()
238 static byte[] serializeToBytes(Object... objs) throws IOException { in serializeToBytes()
/libcore/ojluni/src/main/java/sun/security/x509/
DCRLExtensions.java149 Object[] objs = allExts.toArray(); in encode() local
256 Object[] objs = otherC.toArray(); in equals() local
DCertificateExtensions.java171 Object[] objs = allExts.toArray(); in encode() local
308 Object[] objs = otherC.toArray(); in equals() local
DX509CRLImpl.java567 Object[] objs = allExts.toArray(); in toString() local
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS9Attributes.java101 static sun.security.util.DerEncoder[] castToDerEncoder(java.lang.Object[] objs) { in castToDerEncoder()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java1362 private ObjectStreamClass[] objs; field in ObjectInputStreamTest.TestObjectOutputStream
1365 … public TestObjectOutputStream(OutputStream out, ObjectStreamClass[] objs) throws IOException { in TestObjectOutputStream()
1377 private ObjectStreamClass[] objs; field in ObjectInputStreamTest.TestObjectInputStream
1380 public TestObjectInputStream(InputStream in, ObjectStreamClass[] objs) throws IOException { in TestObjectInputStream()
1393 ObjectStreamClass[] objs = new ObjectStreamClass[1000]; in test_readObject_replacedClassDescriptor() local
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS9Attributes.java359 static DerEncoder[] castToDerEncoder(Object[] objs) { in castToDerEncoder()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DMessageFormatTest.java156 Object[] objs = { Double.valueOf(3.1415) }; in test_parseObjectLjava_lang_StringLjavajava_text_ParsePosition() local
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java1419 Object[] objs = (Object[]) array; in writeArray() local
2372 private Object[] objs; field in ObjectOutputStream.HandleTable
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectOutputStream.java598 private java.lang.Object[] objs; field in ObjectOutputStream.HandleTable