Searched defs:destroy (Results 51 - 75 of 304) sorted by relevance

1234567891011>>

/external/srec/shared/include/
H A DIntArrayList.h114 ESR_ReturnCode(*destroy)(struct IntArrayList_t* self); member in struct:IntArrayList_t
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModels.h55 ESR_ReturnCode(*destroy)(struct SR_AcousticModels_t* self); member in struct:SR_AcousticModels_t
/external/srec/srec/Nametag/include/
H A DSR_Nametags.h86 * Returns Nametag with the specified ID. It is illegal to destroy the returned Nametag
96 * Returns Nametag at the specified index. It is illegal to destroy the returned Nametag
119 ESR_ReturnCode(*destroy)(struct SR_Nametags_t* self); member in struct:SR_Nametags_t
177 * Returns Nametag with the specified ID. It is illegal to destroy the returned Nametag
187 * Returns Nametag at the specified index. It is illegal to destroy the returned Nametag
/external/chromium_org/third_party/WebKit/ManualTests/resources/
H A DArrayParameterTestApplet.class ... void init () public void start () public void stop () public void destroy () public void arrayFunction (java.lang.String[]) public void ...
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFastTextAutosizer.cpp71 void FastTextAutosizer::destroy(const RenderBlock* block) function in class:WebCore::FastTextAutosizer
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBitVector.cpp49 OutOfLineBits::destroy(outOfLineBits());
61 OutOfLineBits::destroy(myOutOfLineBits);
88 void BitVector::OutOfLineBits::destroy(OutOfLineBits* outOfLineBits) function in class:WTF::BitVector::OutOfLineBits
109 OutOfLineBits::destroy(outOfLineBits());
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dtest-buffer-serialize.cc59 hb_destroy_func_t destroy; local
67 destroy = (hb_destroy_func_t) g_mapped_file_unref;
78 destroy = free;
84 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
H A Dhb-face-private.hh52 hb_destroy_func_t destroy; member in struct:hb_face_t
H A Dtest.cc60 hb_destroy_func_t destroy; local
68 destroy = (hb_destroy_func_t) g_mapped_file_unref;
79 destroy = free;
85 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
/external/harfbuzz_ng/src/
H A Dtest-buffer-serialize.cc56 hb_destroy_func_t destroy; local
64 destroy = (hb_destroy_func_t) g_mapped_file_unref;
75 destroy = free;
81 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
H A Dtest.cc57 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/jmonkeyengine/engine/src/core/com/jme3/system/
H A DSystemListener.java73 * initialize() has been called or after destroy() has been called.
80 * initialize() has been called or after destroy() has been called.
98 public void destroy(); method in interface:SystemListener
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DAppletHarness.java171 public void destroy(){ method in class:AppletHarness
/external/jmonkeyengine/engine/src/test/jme3test/awt/
H A DTestApplet.java134 public void destroy(){ method in class:TestApplet
/external/smack/src/org/jivesoftware/smackx/
H A DPEPManager.java150 public void destroy() { method in class:PEPManager
157 destroy();
/external/srec/srec/Grammar/include/
H A DSR_Grammar.h252 ESR_ReturnCode(*destroy)(struct SR_Grammar_t* self); member in struct:SR_Grammar_t
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
H A DTestShellTab.java52 public void destroy() { method in class:TestShellTab
53 super.destroy();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/framehost/
H A DNavigationControllerImpl.java32 private void destroy() { method in class:NavigationControllerImpl
/external/chromium_org/mojo/services/native_viewport/android/src/org/chromium/mojo/
H A DNativeViewportAndroid.java59 // TODO(abarth): Someone needs to call destroy at some point.
60 public void destroy() { method in class:NativeViewportAndroid
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValue.cpp339 void CSSValue::destroy() function in class:WebCore::CSSValue
/external/chromium_org/third_party/freetype/src/base/
H A Dftutil.c388 FT_List_Destructor destroy,
402 if ( destroy )
403 destroy( memory, data, user );
387 FT_List_Finalize( FT_List list, FT_List_Destructor destroy, FT_Memory memory, void* user ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h79 void (*destroy)( struct draw_stage * ); member in struct:draw_stage
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_handle_table.c57 void (*destroy)(void *object); member in struct:handle_table
79 ht->destroy = NULL;
87 void (*destroy)(void *object))
92 ht->destroy = destroy;
136 * present in the table when seen by the destroy callback, because the
137 * destroy callback may directly or indirectly call the other functions in
145 if(ht->destroy)
146 ht->destroy(object);
291 if(ht->destroy)
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_screen.h67 void (*destroy)( struct pipe_screen * ); member in struct:pipe_screen
H A Dp_video_decoder.h58 * destroy this video decoder
60 void (*destroy)(struct pipe_video_decoder *decoder); member in struct:pipe_video_decoder
116 * destroy this video buffer
118 void (*destroy)(struct pipe_video_buffer *buffer); member in struct:pipe_video_buffer
146 * destroy the associated data

Completed in 638 milliseconds

1234567891011>>