HomeSort by relevance Sort by last modified time
    Searched refs:MSG (Results 1 - 25 of 147) 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 30 MSG(1, "\tError: Failed to get the device stat!!!\n");
35 MSG(0, "Info: Discarding device\n");
40 MSG(0, "Info: This device doesn't support TRIM\n");
42 MSG(0, "Info: Discarded %lu sectors\n",
f2fs_format.c 143 MSG(1, "\tWARN: Align start sector number to the page unit\n");
144 MSG(1, "\ti.e., start sector: %d, ofs:%d (sects/page: %d)\n",
158 MSG(0, "Info: zone aligned segment0 blkaddr: %u\n",
262 MSG(1, "\tError: Device size is not sufficient for F2FS volume,\
280 MSG(1, "\tError: %d zones: Need more zones \
350 MSG(1, "\tError: Calloc Failed for sit_zero_buf!!!\n");
362 MSG(1, "\tError: While zeroing out the sit area \
386 MSG(1, "\tError: Calloc Failed for nat_zero_blk!!!\n");
398 MSG(1, "\tError: While zeroing out the nat area \
420 MSG(1, "\tError: Calloc Failed for f2fs_checkpoint!!!\n")
    [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/deqp/framework/common/
tcuDefs.hpp 98 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \
99 throw tcu::ERRCLASS(MSG, EXPR, __FILE__, __LINE__)
101 #define TCU_THROW(ERRCLASS, MSG) \
102 TCU_THROW_EXPR(ERRCLASS, MSG, DE_NULL)
104 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \
107 TCU_THROW_EXPR(ERRCLASS, MSG, #X); \
111 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG)
117 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __FILE__, __LINE__); } while(deGetFalse()
    [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/f2fs-tools/fsck/
main.c 20 MSG(0, "\nUsage: fsck.f2fs [options] device\n");
21 MSG(0, "[options]:\n");
22 MSG(0, " -d debug level [default:0]\n");
28 MSG(0, "\nUsage: dump.f2fs [options] device\n");
29 MSG(0, "[options]:\n");
30 MSG(0, " -d debug level [default:0]\n");
31 MSG(0, " -i inode no (hex)\n");
32 MSG(0, " -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]\n");
33 MSG(0, " -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]\n");
34 MSG(0, " -b blk_addr (in 4KB)\n")
    [all...]
  /external/chromium_org/base/
event_types.h 26 typedef MSG NativeEvent;
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 121 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG)
123 #define GR_WARN(MSG) ("WARNING: " MSG)
  /external/chromium_org/third_party/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);
  /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/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)
66 void checkError (deUint32 err, const char* msg, const char* file, int line);
67 void checkError (const RenderContext& context, const char* msg, const char* file, int line);
  /external/skia/include/gpu/
GrConfig.h 121 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG)
123 #define GR_WARN(MSG) ("WARNING: " 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);
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_assert((CONDITION) && #MSG)
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-armv8.pl 218 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[2
    [all...]
sha512-armv8.pl 307 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[3],@MSG[3
    [all...]
  /external/f2fs-tools/lib/
libf2fs.c 238 static void str2hashbuf(const char *msg, int len, unsigned int *buf, int num)
252 val = msg[i] + (val << 8);
397 MSG(0, "\tError: Not available on mounted device!\n");
407 MSG(0, "\tError: Not available on mounted device!\n");
421 MSG(0, "\tError: In use by the system!\n");
438 MSG(0, "\tError: Failed to open the device!\n");
444 MSG(0, "\tError: Failed to get the device stat!\n");
452 MSG(0, "\tError: Using the default sector size\n");
455 MSG(0, "\tError: Cannot set the sector size to:"
465 MSG(0, "\tError: Cannot get the device size\n")
    [all...]
libf2fs_io.c 78 MSG(0, "\tError: Could not conduct fsync!!!\n");
81 MSG(0, "\tError: Failed to close device file!!!\n");
  /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/chromium_org/third_party/libjingle/source/talk/base/
win32window_unittest.cc 38 const MSG& msg() const { return msg_; } function in class:TestWindow
54 MSG msg_;
65 EXPECT_EQ(WM_USER, wnd.msg().message);
66 EXPECT_EQ(1, wnd.msg().wParam);
67 EXPECT_EQ(2, wnd.msg().lParam);
  /external/chromium_org/third_party/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);
  /external/chromium_org/ui/wm/core/
nested_accelerator_dispatcher_win.cc 21 bool IsKeyEvent(const MSG& msg) {
22 return msg.message == WM_KEYDOWN || msg.message == WM_SYSKEYDOWN ||
23 msg.message == WM_KEYUP || msg.message == WM_SYSKEYUP;
43 virtual uint32_t Dispatch(const MSG& event) OVERRIDE {
  /external/deqp/framework/egl/
egluDefs.hpp 32 #define EGLU_CHECK_MSG(MSG) eglu::checkError(MSG, __FILE__, __LINE__)
62 void checkError (const char* msg, const char* file, int line);
  /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);

Completed in 2912 milliseconds

1 2 3 4 5 6