Searched refs:MSG (Results 1 - 25 of 114) sorted by relevance

12345

/external/f2fs-tools/mkfs/
H A Df2fs_format_main.c29 MSG(0, "\nUsage: mkfs.f2fs [options] device [sectors]\n");
30 MSG(0, "[options]:\n");
31 MSG(0, " -a heap-based allocation [default:1]\n");
32 MSG(0, " -d debug level [default:0]\n");
33 MSG(0, " -e [extension list] e.g. \"mp3,gif,mov\"\n");
34 MSG(0, " -l label\n");
35 MSG(0, " -o overprovision ratio [default:5]\n");
36 MSG(0, " -s # of segments per section [default:1]\n");
37 MSG(0, " -z # of sections per zone [default:1]\n");
38 MSG(
[all...]
H A Df2fs_format_utils.c34 MSG(1, "\tError: Failed to get the device stat!!!\n");
39 MSG(0, "Info: Discarding device\n");
44 MSG(0, "Info: This device doesn't support TRIM\n");
46 MSG(0, "Info: Discarded %lu sectors\n",
H A Df2fs_format.c144 MSG(1, "\tWARN: Align start sector number to the page unit\n");
145 MSG(1, "\ti.e., start sector: %d, ofs:%d (sects/page: %d)\n",
159 MSG(0, "Info: zone aligned segment0 blkaddr: %u\n",
281 MSG(1, "\tError: Device size is not sufficient for F2FS volume,\
299 MSG(1, "\tError: %d zones: Need more zones \
369 MSG(1, "\tError: Calloc Failed for sit_zero_buf!!!\n");
381 MSG(1, "\tError: While zeroing out the sit area \
405 MSG(1, "\tError: Calloc Failed for nat_zero_blk!!!\n");
417 MSG(1, "\tError: While zeroing out the nat area \
440 MSG(
[all...]
/external/f2fs-tools/fsck/
H A Dmain.c18 MSG(0, "\nUsage: fsck.f2fs [options] device\n");
19 MSG(0, "[options]:\n");
20 MSG(0, " -a check/fix potential corruption, reported by f2fs\n");
21 MSG(0, " -d debug level [default:0]\n");
22 MSG(0, " -f check/fix entire partition\n");
23 MSG(0, " -t show directory tree [-d -1]\n");
29 MSG(0, "\nUsage: dump.f2fs [options] device\n");
30 MSG(0, "[options]:\n");
31 MSG(0, " -d debug level [default:0]\n");
32 MSG(
[all...]
/external/deqp/executor/
H A DxeDefs.hpp49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__)
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
/external/deqp/framework/common/
H A DtcuDefs.hpp116 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \
117 throw tcu::ERRCLASS(MSG, EXPR, __FILE__, __LINE__)
119 #define TCU_THROW(ERRCLASS, MSG) \
120 TCU_THROW_EXPR(ERRCLASS, MSG, DE_NULL)
122 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \
125 TCU_THROW_EXPR(ERRCLASS, MSG, #X); \
129 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG)
135 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #
[all...]
/external/chromium_org/base/
H A Devent_types.h26 typedef MSG NativeEvent;
/external/chromium_org/third_party/webrtc/test/win/
H A Drun_loop_win.cc24 MSG msg;
/external/deqp/execserver/
H A DxsDefs.hpp85 #define XS_FAIL(MSG) throw xs::Error(MSG, "", __FILE__, __LINE__)
87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
/external/deqp/framework/opengl/
H A DgluDefs.hpp29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__)
31 #define GLU_CHECK_MSG(MSG) GLU_EXPECT_NO_ERROR(glGetError(), MSG)
/external/skia/include/gpu/
H A DGrConfig.h121 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG)
123 #define GR_WARN(MSG) ("WARNING: " MSG)
/external/eigen/Eigen/src/Core/util/
H A DStaticAssert.h16 * - in EIGEN_STATIC_ASSERT(CONDITION,MSG) the parameter CONDITION must be a compile time boolean
17 * expression, and MSG an enum listed in struct internal::static_assertion<true>
21 * eigen_assert(CONDITION && "MSG")
32 #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG);
106 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
107 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;}
111 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
112 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {}
120 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_asser
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrConfig.h125 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG)
127 #define GR_WARN(MSG) ("WARNING: " MSG)
/external/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl561 my @MSG=map("q$_",(4..7));
584 vld1.8 {@MSG[0]-@MSG[1]},[$inp]!
585 vld1.8 {@MSG[2]-@MSG[3]},[$inp]!
586 vrev32.8 @MSG[0],@MSG[0]
587 vrev32.8 @MSG[1],@MSG[1]
589 vadd.i32 $W0,@Kxx[0],@MSG[
[all...]
H A Dsha1-armv8.pl218 my @MSG=map("v$_.16b",(4..7));
239 ld1 {@MSG[0]-@MSG[3]},[$inp],#64
241 rev32 @MSG[0],@MSG[0]
242 rev32 @MSG[1],@MSG[1]
244 add.i32 $W0,@Kxx[0],@MSG[0]
245 rev32 @MSG[2],@MSG[
[all...]
H A Dsha512-armv8.pl307 my @MSG=map("v$_.16b",(4..7));
323 ld1 {@MSG[0]-@MSG[3]},[$inp],#64
326 rev32 @MSG[0],@MSG[0]
327 rev32 @MSG[1],@MSG[1]
328 rev32 @MSG[2],@MSG[2]
329 rev32 @MSG[
[all...]
/external/f2fs-tools/lib/
H A Dlibf2fs.c390 MSG(0, "\tError: Not available on mounted device!\n");
400 MSG(0, "\tError: Not available on mounted device!\n");
414 MSG(0, "\tError: In use by the system!\n");
434 MSG(0, "\tError: Failed to open the device!\n");
440 MSG(0, "\tError: Failed to get the device stat!\n");
448 MSG(0, "\tError: Using the default sector size\n");
451 MSG(0, "\tError: Cannot set the sector size to:"
462 MSG(0, "\tError: Cannot get the device size\n");
468 MSG(0, "\tError: Cannot get the device size\n");
479 MSG(
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha256-586.pl520 my @MSG=map("xmm$_",(3..6));
547 &movdqu (@MSG[0],&QWP(0,$inp));
548 &movdqu (@MSG[1],&QWP(0x10,$inp));
549 &movdqu (@MSG[2],&QWP(0x20,$inp));
550 &pshufb (@MSG[0],$TMP);
551 &movdqu (@MSG[3],&QWP(0x30,$inp));
555 &paddd ($Wi,@MSG[0]);
556 &pshufb (@MSG[1],$TMP);
564 &paddd ($Wi,@MSG[1]);
565 &pshufb (@MSG[
[all...]
H A Dsha1-586.pl421 my @MSG=map("xmm$_",(4..7));
454 &movdqu (@MSG[0],&QWP(0,$inp));
456 &movdqu (@MSG[1],&QWP(0x10,$inp));
458 &movdqu (@MSG[2],&QWP(0x20,$inp));
459 &pshufb (@MSG[0],$BSWAP);
460 &movdqu (@MSG[3],&QWP(0x30,$inp));
461 &pshufb (@MSG[1],$BSWAP);
462 &pshufb (@MSG[2],$BSWAP);
463 &pshufb (@MSG[3],$BSWAP);
470 &paddd ($E,@MSG[
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window_unittest.cc21 const MSG& msg() const { return msg_; }
37 MSG msg_;
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_dispatcher_win.cc21 bool IsKeyEvent(const MSG& msg) {
43 virtual uint32_t Dispatch(const MSG& event) OVERRIDE {
/external/deqp/framework/egl/
H A DegluDefs.hpp32 #define EGLU_CHECK_MSG(MSG) eglu::checkError(MSG, __FILE__, __LINE__)
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFormatterTest.java34 static String MSG = "msg, pls. ignore it"; field in class:FormatterTest
42 r = new LogRecord(Level.FINE, MSG);
58 assertEquals(MSG, f.formatMessage(r));
72 r.setMessage(MSG);
73 assertEquals(MSG, f.formatMessage(r));
H A DLogRecordTest.java35 static final String MSG = "test msg, pls. ignore itb"; field in class:LogRecordTest
43 lr = new LogRecord(Level.CONFIG, MSG);
54 new LogRecord(null, MSG);
142 logger.log(Level.SEVERE, MSG);
147 lr = new LogRecord(Level.SEVERE, MSG);
154 lr = new LogRecord(Level.SEVERE, MSG);
161 lr = new LogRecord(Level.SEVERE, MSG);
193 ml.info(MSG);
200 ml.log(Level.SEVERE, MSG);
205 lr = new LogRecord(Level.SEVERE, MSG);
[all...]
H A DSimpleFormatterTest.java37 private static String MSG = "test msg. pls. ignore it\nadaadasfdasfd\nadfafdadfsa"; field in class:SimpleFormatterTest
45 lr = new LogRecord(Level.FINE, MSG);
80 lr.setMessage(MSG + " {0,number}");

Completed in 1533 milliseconds

12345