Home
last modified time | relevance | path

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

1234

/external/eigen/Eigen/src/Core/util/
DStaticAssert.h32 #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG); argument
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_assert((CONDITION) && #MSG);
/external/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 …]
Dloop.ll8 @MSG = internal constant [19 x i8] c"Message: %d %d %d\0A\00"
30 call i32 (i8*,...)* @printf( i8* getelementptr([19 x i8]* @MSG,i32 0,i32 0),
Dbrind.ll7 @MSG = internal constant [13 x i8] c"Message: %d\0A\00"
64 call i32 (i8*,...)* @printf( i8* getelementptr([13 x i8]* @MSG,i32 0,i32 0),
/external/grub/stage2/
Dstart.S41 #define MSG(x) movw $ABS(x), %si; call message macro
70 MSG(notification_string)
296 MSG(notification_step)
313 MSG(notification_done)
326 MSG(geometry_error_string)
333 MSG(read_error_string)
336 MSG(general_error_string)
Dstart_eltorito.S49 #define MSG(x) mov $ABS(x), %si; call message; macro
96 MSG(notification_string)
112 MSG(notification_done)
162 MSG(notification_step)
203 MSG(read_error_string)
/external/chromium/base/
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);
186 bool ProcessMessageHelper(const MSG& msg);
Dmessage_pump_win.cc32 void MessagePumpWin::WillProcessMessage(const MSG& msg) { in WillProcessMessage()
36 void MessagePumpWin::DidProcessMessage(const MSG& msg) { in DidProcessMessage()
148 MSG msg; in PumpOutPendingPaintMessages()
269 MSG msg = {0}; in WaitForWork()
328 MSG msg; in ProcessNextWindowsMessage()
335 bool MessagePumpForUI::ProcessMessageHelper(const MSG& msg) { in ProcessMessageHelper()
348 if (CallMsgFilter(const_cast<MSG*>(&msg), kMessageFilterCode)) in ProcessMessageHelper()
376 MSG msg; in ProcessPumpReplacementMessage()
/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 …]
DFormatterTest.java34 static String MSG = "msg, pls. ignore it"; field in FormatterTest
42 r = new LogRecord(Level.FINE, MSG); in setUp()
58 assertEquals(MSG, f.formatMessage(r)); in testFormatMessage()
72 r.setMessage(MSG); in testFormatMessage()
73 assertEquals(MSG, f.formatMessage(r)); in testFormatMessage()
DSimpleFormatterTest.java37 private static String MSG = "test msg. pls. ignore it\nadaadasfdasfd\nadfafdadfsa"; field in SimpleFormatterTest
45 lr = new LogRecord(Level.FINE, MSG); in setUp()
80 lr.setMessage(MSG + " {0,number}");
/external/grub/stage1/
Dstage1.S33 #define MSG(x) movw $ABS(x), %si; call message macro
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/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp52 MSG msg;
111 static MSG makeMsg(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in makeMsg()
113 MSG result = {0}; in makeMsg()
124 static LRESULT dispatchMessage(const MSG* msg) in dispatchMessage()
138MSG msg = makeMsg(webViewWindow, WM_RBUTTONDOWN, 0, MAKELPARAM(lastMousePosition.x, lastMousePosit… in contextClickCallback()
205MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosit… in mouseDownCallback()
225 static void doMouseUp(MSG msg, HRESULT* oleDragAndDropReturnValue = 0) in doMouseUp()
291MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosit… in mouseUpCallback()
302 static void doMouseMove(MSG msg) in doMouseMove()
339MSG msg = makeMsg(webViewWindow, WM_MOUSEMOVE, down ? MK_LBUTTON : 0, MAKELPARAM(lastMousePosition… in mouseMoveToCallback()
[all …]
/external/skia/include/gpu/
DGrConfig.h213 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument
215 #define GR_WARN(MSG) ("WARNING: " MSG) argument
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap_wsc.c25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
42 case MSG: in eap_wsc_state_txt()
105 data->state = registrar ? START : MSG; in eap_wsc_init()
215 eap_wsc_state(data, MSG); in eap_wsc_build_msg()
235 case MSG: in eap_wsc_buildReq()
388 eap_wsc_state(data, MSG); in eap_wsc_process()
430 eap_wsc_state(data, MSG); in eap_wsc_process()
437 eap_wsc_state(data, MSG); in eap_wsc_process()
Deap_ikev2.c25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
63 case MSG: in eap_ikev2_state_txt()
95 data->state = MSG; in eap_ikev2_init()
219 case MSG: in eap_ikev2_buildReq()
403 eap_ikev2_state(data, MSG); in eap_ikev2_process()
421 data->state = MSG; in eap_ikev2_process()
/external/dropbear/libtomcrypt/src/mac/pelican/
Dpelican_test.c26 unsigned char K[32], MSG[64], T[16]; in pelican_test()
95 if ((err = pelican_process(&pel, tests[x].MSG, tests[x].ptlen)) != CRYPT_OK) { in pelican_test()
/external/webkit/Tools/MiniBrowser/win/
Dmain.cpp44 static bool shouldTranslateMessage(const MSG& msg) in shouldTranslateMessage()
67 MSG message; in _tWinMain()
/external/e2fsprogs/lib/ss/
Dhelp.c101 #define MSG "No info found for " macro
102 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
103 strcpy(buf, MSG);
/external/webkit/Source/WebKit2/Shared/
DNativeWebMouseEvent.h57 const MSG* nativeEvent() const { return &m_nativeEvent; } in nativeEvent()
68 MSG m_nativeEvent;
DNativeWebKeyboardEvent.h61 const MSG* nativeEvent() const { return &m_nativeEvent; } in nativeEvent()
72 MSG m_nativeEvent;
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
57 case MSG: in eap_ikev2_state_txt()
89 data->state = MSG; in eap_ikev2_init()
214 case MSG: in eap_ikev2_buildReq()
398 eap_ikev2_state(data, MSG); in eap_ikev2_process()
416 data->state = MSG; in eap_ikev2_process()
/external/webkit/Tools/TestWebKitAPI/win/
DPlatformUtilitiesWin.cpp48 MSG msg; in run()
59 bool shouldTranslateMessage(const MSG& msg) in shouldTranslateMessage()
/external/chromium/chrome/browser/notifications/
Dballoon_collection_impl.h57 virtual void WillProcessMessage(const MSG& event) {} in WillProcessMessage()
58 virtual void DidProcessMessage(const MSG& event);
/external/clang/test/CodeGenObjCXX/
Dproperty-dot-reference.mm34 // CHECK: [[MSG:%.*]] = call %struct.X* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
35 // CHECK-NEXT:call void @_Z2f0RK1X(%struct.X* [[MSG]])

1234