/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
Mac_ImplTest.java | 94 mac.reset();
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ByteArrayInputStreamTest.java | 99 is.reset(); 101 is.reset(); 119 is.reset(); 136 * @tests ByteArrayInputStream#reset() 143 is.reset(); 145 is.reset(); 146 assertTrue("Reset failed", new String(buf1, 0, buf1.length)
|
ByteArrayOutputStreamTest.java | 90 * @tests java.io.ByteArrayOutputStream#reset() 95 bos.reset(); 96 assertEquals("reset failed", 0, bos.size()); 106 bos.reset();
|
PushbackInputStreamTest.java | 35 pb.reset();
|
PushbackReaderTest.java | 188 * @tests java.io.PushbackReader#reset() 192 pbr.reset();
|
ReaderTest.java | 121 * @tests {@link java.io.Reader#reset()} 126 mockReader.reset();
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThrowableTest.java | 85 bao.reset();
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest1Test.java | 34 * @tests java.security.MessageDigest#reset() 38 md.reset();
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
SHA1_MessageDigestTest.java | 190 md.reset(); 341 * it checks out that engine gets reset after call to the method 389 case 2: md.reset(); 422 md.reset();
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_HttpTests.java | 95 bout.reset(); 151 bout.reset(); 177 bout.reset();
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
CollationElementIteratorTest.java | 96 iterator.reset();
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
OutputProperties.java | 302 * Reset the default properties based on the method. 509 buf.reset(); 526 buf.reset(); 573 * key already exists, this method will not reset it. 586 * key already exists, this method will not reset it. 589 * @param shouldResetDefaults true if the defaults should be reset based on 627 * key already exists, this method will not reset it.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToSAXHandler.java | 400 * Try's to reset the super class and reset this class for 404 * @return true if the class was successfuly reset. 405 * @see Serializer#reset() 407 public boolean reset() method in class:ToSAXHandler 410 if (super.reset()) 419 * Reset all of the fields owned by ToSAXHandler class
|
ToTextSAXHandler.java | 132 * @see Serializer#reset() 134 public boolean reset() method in class:ToTextSAXHandler
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
NamespaceSupport2.java | 79 reset(); method 89 * Reset this Namespace support object for reuse. 94 public void reset () method in class:NamespaceSupport2 98 // change this to just reset the root context?
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
SourceTreeManager.java | 51 * Reset the list of SourceTree objects that this manager manages. 54 public void reset() method in class:SourceTreeManager
|
VariableStack.java | 49 reset(); method 60 reset(initStackSize, initStackSize*2); method 136 * Reset the stack to a start position. 138 public void reset() method in class:VariableStack 147 reset(linksSize, varArraySize); method 151 * Reset the stack to a start position. 155 protected void reset(int linksSize, int varArraySize) { method in class:VariableStack
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
XPathImpl.java | 525 * <p>Reset this <code>XPath</code> to its original configuration.</p> 527 * <p><code>XPath</code> is reset to the same state as when it was created with 529 * <code>reset()</code> is designed to allow the reuse of existing <code>XPath</code>s 532 * <p>The reset <code>XPath</code> is not guaranteed to have the same 539 public void reset() { method in class:XPathImpl
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XObject.java | 131 * Reset for fresh reuse. 133 public void reset() method in class:XObject
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
LongDigest.java | 34 reset(); method 146 public void reset() method in class:LongDigest 285 // reset the offset and clean out the word buffer.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
AESEngine.java | 415 public void reset() method in class:AESEngine
|
AESFastEngine.java | 746 public void reset() method in class:AESFastEngine [all...] |
BlowfishEngine.java | 382 public void reset() method in class:BlowfishEngine
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
DSASigner.java | 87 digest.reset(); 113 digest.reset();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
SignatureSpi.java | 52 digest.reset(); 62 digest.reset();
|