Home
last modified time | relevance | path

Searched refs:retained (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/third_party/node/deps/v8/src/heap/
Dobjects-visiting.cc38 Object retained = retainer->RetainAs(list); in VisitWeakList() local
43 if (retained != Object()) { in VisitWeakList()
46 head = retained; in VisitWeakList()
50 WeakListVisitor<T>::SetWeakNext(tail, HeapObject::cast(retained)); in VisitWeakList()
56 HeapObject::cast(retained)); in VisitWeakList()
60 DCHECK(!retained.IsUndefined(heap->isolate())); in VisitWeakList()
61 candidate = T::cast(retained); in VisitWeakList()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DCleanOutputDirectoryTask.java104 private final Set<Path> retained = new HashSet<>(); field in CleanOutputDirectoryTask.Dir
115 retained.add(retain.path); in addConfiguredRetain()
229 return !dirInfo.retained.contains(dir.relativize(path)); in couldDelete()
/third_party/python/Doc/distutils/
D_setuptools_disclaimer.rst3 This document is being retained solely until the ``setuptools`` documentation
Dindex.rst18 removed in Python 3.12. This documentation is retained as a
/third_party/node/deps/v8/third_party/inspector_protocol/templates/
DImported_h.template42 // Use virtual method, so that outgoing protocol objects could be retained
54 // Use virtual method, so that outgoing protocol objects could be retained
/third_party/rust/crates/io-lifetimes/
DCOPYRIGHT9 Copyrights in the `io-lifetimes` project are retained by their contributors.
/third_party/rust/crates/rustix/
DCOPYRIGHT9 Copyrights in the `rustix` project are retained by their contributors.
/third_party/rust/crates/linux-raw-sys/
DCOPYRIGHT9 Copyrights in the `linux-raw-sys` project are retained by their contributors.
/third_party/openssl/doc/man3/
DSSL_set1_host.pod34 SSL_set1_host() or SSL_add1_host() are retained, no change is made
81 and must be copied by the application if it is to be retained beyond
DSSL_CTX_set_tmp_dh_callback.pod83 ownership of the B<DH> object is retained by the application. Applications
101 retained by the application and should later be freed.
/third_party/mesa3d/src/panfrost/drm-shim/
Dpanfrost_noop.c122 madvise->retained = 1; in pan_ioctl_madvise()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_shared_multisample.txt42 memory must be retained across the entire 1600x1200 managed area
79 multisample buffer memory being retained per-pixel across the
124 retained (as are the color buffers) for pixels not within the
132 should be shared and retained only within the multisample
266 multisample, depth, stencil, and accumulation buffers retained in
/third_party/openGLES/extensions/SGIS/
DSGIS_shared_multisample.txt42 memory must be retained across the entire 1600x1200 managed area
79 multisample buffer memory being retained per-pixel across the
124 retained (as are the color buffers) for pixels not within the
132 should be shared and retained only within the multisample
266 multisample, depth, stencil, and accumulation buffers retained in
/third_party/mesa3d/include/drm-uapi/
Dpanfrost_drm.h224 __u32 retained; /* out, whether backing store still exists */ member
/third_party/mesa3d/src/panfrost/lib/
Dpan_bo.c218 if (!ret && !madv.retained) { in panfrost_bo_cache_fetch()
277 madv.retained = 0; in panfrost_bo_cache_put()
/third_party/curl/docs/libcurl/
Dcurl_mime_name.md36 is valid: only the value set by the last call is retained. It is possible to
Dcurl_mime_data.md42 last call is retained. It is possible to unassign part's contents by setting
Dcurl_mime_headers.md39 set by the last call is retained.
Dcurl_mime_filename.md40 name multiple times is valid: only the value set by the last call is retained.
Dcurl_mime_subparts.md37 last call is retained. It is possible to unassign previous part's contents by
Dcurl_mime_type.md36 is valid: only the value set by the last call is retained.
/third_party/libdrm/freedreno/msm/
Dmsm_bo.c104 return req.retained; in msm_bo_madvise()
/third_party/typescript/tests/cases/conformance/jsx/
DtsxStatelessFunctionComponentOverload6.tsx57 const b8 = <MainButton {...{onClick() {}}} />; // OK; method declaration get retained (See GitHub …
/third_party/mksh/
Dulimits.opt6 * are retained or reproduced in an accompanying document, permission
/third_party/libdrm/include/drm/
Dmsm_drm.h259 __u32 retained; /* out, whether backing store still exists */ member

12345678910>>...12