Home
last modified time | relevance | path

Searched refs:owning (Results 1 – 25 of 32) sorted by relevance

12

/third_party/pulseaudio/src/modules/
Dreserve.c48 unsigned owning:1; member
313 if (strcmp(name, d->service_name) == 0 && d->owning) { in filter_handler()
329 d->owning = 0; in filter_handler()
514 d->owning = 1; in rd_acquire()
580 if (d->owning) in rd_release()
/third_party/rust/crates/io-lifetimes/
DREADME.md16 traits, and corresponding features for Windows, which implement safe owning
30 to temporarily "view" a file descriptor as any owning type such as `File`
33 - [owning-wrapper], demonstrating how to implement a type which wraps an
40 [owning-wrapper]: https://github.com/sunfishcode/io-lifetimes/blob/main/examples/owning-wrapper.rs
/third_party/rust/crates/cxx/
D.clang-tidy7 -cppcoreguidelines-owning-memory,
DREADME.md303 pass your structs by value without worries. This is made possible by owning
/third_party/skia/experimental/minimal_ios_mtl_skia_app/
Dmain.mm45 @property (assign, nonatomic) GrDirectContext* grContext; // non-owning pointer.
/third_party/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.mm140 // attachment to give its own size since we don't have GrGpuResources owning other
/third_party/libwebsockets/READMEs/
DREADME.lws_dll.md126 |remove entry from its owning list|`void lws_dll_remove_track_tail(struct lws_dll *d, struct lws_dl…
/third_party/skia/third_party/externals/oboe/docs/
DOpenSLESMigration.md73 In Oboe, rather than owning and enqueuing buffers, you are given direct access to the `AudioStream`…
/third_party/pulseaudio/
DPROTOCOL300 owning card.
/third_party/ffmpeg/doc/
Dfilter_design.txt106 reference to it exists. The code owning that reference it then allowed
/third_party/node/deps/npm/node_modules/pacote/
DREADME.md227 will have their owning `uid` and `gid` values set to match the ownership
/third_party/cef/patch/patches/
Dviews_1749_2102.patch21 + // Called when the user moves the mouse outside the menu and over the owning
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_image_base.txt642 owning context?
647 source's owning context. Text added to the end of section
/third_party/EGL/extensions/KHR/
DEGL_KHR_image_base.txt642 owning context?
647 source's owning context. Text added to the end of section
/third_party/glfw/docs/
Dquick.dox173 the window owning the current context is destroyed.
/third_party/python/Doc/library/
Dpathlib.rst821 Return the name of the group owning the file. :exc:`KeyError` is raised
971 Return the name of the user owning the file. :exc:`KeyError` is raised
Dthreading.rst544 times by the same thread. Internally, it uses the concepts of "owning thread"
/third_party/python/Doc/extending/
Dextending.rst942 The advantage of borrowing over owning a reference is that you don't need to
945 when a premature exit is taken. The disadvantage of borrowing over owning is
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_program_interface_query.txt1350 Resourceiv owning resource
1358 Resourceiv buffer owning resource
/third_party/openGLES/extensions/ARB/
DARB_program_interface_query.txt1367 Resourceiv owning resource
1375 Resourceiv buffer owning resource
/third_party/node/doc/api/
Dnet.md49 owning process exits.
/third_party/rust/crates/log/rfcs/
D0296-structured-logging.md1619 …omplex, necessary, but not primary function of `log`, so it should avoid owning that contract and …
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dmemory.txt1916 If the original object owning the payload is destroyed, all resources and
1995 If the original object owning the payload is destroyed, all resources and
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-thelittleprince.txt873 it: it is yours. So with me: I own the stars, because nobody else before me ever thought of owning
/third_party/python/Doc/reference/
Ddatamodel.rst1951 Automatically called at the time the owning class *owner* is

12