Home
last modified time | relevance | path

Searched refs:text (Results 1 – 18 of 18) sorted by relevance

/CTR-SDK-2.4.0/include/nn/dbg/
Ddbg_DebugString.h140 #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/
Dmain.css26 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 …]
Dbutton.css35 text-align : center;
49 text-align : center;
72 text-decoration : none;
83 text-decoration : underline;
Dcontents.css137 text-align : center;
159 text-decoration : none;
172 text-decoration : underline;
Dpage.css77 text-align : left;
129 text-align : left;
142 text-align : left;
326 text-align: right;
331 text-align: left;
Dmanpage.css76 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/
Dmain.css26 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 …]
Dbutton.css35 text-align : center;
49 text-align : center;
70 text-decoration : none;
80 text-decoration : underline;
Dcontents.css135 text-align : center;
155 text-decoration : none;
167 text-decoration : underline;
Dpage.css77 text-align : left;
129 text-align : left;
142 text-align : left;
326 text-align: right;
331 text-align: left;
Dmanpage.css76 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/
Ddbg_DebugString.cpp36 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/
Dsvc_StubDbg.h40 nn::Result OutputDebugString ( const void* text, s32 length );
/CTR-SDK-2.4.0/documents/css/
Dmanpage.css89 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/
Dreadme.txt10 …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/
Dfont_RectDrawer.h372 } text; member
/CTR-SDK-2.4.0/build/omake_deprecated/
Dcommondefs.cctype.RVCT.om184 … --verbose --map --callgraph --callgraph_output=text --symbols --xref --unmangled \
/CTR-SDK-2.4.0/build/omake/compilers/
Dcommondefs.cctype.RVCT.om202 --callgraph --callgraph_output=text \