OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reset
(Results
276 - 300
of
2379
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/src/xml/
SkXMLPullParser.cpp
11
static void
reset
(SkXMLPullParser::Curr* curr)
function
69
reset
(&fCurr);
/external/stlport/test/unit/
mvctor_test.h
80
static void
reset
() {
function in struct:MovableStruct
/frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp
47
reset
();
58
void AudioPeakingFilter::
reset
() {
function in class:android::AudioPeakingFilter
AudioShelvingFilter.cpp
64
void AudioShelvingFilter::
reset
() {
function in class:android::AudioShelvingFilter
/frameworks/av/media/libstagefright/
MediaSource.cpp
28
reset
();
31
void MediaSource::ReadOptions::
reset
() {
function in class:android::MediaSource::ReadOptions
/frameworks/base/core/java/android/content/
CursorEntityIterator.java
94
public final void
reset
() {
method in class:CursorEntityIterator
96
throw new IllegalStateException("calling
reset
() when the iterator is closed");
/frameworks/base/core/jni/
android_view_PointerIcon.h
44
reset
();
56
inline void
reset
() {
function in struct:android::PointerIcon
58
bitmap.
reset
();
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
PathTest.java
34
path.
reset
();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
RoundRobinScheduler.java
37
public void
reset
() {
method in class:RoundRobinScheduler
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerResetStateUnitTest.java
25
* MediaPlayer.
reset
() method can be called.
31
* 1. It is valid to call
reset
() in the following states:
33
* 2. It is invalid to call
reset
() in the following states:
56
player.
reset
();
66
return "
reset
()";
MediaRecorderResetStateUnitTest.java
26
* MediaRecorder.
reset
() method can be called.
32
* 1. It is valid to call
reset
() in the following states:
34
* 2. It is invalid to call
reset
() in the following states:
54
recorder.
reset
();
64
return "
reset
()";
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityView.java
37
*
Reset
the view and prepare to take input. This should do things like clearing the
40
void
reset
();
method in interface:KeyguardSecurityView
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
MainView.java
44
mPaint.
reset
();
/frameworks/native/libs/input/
VelocityControl.cpp
37
reset
();
42
reset
();
45
void VelocityControl::
reset
() {
function in class:android::VelocityControl
59
reset
();
/frameworks/native/services/surfaceflinger/
Colorizer.h
53
void
reset
(String8& out) {
function in class:android::Colorizer
/frameworks/rs/
rsAdapter.cpp
25
reset
();
29
reset
();
33
void Adapter1D::
reset
() {
function in class:Adapter1D
96
reset
();
100
reset
();
104
void Adapter2D::
reset
() {
function in class:Adapter2D
/libcore/luni/src/main/java/java/io/
InputStream.java
40
* {@link #
reset
()} is called.
119
* Sending {@code
reset
()} will reposition the stream back to the marked
129
* @see #
reset
()
137
* {@code
reset
()} methods. The default implementation returns {@code false}.
141
* @see #
reset
()
207
public synchronized void
reset
() throws IOException {
method in class:InputStream
Reader.java
81
* Calling {@code
reset
()} will reposition the reader back to the marked
95
* @see #
reset
()
103
* {@code
reset
()} methods. This default implementation returns
176
* {@code
reset
()} is implementation specific. This default
184
public void
reset
() throws IOException {
method in class:Reader
191
*
reset
} is used. This method may perform multiple reads to read {@code
201
* @see #
reset
()
/libcore/luni/src/main/java/java/util/zip/
Adler32.java
41
*
Reset
this instance to its initial checksum.
43
public void
reset
() {
method in class:Adler32
CRC32.java
44
public void
reset
() {
method in class:CRC32
/libcore/luni/src/main/java/javax/xml/validation/
Validator.java
67
* <p>
Reset
this <code>Validator</code> to its original configuration.</p>
69
* <p><code>Validator</code> is
reset
to the same state as when it was created with
71
* <code>
reset
()</code> is designed to allow the reuse of existing <code>Validator</code>s
74
* <p>The
reset
<code>Validator</code> is not guaranteed to have the same {@link LSResourceResolver} or {@link ErrorHandler}
78
public abstract void
reset
();
method in class:Validator
/libcore/luni/src/main/java/javax/xml/xpath/
XPath.java
89
* <p>
Reset
this <code>XPath</code> to its original configuration.</p>
91
* <p><code>XPath</code> is
reset
to the same state as when it was created with
93
* <code>
reset
()</code> is designed to allow the reuse of existing <code>XPath</code>s
96
* <p>The
reset
<code>XPath</code> is not guaranteed to have the same {@link XPathFunctionResolver}, {@link XPathVariableResolver}
101
public void
reset
();
method in interface:XPath
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
SecurityChecker.java
54
public SecurityChecker
reset
() {
method in class:SecurityChecker
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
scoped_array.hpp
36
//
reset
(). Use shared_array or std::vector if your needs are more complex.
71
void
reset
(T * p = 0) // never throws
function in class:boost::scoped_array
73
BOOST_ASSERT( p == 0 || p != px ); // catch self-
reset
errors
scoped_ptr.hpp
36
// an explicit
reset
(). scoped_ptr is a simple solution for simple needs;
83
void
reset
(T * p = 0) // never throws
function in class:boost::scoped_ptr
85
BOOST_ASSERT( p == 0 || p != px ); // catch self-
reset
errors
Completed in 248 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>