/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ErrorStrings.h | 16 #define MSG constexpr const char * macro 19 MSG k3DDepthStencil = "Format cannot be GL_DEPTH_COMPONENT or GL_DEPTH_STENCIL if target is GL_TEXT… 20 MSG kANGLECopyTexture3DUnavailable = "GL_ANGLE_copy_texture_3d extension not available."; 21 MSG kAtomicCounterResourceName = "Active atomic counter resources are not assigned name strings."; 22 MSG kAttributeZeroRequiresDivisorLimitation = "The current context doesn't support setting a non-ze… 23 MSG kBaseLevelNegative = "Base level must be at least 0."; 24 MSG kBaseLevelNonZero = "Base level must be 0."; 25 MSG kBaseLevelOutOfRange = "Texture base level out of range"; 26 MSG kBlitDepthOrStencilFormatMismatch = "Depth/stencil buffer format combination not allowed for bl… 27 MSG kBlitDimensionsOutOfRange = "BlitFramebuffer dimensions out of 32-bit integer range."; [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | ErrorStrings.h | 16 #define MSG constexpr const char * macro 19 MSG k3DDepthStencil = "Format cannot be GL_DEPTH_COMPONENT or GL_DEPTH_STENCIL if target is GL_TEXT… 20 MSG kANGLECopyTexture3DUnavailable = "GL_ANGLE_copy_texture_3d extension not available."; 21 MSG kAtomicCounterResourceName = "Active atomic counter resources are not assigned name strings."; 22 MSG kAttributeZeroRequiresDivisorLimitation = "The current context doesn't support setting a non-ze… 23 MSG kBaseLevelNegative = "Base level must be at least 0."; 24 MSG kBaseLevelNonZero = "Base level must be 0."; 25 MSG kBaseLevelOutOfRange = "Texture base level out of range"; 26 MSG kBlitDepthOrStencilFormatMismatch = "Depth/stencil buffer format combination not allowed for bl… 27 MSG kBlitDimensionsOutOfRange = "BlitFramebuffer dimensions out of 32-bit integer range."; [all …]
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format_main.c | 46 MSG(0, "\nUsage: mkfs.f2fs [options] device [sectors]\n"); in mkfs_usage() 47 MSG(0, "[options]:\n"); in mkfs_usage() 48 MSG(0, " -a heap-based allocation [default:0]\n"); in mkfs_usage() 49 MSG(0, " -c device1[,device2,...] up to 7 additional devices, except meta device\n"); in mkfs_usage() 50 MSG(0, " -d debug level [default:0]\n"); in mkfs_usage() 51 MSG(0, " -e [cold file ext list] e.g. \"mp3,gif,mov\"\n"); in mkfs_usage() 52 MSG(0, " -E [hot file ext list] e.g. \"db\"\n"); in mkfs_usage() 53 MSG(0, " -f force overwrite of the existing filesystem\n"); in mkfs_usage() 54 MSG(0, " -g add default options\n"); in mkfs_usage() 55 MSG(0, " -i extended node bitmap, node ratio is 20%% by default\n"); in mkfs_usage() [all …]
|
D | f2fs_format_utils.c | 60 MSG(1, "\tError: Malloc Failed for trim_stat_buf!!!\n"); in trim_device() 65 MSG(1, "\tError: Failed to get the device stat!!!\n"); in trim_device() 74 MSG(0, "Info: [%s] Discarding device\n", dev->path); in trim_device() 79 MSG(0, "Info: fallocate(PUNCH_HOLE|KEEP_SIZE) is failed\n"); in trim_device() 91 MSG(0, "Info: This device doesn't support BLKSECDISCARD\n"); in trim_device() 93 MSG(0, "Info: Secure Discarded %lu MB\n", in trim_device() 100 MSG(0, "Info: This device doesn't support BLKDISCARD\n"); in trim_device() 102 MSG(0, "Info: Discarded %llu MB\n", range[1] >> 20); in trim_device() 126 MSG(1, "\tError: Malloc Failed for buf!!!\n"); in is_wiped_device() 131 MSG(1, "\tError: Calloc Failed for zero buf!!!\n"); in is_wiped_device() [all …]
|
D | f2fs_format.c | 155 MSG(0, "\tWarn: Extension name (%s) is too long\n", ue); in cure_extension_list() 249 MSG(1, "\t%s: Align start sector number to the page unit\n", in f2fs_prepare_super_block() 251 MSG(1, "\ti.e., start sector: %d, ofs:%d (sects/page: %d)\n", in f2fs_prepare_super_block() 262 MSG(0, "Info: zone aligned segment0 blkaddr: %u\n", in f2fs_prepare_super_block() 267 MSG(1, "\tError: Unaligned segment0 block address %u\n", in f2fs_prepare_super_block() 419 MSG(0, "\tError: Device does not have enough random " in f2fs_prepare_super_block() 452 MSG(0, "\tError: Device size is not sufficient for F2FS volume\n"); in f2fs_prepare_super_block() 458 MSG(0, "\tError: supplied string is not a valid UUID\n"); in f2fs_prepare_super_block() 486 MSG(0, "Info: add quota type = %u => %u\n", in f2fs_prepare_super_block() 494 MSG(1, "\tError: %d zones: Need more zones " in f2fs_prepare_super_block() [all …]
|
/third_party/f2fs-tools/fsck/ |
D | main.c | 58 MSG(0, "\nUsage: fsck.f2fs [options] device\n"); in fsck_usage() 59 MSG(0, "[options]:\n"); in fsck_usage() 60 MSG(0, " -a check/fix potential corruption, reported by f2fs\n"); in fsck_usage() 61 MSG(0, " -c <num-cache-entry> set number of cache entries" in fsck_usage() 63 MSG(0, " -m <max-hash-collision> set max cache hash collision" in fsck_usage() 65 MSG(0, " -C encoding[:flag1,flag2] Set options for enabling" in fsck_usage() 67 MSG(0, " -d debug level [default:0]\n"); in fsck_usage() 68 MSG(0, " -f check/fix entire partition\n"); in fsck_usage() 69 MSG(0, " -g add default options\n"); in fsck_usage() 70 MSG(0, " -O feature1[feature2,feature3,...] e.g. \"encrypt\"\n"); in fsck_usage() [all …]
|
D | mount.c | 125 MSG(0, "\r [ %c ] Free segments: 0x%x", progress[i % 5], get_free_segments(sbi)); in update_free_segments() 139 MSG(0, "Invalid ACL version [0x%x : 0x%x]\n", in print_acl() 146 MSG(0, "Invalid ACL value size %d\n", size); in print_acl() 152 MSG(0, "Invalid ACL entries count %d\n", count); in print_acl() 161 MSG(0, "tag:0x%x perm:0x%x\n", in print_acl() 168 MSG(0, "tag:0x%x perm:0x%x uid:%u\n", in print_acl() 176 MSG(0, "tag:0x%x perm:0x%x gid:%u\n", in print_acl() 184 MSG(0, "Unknown ACL tag 0x%x\n", in print_acl() 199 MSG(0, "\nxattr: e_name_index:%d e_name:", ent->e_name_index); in print_xattr_entry() 201 MSG(0, "%c", ent->e_name[i]); in print_xattr_entry() [all …]
|
D | dump.c | 337 MSG(0, "Unknown xattr index 0x%x\n", ent->e_name_index); in dump_xattr() 342 MSG(0, "XATTR index 0x%x name too long\n", ent->e_name_index); in dump_xattr() 357 MSG(0, "XATTR index 0x%x set xattr failed error %d\n", in dump_xattr() 369 MSG(0, "XATTR does not support\n"); in dump_xattr() 423 MSG(force, "File is encrypted\n"); in dump_file() 429 MSG(force, "Not a regular file or wrong name info\n\n"); in dump_file() 491 MSG(force, "Invalid node blkaddr: %u\n\n", ni.blk_addr); in dump_node() 498 MSG(force, "Invalid nat entry\n\n"); in dump_node() 500 MSG(force, "Invalid sit bitmap, %u\n\n", ni.blk_addr); in dump_node() 513 MSG(force, "Invalid (i)node block\n\n"); in dump_node() [all …]
|
/third_party/openssl/crypto/sha/asm/ |
D | sha512-armv8.pl | 374 my @MSG=map("v$_.16b",(4..7)); 391 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 394 rev32 @MSG[0],@MSG[0] 395 rev32 @MSG[1],@MSG[1] 396 rev32 @MSG[2],@MSG[2] 397 rev32 @MSG[3],@MSG[3] 404 add.i32 $W0,$W0,@MSG[0] 405 sha256su0 @MSG[0],@MSG[1] 409 sha256su1 @MSG[0],@MSG[2],@MSG[3] 411 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG)); [all …]
|
D | sha1-armv8.pl | 246 my @MSG=map("v$_.16b",(4..7)); 267 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 269 rev32 @MSG[0],@MSG[0] 270 rev32 @MSG[1],@MSG[1] 272 add.i32 $W0,@Kxx[0],@MSG[0] 273 rev32 @MSG[2],@MSG[2] 276 add.i32 $W1,@Kxx[0],@MSG[1] 277 rev32 @MSG[3],@MSG[3] 280 add.i32 $W0,@Kxx[$j],@MSG[2] 281 sha1su0 @MSG[0],@MSG[1],@MSG[2] [all …]
|
D | sha1-armv4-large.pl | 613 my @MSG=map("q$_",(4..7)); 643 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 644 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 645 vrev32.8 @MSG[0],@MSG[0] 646 vrev32.8 @MSG[1],@MSG[1] 648 vadd.i32 $W0,@Kxx[0],@MSG[0] 649 vrev32.8 @MSG[2],@MSG[2] 653 vadd.i32 $W1,@Kxx[0],@MSG[1] 654 vrev32.8 @MSG[3],@MSG[3] 657 vadd.i32 $W0,@Kxx[$j],@MSG[2] [all …]
|
D | sha256-586.pl | 534 my @MSG=map("xmm$_",(3..6)); 561 &movdqu (@MSG[0],&QWP(0,$inp)); 562 &movdqu (@MSG[1],&QWP(0x10,$inp)); 563 &movdqu (@MSG[2],&QWP(0x20,$inp)); 564 &pshufb (@MSG[0],$TMP); 565 &movdqu (@MSG[3],&QWP(0x30,$inp)); 569 &paddd ($Wi,@MSG[0]); 570 &pshufb (@MSG[1],$TMP); 578 &paddd ($Wi,@MSG[1]); 579 &pshufb (@MSG[2],$TMP); [all …]
|
D | sha256-armv4.pl | 598 my @MSG=map("q$_",(8..11)); 622 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 623 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 625 vrev32.8 @MSG[0],@MSG[0] 626 vrev32.8 @MSG[1],@MSG[1] 627 vrev32.8 @MSG[2],@MSG[2] 628 vrev32.8 @MSG[3],@MSG[3] 636 vadd.i32 $W0,$W0,@MSG[0] 637 sha256su0 @MSG[0],@MSG[1] 641 sha256su1 @MSG[0],@MSG[2],@MSG[3] [all …]
|
D | sha1-586.pl | 437 my @MSG=map("xmm$_",(4..7)); 470 &movdqu (@MSG[0],&QWP(0,$inp)); 472 &movdqu (@MSG[1],&QWP(0x10,$inp)); 474 &movdqu (@MSG[2],&QWP(0x20,$inp)); 475 &pshufb (@MSG[0],$BSWAP); 476 &movdqu (@MSG[3],&QWP(0x30,$inp)); 477 &pshufb (@MSG[1],$BSWAP); 478 &pshufb (@MSG[2],$BSWAP); 479 &pshufb (@MSG[3],$BSWAP); 486 &paddd ($E,@MSG[0]); [all …]
|
/third_party/lz4/tests/ |
D | roundTripTest.c | 50 #define MSG(...) fprintf(stderr, __VA_ARGS__) macro 54 MSG(__VA_ARGS__); \ 55 MSG(" \n"); \ 186 MSG("Ignoring %s directory \n", fileName); in loadFile() 190 MSG("Impossible to open %s \n", fileName); in loadFile() 195 MSG("Error reading %s \n", fileName); in loadFile() 207 MSG("not enough memory \n"); in fileCheck() 218 MSG(" \n"); in bad_usage() 219 MSG("bad usage: \n"); in bad_usage() 220 MSG(" \n"); in bad_usage() [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuDefs.hpp | 124 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \ argument 125 throw tcu::ERRCLASS(MSG, EXPR, __FILE__, __LINE__) 127 #define TCU_THROW(ERRCLASS, MSG) \ argument 128 TCU_THROW_EXPR(ERRCLASS, MSG, DE_NULL) 130 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \ argument 133 TCU_THROW_EXPR(ERRCLASS, MSG, #X); \ 137 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG) argument 143 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… argument
|
/third_party/boost/libs/ratio/example/ |
D | static_assert.hpp | 15 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 18 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 22 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 23 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES) 26 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__… argument
|
/third_party/boost/boost/chrono/detail/ |
D | static_assert.hpp | 15 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 18 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 22 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 23 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES) 26 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LIN… argument
|
/third_party/ltp/testcases/cve/ |
D | cve-2016-7117.c | 51 #define MSG "abcdefghijklmnop" macro 60 .iov_len = sizeof(MSG), 75 static char rbuf[sizeof(MSG)]; 102 send(socket_fds[0], MSG, sizeof(MSG), 0); in send_and_close() 103 send(socket_fds[0], MSG, sizeof(MSG), 0); in send_and_close()
|
/third_party/openssl/crypto/aes/asm/ |
D | aesni-sha256-x86_64.pl | 1319 my @MSG=map("%xmm$_",(10..13)); 1413 movdqu ($inp),@MSG[0] 1414 movdqu 0x10($inp),@MSG[1] 1415 movdqu 0x20($inp),@MSG[2] 1416 pshufb $TMP,@MSG[0] 1417 movdqu 0x30($inp),@MSG[3] 1420 paddd @MSG[0],$Wi 1421 pshufb $TMP,@MSG[1] 1435 paddd @MSG[1],$Wi 1436 pshufb $TMP,@MSG[2] [all …]
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluDefs.hpp | 29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__) argument 31 #define GLU_CHECK_MSG(MSG) GLU_EXPECT_NO_ERROR(glGetError(), MSG) argument 36 #define GLU_CHECK_GLW_MSG(GL, MSG) GLU_EXPECT_NO_ERROR((GL).getError(), MSG) argument
|
/third_party/boost/boost/ratio/ |
D | config.hpp | 66 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 69 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 73 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 74 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES) 79 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_RATIO_NAME(__boost_ratio_test_… argument
|
/third_party/python/Lib/test/ |
D | test_socket.py | 42 MSG = 'Michael Gilfix was here\u1234\r\n'.encode('utf-8') variable 516 self.assertEqual(msg, MSG) 519 self.cli.send(MSG) 2429 self.assertEqual(msg, MSG) 2432 self.serv_conn.send(MSG) 2436 seg1 = self.cli_conn.recv(len(MSG) - 3) 2439 self.assertEqual(msg, MSG) 2442 self.serv_conn.send(MSG) 2447 self.assertEqual(msg, MSG) 2450 self.serv_conn.send(MSG) [all …]
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 754 MSG(0, "Info: Mounted device!\n"); in f2fs_dev_is_umounted() 764 MSG(0, "Info: Mounted device!\n"); in f2fs_dev_is_umounted() 777 MSG(0, "Info: Mounted device!\n"); in f2fs_dev_is_umounted() 796 MSG(0, "\tError: In use by the system!\n"); in f2fs_dev_is_umounted() 898 MSG(0, "\tError: Failed to open a sparse file!\n"); in get_device_info() 909 MSG(0, "\tError: Failed to get the device stat!\n"); in get_device_info() 926 MSG(0, "\tError: Failed to open the device!\n"); in get_device_info() 945 MSG(0, "\tInfo: No support kernel version!\n"); in get_device_info() 957 MSG(0, "\tError: Using the default sector size\n"); in get_device_info() 963 MSG(0, "\tError: Cannot get the device size\n"); in get_device_info() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
D | bpf_prog01.c | 30 const char MSG[] = "Ahoj!"; variable 74 memcpy(msg, MSG, sizeof(MSG)); in setup() 86 bpf_run_prog(prog_fd, msg, sizeof(MSG)); in run() 108 {&msg, .size = sizeof(MSG)},
|