Searched refs:so (Results 1 - 25 of 54) sorted by relevance

123

/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSealedObjectTest.java80 SealedObject so = new SealedObject(secret, new NullCipher());
83 oos.writeObject(so);
94 + "by getAlgorithm() method of initial object", so
125 SealedObject so = new SealedObject(secret, cipher);
139 * SealedObject(SealedObject so) method testing. Tests if the
187 SealedObject so = new SealedObject(secret, cipher);
190 + "in cipher.", algorithm, so.getAlgorithm());
215 Mock_SealedObject so = new Mock_SealedObject(secret, cipher);
218 + "original object.", secret, so.getObject(key));
222 .equals(so
[all...]
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
H A DSignedObjectTest.java99 SignedObject so = new SignedObject(prop, tkp.getPrivate(), sig);
101 assertEquals("SHA1withDSA", so.getAlgorithm());
102 assertEquals(prop, so.getObject());
104 assertTrue("verify() failed", so.verify(tkp.getPublic(), sig));
106 assertNotNull("signature is null", so.getSignature());
/dalvik/libcore/archive/src/main/native/
H A Dsub.mk2 # It's not a normal makefile, so we don't include CLEAR_VARS
/dalvik/libcore/dalvik/src/main/native/
H A Dsub.mk2 # It's not a normal makefile, so we don't include CLEAR_VARS
/dalvik/libcore/luni-kernel/src/main/native/
H A Dsub.mk2 # It's not a normal makefile, so we don't include CLEAR_VARS
/dalvik/libcore/openssl/src/main/native/
H A Dsub.mk2 # It's not a normal makefile, so we don't include CLEAR_VARS
/dalvik/libcore/sql/src/main/native/
H A Dsub.mk2 # It's not a normal makefile, so we don't include CLEAR_VARS
/dalvik/libcore/x-net/src/main/native/
H A Dsub.mk2 # It's not a normal makefile, so we don't include CLEAR_VARS
/dalvik/libcore/xml/src/main/native/
H A Dsub.mk2 # It's not a normal makefile, so we don't include CLEAR_VARS
/dalvik/vm/mterp/x86/
H A DOP_AGET.S15 je common_errNullObject # bail if so
H A DOP_APUT.S15 je common_errNullObject # bail if so
H A DOP_FILLED_NEW_ARRAY.S21 # less frequent path, so we'll redo some work
H A DOP_AGET_WIDE.S13 je common_errNullObject # bail if so
H A DOP_APUT_WIDE.S13 je common_errNullObject # bail if so
H A DOP_MONITOR_EXIT.S17 je .L${opcode}_errNullObject # go if so
/dalvik/libcore/icu/src/main/native/
H A Dsub.mk2 # It's not a normal makefile, so we don't include CLEAR_VARS
/dalvik/libcore/luni/src/main/native/
H A Dsub.mk2 # It's not a normal makefile, so we don't include CLEAR_VARS
/dalvik/libcore/crypto/src/main/java/javax/crypto/
H A DSealedObject.java113 * @param so
116 protected SealedObject(SealedObject so) { argument
117 if (so == null) {
120 this.encryptedContent = so.encryptedContent;
121 this.encodedParams = so.encodedParams;
122 this.sealAlg = so.sealAlg;
123 this.paramsAlg = so.paramsAlg;
/dalvik/vm/
H A DAndroid.mk18 # This makefile builds both for host and target, and so the very large
39 # Build the installed version (libdvm.so) first
50 # If WITH_JIT is configured, build multiple versions of libdvm.so to facilitate
112 # have sufficient custom code so that libffi isn't needed at all,
/dalvik/vm/mterp/x86-atom/
H A DOP_MONITOR_ENTER.S37 EXPORT_PC # export PC so we can grab stack trace
/dalvik/
H A DAndroid.mk40 # DONT_INSTALL_DEX_FILES is already false, so a normal make takes care of it.
64 # so a normal make takes care of it.
/dalvik/dalvikvm/
H A DAndroid.mk64 # OS X comes with all these libraries, so there is no need
71 # have sufficient custom code so that libffi isn't needed at all,
/dalvik/dexopt/
H A DAndroid.mk17 # so it must be linked against the full VM shared library.
/dalvik/dx/
H A DAndroid.mk5 # We use copy-file-to-new-target so that the installed
/dalvik/vm/mterp/armv4t/
H A DOP_SGET_WIDE.S32 EXPORT_PC() @ resolve() could throw, so export now

Completed in 488 milliseconds

123