| /external/valgrind/main/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/pdfium/core/src/fxge/Microsoft SDK/include/ |
| D | sal.h | 48 | Level | Usage | Size | Output | NullTerm | Optional | Parameters | 51 | _deref | _in | _ecount | _full | _nz | _opt | (size) | 52 | _deref_opt | _out | _bcount | _part | | | (size,length) | 81 Size: Describes the total size of the buffer. This may be less than the space actually 84 <> : No buffer size is given. If the type specifies the buffer size (such as 87 _ecount : The buffer size is an explicit element count. 88 _bcount : The buffer size is an explicit byte count. 108 Parameters: Gives explicit counts for the size and length of the buffer. 111 (size) : Only the buffer's total size is given. Use with _ecount or _bcount but not _part. 112 (size,length) : The buffer's total size and initialized length are given. Use with _ecount_part [all …]
|
| D | specstrings.h | 45 // | Level | Usage | Size | Output | Optional | Parameters | 48 // | _deref | _in | _ecount | _full | _opt | (size) | 49 // | _deref_opt | _out | _bcount | _part | | (size,length) | 78 // Size: Describes the total size of the buffer. This may be less than the space actually 81 // <> : No buffer size is given. If the type specifies the buffer size (such as 84 // _ecount : The buffer size is an explicit element count. 85 // _bcount : The buffer size is an explicit byte count. 101 // Parameters: Gives explicit counts for the size and length of the buffer. 104 // (size) : Only the buffer's total size is given. Use with _ecount or _bcount but not _part. 105 // (size,length) : The buffer's total size and initialized length are given. Use with _ecount_part [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 | 132 template <typename T, int Size> 133 inline T dot (const Vector<T, Size>& a, const Vector<T, Size>& b) in dot() 136 for (int i = 0; i < Size; i++) in dot() 141 template <typename T, int Size> 142 inline T lengthSquared (const Vector<T, Size>& a) in lengthSquared() 145 for (int i = 0; i < Size; i++) in lengthSquared() 150 template <typename T, int Size> 151 inline T length (const Vector<T, Size>& a) in length() 156 template <typename T, int Size> 157 inline T distance (const Vector<T, Size>& a, const Vector<T, Size>& b) in distance() [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/chromium_org/sdch/open-vcdiff/src/ |
| D | vcdecoder1_test.cc | 26 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 28 delta_file_header_.size(), in TEST_F() 35 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 37 delta_file_.size(), in TEST_F() 50 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 52 delta_file_.size(), in TEST_F() 60 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 62 delta_file_.size() - 1, in TEST_F() 66 EXPECT_GE(expected_target_.size(), output_.size()); in TEST_F() 70 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() [all …]
|
| D | vcdecoder3_test.cc | 47 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 49 delta_file_header_.size(), in TEST_F() 56 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 58 delta_file_header_.size() - 2, in TEST_F() 66 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 68 delta_file_.size(), in TEST_F() 75 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 77 delta_file_.size(), in TEST_F() 84 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 86 delta_file_.size(), in TEST_F() [all …]
|
| D | vcdecoder2_test.cc | 32 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 33 for (size_t i = 0; i < delta_file_header_.size(); ++i) { in TEST_F() 41 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 42 for (size_t i = 0; i < delta_file_.size(); ++i) { in TEST_F() 51 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 52 for (size_t i = 0; i < delta_file_.size(); ++i) { in TEST_F() 62 delta_file_.resize(delta_file_.size() - 1); in TEST_F() 63 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); in TEST_F() 64 for (size_t i = 0; i < delta_file_.size(); ++i) { in TEST_F() 69 EXPECT_GE(expected_target_.size(), output_.size()); 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/chromium_org/media/formats/webm/ |
| D | webm_content_encodings_client_unittest.cc | 19 void ParseAndExpectToFail(const uint8* buf, int size) { in ParseAndExpectToFail() argument 20 int result = parser_.Parse(buf, size); in ParseAndExpectToFail() 31 0x6D, 0x80, 0x80, // ContentEncodings (size = 0) in TEST_F() 33 int size = sizeof(kContentEncodings); in TEST_F() local 34 ParseAndExpectToFail(kContentEncodings, size); in TEST_F() 39 0x6D, 0x80, 0x83, // ContentEncodings (size = 3) in TEST_F() 40 0x63, 0x40, 0x80, // ContentEncoding (size = 0) in TEST_F() 42 int size = sizeof(kContentEncodings); in TEST_F() local 43 ParseAndExpectToFail(kContentEncodings, size); in TEST_F() 48 0x6D, 0x80, 0xA1, // ContentEncodings (size = 33) in TEST_F() [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/libvpx/libvpx/test/ |
| D | test-data.sha1 | 271 ffc096c2ce1050450ad462b5fabd2a5220846319 vp90-2-02-size-08x08.webm 272 e36d2ed6fa2746347710b750586aafa6a01ff3ae vp90-2-02-size-08x08.webm.md5 273 895b986f9fd55cd879472b31c6a06b82094418c8 vp90-2-02-size-08x10.webm 274 079157a19137ccaebba606f2871f45a397347150 vp90-2-02-size-08x10.webm.md5 275 1c5992203e62a2b83040ccbecd748b604e19f4c0 vp90-2-02-size-08x16.webm 276 9aa45ffdf2078f883bbed01450031b691819c144 vp90-2-02-size-08x16.webm.md5 277 d0a8953da1f85f484487408fee5da9e2a8391901 vp90-2-02-size-08x18.webm 278 59a5cc17d354c6a23e5e959d666b1456a5d49c56 vp90-2-02-size-08x18.webm.md5 279 1b13461a9fc65cb041bacfe4ea6f02d363397d61 vp90-2-02-size-08x32.webm 280 2bdddd6878f05d37d84cde056a3f5e7f926ba3d6 vp90-2-02-size-08x32.webm.md5 [all …]
|
| D | test_vectors.cc | 91 "vp90-2-01-sharpness-7.webm", "vp90-2-02-size-08x08.webm", 92 "vp90-2-02-size-08x10.webm", "vp90-2-02-size-08x16.webm", 93 "vp90-2-02-size-08x18.webm", "vp90-2-02-size-08x32.webm", 94 "vp90-2-02-size-08x34.webm", "vp90-2-02-size-08x64.webm", 95 "vp90-2-02-size-08x66.webm", "vp90-2-02-size-10x08.webm", 96 "vp90-2-02-size-10x10.webm", "vp90-2-02-size-10x16.webm", 97 "vp90-2-02-size-10x18.webm", "vp90-2-02-size-10x32.webm", 98 "vp90-2-02-size-10x34.webm", "vp90-2-02-size-10x64.webm", 99 "vp90-2-02-size-10x66.webm", "vp90-2-02-size-16x08.webm", 100 "vp90-2-02-size-16x10.webm", "vp90-2-02-size-16x16.webm", [all …]
|
| /external/chromium_org/third_party/libvpx/source/libvpx/test/ |
| D | test-data.sha1 | 271 ffc096c2ce1050450ad462b5fabd2a5220846319 vp90-2-02-size-08x08.webm 272 e36d2ed6fa2746347710b750586aafa6a01ff3ae vp90-2-02-size-08x08.webm.md5 273 895b986f9fd55cd879472b31c6a06b82094418c8 vp90-2-02-size-08x10.webm 274 079157a19137ccaebba606f2871f45a397347150 vp90-2-02-size-08x10.webm.md5 275 1c5992203e62a2b83040ccbecd748b604e19f4c0 vp90-2-02-size-08x16.webm 276 9aa45ffdf2078f883bbed01450031b691819c144 vp90-2-02-size-08x16.webm.md5 277 d0a8953da1f85f484487408fee5da9e2a8391901 vp90-2-02-size-08x18.webm 278 59a5cc17d354c6a23e5e959d666b1456a5d49c56 vp90-2-02-size-08x18.webm.md5 279 1b13461a9fc65cb041bacfe4ea6f02d363397d61 vp90-2-02-size-08x32.webm 280 2bdddd6878f05d37d84cde056a3f5e7f926ba3d6 vp90-2-02-size-08x32.webm.md5 [all …]
|
| D | test_vectors.cc | 91 "vp90-2-01-sharpness-7.webm", "vp90-2-02-size-08x08.webm", 92 "vp90-2-02-size-08x10.webm", "vp90-2-02-size-08x16.webm", 93 "vp90-2-02-size-08x18.webm", "vp90-2-02-size-08x32.webm", 94 "vp90-2-02-size-08x34.webm", "vp90-2-02-size-08x64.webm", 95 "vp90-2-02-size-08x66.webm", "vp90-2-02-size-10x08.webm", 96 "vp90-2-02-size-10x10.webm", "vp90-2-02-size-10x16.webm", 97 "vp90-2-02-size-10x18.webm", "vp90-2-02-size-10x32.webm", 98 "vp90-2-02-size-10x34.webm", "vp90-2-02-size-10x64.webm", 99 "vp90-2-02-size-10x66.webm", "vp90-2-02-size-16x08.webm", 100 "vp90-2-02-size-16x10.webm", "vp90-2-02-size-16x16.webm", [all …]
|
| /external/chromium_org/cc/base/ |
| D | tiling_data_unittest.cc | 16 int NumTiles(const gfx::Size& max_texture_size, in NumTiles() 30 int XIndex(const gfx::Size& max_texture_size, in XIndex() 38 int YIndex(const gfx::Size& max_texture_size, in YIndex() 46 int MinBorderXIndex(const gfx::Size& max_texture_size, in MinBorderXIndex() 54 int MinBorderYIndex(const gfx::Size& max_texture_size, in MinBorderYIndex() 62 int MaxBorderXIndex(const gfx::Size& max_texture_size, in MaxBorderXIndex() 70 int MaxBorderYIndex(const gfx::Size& max_texture_size, in MaxBorderYIndex() 78 int PosX(const gfx::Size& max_texture_size, in PosX() 86 int PosY(const gfx::Size& max_texture_size, in PosY() 94 int SizeX(const gfx::Size& max_texture_size, in SizeX() [all …]
|
| /external/oprofile/libop/ |
| D | op_xml_out.c | 99 int size, ret; in open_xml_element() local 102 size = strlen(buffer); in open_xml_element() 103 buf = &buffer[size]; in open_xml_element() 104 size = max - 1 - size; in open_xml_element() 106 ret = snprintf(buf, size, "<%s%s", xml_tag_name(tag), in open_xml_element() 109 if (ret < 0 || ret >= size) { in open_xml_element() 119 int size, ret; in close_xml_element() local 122 size = strlen(buffer); in close_xml_element() 123 buf = &buffer[size]; in close_xml_element() 124 size = max - 1 - size; in close_xml_element() [all …]
|
| /external/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/about_files/ |
| 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/p2/org.eclipse.equinox.p2.core/cache/ |
| D | artifacts.xml | 4 <properties size='2'> 8 <mappings size='3'> 13 <artifacts size='43'> 15 <properties size='1'> 16 <property name='download.size' value='17896'/> 20 <properties size='1'> 21 <property name='download.size' value='187617'/> 25 <properties size='1'> 26 <property name='download.size' value='14989'/> 30 <properties size='1'> [all …]
|
| /external/e2fsprogs/tests/f_journal/ |
| D | expect.1 | 2 Clearing orphaned inode 37 (uid=0, gid=0, mode=0100600, size=4096) 3 Clearing orphaned inode 90 (uid=0, gid=0, mode=040700, size=1024) 4 Clearing orphaned inode 67 (uid=0, gid=0, mode=0100600, size=4096) 5 Clearing orphaned inode 50 (uid=0, gid=0, mode=0100600, size=4096) 6 Clearing orphaned inode 57 (uid=0, gid=0, mode=040700, size=1024) 7 Clearing orphaned inode 80 (uid=0, gid=0, mode=040700, size=1024) 8 Clearing orphaned inode 45 (uid=0, gid=0, mode=040700, size=1024) 9 Clearing orphaned inode 71 (uid=0, gid=0, mode=0100600, size=4096) 10 Clearing orphaned inode 86 (uid=0, gid=0, mode=040700, size=1024) 11 Clearing orphaned inode 83 (uid=0, gid=0, mode=040700, size=1024) [all …]
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
| D | device.cpp | 56 *num_devices = devs.size(); in clGetDeviceIDs() 59 std::min((cl_uint)devs.size(), num_entries), in clGetDeviceIDs() 67 size_t size, void *buf, size_t *size_ret) { in clGetDeviceInfo() argument 73 return scalar_property<cl_device_type>(buf, size, size_ret, dev->type()); in clGetDeviceInfo() 76 return scalar_property<cl_uint>(buf, size, size_ret, dev->vendor_id()); in clGetDeviceInfo() 79 return scalar_property<cl_uint>(buf, size, size_ret, 1); in clGetDeviceInfo() 82 return scalar_property<cl_uint>(buf, size, size_ret, in clGetDeviceInfo() 83 dev->max_block_size().size()); in clGetDeviceInfo() 86 return vector_property<size_t>(buf, size, size_ret, in clGetDeviceInfo() 90 return scalar_property<size_t>(buf, size, size_ret, in clGetDeviceInfo() [all …]
|
| /external/mesa3d/src/gallium/state_trackers/clover/api/ |
| D | device.cpp | 56 *num_devices = devs.size(); in clGetDeviceIDs() 59 std::min((cl_uint)devs.size(), num_entries), in clGetDeviceIDs() 67 size_t size, void *buf, size_t *size_ret) { in clGetDeviceInfo() argument 73 return scalar_property<cl_device_type>(buf, size, size_ret, dev->type()); in clGetDeviceInfo() 76 return scalar_property<cl_uint>(buf, size, size_ret, dev->vendor_id()); in clGetDeviceInfo() 79 return scalar_property<cl_uint>(buf, size, size_ret, 1); in clGetDeviceInfo() 82 return scalar_property<cl_uint>(buf, size, size_ret, in clGetDeviceInfo() 83 dev->max_block_size().size()); in clGetDeviceInfo() 86 return vector_property<size_t>(buf, size, size_ret, in clGetDeviceInfo() 90 return scalar_property<size_t>(buf, size, size_ret, in clGetDeviceInfo() [all …]
|