HomeSort by relevance Sort by last modified time
    Searched full:destroy (Results 26 - 50 of 5200) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/test/api/
test-object.c 121 typedef hb_bool_t (*set_user_data_func_t) (void *obj, hb_user_data_key_t *key, void *data, hb_destroy_func_t destroy, hb_bool_t replace);
131 destroy_func_t destroy; member in struct:__anon18685
248 o->destroy (obj);
301 /* Test set_user_data where the destroy() func calls user_data functions.
309 o->destroy (obj);
323 o->destroy (obj);
331 o->destroy (obj);
332 o->destroy (obj);
333 o->destroy (obj);
334 o->destroy (obj)
    [all...]
  /external/harfbuzz_ng/src/
hb-blob.cc 63 hb_destroy_func_t destroy; member in struct:hb_blob_t
72 if (blob->destroy) {
73 blob->destroy (blob->user_data);
75 blob->destroy = NULL;
84 hb_destroy_func_t destroy)
89 if (destroy)
90 destroy (user_data);
99 blob->destroy = destroy;
146 NULL /* destroy */
    [all...]
  /external/chromium/chrome/browser/sync/engine/
http_post_provider_factory.h 25 // must call Destroy().
29 virtual void Destroy(HttpPostProviderInterface* http) = 0;
  /external/chromium/chrome/browser/ui/
browser_list_gtk.cc 17 // we try to destroy, we crash. For example, trying to destroy the tooltip
  /external/chromium/chrome/browser/ui/gtk/
owned_widget_gtk.cc 12 Destroy();
29 void OwnedWidgetGtk::Destroy() {
focus_store_gtk.h 29 // Disconnect the previous destroy handler (if any).
36 // want to restore focus. Thus we connect to the "destroy" signal on that
37 // widget. This is the ID for the destroy handler.
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_gtk.cc 18 // we try to destroy, we crash. For example, trying to destroy the tooltip
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
owned_widget_gtk2.cc 14 Destroy();
31 void OwnedWidgetGtk::Destroy() {
  /external/chromium_org/media/video/
mock_video_decode_accelerator.h 20 // Remember to use the default action of Destroy() when using EXPECT_CALL.
34 MOCK_METHOD0(Destroy, void());
  /external/chromium_org/sync/internal_api/public/
http_post_provider_factory.h 30 // must call Destroy().
34 virtual void Destroy(HttpPostProviderInterface* http) = 0;
  /external/chromium_org/ui/base/gtk/
owned_widget_gtk.cc 14 Destroy();
31 void OwnedWidgetGtk::Destroy() {
focus_store_gtk.h 30 // Disconnect the previous destroy handler (if any).
37 // want to restore focus. Thus we connect to the "destroy" signal on that
38 // widget. This is the ID for the destroy handler.
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility.h 25 // Call Destroy rather than deleting this, because the subclass may
27 virtual void Destroy();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 24 x.destroy()
31 x.destroy()
40 x.destroy()
55 x.destroy()
59 x.destroy()
67 x.destroy()
70 x.destroy()
73 x.destroy()
78 x.destroy()
83 x.destroy()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 24 x.destroy()
31 x.destroy()
40 x.destroy()
55 x.destroy()
59 x.destroy()
67 x.destroy()
70 x.destroy()
73 x.destroy()
78 x.destroy()
83 x.destroy()
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_display.cc 20 void LoginDisplay::Destroy() {
  /external/chromium_org/ui/gl/
gl_surface_stub.cc 9 void GLSurfaceStub::Destroy() {
  /external/llvm/test/Transforms/Inline/
cfg_preserve_test.ll 1 ; This test ensures that inlining an "empty" function does not destroy the CFG
  /external/libvpx/libvpx/examples/
decoder_tmpl.txt 59 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DESTROY
61 die_codec(&codec, "Failed to destroy codec");
62 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DESTROY
encoder_tmpl.txt 70 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DESTROY
73 die_codec(&codec, "Failed to destroy codec");
74 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DESTROY
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
DestroyableTest.java 33 * javax.security.auth.Destroyable#destroy()
40 md.destroy();
54 public void destroy() throws DestroyFailedException { method in class:DestroyableTest.myDestroyable
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-blob.cc 66 hb_destroy_func_t destroy; member in struct:hb_blob_t
75 if (blob->destroy) {
76 blob->destroy (blob->user_data);
78 blob->destroy = NULL;
84 * @data: (array length=length) (closure user_data) (destroy destroy) (scope notified) (transfer none): Pointer to blob data.
87 * @user_data: Data parameter to pass to @destroy.
88 * @destroy: Callback to call when @data is not needed anymore.
94 * zero. Destroy with hb_blob_destroy().
103 hb_destroy_func_t destroy)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_decoder.h 58 * 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
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 58 * 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
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCOwner.java 39 private Destroy destroy; field in class:MUCOwner
55 * Returns a request to the server to destroy a room. The sender of the request
56 * should be the room's owner. If the sender of the destroy request is not the room's owner
59 * @return a request to the server to destroy a room.
61 public Destroy getDestroy() {
62 return destroy;
66 * Sets a request to the server to destroy a room. The sender of the request
67 * should be the room's owner. If the sender of the destroy request is not the room's owner
70 * @param destroy the request to the server to destroy a room
    [all...]

Completed in 1669 milliseconds

12 3 4 5 6 7 8 91011>>