Home
last modified time | relevance | path

Searched refs:lifetimes (Results 1 – 25 of 43) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp544 void LifetimeEvaluatorExactTest::check( const vector<register_live_range>& lifetimes, in check() argument
547 for (unsigned i = 1; i < lifetimes.size(); ++i) { in check()
548 EXPECT_EQ(lifetimes[i].begin, e[i][0]); in check()
549 EXPECT_EQ(lifetimes[i].end, e[i][1]); in check()
553 void LifetimeEvaluatorExactTest::check(const vector<array_live_range>& lifetimes, in check() argument
556 for (unsigned i = 0; i < lifetimes.size(); ++i) { in check()
557 EXPECT_EQ(lifetimes[i].begin(), e[i].begin()); in check()
558 EXPECT_EQ(lifetimes[i].end(), e[i].end()); in check()
559 EXPECT_EQ(lifetimes[i].access_mask(), e[i].access_mask()); in check()
563 void LifetimeEvaluatorAtLeastTest::check( const vector<register_live_range>& lifetimes, in check() argument
[all …]
Dst_tests_common.h160 virtual void check(const std::vector<array_live_range>& lifetimes,
/third_party/mbedtls/scripts/mbedtls_dev/
Dmacro_collector.py90 self.lifetimes = set() #type: Set[str]
144 self.arguments_for['lifetime'] = sorted(self.lifetimes)
369 'KEY_LIFETIME': self.lifetimes,
398 'lifetime': [self.lifetimes],
/third_party/flutter/glfw/docs/
Dmain.dox34 There is a section on @ref guarantees_limitations for pointer lifetimes,
Dintro.dox169 @subsection lifetime Pointer lifetimes
185 Pointer lifetimes are guaranteed not to be shortened in future minor or patch
/third_party/weston/doc/sphinx/toc/libweston/
Dhead.rst27 Heads are always owned by libweston which dictates their lifetimes. Some
Doutput-management.rst66 head lifetimes completely on its own, e.g. DRM-backend.
/third_party/mbedtls/tests/scripts/
Dgenerate_psa_tests.py434 lifetimes = sorted(self.constructors.lifetimes)
435 expressions = self.constructors.generate_expressions(lifetimes)
/third_party/boost/libs/python/doc/reference/
Dwith_custodian_and_ward.qbk5 …ot available, so `with_custodian_and_ward_postcall` is provided to bind lifetimes after invocation…
/third_party/boost/libs/static_string/doc/qbk/
Dmain.qbk55 * Allocation of objects with complex lifetimes in the static-memory
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_create_native_client_buffer.txt180 c) The interactions between the lifetimes of EGLImages and their
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_create_native_client_buffer.txt180 c) The interactions between the lifetimes of EGLImages and their
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DALLOCATION.rst52 Object lifetimes
/third_party/EGL/extensions/KHR/
DEGL_KHR_display_reference.txt47 The existing semantics of EGLDisplay object lifetimes work well for
DEGL_KHR_cl_event.txt219 6) How are sync object lifetimes defined?
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_display_reference.txt47 The existing semantics of EGLDisplay object lifetimes work well for
DEGL_KHR_cl_event.txt219 6) How are sync object lifetimes defined?
/third_party/boost/libs/phoenix/doc/modules/
Dscope.qbk123 The scope and lifetimes of the local variables is limited within the let-body.
/third_party/mbedtls/docs/architecture/testing/
Dpsa-storage-format-testing.md89 Objective: have test coverage for lifetimes other than the default persistent lifetime (`PSA_KEY_LI…
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md23 …lave, etc. An opaque driver is invoked for the specific [key location](#lifetimes-and-locations) t…
78 …. The [location value](#lifetimes-and-locations) for which this driver is invoked. In other words,…
663 …by `psa_copy_key()` when copying a key from or to a different [location](#lifetimes-and-locations).
668 * `"copy_key"`: called by `psa_copy_key()` when copying a key within the same [location](#lifetimes
839 Each opaque driver is assigned a [location](#lifetimes-and-locations). The driver is invoked for al…
859 The PSA Cryptography API, version 1.0.0, defines [lifetimes](https://armmbed.github.io/mbed-crypto/…
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_cl_event.txt320 6) How are sync object lifetimes defined?
/third_party/openGLES/extensions/ARB/
DARB_cl_event.txt330 6) How are sync object lifetimes defined?
/third_party/flutter/skia/third_party/externals/wuffs/doc/
Drelated-work.md167 than managing your lifetimes/borrows in Rust, which is by far the biggest cliff
/third_party/boost/libs/python/doc/
Dtutorial.qbk816 * [*with_custodian_and_ward]: Ties lifetimes of the arguments
817 * [*with_custodian_and_ward_postcall]: Ties lifetimes of the arguments and results
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dwidget_inspector.dart779 /// "objectGroup" specifying what group is used to manage lifetimes of
851 /// lifetimes of object references in the returned JSON (see [disposeGroup]).

12