| /RevoEX-2.3/build/demos/mpfsdemo/src/ |
| D | download.c | 173 REXDEMOPrintf(4, 8, 0, "MPDL simple sample"); in ExecuteDownload() 177 REXDEMOPrintf(4, 24, 0, "entry is opened."); in ExecuteDownload() 178 REXDEMOPrintf(200, 24, 0, "(press A to start download)"); in ExecuteDownload() 182 REXDEMOPrintf(4, 24, 0, "entry is closed, now downloading..."); in ExecuteDownload() 186 REXDEMOPrintf(4, 24, 0, "download has been completed."); in ExecuteDownload() 187 REXDEMOPrintf(320, 24, 0, "(press A to restart as FS server)"); in ExecuteDownload() 191 REXDEMOPrintf(30, 60, 0, "auto-download mode : ON OFF"); in ExecuteDownload() 193 REXDEMOPrintf(10, 60 + mode_cursor * 10, 0, ">"); in ExecuteDownload() 194 REXDEMOPrintf(30, 60, 0, " %s %s", in ExecuteDownload() 200 REXDEMOPrintf(ox, oy, 0, "AID STATUS MAC-ADDR NAME"); in ExecuteDownload() [all …]
|
| D | fsserver.c | 114 REXDEMOPrintf(4, 8, 0, "MPFS simple sample"); in ExecuteWireless() 117 REXDEMOPrintf(4, 24, 0, "now running as FS server for DS."); in ExecuteWireless() 118 REXDEMOPrintf(40, 44, 0, "(press A to restart new MPDL session)"); in ExecuteWireless()
|
| /RevoEX-2.3/build/demos/mpdldemo/src/ |
| D | mpdlntr2rvl.c | 397 REXDEMOPrintf(4, 8, 0, "MPDL simple sample"); in DoDownload() 401 REXDEMOPrintf(4, 24, 0, "entry is opened."); in DoDownload() 402 REXDEMOPrintf(200, 24, 0, "(press A to start download)"); in DoDownload() 406 REXDEMOPrintf(4, 24, 0, "entry is closed, now downloading..."); in DoDownload() 410 REXDEMOPrintf(4, 24, 0, "download has been completed."); in DoDownload() 411 REXDEMOPrintf(320, 24, 0, "(press A to restart new entry)"); in DoDownload() 417 REXDEMOPrintf(ox, oy, 0, "AID STATUS MAC-ADDR NAME"); in DoDownload() 426 REXDEMOPrintf(ox + 5, sy, 0, "%2d", i); in DoDownload() 433 REXDEMOPrintf(ox + 40, sy, 0, "ready"); in DoDownload() 437 REXDEMOPrintf(ox + 40, sy, 0, " none "); in DoDownload() [all …]
|
| D | mpdlsimple.c | 308 REXDEMOPrintf(ox, oy - 15 * 2, 0, "total %d downloads.", total); in main() 309 REXDEMOPrintf(ox, oy - 15 * 1, 0, "press A or B to reset"); in main() 311 REXDEMOPrintf(ox, oy, 0, "AID STATUS MAC-ADDR NAME"); in main() 323 REXDEMOPrintf(ox + 5, sy, 0, "%2d", i); in main() 326 REXDEMOPrintf(ox + 40, sy, 0, " none "); in main() 330 REXDEMOPrintf(ox + 40, sy, 0, "booted"); in main() 334 REXDEMOPrintf(ox + 40, sy, 0, " %3d%% ", info->progress); in main() 338 REXDEMOPrintf(ox + 40, sy, 0, "ready"); in main() 348 REXDEMOPrintf(ox + 110, sy, 0, in main()
|
| /RevoEX-2.3/build/demos/mpdemo/src/ |
| D | mpsimple.c | 231 REXDEMOPrintf(40, 8, 0, "Parent mode"); in DoMPCommunication() 233 REXDEMOPrintf(4, 400, 0, "push <A> button to restart."); in DoMPCommunication() 238 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in DoMPCommunication() 242 REXDEMOPrintf(4, 30, 0, "Send: %08X", count); in DoMPCommunication() 243 REXDEMOPrintf(4, 52, 0, "Receive:"); in DoMPCommunication() 252 REXDEMOPrintf(40, (s16)(60 + i * 20), 0, "Child%02d: %08X", i, sRecvBuf[i]); in DoMPCommunication() 257 REXDEMOPrintf(40, (s16)(60 + i * 20), 0, "No child"); in DoMPCommunication()
|
| D | mpsimpleAsync.c | 245 REXDEMOPrintf(40, 8, 0, "Parent mode"); in main() 247 REXDEMOPrintf(4, 400, 0, "push <A> button to restart."); in main() 252 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in main() 256 REXDEMOPrintf(4, 30, 0, "Send: %08x", count); in main() 257 REXDEMOPrintf(4, 52, 0, "Receive:"); in main() 267 … REXDEMOPrintf(40, (s16)(60 + i * 20), 0, "Child%02d: %08x", i, sRecvBuf[i]); in main() 272 REXDEMOPrintf(40, (s16)(60 + i * 20), 0, "No child"); in main()
|
| /RevoEX-2.3/build/demos/mpdsdemo/src/ |
| D | mpdssimple.c | 362 REXDEMOPrintf(40, 8, 0, "Parent mode"); in DoMPCommunication() 364 REXDEMOPrintf(4, 400, 0, "push <A> button to restart."); in DoMPCommunication() 369 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in DoMPCommunication() 373 REXDEMOPrintf(4, 30, 0, "Send: %08X-%08X", counter1, counter2); in DoMPCommunication() 374 REXDEMOPrintf(4, 52, 0, "Receive:"); in DoMPCommunication() 383 REXDEMOPrintf(40, (s16)(80 + i * 20), 0, in DoMPCommunication() 392 REXDEMOPrintf(40, (s16)(80 + i * 20), 0, "No Data"); in DoMPCommunication()
|
| D | mpdsmodel.c | 376 REXDEMOPrintf(40, 8, 0, "Lobby mode"); in Draw() 378 REXDEMOPrintf(4, 400, 0, "push <A> button to start."); in Draw() 395 REXDEMOPrintf(40, (s16)(80 + i * 20), 0, in Draw() 409 REXDEMOPrintf(40, (s16)(80 + i * 20), 0, "AID(%02d): --------", i); in Draw() 416 REXDEMOPrintf(40, 8, 0, "Parent mode"); in Draw() 418 REXDEMOPrintf(4, 400, 0, "push <B> button to restart."); in Draw() 421 REXDEMOPrintf(4, 30, 0, "Send: 0x%04X-0x%04X", 0, sFrameCount & 0xffff); in Draw() 422 REXDEMOPrintf(4, 52, 0, "Receive:"); in Draw() 429 REXDEMOPrintf(40, (s16)(80 + i * 20), 0, in Draw() 437 REXDEMOPrintf(40, (s16)(80 + i * 20), 0, "No Data"); in Draw() [all …]
|
| /RevoEX-2.3/build/demos/share/include/rexdemo/ |
| D | graphic.h | 73 void REXDEMOPrintf( int x, int y, int z, const char *fmt, ... );
|
| /RevoEX-2.3/build/demos/netdemo/src/ |
| D | sostartup.c | 312 REXDEMOPrintf( 464, 40, 0, "<<State>>" ); in main() 314 REXDEMOPrintf( 400, 60, 0, "%s", StateToString( state ) ); in main()
|
| /RevoEX-2.3/build/demos/share/src/ |
| D | graphic.c | 458 REXDEMOPrintf( int x, int y, int z, const char *fmt, ... ) in REXDEMOPrintf() function
|