Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_DebugString.h93 #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/
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;
Dmanpage.css76 text-align : left;
128 text-align : left;
141 text-align : left;
323 text-align: right;
328 text-align: left;
Dpage.css77 text-align : left;
129 text-align : left;
142 text-align : left;
325 text-align: right;
330 text-align: left;
Dtimetable.css30 text-align : center;
41 text-align : center;
/CTR-SDK-4.2.5/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;
Dmanpage.css76 text-align : left;
128 text-align : left;
141 text-align : left;
329 text-align: right;
334 text-align: left;
Dpage.css77 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/
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-4.2.5/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-4.2.5/include/nn/svc/
Dsvc_StubDbg.h39 nn::Result OutputDebugString ( const void* text, s32 length );
/CTR-SDK-4.2.5/include/nn/pl/CTR/
Dpl_ExBanner.h65 wchar_t text[EXBANNER_MESSAGE_LENGTH]; // Extended banner message member
/CTR-SDK-4.2.5/include/nn/font/CTR/
Dfont_RectDrawer.h372 } text; member
/CTR-SDK-4.2.5/include/
Dzlib.h113 int text; /* true if compressed data believed to be text */ member
/CTR-SDK-4.2.5/build/omake/compilers/
Dcommondefs.cctype.RVCT.om216 --callgraph --callgraph_output=text \