/external/python/cpython2/Lib/test/ |
D | test_bigmem.py | 43 def test_capitalize(self, size): argument 52 def test_center(self, size): argument 64 def test_center_unicode(self, size): argument 80 def test_count(self, size): argument 92 def test_decode(self, size): argument 96 def basic_encode_test(self, size, enc, c=u'.', expectedsize=None): argument 105 def test_encode(self, size): argument 110 def test_encode_raw_unicode_escape(self, size): argument 115 def test_encode_utf7(self, size): argument 120 def test_encode_utf32(self, size): argument [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_bigmem.py | 71 def _test_capitalize(self, size): argument 81 def test_center(self, size): argument 92 def test_count(self, size): argument 104 def test_endswith(self, size): argument 116 def test_expandtabs(self, size): argument 129 def test_find(self, size): argument 146 def test_index(self, size): argument 163 def test_isalnum(self, size): argument 172 def test_isalpha(self, size): argument 181 def test_isdigit(self, size): argument [all …]
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_size.h | 47 static size_t size() { return sizeof(T); } in size() function 57 static size_t size() { return MDString_minsize; } in size() function 63 static size_t size() { return MDRawThreadList_minsize; } in size() function 69 static size_t size() { return MDCVInfoPDB20_minsize; } in size() function 75 static size_t size() { return MDCVInfoPDB70_minsize; } in size() function 81 static size_t size() { return MDImageDebugMisc_minsize; } in size() function 87 static size_t size() { return MDRawModuleList_minsize; } in size() function 93 static size_t size() { return MDRawMemoryList_minsize; } in size() function 102 static size_t size() { return MD_MODULE_SIZE; } in size() function
|
/external/tpm2/ |
D | tpm_generated.c | 9 UINT16 uint8_t_Marshal(uint8_t* source, BYTE** buffer, INT32* size) { in uint8_t_Marshal() 33 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size) { in uint8_t_Unmarshal() 57 UINT16 int8_t_Marshal(int8_t* source, BYTE** buffer, INT32* size) { in int8_t_Marshal() 81 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size) { in int8_t_Unmarshal() 105 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size) { in uint16_t_Marshal() 129 TPM_RC uint16_t_Unmarshal(uint16_t* target, BYTE** buffer, INT32* size) { in uint16_t_Unmarshal() 153 UINT16 int16_t_Marshal(int16_t* source, BYTE** buffer, INT32* size) { in int16_t_Marshal() 177 TPM_RC int16_t_Unmarshal(int16_t* target, BYTE** buffer, INT32* size) { in int16_t_Unmarshal() 201 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size) { in uint32_t_Marshal() 225 TPM_RC uint32_t_Unmarshal(uint32_t* target, BYTE** buffer, INT32* size) { in uint32_t_Unmarshal() [all …]
|
/external/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 | 45 #define FCT(size) _FCT(size) argument 46 #define _FCT(size) asm_addint##size argument 47 #define TYPE(size) _TYPE(size) argument 48 #define _TYPE(size) int##size##_t argument 49 #define BSWAP(size) _BSWAP(size) argument 50 #define _BSWAP(size) bswap_##size argument
|
/external/proguard/src/proguard/util/ |
D | ArrayUtil.java | 38 public static boolean equal(byte[] array1, byte[] array2, int size) in equal() 59 public static boolean equal(short[] array1, short[] array2, int size) in equal() 80 public static boolean equal(int[] array1, int[] array2, int size) in equal() 101 public static boolean equal(Object[] array1, Object[] array2, int size) in equal() 137 public static boolean equalOrNull(Object[] array1, Object[] array2, int size) in equalOrNull() 151 public static int hashCode(byte[] array, int size) in hashCode() 170 public static int hashCode(short[] array, int size) in hashCode() 189 public static int hashCode(int[] array, int size) in hashCode() 208 public static int hashCode(Object[] array, int size) in hashCode() 240 public static int hashCodeOrNull(Object[] array, int size) in hashCodeOrNull() [all …]
|
/external/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/ |
D | Contents.json | 5 "size" : "29x29", string 10 "size" : "29x29", string 15 "size" : "29x29", string 20 "size" : "40x40", string 25 "size" : "40x40", string 29 "size" : "57x57", string 35 "size" : "57x57", string 41 "size" : "60x60", string 47 "size" : "60x60", string 54 "size" : "29x29", string [all …]
|
/external/walt/ios/WALT/Assets.xcassets/AppIcon.appiconset/ |
D | Contents.json | 5 "size" : "20x20", string 10 "size" : "20x20", string 15 "size" : "29x29", string 20 "size" : "29x29", string 25 "size" : "40x40", string 30 "size" : "40x40", string 34 "size" : "60x60", string 40 "size" : "60x60", string 47 "size" : "20x20", string 52 "size" : "20x20", string [all …]
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_malloc.h | 58 #define opj_malloc(size) ((size_t)(size) >= (size_t)-0x100 ? NULL : malloc(size)) argument 60 #define opj_malloc(size) malloc(size) argument 75 #define opj_calloc(num, size) ((size_t)(num) != 0 && (size_t)(num) >= (size_t)-0x100 / (size_t)(siz… argument 77 #define opj_calloc(num, size) calloc(num, size) argument 110 #define opj_aligned_malloc(size) malloc(size) argument 111 #define opj_aligned_32_malloc(size) malloc(size) argument 116 #define opj_aligned_malloc(size) _mm_malloc((size), 16) argument 118 #define opj_aligned_32_malloc(size) _mm_malloc((size), 32) argument 126 #define opj_aligned_malloc(size) memalign(16, (size)) argument 128 #define opj_aligned_32_malloc(size) memalign(32, (size)) argument [all …]
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | build.c | 13 size_t size, in __build_tuple_ip() 41 size_t size, in __build_tuple_proto() 89 static void __build_tuple_raw(struct nfnlhdr *req, size_t size, in __build_tuple_raw() 96 void __build_tuple(struct nfnlhdr *req, size_t size, in __build_tuple() 106 static void __build_protoinfo(struct nfnlhdr *req, size_t size, in __build_protoinfo() 222 size_t size, in __nat_seq_adj() 242 size_t size, in __build_nat_seq_adj() 256 size_t size, in __build_protonat() 277 size_t size, in __build_nat() 296 size_t size, in __build_snat() [all …]
|
/external/libchrome/base/allocator/ |
D | allocator_shim_override_linker_wrapped_symbols.h | 20 SHIM_ALWAYS_EXPORT void* __wrap_calloc(size_t n, size_t size) { in __wrap_calloc() 28 SHIM_ALWAYS_EXPORT void* __wrap_malloc(size_t size) { in __wrap_malloc() 32 SHIM_ALWAYS_EXPORT void* __wrap_memalign(size_t align, size_t size) { in __wrap_memalign() 38 size_t size) { in __wrap_posix_memalign() 42 SHIM_ALWAYS_EXPORT void* __wrap_pvalloc(size_t size) { in __wrap_pvalloc() 46 SHIM_ALWAYS_EXPORT void* __wrap_realloc(void* address, size_t size) { in __wrap_realloc() 50 SHIM_ALWAYS_EXPORT void* __wrap_valloc(size_t size) { in __wrap_valloc()
|
/external/syslinux/core/mem/ |
D | malloc.c | 21 size_t size, malloc_tag_t tag) in __malloc_from_block() 70 void *bios_malloc(size_t size, enum heap heap, malloc_tag_t tag) in bios_malloc() 92 static void *_malloc(size_t size, enum heap heap, malloc_tag_t tag) in _malloc() 107 __export void *malloc(size_t size) in malloc() 112 __export void *lmalloc(size_t size) in lmalloc() 122 void *pmapi_lmalloc(size_t size) in pmapi_lmalloc() 127 void *bios_realloc(void *ptr, size_t size) in bios_realloc() 239 __export void *realloc(void *ptr, size_t size) in realloc() 244 __export void *zalloc(size_t size) in zalloc()
|
/external/vboot_reference/utility/ |
D | tlcl_generator.c | 34 int size; member 47 int size; member 72 int size, uint32_t value) { in AddInitializedField() 85 Command* newCommand(TPM_COMMAND_CODE code, int size) { in newCommand() 130 int size = kTpmRequestHeaderLength + sizeof(TPM_NV_DATA_PUBLIC) + in BuildDefineSpaceCommand() local 165 int size = kTpmRequestHeaderLength + kTpmReadInfoLength; in BuildReadCommand() local 174 int size = kTpmRequestHeaderLength + sizeof(uint32_t); in BuildPCRReadCommand() local 182 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE); in BuildPPAssertCommand() local 192 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE); in BuildPPEnableCommand() local 202 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE); in BuildFinalizePPCommand() local [all …]
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 53 Py_ssize_t size, align; in PyCField_FromDesc() local 278 Py_ssize_t size = self->size & 0xFFFF; in PyCField_repr() local 437 #define BIT_MASK(type, size) (((((type)1 << (NUM_BITS(size) - 1)) - 1) << 1) + 1) argument 442 #define GET_BITFIELD(v, size) \ argument 449 #define SET(type, x, v, size) \ argument 519 b_set(void *ptr, PyObject *value, Py_ssize_t size) in b_set() 530 b_get(void *ptr, Py_ssize_t size) in b_get() 538 B_set(void *ptr, PyObject *value, Py_ssize_t size) in B_set() 549 B_get(void *ptr, Py_ssize_t size) in B_get() 557 h_set(void *ptr, PyObject *value, Py_ssize_t size) in h_set() [all …]
|
/external/autotest/frontend/client/src/autotest/common/ |
D | UnmodifiableSublistView.java | 8 protected int start, size; field in UnmodifiableSublistView 10 public UnmodifiableSublistView(List<T> list, int start, int size) { in UnmodifiableSublistView() 12 assert size >= 0; in UnmodifiableSublistView() local 13 assert start + size <= list.size(); in UnmodifiableSublistView() local 28 public int size() { in size() method in UnmodifiableSublistView
|
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 53 Py_ssize_t size, align; in PyCField_FromDesc() local 278 Py_ssize_t size = self->size & 0xFFFF; in PyCField_repr() local 427 #define BIT_MASK(type, size) (((((type)1 << (NUM_BITS(size) - 1)) - 1) << 1) + 1) argument 432 #define GET_BITFIELD(v, size) \ argument 439 #define SET(type, x, v, size) \ argument 509 b_set(void *ptr, PyObject *value, Py_ssize_t size) in b_set() 520 b_get(void *ptr, Py_ssize_t size) in b_get() 528 B_set(void *ptr, PyObject *value, Py_ssize_t size) in B_set() 539 B_get(void *ptr, Py_ssize_t size) in B_get() 547 h_set(void *ptr, PyObject *value, Py_ssize_t size) in h_set() [all …]
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
D | stable_partition.pass.cpp | 55 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 84 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 124 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 153 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 182 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 211 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 240 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 269 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 297 const unsigned size = 5; in test1() local
|
/external/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
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapPutTester.java | 55 int size = getNumElements(); in testPutEmpty() local 71 int size = getNumElements(); in testPutPresent() local 87 int size = getNumElements(); in testPutTwoElements() local 107 int size = getNumElements(); in testPutNullValue_supported() local 128 int size = getNumElements(); in testPutNullKey() local 138 int size = getNumElements(); in testPutNotPresentKeyPropagatesToGet() local 170 int size = getNumElements(); in testPutPresentKeyPropagatesToGet() local 189 int size = getNumElements(); in testPutPresentKeyPropagatesToAsMapGet() local 209 int size = getNumElements(); in testPutPresentKeyPropagatesToAsMapEntrySet() local
|
/external/libnetfilter_conntrack/src/expect/ |
D | build.c | 13 size_t size, in __build_timeout() 19 static void __build_zone(struct nfnlhdr *req, size_t size, in __build_zone() 26 size_t size, const struct nf_expect *exp) in __build_flags() 32 size_t size, in __build_class() 38 static void __build_helper_name(struct nfnlhdr *req, size_t size, in __build_helper_name() 46 size_t size, const struct nf_expect *exp) in __build_expectfn() 54 size_t size, in __build_expect()
|
/external/speex/libspeex/ |
D | stack_alloc.h | 91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) argument 93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VA… argument 97 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) argument 99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)… argument 105 #define ALLOC(var, size, type) type var[size] argument 108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size)) argument 111 #define ALLOC(var, size, type) var = PUSH(stack, size, type) argument
|
/external/eigen/Eigen/src/Core/util/ |
D | Memory.h | 86 inline void* handmade_aligned_malloc(std::size_t size) in handmade_aligned_malloc() 153 EIGEN_DEVICE_FUNC inline void* aligned_malloc(std::size_t size) in aligned_malloc() 212 template<bool Align> EIGEN_DEVICE_FUNC inline void* conditional_aligned_malloc(std::size_t size) in conditional_aligned_malloc() 255 …late<typename T> EIGEN_DEVICE_FUNC inline void destruct_elements_of_array(T *ptr, std::size_t size) in destruct_elements_of_array() 265 …plate<typename T> EIGEN_DEVICE_FUNC inline T* construct_elements_of_array(T *ptr, std::size_t size) in construct_elements_of_array() 286 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void check_size_for_overflow(std::size_t size) in check_size_for_overflow() 296 template<typename T> EIGEN_DEVICE_FUNC inline T* aligned_new(std::size_t size) in aligned_new() 312 …plate<typename T, bool Align> EIGEN_DEVICE_FUNC inline T* conditional_aligned_new(std::size_t size) in conditional_aligned_new() 331 template<typename T> EIGEN_DEVICE_FUNC inline void aligned_delete(T *ptr, std::size_t size) in aligned_delete() 340 …e T, bool Align> EIGEN_DEVICE_FUNC inline void conditional_aligned_delete(T *ptr, std::size_t size) in conditional_aligned_delete() [all …]
|
/external/deqp/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 …]
|
/external/skqp/include/private/ |
D | SkMalloc.h | 58 static inline void* sk_malloc_throw(size_t size) { in sk_malloc_throw() 62 static inline void* sk_calloc_throw(size_t size) { in sk_calloc_throw() 66 static inline void* sk_calloc_canfail(size_t size) { in sk_calloc_canfail() 78 static inline void* sk_malloc_canfail(size_t size) { in sk_malloc_canfail() 84 static inline void sk_bzero(void* buffer, size_t size) { in sk_bzero()
|