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

/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 const char *Overview) {
121 cl::ParseCommandLineOptions(argc, argv, Overview);
95 CommonOptionsParser(int &argc, const char **argv, cl::OptionCategory &Category, const char *Overview) argument
/external/llvm/lib/Support/
H A DCommandLine.cpp109 const char *Overview);
808 const char *Overview) {
828 ParseCommandLineOptions(newArgc, &newArgv[0], Overview);
832 const char *Overview) {
833 GlobalParser->ParseCommandLineOptions(argc, argv, Overview);
838 const char *Overview) {
851 ProgramOverview = Overview;
1874 const char *Overview) {
1875 llvm::cl::ParseCommandLineOptions(argc, argv, Overview);
807 ParseEnvironmentOptions(const char *progName, const char *envVar, const char *Overview) argument
831 ParseCommandLineOptions(int argc, const char *const *argv, const char *Overview) argument
836 ParseCommandLineOptions(int argc, const char *const *argv, const char *Overview) argument
1873 LLVMParseCommandLineOptions(int argc, const char *const *argv, const char *Overview) argument
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c65 CAMLprim value llvm_parse_command_line_options(value Overview, value Args) { argument
67 if (Overview == Val_int(0)) {
70 COverview = String_val(Field(Overview, 0));

Completed in 317 milliseconds