Searched refs:text (Results 1 – 18 of 18) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/dbg/ |
| D | dbg_DebugString.h | 140 #define NN_PUT( text, length ) (void)nn::dbg::detail::PutString(text, length) argument 142 #define NN_PUT( text, length ) (void)nndbgDetailPutString(text, length) argument 145 #define NN_PUT( text, length ) ((void)0) argument 201 void PutString(const char* text, s32 length); 210 void PutString(const char* text); 255 void nndbgDetailPutString(const char* text, s32 length);
|
| /CTR-SDK-2.4.0/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 | page.css | 77 text-align : left; 129 text-align : left; 142 text-align : left; 326 text-align: right; 331 text-align: left;
|
| D | manpage.css | 76 text-align : left; 128 text-align : left; 141 text-align : left; 328 text-align: right; 333 text-align: left;
|
| /CTR-SDK-2.4.0/documents/applet/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; 70 text-decoration : none; 80 text-decoration : underline;
|
| D | contents.css | 135 text-align : center; 155 text-decoration : none; 167 text-decoration : underline;
|
| D | page.css | 77 text-align : left; 129 text-align : left; 142 text-align : left; 326 text-align: right; 331 text-align: left;
|
| D | manpage.css | 76 text-align : left; 128 text-align : left; 141 text-align : left; 328 text-align: right; 333 text-align: left;
|
| /CTR-SDK-2.4.0/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-2.4.0/include/nn/svc/ |
| D | svc_StubDbg.h | 40 nn::Result OutputDebugString ( const void* text, s32 length );
|
| /CTR-SDK-2.4.0/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-2.4.0/resources/plCoin/ |
| D | readme.txt | 10 …also registered as an extended character of the internal font, so you can use this to display text.
|
| /CTR-SDK-2.4.0/include/nn/font/CTR/ |
| D | font_RectDrawer.h | 372 } text; member
|
| /CTR-SDK-2.4.0/build/omake_deprecated/ |
| D | commondefs.cctype.RVCT.om | 184 … --verbose --map --callgraph --callgraph_output=text --symbols --xref --unmangled \
|
| /CTR-SDK-2.4.0/build/omake/compilers/ |
| D | commondefs.cctype.RVCT.om | 202 --callgraph --callgraph_output=text \
|