| /CTR-SDK-4.2.5/include/nn/dbg/ |
| D | dbg_DebugString.h | 93 #define NN_PUT( text, length ) argument 114 #define NN_PUT( text, length ) (void)nn::dbg::detail::PutString((text), (length)) argument 118 #define NN_PUT( text, length ) (void)nndbgDetailPutString((text), (length)) argument 123 #define NN_PUT( text, length ) ((void)0) argument 156 void PutString(const char* text, s32 length); 157 void PutString(const char* text); 177 void nndbgDetailPutString(const char* text, s32 length);
|
| /CTR-SDK-4.2.5/documents/shader/Reference/css/ |
| D | main.css | 26 text-align : left; 38 text-align : right; 54 text-align : left; 65 text-align : left; 78 text-align : left; 89 text-align : left; 99 text-align : right; 150 text-align : left; 172 text-decoration : none; 183 text-decoration : underline; [all …]
|
| D | button.css | 35 text-align : center; 49 text-align : center; 70 text-decoration : none; 80 text-decoration : underline;
|
| D | contents.css | 135 text-align : center; 155 text-decoration : none; 167 text-decoration : underline;
|
| D | manpage.css | 76 text-align : left; 128 text-align : left; 141 text-align : left; 323 text-align: right; 328 text-align: left;
|
| D | page.css | 77 text-align : left; 129 text-align : left; 142 text-align : left; 325 text-align: right; 330 text-align: left;
|
| D | timetable.css | 30 text-align : center; 41 text-align : center;
|
| /CTR-SDK-4.2.5/documents/api/css/ |
| D | main.css | 26 text-align : left; 38 text-align : right; 54 text-align : left; 65 text-align : left; 78 text-align : left; 89 text-align : left; 99 text-align : right; 150 text-align : left; 172 text-decoration : none; 183 text-decoration : underline; [all …]
|
| D | button.css | 35 text-align : center; 49 text-align : center; 72 text-decoration : none; 83 text-decoration : underline;
|
| D | contents.css | 137 text-align : center; 159 text-decoration : none; 172 text-decoration : underline;
|
| D | manpage.css | 76 text-align : left; 128 text-align : left; 141 text-align : left; 329 text-align: right; 334 text-align: left;
|
| D | page.css | 77 text-align : left; 129 text-align : left; 142 text-align : left; 326 text-align: right; 331 text-align: left;
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/ |
| D | dbg_DebugString.cpp | 36 NN_WEAK_SYMBOL void PutString(const char* text, s32 length) in PutString() argument 39 nn::svc::OutputDebugString(text, length); in PutString() 42 void PutString(const char* text) in PutString() argument 44 PutString(text, std::strlen(text)); in PutString() 121 NN_WEAK_SYMBOL void nndbgDetailPutString(const char* text, s32 length) in nndbgDetailPutString() argument 123 nn::dbg::detail::PutString(text, length); in nndbgDetailPutString()
|
| /CTR-SDK-4.2.5/documents/css/ |
| D | manpage.css | 89 text-align : left; 141 text-align : left; 154 text-align : left; 336 text-align: right; 341 text-align: left;
|
| /CTR-SDK-4.2.5/include/nn/svc/ |
| D | svc_StubDbg.h | 39 nn::Result OutputDebugString ( const void* text, s32 length );
|
| /CTR-SDK-4.2.5/include/nn/pl/CTR/ |
| D | pl_ExBanner.h | 65 wchar_t text[EXBANNER_MESSAGE_LENGTH]; // Extended banner message member
|
| /CTR-SDK-4.2.5/include/nn/font/CTR/ |
| D | font_RectDrawer.h | 372 } text; member
|
| /CTR-SDK-4.2.5/include/ |
| D | zlib.h | 113 int text; /* true if compressed data believed to be text */ member
|
| /CTR-SDK-4.2.5/build/omake/compilers/ |
| D | commondefs.cctype.RVCT.om | 216 --callgraph --callgraph_output=text \
|