/third_party/boost/boost/interprocess/ |
D | offset_ptr.hpp | 57 template<class OffsetType, std::size_t OffsetAlignment> 60 BOOST_STATIC_ASSERT(sizeof(OffsetType) >= sizeof(uintptr_t)); 61 …BOOST_STATIC_ASSERT(boost::is_integral<OffsetType>::value && boost::is_unsigned<OffsetType>::value… 63 explicit offset_ptr_internal(OffsetType off) in offset_ptr_internal() 67 OffsetType m_offset; //Distance between this object and pointee address 70 < sizeof(OffsetType)//for offset_type_alignment m_offset will be enough 88 template <class OffsetType> 89 …CESS_FORCEINLINE void * offset_ptr_to_raw_pointer(const volatile void *this_ptr, OffsetType offset) in offset_ptr_to_raw_pointer() 91 typedef pointer_offset_caster<void*, OffsetType> caster_t; in offset_ptr_to_raw_pointer() 100 OffsetType mask = offset == 1; in offset_ptr_to_raw_pointer() [all …]
|
D | interprocess_fwd.hpp | 253 , class OffsetType = uintptr_t, std::size_t Alignment = offset_type_alignment>
|
/third_party/iowow/src/platform/win32/mman/ |
D | mman.c | 55 void *mmap(void *addr, size_t len, int prot, int flags, HANDLE fh, OffsetType off) { in mmap() 64 const DWORD dwFileOffsetLow = (sizeof(OffsetType) <= sizeof(DWORD)) ? in mmap() 66 const DWORD dwFileOffsetHigh = (sizeof(OffsetType) <= sizeof(DWORD)) ? in mmap() 70 const OffsetType maxSize = off + (OffsetType)len; in mmap() 71 const DWORD dwMaxSizeLow = (sizeof(OffsetType) <= sizeof(DWORD)) ? in mmap() 73 const DWORD dwMaxSizeHigh = (sizeof(OffsetType) <= sizeof(DWORD)) ? in mmap()
|
D | mman.h | 31 typedef int64_t OffsetType; typedef 33 typedef uint32_t OffsetType; typedef 62 void *mmap(void *addr, size_t len, int prot, int flags, HANDLE fh, OffsetType off);
|
/third_party/boost/boost/interprocess/detail/ |
D | utilities.hpp | 159 template<class RawPointer, class OffsetType> 162 template<class T, class OffsetType> 163 class pointer_offset_caster<T*, OffsetType> 166 BOOST_INTERPROCESS_FORCEINLINE explicit pointer_offset_caster(OffsetType offset) in pointer_offset_caster() 171 : m_offset(reinterpret_cast<OffsetType>(p)) in pointer_offset_caster() 174 BOOST_INTERPROCESS_FORCEINLINE OffsetType offset() const in offset() 181 OffsetType m_offset;
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | geometry.dart | 10 enum OffsetType { 27 EnumIndex<OffsetType> _offsetTypeIndex = EnumIndex<OffsetType>(OffsetType.values); 49 final OffsetType offsetType;
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-open-type.hh | 263 template <typename Type, typename OffsetType=HBUINT16, bool has_null=true> 264 struct OffsetTo : Offset<OffsetType, has_null> 269 OffsetTo& operator = (typename OffsetType::type i) { OffsetType::operator= (i); return *this; } in operator =() 297 return * (Type *) Offset<OffsetType>::serialize (c, base); in serialize() 371 DEFINE_SIZE_STATIC (sizeof (OffsetType)); 376 template <typename Type, typename OffsetType=HBUINT16> 377 using NNOffsetTo = OffsetTo<Type, OffsetType, false>; 484 template <typename Type, typename OffsetType, bool has_null=true> 485 using UnsizedOffsetArrayOf = UnsizedArrayOf<OffsetTo<Type, OffsetType, has_null>>; 488 template <typename Type, typename OffsetType, bool has_null=true> [all …]
|
D | hb-ot-color-cbdt-table.hh | 124 template <typename OffsetType> 147 UnsizedArrayOf<Offset<OffsetType>>
|
/third_party/harfbuzz/src/ |
D | hb-open-type.hh | 299 template <typename Type, typename OffsetType, bool has_null=true> 300 struct OffsetTo : Offset<OffsetType, has_null> 305 OffsetTo& operator = (typename OffsetType::type i) { OffsetType::operator= (i); return *this; } in operator =() 333 return * (Type *) Offset<OffsetType>::serialize (c, base); in serialize() 410 DEFINE_SIZE_STATIC (sizeof (OffsetType)); 417 template <typename Type, typename OffsetType> using NNOffsetTo = OffsetTo<Type, OffsetType, false>; 526 template <typename Type, typename OffsetType, bool has_null=true> 527 using UnsizedArray16OfOffsetTo = UnsizedArrayOf<OffsetTo<Type, OffsetType, has_null>>; 530 template <typename Type, typename OffsetType, bool has_null=true> 531 struct UnsizedListOfOffset16To : UnsizedArray16OfOffsetTo<Type, OffsetType, has_null> [all …]
|
D | hb-ot-color-cbdt-table.hh | 153 template <typename OffsetType> 180 Offset<OffsetType> embedded_offset; in add_offset() 182 *size += sizeof (OffsetType); in add_offset() 188 UnsizedArrayOf<Offset<OffsetType>>
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-open-type.hh | 299 template <typename Type, typename OffsetType, bool has_null=true> 300 struct OffsetTo : Offset<OffsetType, has_null> 305 OffsetTo& operator = (typename OffsetType::type i) { OffsetType::operator= (i); return *this; } in operator =() 423 DEFINE_SIZE_STATIC (sizeof (OffsetType)); 430 template <typename Type, typename OffsetType> using NNOffsetTo = OffsetTo<Type, OffsetType, false>; 541 template <typename Type, typename OffsetType, bool has_null=true> 542 using UnsizedArray16OfOffsetTo = UnsizedArrayOf<OffsetTo<Type, OffsetType, has_null>>; 545 template <typename Type, typename OffsetType, bool has_null=true> 546 struct UnsizedListOfOffset16To : UnsizedArray16OfOffsetTo<Type, OffsetType, has_null> 551 const OffsetTo<Type, OffsetType, has_null> *p = &this->arrayZ[i]; in operator []() [all …]
|
D | hb-ot-color-cbdt-table.hh | 153 template <typename OffsetType> 180 Offset<OffsetType> embedded_offset; in add_offset() 182 *size += sizeof (OffsetType); in add_offset() 188 UnsizedArrayOf<Offset<OffsetType>>
|
/third_party/flutter/flutter/packages/flutter_driver/test/src/ |
D | extension_test.dart | 132 Future<Offset> getOffset(OffsetType offset) async { 152 expect(await getOffset(OffsetType.topLeft), const Offset(40, 30)); 153 expect(await getOffset(OffsetType.topRight), const Offset(40 + 100.0, 30)); 154 expect(await getOffset(OffsetType.bottomLeft), const Offset(40, 30 + 120.0)); 155 expect(await getOffset(OffsetType.bottomRight), const Offset(40 + 100.0, 30 + 120.0)); 156 expect(await getOffset(OffsetType.center), const Offset(40 + (100 / 2), 30 + (120 / 2))); 212 ), OffsetType.topLeft, timeout: const Duration(seconds: 1)).serialize();
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 67 enum OffsetType enum in deqp::gles31::Functional::__anon5020dcd40111::AtomicCounterTest 105 OffsetType offsetType; 1179 …const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) in layoutTypesToName() 1237 …const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) in layoutTypesToDesc() 1393 const AtomicCounterTest::OffsetType offsetTypes[] = in AtomicCounterTests() 1403 const AtomicCounterTest::OffsetType offsetType = offsetTypes[offsetTypeNdx]; in AtomicCounterTests()
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/extension/ |
D | extension.dart | 426 case OffsetType.topLeft: 429 case OffsetType.topRight: 432 case OffsetType.bottomLeft: 435 case OffsetType.bottomRight: 438 case OffsetType.center:
|
/third_party/boost/boost/container/detail/ |
D | copy_move_algo.hpp | 95 template <class PointedType, class DifferenceType, class OffsetType, std::size_t OffsetAlignment> 118 template <class PointedType, class DifferenceType, class OffsetType, std::size_t OffsetAlignment> 119 …iguous< ::boost::interprocess::offset_ptr<PointedType, DifferenceType, OffsetType, OffsetAlignment…
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/driver/ |
D | driver.dart | 510 …Future<DriverOffset> _getOffset(SerializableFinder finder, OffsetType type, { Duration timeout }) … 521 return _getOffset(finder, OffsetType.topLeft, timeout: timeout); 529 return _getOffset(finder, OffsetType.topRight, timeout: timeout); 537 return _getOffset(finder, OffsetType.bottomLeft, timeout: timeout); 545 return _getOffset(finder, OffsetType.bottomRight, timeout: timeout); 553 return _getOffset(finder, OffsetType.center, timeout: timeout);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 4814 AMDGPUOperand::ImmTy OffsetType = in cvtDSImpl() local 4820 addOptionalImmOperand(Inst, Operands, OptionalIdx, OffsetType); in cvtDSImpl()
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 7752 OffsetType
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 7752 OffsetType
|