OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reset
(Results
101 - 125
of
2379
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/replicaisland/src/com/replica/replicaisland/
PhasedObject.java
33
public void
reset
() {
method in class:PhasedObject
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocalBroadcastManager.java
8
*
reset
its state after each test run.
11
public static void
reset
() {
method in class:ShadowLocalBroadcastManager
ShadowProcess.java
23
public static void
reset
() {
method in class:ShadowProcess
/external/skia/src/core/
SkAlphaRuns.cpp
13
void SkAlphaRuns::
reset
(int width) {
function in class:SkAlphaRuns
SkPtrRecorder.cpp
11
void SkPtrSet::
reset
() {
function in class:SkPtrSet
18
fList.
reset
();
/external/skia/src/gpu/
GrAllocPool.h
21
void
reset
();
53
void
reset
() { fPool.
reset
(); }
function in class:GrTAllocPool
/external/skia/src/gpu/gl/
GrGLContext.cpp
25
this->
reset
();
65
void GrGLContextInfo::
reset
() {
function in class:GrGLContextInfo
73
fExtensions.
reset
();
74
fGLCaps->
reset
();
94
void GrGLContext::
reset
() {
function in class:GrGLContext
96
fInfo.
reset
();
/external/srec/srec/AcousticState/include/
SR_AcousticState.h
49
* during a call in order to improve recognition accuracy. The platform must
reset
51
* order to
reset
acoustic state information for a new caller.
56
ESR_ReturnCode(*
reset
)(SR_Recognizer* recognizer);
member in struct:SR_AcousticState_t
141
* during a call in order to improve recognition accuracy. The platform must
reset
143
* order to
reset
acoustic state information for a new caller.
/external/srec/srec/Semproc/include/
SR_SemanticGraph.h
95
ESR_ReturnCode(*
reset
)(struct SR_SemanticGraph_t* self);
member in struct:SR_SemanticGraph_t
/frameworks/base/core/tests/coretests/src/android/view/
GlobalFocusChange.java
38
public void
reset
() {
method in class:GlobalFocusChange
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Program.java
39
public void
reset
() {
method in class:Program
RandomScheduler.java
38
public void
reset
() {
method in class:RandomScheduler
Scheduler.java
39
abstract void
reset
();
method in class:Scheduler
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
Durable.java
24
public void
reset
();
method in interface:Durable
/frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp
38
void DiagnosticEngine::
reset
(const LinkerConfig& pConfig)
function in class:DiagnosticEngine
43
m_State.
reset
();
65
m_State.
reset
();
/frameworks/compile/slang/
slang_diagnostic_buffer.h
56
inline void
reset
() {
function in class:slang::DiagnosticBuffer
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.h
49
void
reset
() { mDoable = false;
function in class:qhwc::AssertiveDisplay
/libnativehelper/include/nativehelper/
ScopedLocalRef.h
32
reset
();
35
void
reset
(T ptr = NULL) {
function in class:ScopedLocalRef
/packages/apps/Mms/src/com/android/mms/ui/
ViewInterface.java
33
*
Reset
the view (for next presentation).
35
void
reset
();
method in interface:ViewInterface
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LatencyTracker.java
43
public void
reset
() {
method in class:LatencyTracker
48
* Gets the number of milliseconds since the object was created, or {@link #
reset
} was called.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dircache.py
12
__all__ = ["listdir", "opendir", "annotate", "
reset
"]
16
def
reset
():
function
17
"""
Reset
the cache completely."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dircache.py
12
__all__ = ["listdir", "opendir", "annotate", "
reset
"]
16
def
reset
():
function
17
"""
Reset
the cache completely."""
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CommonTokenStream.java
125
public void
reset
() {
method in class:CommonTokenStream
126
super.
reset
();
153
/**
Reset
this token stream by setting its token source. */
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
StreamBlockCipher.java
101
*
reset
the underlying cipher. This leaves it in the same state
104
public void
reset
()
method in class:StreamBlockCipher
106
cipher.
reset
();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
NullDigest.java
39
reset
();
method
44
public void
reset
()
method in class:NullDigest
46
bOut.
reset
();
Completed in 1577 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>