/third_party/mesa3d/src/mesa/state_tracker/tests/ |
D | st_tests_common.cpp | 544 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 …]
|
D | st_tests_common.h | 160 virtual void check(const std::vector<array_live_range>& lifetimes,
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | macro_collector.py | 90 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/ |
D | main.dox | 34 There is a section on @ref guarantees_limitations for pointer lifetimes,
|
D | intro.dox | 169 @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/ |
D | head.rst | 27 Heads are always owned by libweston which dictates their lifetimes. Some
|
D | output-management.rst | 66 head lifetimes completely on its own, e.g. DRM-backend.
|
/third_party/mbedtls/tests/scripts/ |
D | generate_psa_tests.py | 434 lifetimes = sorted(self.constructors.lifetimes) 435 expressions = self.constructors.generate_expressions(lifetimes)
|
/third_party/boost/libs/python/doc/reference/ |
D | with_custodian_and_ward.qbk | 5 …ot available, so `with_custodian_and_ward_postcall` is provided to bind lifetimes after invocation…
|
/third_party/boost/libs/static_string/doc/qbk/ |
D | main.qbk | 55 * Allocation of objects with complex lifetimes in the static-memory
|
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/ |
D | EGL_ANDROID_create_native_client_buffer.txt | 180 c) The interactions between the lifetimes of EGLImages and their
|
/third_party/EGL/extensions/ANDROID/ |
D | EGL_ANDROID_create_native_client_buffer.txt | 180 c) The interactions between the lifetimes of EGLImages and their
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 52 Object lifetimes
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_display_reference.txt | 47 The existing semantics of EGLDisplay object lifetimes work well for
|
D | EGL_KHR_cl_event.txt | 219 6) How are sync object lifetimes defined?
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_display_reference.txt | 47 The existing semantics of EGLDisplay object lifetimes work well for
|
D | EGL_KHR_cl_event.txt | 219 6) How are sync object lifetimes defined?
|
/third_party/boost/libs/phoenix/doc/modules/ |
D | scope.qbk | 123 The scope and lifetimes of the local variables is limited within the let-body.
|
/third_party/mbedtls/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 89 Objective: have test coverage for lifetimes other than the default persistent lifetime (`PSA_KEY_LI…
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 23 …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/ |
D | ARB_cl_event.txt | 320 6) How are sync object lifetimes defined?
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_cl_event.txt | 330 6) How are sync object lifetimes defined?
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | related-work.md | 167 than managing your lifetimes/borrows in Rust, which is by far the biggest cliff
|
/third_party/boost/libs/python/doc/ |
D | tutorial.qbk | 816 * [*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/ |
D | widget_inspector.dart | 779 /// "objectGroup" specifying what group is used to manage lifetimes of 851 /// lifetimes of object references in the returned JSON (see [disposeGroup]).
|