/frameworks/compile/mclinker/include/mcld/ADT/ |
HashIterator.h | 58 reset(); 103 inline void reset() { function in class:mcld::ChainIteratorBase 120 reset(); 214 inline void reset() { function in class:mcld::EntryIteratorBase 225 reset();
|
/frameworks/compile/slang/ |
slang.cpp | 191 mTarget.reset(clang::TargetInfo::CreateTargetInfo(*mDiagEngine, 196 mFileSysOpt.reset(new clang::FileSystemOptions()); 197 mFileMgr.reset(new clang::FileManager(*mFileSysOpt)); 201 mSourceMgr.reset(new clang::SourceManager(*mDiagEngine, *mFileMgr)); 216 mPP.reset(new clang::Preprocessor(PPOpts, 248 mASTContext.reset(new clang::ASTContext(LangOpts, 279 mDiag.reset(new clang::Diagnostic(mDiagEngine)); 304 // Reset the ID tables if we are reusing the SourceManager 365 mOS.reset(OS); 375 mDOS.reset( 477 void Slang::reset() { function in class:slang::Slang [all...] |
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdpRot.cpp | 28 reset(); 186 reset(); 213 void MdpRot::reset() { function in class:overlay::MdpRot
|
overlayMdssRot.cpp | 40 reset(); 101 // reset rotation flags to avoid stale orientation values 226 reset(); 230 void MdssRot::reset() { function in class:overlay::MdssRot
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_fbupdate.cpp | 42 inline void IFBUpdate::reset() { function in class:qhwc::IFBUpdate 49 inline void FBUpdateLowRes::reset() { function in class:qhwc::FBUpdateLowRes 50 IFBUpdate::reset(); 171 inline void FBUpdateHighRes::reset() { function in class:qhwc::FBUpdateHighRes 172 IFBUpdate::reset();
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdp.cpp | 45 void MdpCtrl::reset() { function in class:overlay::MdpCtrl 77 reset();
|
overlayMdpRot.cpp | 28 reset(); 180 reset(); 207 void MdpRot::reset() { function in class:overlay::MdpRot
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayMdpRot.cpp | 28 reset(); 178 reset(); 205 void MdpRot::reset() { function in class:overlay::MdpRot
|
overlayMdssRot.cpp | 40 reset(); 96 // reset rotation flags to avoid stale orientation values 221 reset(); 225 void MdssRot::reset() { function in class:overlay::MdssRot
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLMac.java | 93 reset(); method 96 private void reset() { method in class:OpenSSLMac 114 reset(); method 120 reset(); method
|
OpenSSLX509CertPath.java | 150 inStream.reset(); 196 /* No need to reset here. The stream was empty or EOF. */ 209 inStream.reset();
|
OpenSSLX509CertificateFactory.java | 79 /* No need to reset here. The stream was empty or EOF. */ 109 inStream.reset(); 142 /* No need to reset here. The stream was empty or EOF. */ 158 inStream.reset(); 185 * If this stream supports marking, attempt to reset it to 190 inStream.reset();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
AbstractBufferTest.java | 56 baseBuf.reset(); 77 baseBuf.reset(); 131 baseBuf.reset(); 142 baseBuf.reset(); 177 baseBuf.reset(); 182 baseBuf.reset(); 221 baseBuf.reset(); 237 baseBuf.reset(); 263 baseBuf.reset(); 268 baseBuf.reset(); [all...] |
/libcore/luni/src/main/java/java/io/ |
BufferedInputStream.java | 176 * Calling {@code reset()} will reposition the stream back to the marked 184 * @see #reset() 194 * and {@code reset()} methods. 198 * @see #reset() 324 public synchronized void reset() throws IOException { method in class:BufferedInputStream 336 * {@code read} will not return these bytes unless {@code reset} is
|
BufferedReader.java | 54 * <p>Mark is the value pos will be set to on calls to {@link #reset}. Its 56 * buffer cannot be reset. 59 * limit is exceeded, {@link #reset} is permitted (but not required) to 60 * throw an exception. For shorter distances, {@link #reset} shall not throw 84 * we reset to there. 192 * Calling {@code reset()} will reposition the reader back to the marked 203 * @see #reset() 226 * {@code reset()} methods. This implementation returns {@code true}. 230 * @see #reset() 449 public void reset() throws IOException method in class:BufferedReader [all...] |
InputStreamReader.java | 141 decoder.reset(); 264 decoder.reset();
|
/libcore/luni/src/main/java/java/nio/ |
Buffer.java | 33 * <li>Mark: used to remember the current position, so that you can reset the 65 * Mark is where position will be set when <code>reset()</code> is called. 208 * changes take place: the current position is reset back to the start of 319 * later by calling <code>reset()</code>. 383 public final Buffer reset() { method in class:Buffer
|
/libcore/luni/src/main/java/java/security/ |
MessageDigest.java | 171 public void reset() { method in class:MessageDigest 180 * @see #reset() 227 * After the digest is computed the receiver is reset. 230 * @see #reset 238 * After the digest is computed the receiver is reset. 252 * @see #reset() 268 * receiver is reset. 273 * @see #reset()
|
/libcore/luni/src/main/java/java/util/concurrent/ |
CyclicBarrier.java | 110 * is reset. There can be many generations associated with threads 116 * but no subsequent reset. 135 * on each generation. It is reset to parties on each new 287 * <li>Some other thread invokes {@link #reset} on this barrier. 298 * <p>If the barrier is {@link #reset} while any thread is waiting, 323 * waiting, or the barrier was reset, or the barrier was 350 * <li>Some other thread invokes {@link #reset} on this barrier. 365 * <p>If the barrier is {@link #reset} while any thread is waiting, 393 * waiting, or the barrier was reset, or the barrier was broken 409 * construction or the last reset, or a barrier actio 431 public void reset() { method in class:CyclicBarrier [all...] |
/libcore/luni/src/main/java/java/util/jar/ |
ManifestReader.java | 145 valueBuffer.reset();
|
/libcore/luni/src/main/java/java/util/zip/ |
DeflaterInputStream.java | 184 * {@code mark}/{@code reset}. 202 public void reset() throws IOException { method in class:DeflaterInputStream
|
GZIPInputStream.java | 138 crc.reset();
|
InflaterInputStream.java | 269 * Reset the position of the stream to the last marked position. This 277 public void reset() throws IOException { method in class:InflaterInputStream
|
/libcore/luni/src/main/java/javax/crypto/ |
Mac.java | 405 public final void reset() { method in class:Mac
|
/libcore/luni/src/main/java/libcore/icu/ |
CollationElementIteratorICU.java | 21 * reset() has to be called. 31 * iterator.reset(); 50 * Reset the collation elements to their initial state. 54 public void reset() { method in class:CollationElementIteratorICU 55 NativeCollation.reset(address);
|