Searched defs:Overview (Results 1 - 16 of 16) sorted by relevance

/external/doclava/res/assets/templates-sdk/
H A Dsampleindex.cs14 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
15 &#124; Project<?cs else ?>Overview external variable declarations
H A Ddocpage.cs116 Overview external variable declarations
/external/libvorbis/doc/
H A D09-helper.tex6 \subsection{Overview}
4 \\subsection{Overview} subsubsection
H A D05-comment.tex6 \subsection{Overview}
4 \\subsection{Overview} subsubsection
H A D03-codebook.tex6 \subsection{Overview}
4 \\subsection{Overview} subsubsection
H A D06-floor0.tex6 \subsection{Overview}
4 \\subsection{Overview} subsubsection
H A D07-floor1.tex6 \subsection{Overview}
4 \\subsection{Overview} subsubsection
H A Da1-encapsulation-ogg.tex6 \subsection{Overview}
4 \\subsection{Overview} subsubsection
H A D02-bitpacking.tex6 \subsection{Overview}
4 \\subsection{Overview} subsubsection
H A D08-residue.tex6 \subsection{Overview}
4 \\subsection{Overview} subsubsection
H A D04-codec.tex7 \subsection{Overview}
5 \\subsection{Overview} subsubsection
H A D01-introduction.tex6 \subsection{Overview}
4 \\subsection{Overview} subsubsection
/external/clang/lib/Tooling/
H A DCommonOptionsParser.cpp97 llvm::cl::NumOccurrencesFlag OccurrencesFlag, const char *Overview) {
120 cl::ParseCommandLineOptions(argc, argv, Overview);
95 CommonOptionsParser( int &argc, const char **argv, cl::OptionCategory &Category, llvm::cl::NumOccurrencesFlag OccurrencesFlag, const char *Overview) argument
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp470 const char *Overview, bool ReadResponseFiles) {
489 ParseCommandLineOptions(newArgc, &newArgv[0], Overview, ReadResponseFiles);
535 const char *Overview, bool ReadResponseFiles) {
560 ProgramOverview = Overview;
469 ParseEnvironmentOptions(const char *progName, const char *envVar, const char *Overview, bool ReadResponseFiles) argument
534 ParseCommandLineOptions(int argc, char **argv, const char *Overview, bool ReadResponseFiles) argument
/external/llvm/lib/Support/
H A DCommandLine.cpp112 const char *Overview, bool IgnoreErrors);
949 const char *Overview) {
989 ParseCommandLineOptions(newArgc, &newArgv[0], Overview);
993 const char *Overview, bool IgnoreErrors) {
994 return GlobalParser->ParseCommandLineOptions(argc, argv, Overview,
1009 const char *Overview,
1024 ProgramOverview = Overview;
2151 const char *Overview) {
2152 llvm::cl::ParseCommandLineOptions(argc, argv, Overview, true);
948 ParseEnvironmentOptions(const char *progName, const char *envVar, const char *Overview) argument
992 ParseCommandLineOptions(int argc, const char *const *argv, const char *Overview, bool IgnoreErrors) argument
1007 ParseCommandLineOptions(int argc, const char *const *argv, const char *Overview, bool IgnoreErrors) argument
2150 LLVMParseCommandLineOptions(int argc, const char *const *argv, const char *Overview) argument
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c66 CAMLprim value llvm_parse_command_line_options(value Overview, value Args) { argument
68 if (Overview == Val_int(0)) {
71 COverview = String_val(Field(Overview, 0));

Completed in 396 milliseconds