OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanup
(Results
76 - 100
of
341
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/lib/CodeGen/
CGCleanup.cpp
13
// A "
cleanup
" is a piece of code which needs to be executed whenever
125
EHCleanupScope &
cleanup
= cast<EHCleanupScope>(*find(si));
local
126
if (
cleanup
.isActive()) return si;
127
si =
cleanup
.getEnclosingNormalCleanup();
136
EHCleanupScope *
cleanup
= dyn_cast<EHCleanupScope>(&*find(si));
local
137
if (
cleanup
&& !
cleanup
->isActive()) {
138
si =
cleanup
->getEnclosingEHScope();
151
assert(((Size % sizeof(void*)) == 0) && "
cleanup
type is misaligned");
176
EHCleanupScope &
Cleanup
= cast<EHCleanupScope>(*begin())
261
EHCleanupScope &
cleanup
= cast<EHCleanupScope>(*EHStack.begin());
local
[
all
...]
/external/dropbear/libtomcrypt/src/pk/ecc/
ecc_make_key.c
107
goto
cleanup
;
110
cleanup
:
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js
1
description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during
cleanup
and triggers the crash. This page should not be visible when the test completes.");
/external/webkit/Source/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp
58
void
cleanup
();
80
void tst_Painting::
cleanup
()
function in class:tst_Painting
/external/e2fsprogs/lib/ext2fs/
inode_io.c
138
goto
cleanup
;
145
goto
cleanup
;
160
goto
cleanup
;
165
cleanup
:
/external/libxml2/include/libxml/
uri.h
43
int
cleanup
; /* parsing potentially unclean URI */
member in struct:_xmlURI
/external/openssl/crypto/evp/
digest.c
254
if (ctx->digest->
cleanup
)
256
ctx->digest->
cleanup
(ctx);
357
if (ctx->digest && ctx->digest->
cleanup
359
ctx->digest->
cleanup
(ctx);
pmeth_lib.c
211
pmeth->
cleanup
= 0;
316
if (ctx->pmeth && ctx->pmeth->
cleanup
)
317
ctx->pmeth->
cleanup
(ctx);
441
void (*
cleanup
)(EVP_PKEY_CTX *ctx))
443
pmeth->
cleanup
=
cleanup
;
/external/openssl/crypto/rand/
rand.h
85
void (*
cleanup
)(void);
member in struct:rand_meth_st
/external/openssl/include/openssl/
rand.h
85
void (*
cleanup
)(void);
member in struct:rand_meth_st
/external/webkit/Source/WebCore/fileapi/
FileReaderLoader.cpp
111
cleanup
();
115
void FileReaderLoader::
cleanup
()
function in class:WebCore::FileReaderLoader
185
cleanup
();
202
cleanup
();
FileReaderLoader.h
85
void
cleanup
();
/external/webkit/Source/WebCore/platform/audio/
FFTFrame.h
66
static void
cleanup
();
/external/webkit/Source/WebCore/svg/
SVGPathByteStreamBuilder.h
41
virtual void
cleanup
() { m_byteStream = 0; }
function in class:WebCore::SVGPathByteStreamBuilder
/external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.h
38
// This class is not generally threadsafe. However, get() and
cleanup
() are
43
static void
cleanup
(bool isPrivateBrowsing);
/build/tools/atree/
files.cpp
195
goto
cleanup
;
203
goto
cleanup
;
213
goto
cleanup
;
221
goto
cleanup
;
228
goto
cleanup
;
291
goto
cleanup
;
319
cleanup
:
/cts/apps/CtsVerifier/jni/audioquality/
GlitchTest.cpp
27
cleanup
(); // in case Init gets called multiple times.
135
void GlitchTest::
cleanup
(void) {
function in class:GlitchTest
/external/dropbear/libtomcrypt/src/pk/rsa/
rsa_make_key.c
100
goto
cleanup
;
103
cleanup
:
/external/valgrind/main/drd/
drd_clientobj.c
174
* removed from the client object set after the
cleanup
function has been
175
* called such that if the
cleanup
function can still use the function
193
tl_assert(p->any.
cleanup
);
194
(*p->any.
cleanup
)(p);
/external/webkit/Source/WebKit/gtk/tests/
testwebframe.c
175
goto
cleanup
;
197
cleanup
:
/frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java
118
cleanup
((TestCase)test);
169
private void
cleanup
(TestCase test) {
/packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java
67
cleanup
();
method
143
void
cleanup
() {
method in class:RequestHandler
/external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h
237
void
cleanup
() {
function in class:PBQP::HeuristicBase
/external/openssl/crypto/asn1/
bio_asn1.c
124
asn1_ps_func *
cleanup
, asn1_bio_state_t next);
302
asn1_ps_func *
cleanup
, asn1_bio_state_t next)
318
if(
cleanup
)
319
cleanup
(b, &ctx->ex_buf, &ctx->ex_len,
/external/webkit/Source/WebKit/wince/
WebView.h
56
static void
cleanup
();
Completed in 2995 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>