OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanup
(Results
276 - 300
of
464
) sorted by null
<<
11
12
13
14
15
16
17
18
19
/external/openssl/crypto/evp/
evp_enc.c
574
if(c->cipher->
cleanup
&& !c->cipher->
cleanup
(c))
/external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp
213
cleanup
();
216
void CSSPrimitiveValue::
cleanup
()
function in class:WebCore::CSSPrimitiveValue
/external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp
644
goto
cleanup
;
663
cleanup
:
[
all
...]
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm
265
instance->
cleanup
();
/external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp
52
void
cleanup
();
88
void tst_QWebView::
cleanup
()
function in class:tst_QWebView
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
hlr_auc_gw.c
612
static void
cleanup
(void)
function
706
atexit(
cleanup
);
/external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c
607
static void
cleanup
(void)
function
701
atexit(
cleanup
);
/frameworks/base/core/java/com/android/internal/util/
StateMachine.java
43
*
cleanup
of the state respectively. The <code>getName</code> method returns the
598
void
cleanup
() {
method in class:StateMachine.ProcessedMessages
831
*
Cleanup
all the static variables and the looper after the SM has been quit.
844
mProcessedMessages.
cleanup
();
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java
358
public void
cleanup
() throws Exception {
method in class:ContactsContract_TestDataBuilder
/external/bluetooth/bluez/src/
adapter.h
170
void (*
cleanup
) (void);
member in struct:btd_adapter_ops
/external/icu4c/i18n/
tznames_impl.cpp
970
cleanup
();
978
cleanup
();
1020
cleanup
();
1025
TimeZoneNamesImpl::
cleanup
() {
function in class:TimeZoneNamesImpl
1101
name.setToBogus(); //
cleanup
result.
[
all
...]
uspoof.cpp
779
goto
cleanup
;
792
goto
cleanup
;
802
cleanup
:
/external/icu4c/test/intltest/
icusvtst.cpp
828
static void
cleanup
(void) {
function in class:CalifornioLanguageFactory
948
CalifornioLanguageFactory::
cleanup
();
1224
static void
cleanup
() {
function in class:WrapFactory
[
all
...]
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java
275
public void
cleanup
() {
method in class:AndroidAudioRenderer
276
//
Cleanup
sound pool
282
//
Cleanup
media player
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
Cinematic.java
258
public void
cleanup
() {
method in class:Cinematic
/external/jmonkeyengine/engine/src/test/jme3test/audio/
TestMusicPlayer.java
238
ar.
cleanup
();
/external/valgrind/main/drd/
drd_cond.c
68
p->
cleanup
= (void(*)(DrdClientobj*))(DRD_(cond_cleanup));
drd_semaphore.c
104
p->
cleanup
= (void(*)(DrdClientobj*))semaphore_cleanup;
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker.py
328
printer.
cleanup
()
/packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java
65
* on {@link #
cleanup
()}.
67
* TODO: Remove this and replace it (and {@link #
cleanup
()}) with better implementation.
105
*
Cleanup
everything around this class. Must be run inside the main thread.
109
public static void
cleanup
() {
method in class:SpecialCharSequenceMgr
111
Log.wtf(TAG, "
cleanup
() is called outside the main thread");
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncAdapter.java
71
public abstract void
cleanup
();
method in class:AbstractSyncAdapter
/packages/apps/Launcher2/src/com/android/launcher2/
Cling.java
111
void
cleanup
() {
method in class:Cling
/bionic/libc/netbsd/resolv/
res_debug.c
192
goto
cleanup
;
225
goto
cleanup
;
232
cleanup
:
/external/dropbear/
common-channel.c
811
goto
cleanup
;
824
goto
cleanup
;
830
cleanup
:
/external/tcpdump/
print-ppp.c
[
all
...]
Completed in 1004 milliseconds
<<
11
12
13
14
15
16
17
18
19