Home
last modified time | relevance | path

Searched refs:trash (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvktrash.c57 gst_vulkan_trash_dispose (GstVulkanTrash * trash) in gst_vulkan_trash_dispose() argument
62 if ((cache = trash->cache) == NULL) in gst_vulkan_trash_dispose()
66 gst_vulkan_trash_ref (trash); in gst_vulkan_trash_dispose()
68 gst_vulkan_trash_release (cache, trash); in gst_vulkan_trash_dispose()
74 gst_vulkan_trash_deinit (GstVulkanTrash * trash) in gst_vulkan_trash_deinit() argument
76 if (trash->fence) { in gst_vulkan_trash_deinit()
77 g_warn_if_fail (gst_vulkan_fence_is_signaled (trash->fence)); in gst_vulkan_trash_deinit()
78 gst_vulkan_fence_unref (trash->fence); in gst_vulkan_trash_deinit()
79 trash->fence = NULL; in gst_vulkan_trash_deinit()
82 trash->notify = NULL; in gst_vulkan_trash_deinit()
[all …]
Dgstvkimageview.h77 static inline GstVulkanImageView* gst_vulkan_image_view_ref(GstVulkanImageView* trash);
79 gst_vulkan_image_view_ref (GstVulkanImageView * trash) in gst_vulkan_image_view_ref() argument
81 return (GstVulkanImageView *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (trash)); in gst_vulkan_image_view_ref()
93 static inline void gst_vulkan_image_view_unref(GstVulkanImageView* trash);
95 gst_vulkan_image_view_unref (GstVulkanImageView * trash) in gst_vulkan_image_view_unref() argument
97 gst_mini_object_unref (GST_MINI_OBJECT_CAST (trash)); in gst_vulkan_image_view_unref()
Dgstvktrash.h76 static inline GstVulkanTrash* gst_vulkan_trash_ref(GstVulkanTrash* trash);
78 gst_vulkan_trash_ref (GstVulkanTrash * trash) in gst_vulkan_trash_ref() argument
80 return (GstVulkanTrash *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (trash)); in gst_vulkan_trash_ref()
92 static inline void gst_vulkan_trash_unref(GstVulkanTrash* trash);
94 gst_vulkan_trash_unref (GstVulkanTrash * trash) in gst_vulkan_trash_unref() argument
96 gst_mini_object_unref (GST_MINI_OBJECT_CAST (trash)); in gst_vulkan_trash_unref()
201 … gboolean (*GstVulkanTrashListAdd) (GstVulkanTrashList * trash_list, GstVulkanTrash * trash);
245 GstVulkanTrash * trash);
/third_party/boost/libs/variant/test/
Dvariant_nonempty_check.cpp40 int trash; member
51 if (trash < do_not_throw) { in is_throw()
55 if (trash > do_not_throw && trash <= throw_after_1) { in is_throw()
56 ++ trash; in is_throw()
60 return trash != do_not_throw; in is_throw()
63 throwing_class(int value = 123) BOOST_NOEXCEPT_IF(false) : trash(value) { in BOOST_NOEXCEPT_IF()
67 throwing_class(const throwing_class& b) BOOST_NOEXCEPT_IF(false) : trash(b.trash) { in BOOST_NOEXCEPT_IF()
74 trash = b.trash; in operator =()
83 throwing_class(throwing_class&& b) BOOST_NOEXCEPT_IF(false) : trash(b.trash) { in BOOST_NOEXCEPT_IF()
90 trash = b.trash; in operator =()
[all …]
Dvariant_polymorphic_get_test.cpp19 struct base {int trash;}; member
23 struct vbase { short trash; virtual ~vbase(){} virtual int foo() const { return 0; } }; in ~vbase() member
54 d.trash = 777; in main()
56 BOOST_TEST(boost::polymorphic_get<base>(var2).trash == 777); in main()
57 BOOST_TEST(boost::polymorphic_get<const base>(var2).trash == 777); in main()
70 boost::polymorphic_get<vderived3>(v).trash = 777; in main()
72 BOOST_TEST(boost::polymorphic_get<vbase>(cv).trash == 777); in main()
73 BOOST_TEST(boost::polymorphic_get<const vbase>(cv).trash == 777); in main()
Dvariant_get_test.cpp24 int trash; member
26 base() : trash(123) {} in base()
27 base(const base& b) : trash(b.trash) { int i = 100; (void)i; } in base()
29 trash = b.trash; in operator =()
41 struct vbase { short trash; virtual ~vbase(){} virtual int foo() const { return 0; } }; in ~vbase() member
/third_party/glib/tests/
Dslice-threadinit.c115 GSList *trash = NULL; in main() local
122 trash = g_slist_prepend (trash, mem); in main()
124 release_trash_list (&trash, magazine_probes[j]); in main()
141 GSList *trash = NULL; in main() local
148 trash = g_slist_prepend (trash, mem); in main()
150 release_trash_list (&trash, magazine_probes[j]); in main()
/third_party/glib/gio/
Dgtrashportal.c47 static GXdpTrash *trash = NULL; in ensure_trash_portal() local
49 if (g_once_init_enter (&trash)) in ensure_trash_portal()
63 g_once_init_leave (&trash, proxy); in ensure_trash_portal()
66 return trash; in ensure_trash_portal()
/third_party/python/Modules/
Dgc_weakref.txt41 trash (CT) exists, then any call to any Python code whatsoever can end up
59 Clearing cyclic trash can call Python code. If there are weakrefs to
60 any of the cyclic trash, then those weakrefs can be used to resurrect
61 the objects. Therefore, *before* clearing cyclic trash, we need to
83 is that the weakly referenced object is unreachable trash at the time the
87 becomes part of a clump of cyclic trash. When enough cycles are broken by
102 Note that if it's possible for the callback to get at objects in the trash
104 trash cycles. Else the callback would have acted as an external root to
106 trash either.
111 More, if the callback itself is in cyclic trash, then the weakref to which
[all …]
/third_party/libsnd/src/
Dwve.c93 unsigned short version, padding, repeats, trash ; in wve_read_header() local
140 psf_binheader_readf (psf, "E22222", &padding, &repeats, &trash, &trash, &trash) ; in wve_read_header()
/third_party/glib/glib/
Dgslice.c704 ChunkLink *trash = NULL; in magazine_cache_trim() local
717 magazine_chain_prev (current) = trash; in magazine_cache_trim()
718 trash = current; in magazine_cache_trim()
729 if (trash) in magazine_cache_trim()
733 while (trash) in magazine_cache_trim()
735 current = trash; in magazine_cache_trim()
736 trash = magazine_chain_prev (current); in magazine_cache_trim()
756 ChunkLink *trash = NULL; in magazine_cache_trim() local
769 magazine_chain_prev (current) = trash; in magazine_cache_trim()
770 trash = current; in magazine_cache_trim()
[all …]
/third_party/openssl/apps/
Dpasswd.c276 char trash[BUFSIZ]; in passwd_main() local
278 r = BIO_gets(in, trash, sizeof(trash)); in passwd_main()
279 while ((r > 0) && (!strchr(trash, '\n'))); in passwd_main()
/third_party/gptfdisk/
Dgptcurses.cc78 Space *trash; in EmptySpaces() local
81 trash = firstSpace; in EmptySpaces()
83 delete trash; in EmptySpaces()
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/
Dub.md8 …go anywhere. Your program will have lost known state, and usually it will trash memory and registe…
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_BWin.h453 void SetTrashBuffer(bool trash) { _trash_window_buffer = trash; } in SetTrashBuffer() argument
/third_party/glib/gio/completion/
Dgio111 …nfo launch list mime mkdir monitor mount move open rename remove save set trash tree" -- "${COMP_W…
/third_party/glib/po/
Dsr.po1701 msgid "Move files or directories to the trash"
1723 #: gio/gio-tool-trash.c:220 gio/gio-tool-tree.c:239
1743 #: gio/gio-tool-remove.c:72 gio/gio-tool-trash.c:303
1935 #| msgid "Unable to trash file %s: %s"
2215 #: gio/gio-tool-remove.c:31 gio/gio-tool-trash.c:33
2328 #: gio/gio-tool-trash.c:34
2329 msgid "Empty the trash"
2332 #: gio/gio-tool-trash.c:35
2334 msgid "List files in the trash with their original locations"
2337 #: gio/gio-tool-trash.c:36
[all …]
Duk.po1707 msgid "Move files or directories to the trash"
1729 #: gio/gio-tool-trash.c:220 gio/gio-tool-tree.c:239
1749 #: gio/gio-tool-remove.c:72 gio/gio-tool-trash.c:303
2220 #: gio/gio-tool-remove.c:31 gio/gio-tool-trash.c:33
2334 #: gio/gio-tool-trash.c:34
2335 msgid "Empty the trash"
2338 #: gio/gio-tool-trash.c:35
2339 msgid "List files in the trash with their original locations"
2343 #: gio/gio-tool-trash.c:36
2345 "Restore a file from trash to its original location (possibly recreating the "
[all …]
Dko.po1657 msgid "Move files or directories to the trash"
1679 #: gio/gio-tool-trash.c:220 gio/gio-tool-tree.c:239
1699 #: gio/gio-tool-remove.c:72 gio/gio-tool-trash.c:303
2164 #: gio/gio-tool-remove.c:31 gio/gio-tool-trash.c:33
2277 #: gio/gio-tool-trash.c:34
2278 msgid "Empty the trash"
2281 #: gio/gio-tool-trash.c:35
2282 msgid "List files in the trash with their original locations"
2285 #: gio/gio-tool-trash.c:36
2287 "Restore a file from trash to its original location (possibly recreating the "
[all …]
Dfi.po1070 #| msgid "Unable to trash file: %s"
1077 #| msgid "Unable to trash file: %s"
1875 msgid "Move files or directories to the trash"
1899 #: gio/gio-tool-trash.c:220 gio/gio-tool-tree.c:239
1916 #: gio/gio-tool-remove.c:72 gio/gio-tool-trash.c:303
2105 #| msgid "Unable to trash file: %s"
2377 #: gio/gio-tool-remove.c:31 gio/gio-tool-trash.c:33
2501 #: gio/gio-tool-trash.c:34
2502 msgid "Empty the trash"
2505 #: gio/gio-tool-trash.c:35
[all …]
Dfur.po1698 msgid "Move files or directories to the trash"
1720 #: gio/gio-tool-trash.c:220 gio/gio-tool-tree.c:239
1741 #: gio/gio-tool-remove.c:72 gio/gio-tool-trash.c:303
2219 #: gio/gio-tool-remove.c:31 gio/gio-tool-trash.c:33
2332 #: gio/gio-tool-trash.c:34
2333 msgid "Empty the trash"
2336 #: gio/gio-tool-trash.c:35
2339 msgid "List files in the trash with their original locations"
2342 #: gio/gio-tool-trash.c:36
2344 "Restore a file from trash to its original location (possibly recreating the "
[all …]
DPOTFILES.in90 gio/gio-tool-trash.c
/third_party/mesa3d/docs/relnotes/
D18.1.8.rst56 for TFB when statebuffer contain magic trash in the unused space
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dexpansion_panel.dart197 /// subtitle: Text('To delete this panel, tap the trash can icon'),
296 /// subtitle: Text('To delete this panel, tap the trash can icon'),
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_mediaLibrary.js126 trash: function (...args) { method

1234567