Home
last modified time | relevance | path

Searched refs:_reference (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-gobject-structs.cc67 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy)
70 static hb_##name##_t *_hb_##name##_reference (const hb_##name##_t *l) \
78 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
/third_party/harfbuzz/src/
Dhb-gobject-structs.cc78 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy)
81 static hb_##name##_t *_hb_##name##_reference (const hb_##name##_t *l) \
89 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-gobject-structs.cc78 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy)
81 static hb_##name##_t *_hb_##name##_reference (const hb_##name##_t *l) \
89 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_QCOM_image_processing.adoc49 coordinates_, _reference image_, _reference coordinates_, and _block
53 texels in the _reference image_.
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_QCOM_image_processing.adoc53_reference image_. The instruction takes two sets of integer texture coordinates, and an integer…
307 _reference image_ or _target image_ with `OpImageBlockMatchSADQCOM`
324 _reference image_ or _target image_ that can be used with `OpImageBlockMatchSADQCOM`
347 …atchSADQCOM` instructions take two image parameters: the _target image_ and the _reference image_.
349 …IT_QCOM` specifies that the format is supported as a _target image_ or _reference image_ with both…
510 each takes 5 operands: _target image_, _target coordinates_, _reference image_,
511 _reference coordinates_, and _block size_. Each instruction computes an error
513 a corresponding block of texels in the _reference image_. The error metric
518 Both _target coordinates_ and _reference coordinates_ are integer texel coordinates
520 _reference image_ respectively.
[all …]
/third_party/python/Doc/reference/
Dindex.rst1 .. _reference-index:
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-object.c144 (reference_func_t) hb_##name##_reference, \
157 (reference_func_t) hb_##name##_reference, \
/third_party/harfbuzz/test/api/
Dtest-object.c144 (reference_func_t) hb_##name##_reference, \
157 (reference_func_t) hb_##name##_reference, \
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-object.c144 (reference_func_t) hb_##name##_reference, \
157 (reference_func_t) hb_##name##_reference, \
/third_party/python/Doc/distutils/
Dcommandref.rst1 .. _reference:
/third_party/python/Lib/test/
Dtest_shelve.py164 def _reference(self): member in TestShelveBase
Dmapping_tests.py15 def _reference(self): member in BasicTestMappingProtocol
32 self.reference = self._reference().copy()
Dtest_weakref.py1974 def _reference(self): member in WeakValueDictionaryTestCase
1981 def _reference(self): member in WeakKeyDictionaryTestCase
Dtest_os.py977 for key, value in self._reference().items():
987 def _reference(self): member in EnvironTests
1025 for key, value in self._reference().items():
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.cpp973 deUint32 _reference) in StencilOpState() argument
982 reference = _reference; in StencilOpState()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp973 deUint32 _reference) in StencilOpState() argument
982 reference = _reference; in StencilOpState()
/third_party/rust/crates/serde/test_suite/tests/
Dtest_ser.rs819 let _reference = ref_cell.borrow_mut(); in test_cannot_serialize_mutably_borrowed_ref_cell() localVariable
/third_party/libuv/docs/src/guide/
Dutilities.rst60 .. _reference-count:
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dtextures.adoc3309 same-sized region a _reference image_.
3311 _reference view_.
3443 swizzle specified by the _reference image_ descriptor is ignored.
Dvideo_extensions.adoc123 Such reconstructed pictures can: be used as _reference pictures_ in
/third_party/json/
DChangeLog.md1476 - const\_reference operator\[\]\(const typename object\_t::key\_type& key\) const throw instead of …
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md351 …de/commit/f74fe2a59c)] - **(SEMVER-MINOR)** **src**: make napi\_create\_reference accept symbol (J…
374 …de/commit/f74fe2a59c)] - **(SEMVER-MINOR)** **src**: make napi\_create\_reference accept symbol (J…
DCHANGELOG_V6.md475 …//github.com/nodejs/node/commit/ce03977f30)] - **test**: fix napi test\_reference for recent V8 (M…