HomeSort by relevance Sort by last modified time
    Searched refs:MSG (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/f2fs-tools/mkfs/
f2fs_format_main.c 29 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(0, " -t 0: nodiscard, 1: discard [default:1]\n")
    [all...]
f2fs_format_utils.c 42 MSG(1, "\tError: Failed to get the device stat!!!\n");
47 MSG(0, "Info: Discarding device\n");
52 MSG(0, "Info: fallocate(PUNCH_HOLE|KEEP_SIZE) is failed\n");
58 MSG(0, "Info: This device doesn't support TRIM\n");
60 MSG(0, "Info: Discarded %lu sectors\n",
f2fs_format.c 207 MSG(1, "\tWARN: Align start sector number to the page unit\n");
208 MSG(1, "\ti.e., start sector: %d, ofs:%d (sects/page: %d)\n",
220 MSG(0, "Info: zone aligned segment0 blkaddr: %u\n", get_sb(segment0_blkaddr));
315 MSG(1, "\tError: Device size is not sufficient for F2FS volume,\
332 MSG(1, "\tError: %d zones: Need more zones \
359 MSG(0, "Info: format version with\n \"%s\"\n", config.version);
382 MSG(1, "\tError: Calloc Failed for sit_zero_buf!!!\n");
392 MSG(1, "\tError: While zeroing out the sit area \
416 MSG(1, "\tError: Calloc Failed for nat_zero_blk!!!\n");
426 MSG(1, "\tError: While zeroing out the nat area
    [all...]
  /frameworks/base/core/java/android/os/
CountDownTimer.java 80 mHandler.removeMessages(MSG);
93 mHandler.sendMessage(mHandler.obtainMessage(MSG));
110 private static final int MSG = 1;
117 public void handleMessage(Message msg) {
130 sendMessageDelayed(obtainMessage(MSG), millisLeft);
142 sendMessageDelayed(obtainMessage(MSG), delay);
  /external/f2fs-tools/fsck/
main.c 18 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(0, " -i inode no (hex)\n")
    [all...]
dump.c 238 MSG(0, "Not a regular file\n\n");
286 MSG(0, "Invalid nat entry\n\n");
296 MSG(0, "Invalid node block\n\n");
354 MSG(0, " - Data offset : 0x%x (4KB), %'u (bytes)\n",
370 MSG(0, " - Node offset : 0x%x\n", ofs_of_node(node_blk));
382 MSG(0, "\n== Dump data from block address ==\n\n");
385 MSG(0, "\nFS Reserved Area for SEG #0: ");
388 MSG(0, "\nFS Metadata Area: ");
391 MSG(0, "\nFS SIT Area: ");
394 MSG(0, "\nFS NAT Area: ")
    [all...]
  /external/deqp/executor/
xeDefs.hpp 49 #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/opengl/
gluDefs.hpp 29 #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)
36 #define GLU_CHECK_GLW_MSG(GL, MSG) GLU_EXPECT_NO_ERROR((GL).getError(), MSG)
69 void checkError (deUint32 err, const char* msg, const char* file, int line);
70 void checkError (const RenderContext& context, const char* msg, const char* file, int line);
  /external/deqp/framework/common/
tcuDefs.hpp 116 #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), #X, __FILE__, __LINE__); } while(deGetFalse()
    [all...]
  /art/benchmark/jni-perf/src/
JniPerfBenchmark.java 20 private static final String MSG = "ABCDE";
29 char c = MSG.charAt(2);
  /external/deqp/execserver/
xsDefs.hpp 85 #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/libchrome/base/
event_types.h 26 typedef MSG NativeEvent;
  /external/skia/include/gpu/
GrConfig.h 110 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG)
112 #define GR_WARN(MSG) ("WARNING: " MSG)
  /external/webrtc/webrtc/test/win/
run_loop_win.cc 24 MSG msg; local
26 while ((ret = GetMessage(&msg, NULL, 0, 0)) != 0) {
28 TranslateMessage(&msg);
29 DispatchMessage(&msg);
  /cts/suite/audio_quality/lib/src/task/
TaskBatch.cpp 61 MSG("= Test batch %s version %s started. =", name.string(),
64 MSG("= Finished Test batch =");
  /external/eigen/Eigen/src/Core/util/
StaticAssert.h 16 * - 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);
108 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
109 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;}
113 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
114 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {}
122 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_assert((CONDITION) && #MSG)
    [all...]
  /external/f2fs-tools/lib/
libf2fs.c 238 static void str2hashbuf(const unsigned char *msg, int len,
253 val = msg[i] + (val << 8);
391 MSG(0, "\tError: Not available on mounted device!\n");
401 MSG(0, "\tError: Not available on mounted device!\n");
415 MSG(0, "\tError: In use by the system!\n");
445 MSG(0, "\tError: Failed to open the device!\n");
452 MSG(0, "\tInfo: No support kernel version!\n");
455 MSG(0, "\tError: Failed to get the device stat!\n");
463 MSG(0, "\tError: Using the default sector size\n");
473 MSG(0, "\tError: Cannot get the device size\n")
    [all...]
  /external/boringssl/src/crypto/sha/asm/
sha1-armv8.pl 232 my @MSG=map("v$_.16b",(4..7));
253 ld1 {@MSG[0]-@MSG[3]},[$inp],#64
255 rev32 @MSG[0],@MSG[0]
256 rev32 @MSG[1],@MSG[1]
258 add.i32 $W0,@Kxx[0],@MSG[0]
259 rev32 @MSG[2],@MSG[2
    [all...]
sha256-586.pl 515 my @MSG=map("xmm$_",(3..6));
542 &movdqu (@MSG[0],&QWP(0,$inp));
543 &movdqu (@MSG[1],&QWP(0x10,$inp));
544 &movdqu (@MSG[2],&QWP(0x20,$inp));
545 &pshufb (@MSG[0],$TMP);
546 &movdqu (@MSG[3],&QWP(0x30,$inp));
550 &paddd ($Wi,@MSG[0]);
551 &pshufb (@MSG[1],$TMP);
559 &paddd ($Wi,@MSG[1]);
560 &pshufb (@MSG[2],$TMP)
    [all...]
sha512-armv8.pl 329 my @MSG=map("v$_.16b",(4..7));
345 ld1 {@MSG[0]-@MSG[3]},[$inp],#64
348 rev32 @MSG[0],@MSG[0]
349 rev32 @MSG[1],@MSG[1]
350 rev32 @MSG[2],@MSG[2]
351 rev32 @MSG[3],@MSG[3
    [all...]
  /cts/suite/audio_quality/lib/src/
BuiltinProcessing.cpp 66 MSG("Volume %lld low compared to min %lld max %lld", rms, passMin, passMax);
69 MSG("Volume %lld OK compared to min %lld max %lld", rms, passMin, passMax);
  /external/deqp/framework/egl/
egluDefs.hpp 29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__)
59 void checkError (deUint32 err, const char* msg, const char* file, int line);
  /external/webrtc/webrtc/base/
win32window_unittest.cc 21 const MSG& msg() const { return msg_; } function in class:TestWindow
37 MSG msg_;
48 EXPECT_EQ(WM_USER, wnd.msg().message);
49 EXPECT_EQ(1, wnd.msg().wParam);
50 EXPECT_EQ(2, wnd.msg().lParam);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFormatterTest.java 28 static String MSG = "msg, pls. ignore it";
31 LogRecord r = new LogRecord(Level.FINE, MSG);
OldLogRecordTest.java 26 static final String MSG = "test msg, pls. ignore itb";
28 private LogRecord lr = new LogRecord(Level.CONFIG, MSG);
83 lr = new LogRecord(Level.CONFIG, "msg thread");

Completed in 572 milliseconds

1 2 3 4 5 6