OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroy
(Results
226 - 250
of
5200
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
discrim-union.cpp
21
void
destroy
(...) { throw "logic_error"; }
function in union:detail::either_impl
42
void
destroy
(unsigned elem) {
function in union:detail::either_impl
44
rest.
destroy
(elem - 1);
80
//~either() { impl.
destroy
(elem); }
/external/compiler-rt/lib/tsan/lit_tests/
longjmp3.cc
43
// CHECK: WARNING: ThreadSanitizer:
destroy
of a locked mutex
longjmp4.cc
46
// CHECK: WARNING: ThreadSanitizer:
destroy
of a locked mutex
/external/freetype/include/freetype/internal/
ftpic.h
58
/*
Destroy
the contents of the container. */
/external/freetype/src/base/
ftpic.c
45
/*
Destroy
the contents of the container. */
/external/harfbuzz_ng/src/
test.cc
57
hb_destroy_func_t
destroy
;
local
65
destroy
= (hb_destroy_func_t) g_mapped_file_unref;
76
destroy
= free;
82
blob = hb_blob_create (font_data, len, mm, user_data,
destroy
);
/external/libsepol/include/sepol/
boolean_record.h
42
/* Create/Clone/
Destroy
*/
context_record.h
36
/* Create/Clone/
Destroy
*/
iface_record.h
49
/* Create/Clone/
Destroy
*/
/external/llvm/lib/Support/
ManagedStatic.cpp
59
void ManagedStaticBase::
destroy
() const {
function in class:ManagedStaticBase
67
//
Destroy
memory.
75
/// llvm_shutdown - Deallocate and
destroy
all ManagedStatic variables.
78
StaticList->
destroy
();
/external/mesa3d/src/glx/apple/
TODO
24
Where 2 threads are doing the same sort of path of create and
destroy
. The locking should protect
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DestroySemaphore.3
12
\fBSDL_DestroySemaphore\fP destroys the semaphore pointed to by \fBsem\fR that was created by \fI\fBSDL_CreateSemaphore\fP\fR\&. It is not safe to
destroy
a semaphore if there are threads currently blocked waiting on it\&.
/external/qemu/hw/
scsi-disk.h
18
void (*
destroy
)(SCSIDevice *s);
member in struct:SCSIDevice
/frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl
31
void
destroy
();
/frameworks/compile/mclinker/unittests/
FragmentTest.cpp
53
LDSection::
Destroy
(test);
54
// SectionData::
Destroy
(s);
70
LDSection::
Destroy
(test);
71
// SectionData::
Destroy
(s);
/frameworks/wilhelm/tests/sandbox/
dim.c
149
//
destroy
output mix
150
(*outputMixObject)->
Destroy
(outputMixObject);
152
//
destroy
engine
153
(*engineObject)->
Destroy
(engineObject);
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java
61
* We should always be calling {@link ImapResponse#
destroy
()}, but it's here as a last resort.
66
destroy
();
method
103
public void
destroy
() {
method in class:ImapTempFileLiteral
112
super.
destroy
();
/packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java
64
* We should always be calling {@link ImapResponse#
destroy
()}, but it's here as a last resort.
69
destroy
();
method
106
public void
destroy
() {
method in class:ImapTempFileLiteral
115
super.
destroy
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
README
8
current tests do. This means that you have to
destroy
the current window
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
README
8
current tests do. This means that you have to
destroy
the current window
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java
129
logger.log(Level.INFO, "EDT: Telling OGL to
destroy
display ..");
237
Mouse.
destroy
();
241
Keyboard.
destroy
();
330
pbuffer.
destroy
();
354
pbuffer.
destroy
();
378
* by destroying keyboard in by Display.
destroy
() or Display.setParent(null).
379
* Therefore Keyboard.
destroy
() should precede any of these calls.
384
Keyboard.
destroy
();
400
Display.
destroy
();
413
//
Destroy
pbuffer.
[
all
...]
/frameworks/compile/mclinker/include/mcld/Support/
Allocators.h
45
static void
destroy
(value_type* pPtr)
function in class:mcld::Chunk
84
static void
destroy
(value_type* pPtr)
function in class:mcld::Chunk
118
// LinearAllocatorBase does NOT mean to
destroy
the allocated memory.
147
/// standard
destroy
-
destroy
data on arbitrary address
149
void
destroy
(pointer pPtr)
function in class:mcld::LinearAllocatorBase
150
{ chunk_type::
destroy
(pPtr); }
240
destroy
(prev->data + idx);
377
void
destroy
(pointer pObject)
function in class:mcld::MallocAllocator
444
void
destroy
(DataType* pObject
function in class:mcld::MallocAllocator
447
void
destroy
(pointer pObject)
function in class:mcld::MallocAllocator
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
BaseObjTest.java
39
T.
destroy
();
58
B.
destroy
();
/external/chromium_org/mojo/services/native_viewport/android/src/org/chromium/mojo/
NativeViewportAndroid.java
59
// TODO(abarth): Someone needs to call
destroy
at some point.
60
public void
destroy
() {
method in class:NativeViewportAndroid
/external/chromium_org/third_party/WebKit/ManualTests/resources/
ArrayParameterTestApplet.class
Completed in 405 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>