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

123456

/external/chromium_org/base/
H A Devent_types.h26 typedef MSG NativeEvent;
/external/chromium_org/base/win/
H A Dtext_services_message_filter.h26 virtual BOOL DoPeekMessage(MSG* msg,
31 virtual bool ProcessMessage(const MSG& msg) OVERRIDE;
H A Dtext_services_message_filter.cc39 BOOL TextServicesMessageFilter::DoPeekMessage(MSG* msg,
57 bool TextServicesMessageFilter::ProcessMessage(const MSG& msg) {
/external/chromium_org/ui/views/controls/webview/
H A Dunhandled_keyboard_event_handler_win.cc63 const MSG& message(event.os_event->native_event());
65 const MSG& message(event.os_event);
/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);
105 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
106 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;}
110 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
111 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {}
119 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_asser
[all...]
/external/chromium_org/third_party/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/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/chromium/base/
H A Dmessage_pump_win.h38 virtual void WillProcessMessage(const MSG& msg) = 0;
42 virtual void DidProcessMessage(const MSG& msg) = 0;
58 virtual bool Dispatch(const MSG& msg) = 0;
73 void WillProcessMessage(const MSG& msg);
74 void DidProcessMessage(const MSG& msg);
76 // Like MessagePump::Run, but MSG objects are routed through dispatcher.
186 bool ProcessMessageHelper(const MSG& msg);
H A Dmessage_pump_win.cc32 void MessagePumpWin::WillProcessMessage(const MSG& msg) {
36 void MessagePumpWin::DidProcessMessage(const MSG& msg) {
148 MSG msg;
269 MSG msg = {0};
328 MSG msg;
335 bool MessagePumpForUI::ProcessMessageHelper(const MSG& msg) {
348 if (CallMsgFilter(const_cast<MSG*>(&msg), kMessageFilterCode))
376 MSG msg;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32window_unittest.cc38 const MSG& msg() const { return msg_; }
54 MSG msg_;
/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}");
/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.h41 void WillProcessMessage(const MSG& msg);
42 void DidProcessMessage(const MSG& msg);
44 // Like MessagePump::Run, but MSG objects are routed through dispatcher.
138 virtual BOOL DoPeekMessage(MSG* msg,
155 virtual bool ProcessMessage(const MSG& msg) { return false;}
183 bool ProcessMessageHelper(const MSG& msg);
/external/grub/stage1/
H A Dstage1.S33 #define MSG(x) movw $ABS(x), %si; call message define
154 MSG(notification_string)
381 MSG(geometry_error_string)
388 MSG(hd_probe_error_string)
395 MSG(read_error_string)
398 MSG(general_error_string)
474 MSG(fd_probe_error_string)
/external/grub/stage2/
H A Dstart.S41 #define MSG(x) movw $ABS(x), %si; call message define
70 MSG(notification_string)
294 (MSG modifies SI, which is saved, and unused AX and BX) */
296 MSG(notification_step)
313 MSG(notification_done)
326 MSG(geometry_error_string)
333 MSG(read_error_string)
336 MSG(general_error_string)
H A Dstart_eltorito.S49 #define MSG(x) mov $ABS(x), %si; call message; define
96 MSG(notification_string)
112 MSG(notification_done)
162 MSG(notification_step)
203 MSG(read_error_string)
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host_win.cc25 MSG msg = { hwnd, key_event.native_event().message, key, 0 };
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain.cc52 MSG msg;
/external/e2fsprogs/lib/ss/
H A Dhelp.c101 #define MSG "No info found for " macro
102 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
103 strcpy(buf, MSG);
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_impl.h57 virtual void WillProcessMessage(const MSG& event) {}
58 virtual void DidProcessMessage(const MSG& event);
H A Dballoon_collection_win.cc36 void BalloonCollectionImpl::DidProcessMessage(const MSG& msg) {
/external/chromium/chrome/browser/ui/views/
H A Duser_data_dir_dialog.h51 virtual bool Dispatch(const MSG& msg);
/external/chromium_org/chrome/browser/external_tab/
H A Dexternal_tab_container.h76 virtual void ProcessUnhandledAccelerator(const MSG& msg) = 0;
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/testutil/
H A Dlibjingleplus_main.cc109 MSG msg;

Completed in 914 milliseconds

123456