Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 29) sorted by relevance

12

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DSealedObjectTest.java72 SealedObject so = new SealedObject(secret, new NullCipher()); in testReadObject() local
75 oos.writeObject(so); in testReadObject()
86 + "by getAlgorithm() method of initial object", so in testReadObject()
112 SealedObject so = new SealedObject(secret, cipher); in testSealedObject1() local
162 SealedObject so = new SealedObject(secret, cipher); in testGetAlgorithm() local
165 + "in cipher.", algorithm, so.getAlgorithm()); in testGetAlgorithm()
177 SealedObject so = new SealedObject(secret, cipher); in testGetAlgorithmAfterSerialization() local
180 + "in cipher.", algorithm, so.getAlgorithm()); in testGetAlgorithmAfterSerialization()
184 oos.writeObject(so); in testGetAlgorithmAfterSerialization()
193 assertEquals(so.getAlgorithm(), readSo.getAlgorithm()); in testGetAlgorithmAfterSerialization()
[all …]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignedObjectTest.java62 SignedObject so = new SignedObject(prop, tkp.getPrivate(), sig); in testSignedObject() local
64 assertEquals("SHA1withDSA", so.getAlgorithm()); in testSignedObject()
65 assertEquals(prop, so.getObject()); in testSignedObject()
67 assertTrue("verify() failed", so.verify(tkp.getPublic(), sig)); in testSignedObject()
69 assertNotNull("signature is null", so.getSignature()); in testSignedObject()
/libcore/ojluni/src/main/java/javax/crypto/
DSealedObject.java193 protected SealedObject(SealedObject so) { in SealedObject() argument
194 this.encryptedContent = so.encryptedContent.clone(); in SealedObject()
195 this.sealAlg = so.sealAlg; in SealedObject()
196 this.paramsAlg = so.paramsAlg; in SealedObject()
197 if (so.encodedParams != null) { in SealedObject()
198 this.encodedParams = so.encodedParams.clone(); in SealedObject()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTestHelper.smali34 # so that no debug info is generated for that method and three nops were
35 # introduced so that the stack trace is a little bit more interesting.
83 # Removed so this method doesn't have debug info
87 # Added so the stack trace looks more interesting
/libcore/ojluni/src/test/
Dartrun34 LIBART=libart.so
DLICENSE36 source code. And you must show them these terms so they know their
46 want its recipients to know that what they have is not the original, so
162 form) with the major components (compiler, kernel, and so on) of the
177 this License will not have their licenses terminated so long as such
185 Program), you indicate your acceptance of this License to do so, and
202 distribute so as to satisfy simultaneously your obligations under this
233 those countries, so that distribution is permitted only in or among
288 To do so, attach the following notices to the program. It is safest
/libcore/mmodules/intracoreapi/
DAndroid.bp79 // This jar is packaged as part of the SDK, use -target 8 so that it works
119 // This jar is packaged as part of the SDK, use -target 8 so that it works
/libcore/luni/
Dbouncycastle-license.txt9 permit persons to whom the Software is furnished to do so, subject to
Dunicode-license.txt28 Software are furnished to do so, provided that (a) the above copyright notice(s)
/libcore/
DLICENSE37 show them these terms so they know their rights.
46 know that what they have is not the original, so that any problems introduced
154 source or binary form) with the major components (compiler, kernel, and so on)
167 rights, from you under this License will not have their licenses terminated so
175 do so, and all its terms and conditions for copying, distributing or modifying
189 conditions of this License. If you cannot distribute so as to satisfy
217 geographical distribution limitation excluding those countries, so that
270 To do so, attach the following notices to the program. It is safest to attach
346 the library, but you are not obligated to do so. If you do not wish to do
347 so, delete this exception statement from your version.
Dlibcore.aconfig45 … description: "This flag controls whether Frameworks sends app info to adb so debuggers can attach"
DJavaLibrary.bp90 // different layers of the build tooling. The arguments are wrapped in '' so
105 // OpenJDK source is not annotated with @hide so we need this separate
125 // Some parts of libart are not annotated with @hide so we need this separate
479 // This jar is packaged as part of the SDK, use -target 8 so that it works
500 // This jar is packaged as part of the SDK, use -target 8 so that it works
527 // This jar is packaged as part of the SDK, use -target 8 so that it works
917 // source code and so should not cause an error or warning.
931 // contain the java.lang classes so the set was constructed by starting with
1190 // This jar is packaged as part of the SDK, use -target 8 so that it works
1212 // This jar is packaged as part of the ART module host exports, use -target 8 so that it works
DNOTICE44 to whom the Software is furnished to do so, provided that the above
79 permit persons to whom the Software is furnished to do so, subject to
DNativeCode.bp234 // Add -fno-builtin so that the compiler doesn't attempt to inline
/libcore/luni/src/test/parameter_metadata/
DAndroid.bp17 // This is a separate library so it can use the -parameters javac flag (to add parameter information
/libcore/benchmarks/
DREADME.md12 # remount if you haven't done so.
/libcore/ojluni/src/tools/
DLICENSE36 source code. And you must show them these terms so they know their
46 want its recipients to know that what they have is not the original, so
162 form) with the major components (compiler, kernel, and so on) of the
177 this License will not have their licenses terminated so long as such
185 Program), you indicate your acceptance of this License to do so, and
202 distribute so as to satisfy simultaneously your obligations under this
233 those countries, so that distribution is permitted only in or among
288 To do so, attach the following notices to the program. It is safest
/libcore/tools/testmapping/
DREADME31 number of classes to exclude, so the TEST_MAPPING looks reasonable. If this list
/libcore/tools/docs/crypto/
DREADME12 (eg, PBEWITHHMACSHA versus PBEWithHmacSHA), so it could be improved.
/libcore/toolchainapi/
DAndroid.bp56 // Use -target 8 so that it works with old JDKs.
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt300 # generated by libnss_winbind.so. You can use variables here
304 # libnss_winbind.so library.
410 # created in the directory by users will be owned by the default user, so
421 # The following two entries demonstrate how to share a directory so that two
/libcore/ojluni/src/test/java/nio/Buffer/
DOrder-X.java.template27 * We check in the generated source files so that the test tree can be used
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf108 # so this is commented out by default to leave a V1 CRL.
/libcore/tools/expected_upstream/
DREADME.md139 should do so on the `aosp/main` branch.
/libcore/ojluni/src/main/java/java/nio/charset/
DCharset-X-Coder.java.template67 * <li><p> Invoke the {@link #flush flush} method so that the $coder$ can
560 * in the input buffer so that they are available to the next invocation.
571 * pass {@code true} so that any remaining un$code$d input will be treated

12