OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reset
(Results
51 - 75
of
2379
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/replicaisland/src/com/replica/replicaisland/
TiledBackgroundVertexGrid.java
27
public void
reset
() {
method in class:TiledBackgroundVertexGrid
28
super.
reset
();
/libcore/luni/src/main/java/java/io/
FilterInputStream.java
70
* Sending {@code
reset
()} will reposition this stream back to the marked
79
* @see #
reset
()
87
* Indicates whether this stream supports {@code mark()} and {@code
reset
()}.
91
* @return {@code true} if {@code mark()} and {@code
reset
()} are supported,
94
* @see #
reset
()
133
public synchronized void
reset
() throws IOException {
method in class:FilterInputStream
134
in.
reset
();
139
* calls to {@code read} will not return these bytes unless {@code
reset
} is
147
* @see #
reset
()
FilterReader.java
64
* Sending {@code
reset
()} will reposition this reader back to the marked
75
* @see #
reset
()
85
* Indicates whether this reader supports {@code mark()} and {@code
reset
()}.
88
* @return {@code true} if {@code mark()} and {@code
reset
()} are supported
91
* @see #
reset
()
156
* {@code
reset
()} in the Reader subclass that is filtered by this reader.
161
* {@code mark()} and {@code
reset
()}.
166
public void
reset
() throws IOException {
method in class:FilterReader
168
in.
reset
();
174
* will not return these characters unless {@code
reset
} is used. Th
[
all
...]
/libcore/luni/src/main/java/libcore/net/url/
FtpURLInputStream.java
51
public synchronized void
reset
() throws IOException {
method in class:FtpURLInputStream
52
is.
reset
();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java
364
ShadowBinder.
reset
();
365
ShadowBitmapFactory.
reset
();
366
ShadowDrawable.
reset
();
367
ShadowMediaStore.
reset
();
368
ShadowLog.
reset
();
371
ShadowDialog.
reset
();
372
ShadowContentResolver.
reset
();
373
ShadowLocalBroadcastManager.
reset
();
374
ShadowMimeTypeMap.
reset
();
375
ShadowStatFs.
reset
();
[
all
...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTreeObserverTest.java
39
listener1.
reset
();
40
listener2.
reset
();
47
listener1.
reset
();
48
listener2.
reset
();
75
public void
reset
() {
method in class:ViewTreeObserverTest.TestOnGlobalLayoutListener
/cts/tests/src/android/content/cts/
ResultReceiver.java
42
public void
reset
() {
method in class:ResultReceiver
/external/apache-http/src/org/apache/http/
HttpConnectionMetrics.java
77
void
reset
();
method in interface:HttpConnectionMetrics
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BlockCipher.java
52
*
Reset
the cipher. After resetting the cipher is in the same state
55
public void
reset
();
method in interface:BlockCipher
Digest.java
40
* call leaves the digest
reset
.
48
*
reset
the digest back to it's initial state.
50
public void
reset
();
method in interface:Digest
Mac.java
67
*
Reset
the MAC. At the end of resetting the MAC should be in the
70
public void
reset
();
method in interface:Mac
Signer.java
40
*
reset
the internal state
42
public void
reset
();
method in interface:Signer
StreamCipher.java
49
*
reset
the cipher. This leaves it in the same state
52
public void
reset
();
method in interface:StreamCipher
/external/chromium_org/base/android/
jni_helper.cc
28
reset
();
35
void JavaObjectWeakGlobalRef::
reset
() {
function in class:JavaObjectWeakGlobalRef
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js
17
var resetButton = document.querySelector('button.
reset
');
25
resetButton.addEventListener('click',
reset
);
53
function
reset
() {
function
57
message('
Reset
stored CSS');
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebCrypto.cpp
43
reset
();
50
reset
();
64
reset
();
71
reset
();
79
reset
();
88
void WebCryptoResult::
reset
()
function in class:blink::WebCryptoResult
90
m_impl.
reset
();
WebRTCStatsRequest.cpp
56
void WebRTCStatsRequest::
reset
()
function in class:blink::WebRTCStatsRequest
58
m_private.
reset
();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
markselection.js
15
reset
(cm);
64
function
reset
(cm) {
function
80
return
reset
(cm);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ChannelSplitterNode.cpp
82
void ChannelSplitterNode::
reset
()
function in class:WebCore::ChannelSplitterNode
GainNode.cpp
82
void GainNode::
reset
()
function in class:WebCore::GainNode
MediaStreamAudioDestinationNode.cpp
80
void MediaStreamAudioDestinationNode::
reset
()
function in class:WebCore::MediaStreamAudioDestinationNode
MediaStreamAudioSourceNode.cpp
116
void MediaStreamAudioSourceNode::
reset
()
function in class:WebCore::MediaStreamAudioSourceNode
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioDSPKernelProcessor.cpp
104
void AudioDSPKernelProcessor::
reset
()
function in class:WebCore::AudioDSPKernelProcessor
116
m_kernels[i]->
reset
();
DirectConvolver.cpp
376
void DirectConvolver::
reset
()
function in class:WebCore::DirectConvolver
EqualPowerPanner.h
40
virtual void
reset
() { m_isFirstRender = true; }
function in class:WebCore::EqualPowerPanner
Completed in 152 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>