/external/eigen/Eigen/src/Core/util/ |
D | StaticAssert.h | 32 #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/ |
D | cc.ll | 10 @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 …]
|
D | loop.ll | 8 @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),
|
D | brind.ll | 7 @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/ |
D | start.S | 41 #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)
|
D | start_eltorito.S | 49 #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/ |
D | message_pump_win.h | 38 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);
|
D | message_pump_win.cc | 32 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/ |
D | LogRecordTest.java | 35 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 …]
|
D | FormatterTest.java | 34 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()
|
D | SimpleFormatterTest.java | 37 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/ |
D | stage1.S | 33 #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/ |
D | EventSender.cpp | 52 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() 138 …MSG msg = makeMsg(webViewWindow, WM_RBUTTONDOWN, 0, MAKELPARAM(lastMousePosition.x, lastMousePosit… in contextClickCallback() 205 …MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosit… in mouseDownCallback() 225 static void doMouseUp(MSG msg, HRESULT* oleDragAndDropReturnValue = 0) in doMouseUp() 291 …MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosit… in mouseUpCallback() 302 static void doMouseMove(MSG msg) in doMouseMove() 339 …MSG msg = makeMsg(webViewWindow, WM_MOUSEMOVE, down ? MK_LBUTTON : 0, MAKELPARAM(lastMousePosition… in mouseMoveToCallback() [all …]
|
/external/skia/include/gpu/ |
D | GrConfig.h | 213 #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/ |
D | eap_wsc.c | 25 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()
|
D | eap_ikev2.c | 25 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/ |
D | pelican_test.c | 26 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/ |
D | main.cpp | 44 static bool shouldTranslateMessage(const MSG& msg) in shouldTranslateMessage() 67 MSG message; in _tWinMain()
|
/external/e2fsprogs/lib/ss/ |
D | help.c | 101 #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/ |
D | NativeWebMouseEvent.h | 57 const MSG* nativeEvent() const { return &m_nativeEvent; } in nativeEvent() 68 MSG m_nativeEvent;
|
D | NativeWebKeyboardEvent.h | 61 const MSG* nativeEvent() const { return &m_nativeEvent; } in nativeEvent() 72 MSG m_nativeEvent;
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_ikev2.c | 19 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/ |
D | PlatformUtilitiesWin.cpp | 48 MSG msg; in run() 59 bool shouldTranslateMessage(const MSG& msg) in shouldTranslateMessage()
|
/external/chromium/chrome/browser/notifications/ |
D | balloon_collection_impl.h | 57 virtual void WillProcessMessage(const MSG& event) {} in WillProcessMessage() 58 virtual void DidProcessMessage(const MSG& event);
|
/external/clang/test/CodeGenObjCXX/ |
D | property-dot-reference.mm | 34 // CHECK: [[MSG:%.*]] = call %struct.X* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend 35 // CHECK-NEXT:call void @_Z2f0RK1X(%struct.X* [[MSG]])
|