Home
last modified time | relevance | path

Searched refs:MSG (Results 1 – 25 of 157) sorted by relevance

1234567

/external/f2fs-tools/mkfs/
Df2fs_format_main.c42 MSG(0, "\nUsage: mkfs.f2fs [options] device [sectors]\n"); in mkfs_usage()
43 MSG(0, "[options]:\n"); in mkfs_usage()
44 MSG(0, " -a heap-based allocation [default:0]\n"); in mkfs_usage()
45 MSG(0, " -c [device path] up to 7 devices excepts meta device\n"); in mkfs_usage()
46 MSG(0, " -d debug level [default:0]\n"); in mkfs_usage()
47 MSG(0, " -e [extension list] e.g. \"mp3,gif,mov\"\n"); in mkfs_usage()
48 MSG(0, " -f force overwrite the exist filesystem\n"); in mkfs_usage()
49 MSG(0, " -l label\n"); in mkfs_usage()
50 MSG(0, " -m support zoned block device [default:0]\n"); in mkfs_usage()
51 MSG(0, " -o overprovision ratio [default:5]\n"); in mkfs_usage()
[all …]
Df2fs_format.c110 MSG(0, "\tWarn: Extension name (%s) is too long\n", ue); in cure_extension_list()
201 MSG(1, "\t%s: Align start sector number to the page unit\n", in f2fs_prepare_super_block()
203 MSG(1, "\ti.e., start sector: %d, ofs:%d (sects/page: %d)\n", in f2fs_prepare_super_block()
214 MSG(0, "Info: zone aligned segment0 blkaddr: %u\n", in f2fs_prepare_super_block()
219 MSG(1, "\tError: Unaligned segment0 block address %u\n", in f2fs_prepare_super_block()
350 MSG(0, "\tError: Device does not have enough random " in f2fs_prepare_super_block()
372 MSG(0, "\tError: Device size is not sufficient for F2FS volume\n"); in f2fs_prepare_super_block()
403 MSG(0, "Info: add quota type = %u => %u\n", in f2fs_prepare_super_block()
408 MSG(1, "\tError: %d zones: Need more zones " in f2fs_prepare_super_block()
443 MSG(0, "Info: format version with\n \"%s\"\n", c.version); in f2fs_prepare_super_block()
[all …]
Df2fs_format_utils.c55 MSG(1, "\tError: Failed to get the device stat!!!\n"); in trim_device()
64 MSG(0, "Info: [%s] Discarding device\n", dev->path); in trim_device()
69 MSG(0, "Info: fallocate(PUNCH_HOLE|KEEP_SIZE) is failed\n"); in trim_device()
81 MSG(0, "Info: This device doesn't support BLKSECDISCARD\n"); in trim_device()
83 MSG(0, "Info: Secure Discarded %lu MB\n", in trim_device()
90 MSG(0, "Info: This device doesn't support BLKDISCARD\n"); in trim_device()
92 MSG(0, "Info: Discarded %llu MB\n", range[1] >> 20); in trim_device()
/external/f2fs-tools/fsck/
Dmain.c51 MSG(0, "\nUsage: fsck.f2fs [options] device\n"); in fsck_usage()
52 MSG(0, "[options]:\n"); in fsck_usage()
53 MSG(0, " -a check/fix potential corruption, reported by f2fs\n"); in fsck_usage()
54 MSG(0, " -d debug level [default:0]\n"); in fsck_usage()
55 MSG(0, " -f check/fix entire partition\n"); in fsck_usage()
56 MSG(0, " -p preen mode [default:0 the same as -a [0|1]]\n"); in fsck_usage()
57 MSG(0, " -S sparse_mode\n"); in fsck_usage()
58 MSG(0, " -t show directory tree\n"); in fsck_usage()
59 MSG(0, " -q preserve quota limits\n"); in fsck_usage()
60 MSG(0, " -y fix all the time\n"); in fsck_usage()
[all …]
Ddump.c352 MSG(0, "Unknown xattr index 0x%x\n", ent->e_name_index); in dump_xattr()
357 MSG(0, "XATTR index 0x%x name too long\n", ent->e_name_index); in dump_xattr()
372 MSG(0, "XATTR index 0x%x set xattr failed error %d\n", in dump_xattr()
384 MSG(0, "XATTR does not support\n"); in dump_xattr()
438 MSG(force, "File is encrypted\n"); in dump_file()
443 MSG(force, "Not a regular file or wrong name info\n\n"); in dump_file()
493 MSG(force, "Invalid nat entry\n\n"); in dump_node()
505 MSG(force, "Invalid (i)node block\n\n"); in dump_node()
563 MSG(0, " - Data offset : 0x%x (4KB), %'u (bytes)\n", in dump_data_offset()
579 MSG(0, " - Node offset : 0x%x\n", ofs_of_node(node_blk)); in dump_node_offset()
[all …]
Dmount.c53 MSG(0, "\r [ %c ] Free segments: 0x%x", progress[i % 5], get_free_segments(sbi)); in update_free_segments()
67 MSG(0, "Invalid ACL version [0x%x : 0x%x]\n", in print_acl()
74 MSG(0, "Invalid ACL value size %d\n", size); in print_acl()
80 MSG(0, "Invalid ACL entries count %d\n", count); in print_acl()
89 MSG(0, "tag:0x%x perm:0x%x\n", in print_acl()
96 MSG(0, "tag:0x%x perm:0x%x uid:%u\n", in print_acl()
104 MSG(0, "tag:0x%x perm:0x%x gid:%u\n", in print_acl()
112 MSG(0, "Unknown ACL tag 0x%x\n", in print_acl()
122 MSG(0, "%02X", value[i]); \
123 MSG(0, "\n"); \
[all …]
/external/boringssl/src/crypto/fipsmodule/sha/asm/
Dsha1-armv8.pl244 my @MSG=map("v$_.16b",(4..7));
265 ld1 {@MSG[0]-@MSG[3]},[$inp],#64
267 rev32 @MSG[0],@MSG[0]
268 rev32 @MSG[1],@MSG[1]
270 add.i32 $W0,@Kxx[0],@MSG[0]
271 rev32 @MSG[2],@MSG[2]
274 add.i32 $W1,@Kxx[0],@MSG[1]
275 rev32 @MSG[3],@MSG[3]
278 add.i32 $W0,@Kxx[$j],@MSG[2]
279 sha1su0 @MSG[0],@MSG[1],@MSG[2]
[all …]
Dsha512-armv8.pl350 my @MSG=map("v$_.16b",(4..7));
367 ld1 {@MSG[0]-@MSG[3]},[$inp],#64
370 rev32 @MSG[0],@MSG[0]
371 rev32 @MSG[1],@MSG[1]
372 rev32 @MSG[2],@MSG[2]
373 rev32 @MSG[3],@MSG[3]
380 add.i32 $W0,$W0,@MSG[0]
381 sha256su0 @MSG[0],@MSG[1]
385 sha256su1 @MSG[0],@MSG[2],@MSG[3]
387 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG));
[all …]
Dsha1-armv4-large.pl613 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 …]
Dsha256-586.pl521 my @MSG=map("xmm$_",(3..6));
548 &movdqu (@MSG[0],&QWP(0,$inp));
549 &movdqu (@MSG[1],&QWP(0x10,$inp));
550 &movdqu (@MSG[2],&QWP(0x20,$inp));
551 &pshufb (@MSG[0],$TMP);
552 &movdqu (@MSG[3],&QWP(0x30,$inp));
556 &paddd ($Wi,@MSG[0]);
557 &pshufb (@MSG[1],$TMP);
565 &paddd ($Wi,@MSG[1]);
566 &pshufb (@MSG[2],$TMP);
[all …]
Dsha256-armv4.pl603 my @MSG=map("q$_",(8..11));
627 vld1.8 {@MSG[0]-@MSG[1]},[$inp]!
628 vld1.8 {@MSG[2]-@MSG[3]},[$inp]!
630 vrev32.8 @MSG[0],@MSG[0]
631 vrev32.8 @MSG[1],@MSG[1]
632 vrev32.8 @MSG[2],@MSG[2]
633 vrev32.8 @MSG[3],@MSG[3]
641 vadd.i32 $W0,$W0,@MSG[0]
642 sha256su0 @MSG[0],@MSG[1]
646 sha256su1 @MSG[0],@MSG[2],@MSG[3]
[all …]
Dsha1-586.pl426 my @MSG=map("xmm$_",(4..7));
459 &movdqu (@MSG[0],&QWP(0,$inp));
461 &movdqu (@MSG[1],&QWP(0x10,$inp));
463 &movdqu (@MSG[2],&QWP(0x20,$inp));
464 &pshufb (@MSG[0],$BSWAP);
465 &movdqu (@MSG[3],&QWP(0x30,$inp));
466 &pshufb (@MSG[1],$BSWAP);
467 &pshufb (@MSG[2],$BSWAP);
468 &pshufb (@MSG[3],$BSWAP);
475 &paddd ($E,@MSG[0]);
[all …]
Dsha512-x86_64.pl539 my @MSG=map("%xmm$_",(3..6));
572 movdqu ($inp),@MSG[0]
573 movdqu 0x10($inp),@MSG[1]
574 movdqu 0x20($inp),@MSG[2]
575 pshufb $TMP,@MSG[0]
576 movdqu 0x30($inp),@MSG[3]
579 paddd @MSG[0],$Wi
580 pshufb $TMP,@MSG[1]
589 paddd @MSG[1],$Wi
590 pshufb $TMP,@MSG[2]
[all …]
Dsha1-x86_64.pl343 my @MSG=map("%xmm$_",(4..7));
364 movdqu ($inp),@MSG[0]
366 movdqu 0x10($inp),@MSG[1]
368 movdqu 0x20($inp),@MSG[2]
369 pshufb $BSWAP,@MSG[0]
370 movdqu 0x30($inp),@MSG[3]
371 pshufb $BSWAP,@MSG[1]
372 pshufb $BSWAP,@MSG[2]
374 pshufb $BSWAP,@MSG[3]
381 paddd @MSG[0],$E
[all …]
/external/deqp/framework/common/
DtcuDefs.hpp117 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \ argument
118 throw tcu::ERRCLASS(MSG, EXPR, __FILE__, __LINE__)
120 #define TCU_THROW(ERRCLASS, MSG) \ argument
121 TCU_THROW_EXPR(ERRCLASS, MSG, DE_NULL)
123 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \ argument
126 TCU_THROW_EXPR(ERRCLASS, MSG, #X); \
130 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG) argument
136 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… argument
/external/python/cpython3/Lib/test/
Dtest_socket.py34 MSG = 'Michael Gilfix was here\u1234\r\n'.encode('utf-8') ## test unicode string and carriage return variable
1798 self.assertEqual(msg, MSG)
1801 self.serv_conn.send(MSG)
1805 seg1 = self.cli_conn.recv(len(MSG) - 3)
1808 self.assertEqual(msg, MSG)
1811 self.serv_conn.send(MSG)
1816 self.assertEqual(msg, MSG)
1819 self.serv_conn.send(MSG)
1823 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3)
1826 self.assertEqual(msg, MSG)
[all …]
/external/python/cpython2/Lib/test/
Dtest_socket.py37 MSG = b'Michael Gilfix was here\n' variable
48 MSG = 'Michael Gilfix was here\n' variable
782 self.assertEqual(msg, MSG)
785 self.serv_conn.send(MSG)
789 seg1 = self.cli_conn.recv(len(MSG) - 3)
792 self.assertEqual(msg, MSG)
795 self.serv_conn.send(MSG)
800 self.assertEqual(msg, MSG)
803 self.serv_conn.send(MSG)
807 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3)
[all …]
/external/ltp/testcases/cve/
Dcve-2016-7117.c63 #define MSG "abcdefghijklmnop" macro
79 .iov_len = sizeof(MSG),
94 static char rbuf[sizeof(MSG)];
119 send(socket_fds[0], MSG, sizeof(MSG), 0); in send_and_close()
120 send(socket_fds[0], MSG, sizeof(MSG), 0); in send_and_close()
/external/f2fs-tools/lib/
Dlibf2fs.c676 MSG(0, "Info: Mounted device!\n"); in f2fs_dev_is_umounted()
686 MSG(0, "Info: Mounted device!\n"); in f2fs_dev_is_umounted()
699 MSG(0, "Info: Mounted device!\n"); in f2fs_dev_is_umounted()
716 MSG(0, "\tError: In use by the system!\n"); in f2fs_dev_is_umounted()
805 MSG(0, "\tError: Failed to open the device!\n"); in get_device_info()
821 MSG(0, "\tInfo: No support kernel version!\n"); in get_device_info()
828 MSG(0, "\tError: Failed to get the device stat!\n"); in get_device_info()
840 MSG(0, "\tError: Using the default sector size\n"); in get_device_info()
846 MSG(0, "\tError: Cannot get the device size\n"); in get_device_info()
852 MSG(0, "\tError: Cannot get the device size\n"); in get_device_info()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
Dcc.ll10 @MSG = internal constant [13 x i8] c"Message: %d\0A\00"
144 %MSG.1 = getelementptr [13 x i8]* @MSG, i32 0, i32 0
151 call i32 (i8*,...)* @printf(i8* %MSG.1, i8 %tmp.1)
155 call i32 (i8*,...)* @printf(i8* %MSG.1, i16 %tmp.2)
159 call i32 (i8*,...)* @printf(i8* %MSG.1, i32 %tmp.3)
163 call i32 (i8*,...)* @printf(i8* %MSG.1, i64 %tmp.4)
168 call i32 (i8*,...)* @printf(i8* %MSG.1, i32 %tmp.5)
174 call i32 (i8*,...)* @printf(i8* %MSG.1, i32 %tmp.6)
181 call i32 (i8*,...)* @printf(i8* %MSG.1, i32 %tmp.7)
189 call i32 (i8*,...)* @printf(i8* %MSG.1, i32 %tmp.8)
[all …]
/external/deqp/framework/opengl/
DgluDefs.hpp29 #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
/external/eigen/Eigen/src/Core/util/
DStaticAssert.h32 #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG); argument
117 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
118 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;}
122 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
123 if (Eigen::internal::static_assertion<static_cast<bool>(CONDITION)>::MSG) {}
131 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_assert((CONDITION) && #MSG);
/external/deqp/executor/
DxeDefs.hpp49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__) argument
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error( argument
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLogRecordTest.java35 static final String MSG = "test msg, pls. ignore itb"; field in LogRecordTest
43 lr = new LogRecord(Level.CONFIG, MSG); in setUp()
54 new LogRecord(null, MSG); in testLogRecordWithNullPointers()
142 logger.log(Level.SEVERE, MSG); in testGetSourceDefaultValue()
147 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue()
154 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue()
161 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue()
193 ml.info(MSG); in testGetSourceDefaultValue()
200 ml.log(Level.SEVERE, MSG); in testGetSourceDefaultValue()
205 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue()
[all …]
/external/deqp/execserver/
DxsDefs.hpp85 #define XS_FAIL(MSG) throw xs::Error(MSG, "", __FILE__, __LINE__) argument
87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error( argument

1234567