/libcore/crypto/src/main/java/org/conscrypt/ |
TrustedCertificateIndex.java | 77 public void reset() { method in class:TrustedCertificateIndex 83 public void reset(Set<TrustAnchor> anchors) { method in class:TrustedCertificateIndex 85 reset(); method
|
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
ISOCharsetEncoderTest.java | 91 encoder.reset();
|
/libcore/luni/src/main/java/java/io/ |
ByteArrayOutputStream.java | 101 public synchronized void reset() { method in class:ByteArrayOutputStream
|
CharArrayWriter.java | 99 * Resets this writer. The current write position is reset to the beginning 103 public void reset() { method in class:CharArrayWriter 111 * stores. This number changes if this writer is reset or when more 220 * receiver since the last reset or since it was created.
|
PushbackInputStream.java | 110 * {@code reset()} methods. {@code PushbackInputStream} does not support 115 * @see #reset() 330 public void reset() throws IOException { method in class:PushbackInputStream
|
PushbackReader.java | 104 throw new IOException("mark/reset not supported"); 109 * {@code reset()} methods. {@code PushbackReader} does not support them, so 114 * @see #reset() 237 public void reset() throws IOException { method in class:PushbackReader 238 throw new IOException("mark/reset not supported");
|
StringReader.java | 71 * ignored for this class. Calling {@code reset()} will reposition the 81 * @see #reset() 103 * reset()} methods. This implementation returns {@code true}. 184 * location. If this reader has not been marked, it is reset to the 193 public void reset() throws IOException { method in class:StringReader 218 * @see #reset()
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
SAXParser.java | 85 * <p>Reset this <code>SAXParser</code> to its original configuration.</p> 87 * <p><code>SAXParser</code> is reset to the same state as when it was created with 89 * <code>reset()</code> is designed to allow the reuse of existing <code>SAXParser</code>s 92 * <p>The reset <code>SAXParser</code> is not guaranteed to have the same {@link Schema} 98 public void reset() { method in class:SAXParser 102 "This SAXParser, \"" + this.getClass().getName() + "\", does not support the reset functionality."
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeCollation.java | 40 public static native void reset(long address); method in class:NativeCollation
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
SAXParserImpl.java | 56 @Override public void reset() { method in class:SAXParserImpl
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldAndroidByteArrayInputStreamTest.java | 86 a.reset();
|
OldAndroidCharArrayReaderTest.java | 85 a.reset();
|
OldAndroidStringReaderTest.java | 83 a.reset();
|
OldLineNumberReaderTest.java | 37 lnr.reset(); 147 lnr.reset(); 149 assertEquals("Test 2: Failed to reset reader", "0", line); 154 lnr.reset();
|
/libcore/support/src/test/java/tests/support/ |
Support_StringReader.java | 70 * is ignored for StringReaders. Sending reset() will reposition the reader 96 * mark() and reset(). This method always returns true. 98 * @return <code>true</code> if mark() and reset() are supported, 196 * Reset this StringReader's position to the last <code>mark()</code> 199 * reset to the beginning of the String. 205 public void reset() throws IOException { method in class:Support_StringReader 218 * unless <code>reset()</code> is used.
|
/libnativehelper/include/nativehelper/ |
UniquePtr.h | 58 reset(); 77 void reset(T* ptr = NULL) { function in class:UniquePtr 111 reset(); 125 void reset(T* ptr = NULL) { function in class:UniquePtr 188 // Does reset work? 192 c.reset(new C); 215 // Does reset work? 219 c.reset(new C[2]);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-linked_ptr.h | 168 void reset(T* ptr = NULL) { function in class:testing::internal::linked_ptr
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_traits_test.cpp | 42 static void reset() { function in struct:CompleteMovableStruct 125 MovableStruct::reset(); 133 MovableStruct::reset(); 147 MovableStruct::reset(); 159 MovableStruct::reset(); 166 MovableStruct::reset(); 178 MovableStruct::reset(); 225 CompleteMovableStruct::reset(); 233 CompleteMovableStruct::reset(); 247 CompleteMovableStruct::reset(); [all...] |
/ndk/tests/device/test-stlport/unit/ |
mvctor_traits_test.cpp | 42 static void reset() { function in struct:CompleteMovableStruct 125 MovableStruct::reset(); 133 MovableStruct::reset(); 147 MovableStruct::reset(); 159 MovableStruct::reset(); 166 MovableStruct::reset(); 178 MovableStruct::reset(); 225 CompleteMovableStruct::reset(); 233 CompleteMovableStruct::reset(); 247 CompleteMovableStruct::reset(); [all...] |
/packages/apps/Camera/src/com/android/camera/ |
Mosaic.java | 26 * mosaic.reset(blendType); 191 * Reset the state of the frame arrays which maintain the captured frame data. 194 public native void reset(); method in class:Mosaic
|
/packages/apps/Camera2/src/com/android/camera/ |
Mosaic.java | 26 * mosaic.reset(blendType); 191 * Reset the state of the frame arrays which maintain the captured frame data. 194 public native void reset(); method in class:Mosaic
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
Util.java | 60 algorithm.reset();
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
TestLoaderManager.java | 74 * It one needs to wait for the same loader multiple times, call {@link #reset()} between the them 82 * testLoaderManager.reset(); 118 public void reset() { method in class:TestLoaderManager 125 * If one of the loaders has already completed since the last call to {@link #reset()}, it will 133 // This loader has already completed since the last reset, do not wait for it.
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpeg_reader.cpp | 36 if (reset() != J_SUCCESS) { 163 // Reset iterators 241 int32_t JpegReader::reset() { function in class:JpegReader
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
Mosaic.java | 26 * mosaic.reset(blendType); 191 * Reset the state of the frame arrays which maintain the captured frame data. 194 public native void reset(); method in class:Mosaic
|