/third_party/python/Lib/test/ |
D | test_bigmem.py | 72 def _test_capitalize(self, size): argument 82 def test_center(self, size): argument 93 def test_count(self, size): argument 105 def test_endswith(self, size): argument 117 def test_expandtabs(self, size): argument 130 def test_find(self, size): argument 147 def test_index(self, size): argument 164 def test_isalnum(self, size): argument 173 def test_isalpha(self, size): argument 182 def test_isdigit(self, size): argument [all …]
|
/third_party/elfutils/libasm/ |
D | asm_adduint8.c | 40 #define UFCT(size) _UFCT(size) argument 41 #define _UFCT(size) asm_adduint##size argument 42 #define FCT(size) _FCT(size) argument 43 #define _FCT(size) asm_addint##size argument 44 #define UTYPE(size) _UTYPE(size) argument 45 #define _UTYPE(size) uint##size##_t argument 46 #define TYPE(size) _TYPE(size) argument 47 #define _TYPE(size) int##size##_t argument
|
D | asm_addint8.c | 43 #define FCT(size) _FCT(size) argument 44 #define _FCT(size) asm_addint##size argument 45 #define TYPE(size) _TYPE(size) argument 46 #define _TYPE(size) int##size##_t argument 47 #define BSWAP(size) _BSWAP(size) argument 48 #define _BSWAP(size) bswap_##size argument
|
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/ |
D | Contents.json | 5 "size" : "29x29", string 10 "size" : "29x29", string 15 "size" : "40x40", string 20 "size" : "40x40", string 25 "size" : "60x60", string 30 "size" : "60x60", string 35 "size" : "29x29", string 40 "size" : "29x29", string 45 "size" : "40x40", string 50 "size" : "40x40", string [all …]
|
/third_party/node/deps/v8/src/base/ |
D | virtual-address-space.cc | 76 Address VirtualAddressSpace::AllocatePages(Address hint, size_t size, in AllocatePages() 88 void VirtualAddressSpace::FreePages(Address address, size_t size) { in FreePages() 95 bool VirtualAddressSpace::SetPagePermissions(Address address, size_t size, in SetPagePermissions() 104 bool VirtualAddressSpace::AllocateGuardRegion(Address address, size_t size) { in AllocateGuardRegion() 117 void VirtualAddressSpace::FreeGuardRegion(Address address, size_t size) { in FreeGuardRegion() 129 Address hint, size_t size, PagePermissions permissions, in AllocateSharedPages() 140 void VirtualAddressSpace::FreeSharedPages(Address address, size_t size) { in FreeSharedPages() 148 Address hint, size_t size, size_t alignment, in AllocateSubspace() 164 bool VirtualAddressSpace::DiscardSystemPages(Address address, size_t size) { in DiscardSystemPages() 171 bool VirtualAddressSpace::DecommitPages(Address address, size_t size) { in DecommitPages() [all …]
|
D | bounded-page-allocator.cc | 11 v8::PageAllocator* page_allocator, Address start, size_t size, in BoundedPageAllocator() 27 size_t BoundedPageAllocator::size() const { return region_allocator_.size(); } in size() function in v8::base::BoundedPageAllocator 29 void* BoundedPageAllocator::AllocatePages(void* hint, size_t size, in AllocatePages() 69 bool BoundedPageAllocator::AllocatePagesAt(Address address, size_t size, in AllocatePagesAt() 94 size_t size) { in ReserveForSharedMemoryMapping() 117 bool BoundedPageAllocator::FreePages(void* raw_address, size_t size) { in FreePages() 136 bool BoundedPageAllocator::ReleasePages(void* raw_address, size_t size, in ReleasePages() 180 bool BoundedPageAllocator::SetPermissions(void* address, size_t size, in SetPermissions() 188 bool BoundedPageAllocator::DiscardSystemPages(void* address, size_t size) { in DiscardSystemPages() 192 bool BoundedPageAllocator::DecommitPages(void* address, size_t size) { in DecommitPages()
|
D | page-allocator.cc | 46 void* PageAllocator::AllocatePages(void* hint, size_t size, size_t alignment, in AllocatePages() 63 size_t size) in SharedMemoryMapping() 76 SharedMemory(PageAllocator* allocator, void* memory, size_t size) in SharedMemory() 107 PageAllocator::AllocateSharedPages(size_t size, const void* original_address) { in AllocateSharedPages() 126 size_t size) { in RemapShared() 134 bool PageAllocator::FreePages(void* address, size_t size) { in FreePages() 139 bool PageAllocator::ReleasePages(void* address, size_t size, size_t new_size) { in ReleasePages() 146 bool PageAllocator::SetPermissions(void* address, size_t size, in SetPermissions() 152 bool PageAllocator::DiscardSystemPages(void* address, size_t size) { in DiscardSystemPages() 156 bool PageAllocator::DecommitPages(void* address, size_t size) { in DecommitPages()
|
/third_party/python/Modules/_ctypes/ |
D | cfield.c | 54 Py_ssize_t size, align; in PyCField_FromDesc() local 284 Py_ssize_t size = self->size & 0xFFFF; in PyCField_repr() local 407 #define BIT_MASK(type, size) (((((type)1 << (NUM_BITS(size) - 1)) - 1) << 1) + 1) argument 412 #define GET_BITFIELD(v, size) \ argument 419 #define SET(type, x, v, size) \ argument 475 b_set(void *ptr, PyObject *value, Py_ssize_t size) in b_set() 486 b_get(void *ptr, Py_ssize_t size) in b_get() 494 B_set(void *ptr, PyObject *value, Py_ssize_t size) in B_set() 505 B_get(void *ptr, Py_ssize_t size) in B_get() 513 h_set(void *ptr, PyObject *value, Py_ssize_t size) in h_set() [all …]
|
/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/ |
D | Contents.json | 5 "size" : "16x16", string 10 "size" : "16x16", string 15 "size" : "32x32", string 20 "size" : "32x32", string 25 "size" : "128x128", string 30 "size" : "128x128", string 35 "size" : "256x256", string 40 "size" : "256x256", string 45 "size" : "512x512", string 50 "size" : "512x512", string
|
/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/Images.xcassets/AppIcon.appiconset/ |
D | Contents.json | 5 "size" : "29x29", string 10 "size" : "40x40", string 15 "size" : "60x60", string 20 "size" : "29x29", string 25 "size" : "29x29", string 30 "size" : "40x40", string 35 "size" : "40x40", string 40 "size" : "76x76", string 45 "size" : "76x76", string
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_structs.h | 24 size_t size = 0; in vn_sizeof_VkExtent3D() local 50 size_t size = 0; in vn_sizeof_VkExtent3D_partial() local 70 size_t size = 0; in vn_sizeof_VkLayerProperties() local 98 size_t size = 0; in vn_sizeof_VkLayerProperties_partial() local 120 size_t size = 0; in vn_sizeof_VkExtensionProperties() local 148 size_t size = 0; in vn_sizeof_VkExtensionProperties_partial() local 166 size_t size = 0; in vn_sizeof_VkMemoryRequirements() local 184 size_t size = 0; in vn_sizeof_VkMemoryRequirements_partial() local 204 size_t size = 0; in vn_sizeof_VkSparseImageFormatProperties() local 222 size_t size = 0; in vn_sizeof_VkSparseImageFormatProperties_partial() local [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | bits.h | 13 static inline unsigned long long sign_bit(unsigned size) in sign_bit() 18 static inline unsigned long long sign_mask(unsigned size) in sign_mask() 24 static inline unsigned long long bits_mask(unsigned size) in bits_mask() 31 static inline long long zero_extend(long long val, unsigned size) in zero_extend() 36 static inline long long sign_extend(long long val, unsigned size) in sign_extend() 45 static inline long long sign_extend_safe(long long val, unsigned size) in sign_extend_safe() 53 static inline long long bits_extend(long long val, unsigned size, int is_signed) in bits_extend()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrVertexAttrib.cpp | 60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder() 72 inline void readUnormOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnormOrder() 86 inline void readSnormClamp (tcu::Vec4& dst, const int size, const void* ptr) in readSnormClamp() 101 inline void readSnormScale (tcu::Vec4& dst, const int size, const void* ptr) in readSnormScale() 115 inline void readHalf (tcu::Vec4& dst, const int size, const void* ptr) in readHalf() 126 inline void readFixed (tcu::Vec4& dst, const int size, const void* ptr) in readFixed() 137 inline void readDouble (tcu::Vec4& dst, const int size, const void* ptr) in readDouble() 155 inline void readUint2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const … in readUint2101010Rev() 167 inline void readInt2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const v… in readInt2101010Rev() 179 inline void readUnorm2101010RevOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnorm2101010RevOrder() [all …]
|
/third_party/node/test/fixtures/wpt/streams/writable-streams/ |
D | bad-strategies.any.js | 10 get size() { getter 20 new WritableStream({}, { size: 'a string' }); property 27 size() { method 42 size() { method 53 size() { method 72 size() { method 92 size: 'not a function', property
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/memory/ |
D | grow.any.js | 39 assert_ArrayBuffer(oldMemory, { "size": 0 }, "Buffer before growing"); property 47 assert_ArrayBuffer(newMemory, { "size": 2 }, "New buffer after growing"); property 54 assert_ArrayBuffer(oldMemory, { "size": 0 }, "Buffer before growing"); property 62 assert_ArrayBuffer(newMemory, { "size": 2 }, "New buffer after growing"); property 69 assert_ArrayBuffer(oldMemory, { "size": 3 }, "Buffer before growing"); property 77 assert_ArrayBuffer(newMemory, { "size": 5 }, "New buffer after growing"); property 84 assert_ArrayBuffer(oldMemory, { "size": 0 }, "Buffer before growing"); property 92 assert_ArrayBuffer(newMemory, { "size": 2 }, "New buffer after growing"); property 99 assert_ArrayBuffer(oldMemory, { "size": 0 }, "Buffer before growing"); property 107 assert_ArrayBuffer(newMemory, { "size": 1 }, "New buffer after growing once"); property [all …]
|
/third_party/libwebsockets/lib/core/ |
D | alloc.c | 43 TEE_Malloc(uint32_t size, uint32_t hint) in TEE_Malloc() 61 TEE_Malloc(uint32_t size, uint32_t hint) in TEE_Malloc() 78 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc() 83 void *lws_malloc(size_t size, const char *reason) in lws_malloc() 93 void *lws_zalloc(size_t size, const char *reason) in lws_zalloc() 101 void lws_set_allocator(void *(*cb)(void *ptr, size_t size, const char *reason)) in lws_set_allocator() 108 _realloc(void *ptr, size_t size, const char *reason) in _realloc() 152 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc() 157 void *lws_zalloc(size_t size, const char *reason) in lws_zalloc() 167 void lws_set_allocator(void *(*cb)(void *ptr, size_t size, const char *reason)) in lws_set_allocator()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | properties.c | 49 guint64 size) in prop_copy_ensure_buffer() 58 copy_func (void *prop, guint size, guint8 ** buffer, guint64 * bsize, in copy_func() 88 prop_copy_uint8 (guint8 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint8() 95 prop_copy_uint16 (guint16 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint16() 103 prop_copy_uint32 (guint32 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint32() 111 prop_copy_uint64 (guint64 prop, guint8 ** buffer, guint64 * size, in prop_copy_uint64() 119 prop_copy_int32 (gint32 prop, guint8 ** buffer, guint64 * size, in prop_copy_int32() 135 prop_copy_fourcc (guint32 prop, guint8 ** buffer, guint64 * size, in prop_copy_fourcc() 158 guint64 * size, guint64 * offset) in prop_copy_fixed_size_string() 180 guint64 * size, guint64 * offset) in prop_copy_size_string() [all …]
|
D | descriptors.c | 62 expandable_size_parse (guint64 size, guint8 * ptr, guint32 array_size) in expandable_size_parse() 100 desc_base_descriptor_init (BaseDescriptor * bd, guint8 tag, guint32 size) in desc_base_descriptor_init() 215 guint32 size) in desc_dec_specific_info_alloc_data() 225 desc_base_descriptor_set_size (BaseDescriptor * bd, guint32 size) in desc_base_descriptor_set_size() 233 guint64 size = 0; in desc_base_descriptor_get_size() local 243 guint64 size = 0; in desc_sl_config_descriptor_get_size() local 258 guint64 size = 0; in desc_dec_specific_info_get_size() local 270 guint64 size = 0; in desc_dec_config_descriptor_get_size() local 295 guint64 size = 0; in desc_es_descriptor_get_size() local 348 guint64 * size, guint64 * offset) in desc_base_descriptor_copy_data() [all …]
|
/third_party/vulkan-loader/loader/ |
D | allocation.c | 34 void *loader_alloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope al… 51 void *loader_calloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope a… 85 …ader_realloc(const VkAllocationCallbacks *pAllocator, void *pMemory, size_t orig_size, size_t size, 105 void *loader_instance_heap_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocatio… 109 void *loader_instance_heap_calloc(const struct loader_instance *inst, size_t size, VkSystemAllocati… 116 …ance_heap_realloc(const struct loader_instance *inst, void *pMemory, size_t orig_size, size_t size, 121 void *loader_device_heap_alloc(const struct loader_device *dev, size_t size, VkSystemAllocationScop… 125 void *loader_device_heap_calloc(const struct loader_device *dev, size_t size, VkSystemAllocationSco… 132 …_device_heap_realloc(const struct loader_device *dev, void *pMemory, size_t orig_size, size_t size, 137 …_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *inst, size_t size, [all …]
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | memory.h | 25 V8_INLINE void ZapMemory(void* address, size_t size) { in ZapMemory() 31 V8_INLINE void CheckMemoryIsZapped(const void* address, size_t size) { in CheckMemoryIsZapped() 37 V8_INLINE void CheckMemoryIsZero(const void* address, size_t size) { in CheckMemoryIsZero() 45 V8_INLINE void SetMemoryAccessible(void* address, size_t size) { in SetMemoryAccessible() 65 V8_INLINE void SetMemoryInaccessible(void* address, size_t size) { in SetMemoryInaccessible() 107 V8_INLINE void CheckMemoryIsInaccessible(const void* address, size_t size) { in CheckMemoryIsInaccessible()
|
/third_party/skia/src/core/ |
D | SkPictureRecord.cpp | 44 size_t size = sizeof(kUInt32Size); in onFlush() local 60 size_t size = sizeof(kUInt32Size); in recordSave() local 68 size_t size = sizeof(kUInt32Size) + nameLen; // op + name in onMarkCTM() local 94 size_t size = sizeof(kUInt32Size) + sizeof(uint32_t); // op + flags in onDoSaveBehind() local 113 size_t size = 2 * kUInt32Size; in recordSaveLayer() local 164 static DrawType peek_op_and_size(SkWriter32* writer, size_t offset, uint32_t* size) { in peek_op_and_size() 198 size_t size = 1 * kUInt32Size; // RESTORE consists solely of 1 op code in recordRestore() local 207 size_t size = 1 * kUInt32Size + 2 * sizeof(SkScalar); in recordTranslate() local 218 size_t size = 1 * kUInt32Size + 2 * sizeof(SkScalar); in recordScale() local 228 size_t size = kUInt32Size + 16 * sizeof(SkScalar); in didConcat44() local [all …]
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-fuchsia.cc | 93 PlacementMode placement, size_t size, size_t alignment, in MapVmo() 134 void* address, PlacementMode placement, size_t size, in CreateAndMapVmo() 158 size_t size) { in UnmapVmo() 165 void* address, size_t size, in SetPermissionsInternal() 175 void* address, size_t size) { in DiscardSystemPagesInternal() 185 PlacementMode placement, size_t size, size_t alignment, in CreateAddressSpaceReservationInternal() 247 void* OS::Allocate(void* address, size_t size, size_t alignment, in Allocate() 257 void OS::Free(void* address, size_t size) { in Free() 262 void* OS::AllocateShared(void* address, size_t size, in AllocateShared() 274 void OS::FreeShared(void* address, size_t size) { in FreeShared() [all …]
|
/third_party/node/deps/npm/node_modules/minipass-sized/test/ |
D | basic.js | 5 const mps = new MPS({ size: 4 }) property 14 const mps = new MPS({ size: 1 }) property 29 const mps = new MPS({ size: 999 }) property 41 const mps = new MPS({size:1}) property 55 t.throws(() => new MPS({size: true}), { property 58 t.throws(() => new MPS({size: NaN}), { property 61 t.throws(() => new MPS({size:1.2}), { property 64 t.throws(() => new MPS({size: Infinity}), { property 67 t.throws(() => new MPS({size: -1}), { property 73 t.throws(() => new MPS({size: Number.MAX_SAFE_INTEGER + 1000000}), { property
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_internal.h | 51 #define LEN(size) \ argument 57 #define LEN_ARRAY(size, name) \ argument 64 #define WRITE(size, type, name) \ argument 71 #define WRITE_ARRAY(size, type, name) \ argument 79 #define READ(size, type, name) \ argument 88 #define READ_ARRAY(size, type, name) \ argument
|
/third_party/musl/src/linux/ |
D | xattr.c | 4 ssize_t getxattr(const char *path, const char *name, void *value, size_t size) in getxattr() 9 ssize_t lgetxattr(const char *path, const char *name, void *value, size_t size) in lgetxattr() 14 ssize_t fgetxattr(int filedes, const char *name, void *value, size_t size) in fgetxattr() 19 ssize_t listxattr(const char *path, char *list, size_t size) in listxattr() 24 ssize_t llistxattr(const char *path, char *list, size_t size) in llistxattr() 29 ssize_t flistxattr(int filedes, char *list, size_t size) in flistxattr() 34 int setxattr(const char *path, const char *name, const void *value, size_t size, int flags) in setxattr() 39 int lsetxattr(const char *path, const char *name, const void *value, size_t size, int flags) in lsetxattr() 44 int fsetxattr(int filedes, const char *name, const void *value, size_t size, int flags) in fsetxattr()
|