/external/parameter-framework/upstream/test/test-fixed-point-parameter/ |
D | VirtualSubsystem.xml | 9 <FixedPointParameter Name="q0.0" Size="32" Integral="0" Fractional="0"/> 10 <FixedPointParameter Name="q0.1" Size="32" Integral="0" Fractional="1"/> 11 <FixedPointParameter Name="q0.2" Size="32" Integral="0" Fractional="2"/> 12 <FixedPointParameter Name="q0.3" Size="32" Integral="0" Fractional="3"/> 13 <FixedPointParameter Name="q0.4" Size="32" Integral="0" Fractional="4"/> 14 <FixedPointParameter Name="q0.5" Size="32" Integral="0" Fractional="5"/> 15 <FixedPointParameter Name="q0.6" Size="32" Integral="0" Fractional="6"/> 16 <FixedPointParameter Name="q0.7" Size="32" Integral="0" Fractional="7"/> 17 <FixedPointParameter Name="q0.8" Size="32" Integral="0" Fractional="8"/> 18 <FixedPointParameter Name="q0.9" Size="32" Integral="0" Fractional="9"/> [all …]
|
/external/tpm2/ |
D | tpm_generated.h | 16 UINT16 uint8_t_Marshal(uint8_t* source, BYTE** buffer, INT32* size); 18 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size); 20 UINT16 int8_t_Marshal(int8_t* source, BYTE** buffer, INT32* size); 22 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size); 24 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size); 26 TPM_RC uint16_t_Unmarshal(uint16_t* target, BYTE** buffer, INT32* size); 28 UINT16 int16_t_Marshal(int16_t* source, BYTE** buffer, INT32* size); 30 TPM_RC int16_t_Unmarshal(int16_t* target, BYTE** buffer, INT32* size); 32 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size); 34 TPM_RC uint32_t_Unmarshal(uint32_t* target, BYTE** buffer, INT32* size); [all …]
|
D | tpm_generated.c | 9 UINT16 uint8_t_Marshal(uint8_t* source, BYTE** buffer, INT32* size) { in uint8_t_Marshal() argument 11 if (!size || *size < sizeof(uint8_t)) { in uint8_t_Marshal() 29 *size -= sizeof(uint8_t); in uint8_t_Marshal() 33 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size) { in uint8_t_Unmarshal() argument 35 if (!size || *size < sizeof(uint8_t)) { in uint8_t_Unmarshal() 53 *size -= sizeof(uint8_t); in uint8_t_Unmarshal() 57 UINT16 int8_t_Marshal(int8_t* source, BYTE** buffer, INT32* size) { in int8_t_Marshal() argument 59 if (!size || *size < sizeof(int8_t)) { in int8_t_Marshal() 77 *size -= sizeof(int8_t); in int8_t_Marshal() 81 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size) { in int8_t_Unmarshal() argument [all …]
|
/external/valgrind/none/tests/mips64/ |
D | extract_insert_bit_field.stdout.exp-mips64r2 | 2 ins :: in 0x0, in1 0x0, out 0x0, pos: 0, size: 1 3 ins :: in 0x0, in1 0xffffffffffffffff, out 0xfffffffffffffffe, pos: 0, size: 1 4 ins :: in 0x0, in1 0x98765432, out 0xffffffff98765432, pos: 0, size: 1 5 ins :: in 0x0, in1 0xffffffffff865421, out 0xffffffffff865420, pos: 0, size: 1 6 ins :: in 0xffffffffffffffff, in1 0x0, out 0x1, pos: 0, size: 1 7 ins :: in 0xffffffffffffffff, in1 0xffffffffffffffff, out 0xffffffffffffffff, pos: 0, size: 1 8 ins :: in 0xffffffffffffffff, in1 0x98765432, out 0xffffffff98765433, pos: 0, size: 1 9 ins :: in 0xffffffffffffffff, in1 0xffffffffff865421, out 0xffffffffff865421, pos: 0, size: 1 10 ins :: in 0x98765432, in1 0x0, out 0x0, pos: 0, size: 1 11 ins :: in 0x98765432, in1 0xffffffffffffffff, out 0xfffffffffffffffe, pos: 0, size: 1 [all …]
|
/external/deqp/framework/common/ |
D | tcuVector.hpp | 36 template <typename T, int VecSize, int Size> 44 VecAccess& operator= (const Vector<T, Size>& v); 46 operator Vector<T, Size> (void) const; 50 int m_index[Size]; 53 template <typename T, int VecSize, int Size> 54 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y) in VecAccess() 57 DE_STATIC_ASSERT(Size == 2); in VecAccess() 62 template <typename T, int VecSize, int Size> 63 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y, int z) in VecAccess() 66 DE_STATIC_ASSERT(Size == 3); in VecAccess() [all …]
|
D | tcuVectorUtil.hpp | 125 template <typename T, int Size> 126 inline T dot (const Vector<T, Size>& a, const Vector<T, Size>& b) in dot() 129 for (int i = 0; i < Size; i++) in dot() 134 template <typename T, int Size> 135 inline T lengthSquared (const Vector<T, Size>& a) in lengthSquared() 138 for (int i = 0; i < Size; i++) in lengthSquared() 143 template <typename T, int Size> 144 …e::meta::EnableIf<T, de::meta::TypesSame<T, double>::Value>::Type length (const Vector<T, Size>& a) in length() 149 template <typename T, int Size> 150 …de::meta::EnableIf<T, de::meta::TypesSame<T, float>::Value>::Type length (const Vector<T, Size>& a) in length() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_bigmem.py | 18 # its size. To make sure whether a result has the right contents, better 32 # passed-in 'size', and don't rely on the size being very large. Also, 33 # memuse-per-size should remain sane (less than a few thousand); if your 34 # test uses more, adjust 'size' upward, instead. 43 def test_capitalize(self, size): argument 45 s = '-' * size + SUBSTR 52 def test_center(self, size): argument 54 s = SUBSTR.center(size) 55 self.assertEqual(len(s), size) 63 @precisionbigmemtest(size=_2G - 1, memuse=character_size) [all …]
|
/external/elfutils/tests/ |
D | run-elfputzdata.sh | 45 Lets compress 22 .sbss, size: 0 47 Lets compress 24 .stab, size: 21540 48 Lets compress 25 .stabstr, size: 57297 49 Lets compress 26 .comment, size: 648 50 Lets compress 27 .debug_aranges, size: 56 51 Lets compress 28 .debug_pubnames, size: 93 52 Lets compress 29 .debug_info, size: 960 53 Lets compress 30 .debug_abbrev, size: 405 54 Lets compress 31 .debug_line, size: 189 55 Lets compress 32 .note, size: 240 [all …]
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | GPRArith.cpp | 326 #define TestImplRegReg(Dst, Value0, Src, Value1, Size) \ in TEST_F() argument 330 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Size ")"; \ in TEST_F() 334 __ mov(IceType_i##Size, GPRRegister::Encoded_Reg_##Dst, \ in TEST_F() 336 __ mov(IceType_i##Size, GPRRegister::Encoded_Reg_##Src, \ in TEST_F() 338 __ test(IceType_i##Size, GPRRegister::Encoded_Reg_##Dst, \ in TEST_F() 351 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \ in TEST_F() 358 #define TestImplRegImm(Dst, Value0, Imm, Size) \ in TEST_F() argument 362 "(" #Dst ", " #Value0 ", " #Imm ", " #Size ")"; \ in TEST_F() 366 __ mov(IceType_i##Size, GPRRegister::Encoded_Reg_##Dst, \ in TEST_F() 368 __ test(IceType_i##Size, GPRRegister::Encoded_Reg_##Dst, \ in TEST_F() [all …]
|
/external/proguard/src/proguard/util/ |
D | ArrayUtil.java | 35 * @param size the size of the arrays to be checked. 38 public static boolean equal(byte[] array1, byte[] array2, int size) in equal() argument 40 for (int index = 0; index < size; index++) in equal() 56 * @param size the size of the arrays to be checked. 59 public static boolean equal(short[] array1, short[] array2, int size) in equal() argument 61 for (int index = 0; index < size; index++) in equal() 77 * @param size the size of the arrays to be checked. 80 public static boolean equal(int[] array1, int[] array2, int size) in equal() argument 82 for (int index = 0; index < size; index++) in equal() 98 * @param size the size of the arrays to be checked. [all …]
|
/external/testng/doc/ |
D | book-toc.html | 11 ….1_1"><b>Page 1</b></a></font></td></tr></table><font size="3" face="Times"><span style="font-size… 14 <font size="6" face="Times"><span style="font-size:48px;font-family:Times"> 18 <font size="8" face="Times"><span style="font-size:12px;font-family:Times"> 29 <font size="8" face="Times"><span style="font-size:16px;font-family:Times"> 34 <font size="8" face="Times"><span style="font-size:12px;font-family:Times"> 39 <font size="8" face="Times"><span style="font-size:11px;font-family:Times"> 42 <font size="8" face="Times"><span style="font-size:12px;font-family:Times"> 45 <font size="8" face="Times"><span style="font-size:11px;font-family:Times"> 48 <font size="8" face="Times"><span style="font-size:12px;font-family:Times"> 51 <font size="8" face="Times"><span style="font-size:11px;font-family:Times"> [all …]
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | GPRArith.cpp | 362 #define TestImplRegReg(Dst, Value0, Src, Value1, Size) \ in TEST_F() argument 366 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Size ")"; \ in TEST_F() 370 __ mov(IceType_i##Size, Encoded_GPR_##Dst(), Immediate(Value0)); \ in TEST_F() 371 __ mov(IceType_i##Size, Encoded_GPR_##Src(), Immediate(Value1)); \ in TEST_F() 372 __ test(IceType_i##Size, Encoded_GPR_##Dst(), Encoded_GPR_##Src()); \ in TEST_F() 382 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \ in TEST_F() 389 #define TestImplRegImm(Dst, Value0, Imm, Size) \ in TEST_F() argument 393 "(" #Dst ", " #Value0 ", " #Imm ", " #Size ")"; \ in TEST_F() 397 __ mov(IceType_i##Size, Encoded_GPR_##Dst(), Immediate(Value0)); \ in TEST_F() 398 __ test(IceType_i##Size, Encoded_GPR_##Dst(), \ in TEST_F() [all …]
|
/external/eigen/doc/snippets/ |
D | Tutorial_AdvancedInitialization_ThreeWays.cpp | 1 const int size = 6; variable 2 MatrixXd mat1(size, size); 3 mat1.topLeftCorner(size/2, size/2) = MatrixXd::Zero(size/2, size/2); 4 mat1.topRightCorner(size/2, size/2) = MatrixXd::Identity(size/2, size/2); 5 mat1.bottomLeftCorner(size/2, size/2) = MatrixXd::Identity(size/2, size/2); 6 mat1.bottomRightCorner(size/2, size/2) = MatrixXd::Zero(size/2, size/2); 9 MatrixXd mat2(size, size); 10 mat2.topLeftCorner(size/2, size/2).setZero(); 11 mat2.topRightCorner(size/2, size/2).setIdentity(); 12 mat2.bottomLeftCorner(size/2, size/2).setIdentity(); [all …]
|
/external/clang/test/Sema/ |
D | warn-strlcpycat-size.c | 1 // RUN: %clang_cc1 -Wstrlcpy-strlcat-size -verify -fsyntax-only %s 4 size_t strlcpy (char * restrict dst, const char * restrict src, size_t size); 5 size_t strlcat (char * restrict dst, const char * restrict src, size_t size); 22 …size argument in 'strlcpy' call appears to be size of the source; expected the size of the destina… in f() 23 …size argument in 'strlcpy' call appears to be size of the source; expected the size of the destina… in f() 24 …size argument in 'strlcat' call appears to be size of the source; expected the size of the destina… in f() 25 …size argument in 'strlcpy' call appears to be size of the source; expected the size of the destina… in f() 26 …size argument in 'strlcpy' call appears to be size of the source; expected the size of the destina… in f() 27 …sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the sourc… in f() 38 …zeof(str)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the sourc… in flexible_arrays() [all …]
|
/external/r8/src/main/java/com/android/tools/r8/utils/ |
D | EncodedValueUtils.java | 24 int bit_size = Long.SIZE + 1 - Long.numberOfLeadingZeros(value ^ (value >> (Long.SIZE - 1))); in putSigned() 25 int size = Math.max((bit_size + Byte.SIZE - 1) / Byte.SIZE, 1); in putSigned() local 26 assert size > 0 && size <= expectedSize; in putSigned() local 27 for (int i = 0; i < size; i++) { in putSigned() 29 value >>= Byte.SIZE; in putSigned() 31 return size; in putSigned() 36 int bit_size = Long.SIZE + 1 - Long.numberOfLeadingZeros(value ^ (value >> (Long.SIZE - 1))); in encodeSigned() 37 int size = Math.max((bit_size + Byte.SIZE - 1) / Byte.SIZE, 1); in encodeSigned() local 38 byte[] result = new byte[size]; in encodeSigned() 39 for (int i = 0; i < size; i++) { in encodeSigned() [all …]
|
/external/owasp/sanitizer/lib/junit/ |
D | cpl-v10.html | 12 <P><B></B><FONT SIZE="3"></FONT> 13 <P><FONT SIZE="3"></FONT><FONT SIZE="2">THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THI… 14 <P><FONT SIZE="2"></FONT> 15 <P><FONT SIZE="2"><B>1. DEFINITIONS</B></FONT> 16 <P><FONT SIZE="2">"Contribution" means:</FONT> 18 <UL><FONT SIZE="2">a) in the case of the initial Contributor, the initial code and documentation di… 22 <UL><FONT SIZE="2">i) changes to the Program, and</FONT></UL> 25 <UL><FONT SIZE="2">ii) additions to the Program;</FONT></UL> 28 …SIZE="2">where such changes and/or additions to the Program originate from and are distributed by … 30 <P><FONT SIZE="2"></FONT> [all …]
|
/external/autotest/client/bin/result_tools/ |
D | utils_unittest.py | 22 SIZE = unittest_lib.SIZE variable 24 '': {utils_lib.ORIGINAL_SIZE_BYTES: 4 * SIZE, 26 'file1': {utils_lib.ORIGINAL_SIZE_BYTES: SIZE}, 27 'folder1': {utils_lib.ORIGINAL_SIZE_BYTES: 2 * SIZE, 30 utils_lib.ORIGINAL_SIZE_BYTES: SIZE}, 32 utils_lib.ORIGINAL_SIZE_BYTES: SIZE}, 36 'folder2': {utils_lib.ORIGINAL_SIZE_BYTES: SIZE, 40 SIZE}}, 44 '': {utils_lib.ORIGINAL_SIZE_BYTES: 4 * SIZE, 46 'file1': {utils_lib.ORIGINAL_SIZE_BYTES: SIZE}, [all …]
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | build.c | 13 size_t size, in __build_tuple_ip() argument 18 nest = nfnl_nest(&req->nlh, size, CTA_TUPLE_IP); in __build_tuple_ip() 22 nfnl_addattr_l(&req->nlh, size, CTA_IP_V4_SRC, &t->src.v4, in __build_tuple_ip() 24 nfnl_addattr_l(&req->nlh, size, CTA_IP_V4_DST, &t->dst.v4, in __build_tuple_ip() 28 nfnl_addattr_l(&req->nlh, size, CTA_IP_V6_SRC, &t->src.v6, in __build_tuple_ip() 30 nfnl_addattr_l(&req->nlh, size, CTA_IP_V6_DST, &t->dst.v6, in __build_tuple_ip() 41 size_t size, in __build_tuple_proto() argument 46 nest = nfnl_nest(&req->nlh, size, CTA_TUPLE_PROTO); in __build_tuple_proto() 48 nfnl_addattr_l(&req->nlh, size, CTA_PROTO_NUM, &t->protonum, in __build_tuple_proto() 58 nfnl_addattr_l(&req->nlh, size, CTA_PROTO_SRC_PORT, in __build_tuple_proto() [all …]
|
/external/libvpx/libvpx/test/ |
D | test_vectors.cc | 152 "vp90-2-02-size-08x08.webm", 153 "vp90-2-02-size-08x10.webm", 154 "vp90-2-02-size-08x16.webm", 155 "vp90-2-02-size-08x18.webm", 156 "vp90-2-02-size-08x32.webm", 157 "vp90-2-02-size-08x34.webm", 158 "vp90-2-02-size-08x64.webm", 159 "vp90-2-02-size-08x66.webm", 160 "vp90-2-02-size-10x08.webm", 161 "vp90-2-02-size-10x10.webm", [all …]
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 490 {'type': 'OBJECT', 'name': '_ZNSt3__110adopt_lockE', 'size': 1} 491 {'type': 'OBJECT', 'name': '_ZNSt3__110ctype_base5alnumE', 'size': 2} 492 {'type': 'OBJECT', 'name': '_ZNSt3__110ctype_base5alphaE', 'size': 2} 493 {'type': 'OBJECT', 'name': '_ZNSt3__110ctype_base5blankE', 'size': 2} 494 {'type': 'OBJECT', 'name': '_ZNSt3__110ctype_base5cntrlE', 'size': 2} 495 {'type': 'OBJECT', 'name': '_ZNSt3__110ctype_base5digitE', 'size': 2} 496 {'type': 'OBJECT', 'name': '_ZNSt3__110ctype_base5graphE', 'size': 2} 497 {'type': 'OBJECT', 'name': '_ZNSt3__110ctype_base5lowerE', 'size': 2} 498 {'type': 'OBJECT', 'name': '_ZNSt3__110ctype_base5printE', 'size': 2} 499 {'type': 'OBJECT', 'name': '_ZNSt3__110ctype_base5punctE', 'size': 2} [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitExecAllocator.c | 41 header contains the size of the previous and the next block. These sizes 43 Block size: 44 0 - The block is a free_block, with a different size member. 46 n - The block is used at the moment, and the value contains its size. 47 Previous block size: 49 n - The size of the previous block. 51 Using these size values we can go forward or backward on the block chain. 74 * the size is always divisible by CHUNK_SIZE 84 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk() argument 86 return VirtualAlloc(NULL, size, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE); in alloc_chunk() [all …]
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerMutate.cpp | 70 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom() argument 72 return EF->LLVMFuzzerCustomMutator(Data, Size, MaxSize, Rand.Rand()); in Mutate_Custom() 75 size_t MutationDispatcher::Mutate_CustomCrossOver(uint8_t *Data, size_t Size, in Mutate_CustomCrossOver() argument 77 if (!Corpus || Corpus->size() < 2 || Size == 0) in Mutate_CustomCrossOver() 79 size_t Idx = Rand(Corpus->size()); in Mutate_CustomCrossOver() 86 Data, Size, Other.data(), Other.size(), U.data(), U.size(), Rand.Rand()); in Mutate_CustomCrossOver() 94 size_t MutationDispatcher::Mutate_ShuffleBytes(uint8_t *Data, size_t Size, in Mutate_ShuffleBytes() argument 96 assert(Size); in Mutate_ShuffleBytes() 98 Rand(std::min(Size, (size_t)8)) + 1; // [1,8] and <= Size. in Mutate_ShuffleBytes() 99 size_t ShuffleStart = Rand(Size - ShuffleAmount); in Mutate_ShuffleBytes() [all …]
|
/external/ImageMagick/www/Magick++/ |
D | Image.html | 77 // Crop the image to specified size (width, height, xOffset, yOffset) 100 <li> Resize second image to the size 640x480.</li> 102 <li> Resize third image to the size 800x600.</li> 197 represents the size of the data</font> ] </p> 208 some images do not contain their size or format so the size and format must be specified in advance: 212 image.size( "640x480") 236 <td><font size="-1">const std::string &imageSpec_</font></td> 237 <td><font size="-1">Construct Image by reading from file or URL 242 <td><font size="-1">const Geometry &size_, const <a 244 <td><font size="-1">Construct a blank image canvas of specified [all …]
|
D | Image++.html | 77 // Crop the image to specified size (width, height, xOffset, yOffset) 100 <li> Resize second image to the size 640x480.</li> 102 <li> Resize third image to the size 800x600.</li> 197 represents the size of the data</font> ] </p> 208 some images do not contain their size or format so the size and format must be specified in advance: 212 image.size( "640x480") 236 <td><font size="-1">const std::string &imageSpec_</font></td> 237 <td><font size="-1">Construct Image by reading from file or URL 242 <td><font size="-1">const Geometry &size_, const <a 244 <td><font size="-1">Construct a blank image canvas of specified [all …]
|
/external/ImageMagick/ImageMagick/api/ |
D | Image++.html | 110 // Crop the image to specified size (width, height, xOffset, yOffset) 133 <li> Resize second image to the size 640x480.</li> 135 <li> Resize third image to the size 800x600.</li> 231 represents the size of the data</font> ] </p> 242 some images do not contain their size or format so the size and format must be specified in advance: 246 image.size( "640x480") 270 <td><font size="-1">const std::string &imageSpec_</font></td> 271 <td><font size="-1">Construct Image by reading from file or URL 276 <td><font size="-1">const Geometry &size_, const <a 278 <td><font size="-1">Construct a blank image canvas of specified [all …]
|