Home
last modified time | relevance | path

Searched refs:newcommand (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/External/isl/doc/
Dmanual.tex51 \newcommand{\algocflineautorefname}{Algorithm}
52 \newcommand{\exampleautorefname}{Example}
53 \newcommand{\lstnumberautorefname}{Line}
/external/google-fruit/extras/doc/
Dcommon-header.tex19 \newcommand{\newcomponent}[3]{\umlbasiccomponent[x=#1,y=#2,name=#3]{#3\strut}}
20 \newcommand{\newnamedcomponent}[4]{\umlbasiccomponent[x=#1,y=#2,name=#3]{#4\strut}}
/external/dtc/Documentation/
Ddtc-paper.tex20 \newcommand{\R}{\textsuperscript{\textregistered}\xspace}
21 \newcommand{\tm}{\textsuperscript{\texttrademark}\xspace}
22 \newcommand{\tge}{$\geqslant$}
23 %\newcommand{\ditto}{\textquotedbl\xspace}
25 \newcommand{\fixme}[1]{$\bigstar$\emph{\textbf{\large #1}}$\bigstar$\xspace}
27 \newcommand{\ppc}{\mbox{PowerPC}\xspace}
28 \newcommand{\of}{Open Firmware\xspace}
29 \newcommand{\benh}{Ben Herrenschmidt\xspace}
30 \newcommand{\kexec}{\texttt{kexec()}\xspace}
31 \newcommand{\dtbeginnode}{\texttt{OF\_DT\_BEGIN\_NODE\xspace}}
[all …]
/external/python/cpython3/PC/
Dlauncher.c1713 wchar_t * newcommand; in process() local
1866 newcommand = malloc(sizeof(wchar_t) * newlen); in process()
1867 if (!newcommand) { in process()
1871 wcscpy_s(newcommand, newlen, wrapped_script_path); in process()
1872 wcscat_s(newcommand, newlen, L" "); in process()
1873 wcscat_s(newcommand, newlen, command); in process()
1874 debug(L"Running wrapped script with command line '%ls'\n", newcommand); in process()
1878 maybe_handle_shebang(av, newcommand); in process()
1880 command = newcommand; in process()
/external/tinyalsa_new/doxygen/
DDoxyfile1539 # The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands