Home
last modified time | relevance | path

Searched +full:- +full:- +full:option (Results 1 – 25 of 1214) sorted by relevance

12345678910>>...49

/external/llvm-project/clang/docs/
DClangCommandLineReference.rst2 -------------------------------------------------------------------
3 NOTE: This file is automatically generated by running clang-tblgen
4 -gen-opt-docs. Do not edit this file by hand!!
5 -------------------------------------------------------------------
17 GCC-compatible ``clang`` and ``clang++`` drivers.
21 .. option:: -B<dir>, --prefix <arg>, --prefix=<arg>
25 .. option:: -F<arg>
29 .. option:: -ObjC
31 Treat source input files as Objective-C inputs
34 .. option:: -ObjC++
[all …]
/external/deqp/android/cts/
DAndroidTest.xml1 <?xml version="1.0" encoding="utf-8"?>
3 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
18 <!--
20 -->
22 <option name="cleanup-apks" value="true"/>
23 <option name="test-file-name" value="com.drawelements.deqp.apk"/>
25 <option name="test-suite-tag" value="cts"/>
26 <option key="component" name="config-descriptor:metadata" value="deqp"/>
[all …]
/external/OpenCL-CTS/scripts/
Dtest_opencl_cts.xml3 <option name="logcat-on-failure" value="false"/>
6 <option name="cleanup" value="true"/>
7 <option name="append-bitness" value="true"/>
8 …<option key="ocl-test-allocations" name="push-file" value="/data/nativetest64/unrestricted/ocl-tes…
9 … <option key="ocl-test-api" name="push-file" value="/data/nativetest64/unrestricted/ocl-test-api"/>
10 …<option key="ocl-test-atomics" name="push-file" value="/data/nativetest64/unrestricted/ocl-test-at…
11 …<option key="ocl-test-basic" name="push-file" value="/data/nativetest64/unrestricted/ocl-test-basi…
12 …<option key="ocl-test-buffers" name="push-file" value="/data/nativetest64/unrestricted/ocl-test-bu…
13 …<option key="ocl-test-c11-atomics" name="push-file" value="/data/nativetest64/unrestricted/ocl-tes…
14 …<option key="ocl-test-commonfns" name="push-file" value="/data/nativetest64/unrestricted/ocl-test-
[all …]
/external/llvm-project/llvm/docs/CommandGuide/
Dtblgen.rst1 xxx-tblgen - Target Description to C++ Code
7 --------
9 :program:`xxx-tblgen` [*options*] [*filename*]
12 -----------
14 :program:`xxx-tblgen` is a family of programs that translates target
19 The details of the input and output of :program:`xxx-tblgen` is beyond the
28 -------
33 .. option:: -help
37 .. option:: -help-list
41 .. option:: -D=macroname
[all …]
Dllvm-objdump.rst1 llvm-objdump - LLVM's object file dumper
4 .. program:: llvm-objdump
7 --------
9 :program:`llvm-objdump` [*commands*] [*options*] [*filenames...*]
12 -----------
13 The :program:`llvm-objdump` utility prints the contents of object files and
15 :program:`llvm-objdump` will attempt to read from *a.out*. If *-* is used as a
16 file name, :program:`llvm-objdump` will process a file on its standard input
20 --------
24 .. option:: -a, --archive-headers
[all …]
Dllvm-readobj.rst1 llvm-readobj - LLVM Object Reader
4 .. program:: llvm-readobj
7 --------
9 :program:`llvm-readobj` [*options*] [*input...*]
12 -----------
14 The :program:`llvm-readobj` tool displays low-level format-specific information
17 If ``input`` is "``-``", :program:`llvm-readobj` reads from standard
20 DIFFERENCES TO LLVM-READELF
21 ---------------------------
23 :program:`llvm-readelf` is an alias for the :manpage:`llvm-readobj` tool with a
[all …]
Dllvm-ar.rst1 llvm-ar - LLVM archiver
4 .. program:: llvm-ar
7 --------
9 :program:`llvm-ar` [-]{dmpqrstx}[abcDilLNoOPsSTuUvV] [relpos] [count] archive [files...]
12 -----------
14 The :program:`llvm-ar` command is similar to the common Unix utility,
17 the archive can contain any kind of file. By default, :program:`llvm-ar`
21 The :program:`llvm-ar` command can be used to *read* archive files in SVR4,
23 archive files. If an SVR4 format archive is used with the :option:`r`
24 (replace), :option:`d` (delete), :option:`m` (move) or :option:`q`
[all …]
Dllvm-readelf.rst1 llvm-readelf - GNU-style LLVM Object Reader
4 .. program:: llvm-readelf
7 --------
9 :program:`llvm-readelf` [*options*] [*input...*]
12 -----------
14 The :program:`llvm-readelf` tool displays low-level format-specific information
17 If ``input`` is "``-``", :program:`llvm-readelf` reads from standard
21 -------
23 .. option:: --all
27 .. option:: --addrsig
[all …]
/external/ImageMagick/MagickWand/
Dconvert.c20 % Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
37 % an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample,
47 #include "MagickWand/mogrify-private.h"
48 #include "MagickCore/exception-private.h"
49 #include "MagickCore/string-private.h"
50 #include "MagickCore/utility-private.h"
105 output=fopen_utf8(argv[argc-1],"wb"); in ConcatenateImages()
109 argv[argc-1]); in ConcatenateImages()
113 for (i=2; i < (ssize_t) (argc-1); i++) in ConcatenateImages()
135 " -channel-fx expression\n" in ConvertUsage()
[all …]
Dmontage.c20 % Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
47 #include "MagickWand/mogrify-private.h"
48 #include "MagickCore/string-private.h"
88 " -debug events display copious debugging information\n" in MontageUsage()
89 " -help print program options\n" in MontageUsage()
90 " -list type print a list of supported option arguments\n" in MontageUsage()
91 " -log format format of debugging information\n" in MontageUsage()
92 " -version print version information", in MontageUsage()
94 " -adaptive-sharpen geometry\n" in MontageUsage()
96 " -annotate geometry text\n" in MontageUsage()
[all …]
Ddisplay.c20 % Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
46 #include "MagickWand/mogrify-private.h"
47 #include "MagickCore/display-private.h"
48 #include "MagickCore/string-private.h"
69 % This means that a continuous-tone 24 bits/pixel image can display on a 8
70 % bit pseudo-color device or monochrome device. In most instances the reduced
72 % pseudo-color image sequence can display on a continuous-tone 24 bits/pixels
102 " -debug events display copious debugging information\n" in DisplayUsage()
103 " -help print program options\n" in DisplayUsage()
104 " -list type print a list of supported option arguments\n" in DisplayUsage()
[all …]
Dcomposite.c20 % Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
45 #include "MagickWand/mogrify-private.h"
46 #include "MagickCore/composite-private.h"
47 #include "MagickCore/string-private.h"
123 assert(image_info->signature == MagickCoreSignature); in CompositeImageList()
125 assert((*image)->signature == MagickCoreSignature); in CompositeImageList()
126 if ((*image)->debug != MagickFalse) in CompositeImageList()
127 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",(*image)->filename); in CompositeImageList()
131 composite_options->clip_to_self=GetCompositeClipToSelf( in CompositeImageList()
132 composite_options->compose); in CompositeImageList()
[all …]
Danimate.c20 % Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
45 #include "MagickWand/mogrify-private.h"
46 #include "MagickCore/animate-private.h"
47 #include "MagickCore/string-private.h"
68 % This means that a continuous-tone 24 bits/pixel image can display on a 8
69 % bit pseudo-color device or monochrome device. In most instances the reduced
71 % pseudo-color image sequence can display on a continuous-tone 24 bits/pixels
99 " -debug events display copious debugging information\n" in AnimateUsage()
100 " -help print program options\n" in AnimateUsage()
101 " -list type print a list of supported option arguments\n" in AnimateUsage()
[all …]
Dimport.c20 % Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
46 #include "MagickWand/mogrify-private.h"
47 #include "MagickCore/string-private.h"
48 #include "MagickCore/image-private.h"
49 #include "MagickCore/xwindow-private.h"
98 " -debug events display copious debugging information\n" in ImportUsage()
99 " -help print program options\n" in ImportUsage()
100 " -list type print a list of supported option arguments\n" in ImportUsage()
101 " -log format format of debugging information\n" in ImportUsage()
102 " -version print version information", in ImportUsage()
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-identifier-naming.rst1 .. title:: clang-tidy - readability-identifier-naming
3 readability-identifier-naming
14 - ``lower_case``,
15 - ``UPPER_CASE``,
16 - ``camelBack``,
17 - ``CamelCase``,
18 - ``camel_Snake_Back``,
19 - ``Camel_Snake_Case``,
20 - ``aNy_CasE``.
31 This also applies for pseudo-override patterns like CRTP.
[all …]
/external/libxml2/doc/
Dxmllint.xml2 <?xml-stylesheet type="text/xsl"
4 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
5 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
48 <!-- date should be the date of the latest change or the release version -->
50 <!-- still a bit buggy output, will talk to docbook-xsl upstream to fix this -->
51 <!-- <releaseinfo>This is release 0.5 of the xmllint Manual.</releaseinfo> -->
52 <!-- <edition>0.5</edition> -->
69 <arg choice="plain"><option>--version</option></arg>
70 <arg choice="plain"><option>--debug</option></arg>
71 <arg choice="plain"><option>--shell</option></arg>
[all …]
/external/tcpdump/tests/
DQinQpacketv.out1 …ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6…
2 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e…
4 Client-Ethernet-Address 00:08:5d:23:0c:3f
5 Vendor-rfc1048 Extensions
7 DHCP-Message Option 53, length 1: Discover
8 MSZ Option 57, length 2: 1500
9 Parameter-Request Option 55, length 9:
10 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP
11 Vendor-Option, Time-Zone, TFTP, Option 159
12 Option 160
[all …]
/external/kmod/man/
Ddepmod.xml2 <!--*-nxml-*-->
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
47 <arg><option>-b <replaceable>basedir</replaceable></option></arg>
48 <arg><option>-e</option></arg>
49 <arg><option>-E <replaceable>Module.symvers</replaceable></option></arg>
50 <arg><option>-F <replaceable>System.map</replaceable></option></arg>
51 <arg><option>-n</option></arg>
52 <arg><option>-v</option></arg>
53 <arg><option>-A</option></arg>
[all …]
Dmodprobe.xml2 <!--*-nxml-*-->
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
45 <arg><option>-v</option></arg>
46 <arg><option>-V</option></arg>
47 <arg><option>-C <replaceable>config-file</replaceable></option></arg>
48 <arg><option>-n</option></arg>
49 <arg><option>-i</option></arg>
50 <arg><option>-q</option></arg>
51 <arg><option>-b</option></arg>
[all …]
/external/mesa3d/src/util/
D00-mesa-defaults.conf2 <!--
22 built-ins (specifically gl_VertexID), which causes the vertex shaders to fail
29 -->
35 <!ELEMENT application (option+)>
41 <!ELEMENT engine (option+)>
43 <!-- engine_name_match: A regexp matching the engine name -->
44 <!-- engine_versions: A version in range format
45 (version 1 to 4 : "1:4") -->
50 <!ELEMENT option EMPTY>
51 <!ATTLIST option name CDATA #REQUIRED
[all …]
/external/expat/doc/
Dxmlwf.xml2 <!-- Fill in your name for FIRSTNAME and SURNAME. -->
5 <!-- Please adjust the date whenever revising the manpage. -->
7 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
8 allowed: see man(7), man(1). -->
42 <refpurpose>Determines if an XML document is well-formed</refpurpose>
47 <arg><option>-s</option></arg>
48 <arg><option>-n</option></arg>
49 <arg><option>-p</option></arg>
50 <arg><option>-x</option></arg>
52 <arg><option>-e <replaceable>encoding</replaceable></option></arg>
[all …]
/external/flac/man/
Dflac.sgml1 <!doctype refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
3 <!-- Fill in your name for FIRSTNAME and SURNAME. -->
6 <!-- Please adjust the date whenever revising the manpage. -->
8 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
9 allowed: see man(7), man(1). -->
30 <year>2002-2005, 2011-2013</year>
57 <arg>-</arg>
63 <arg>-d</arg> <arg>--decode</arg>
64 <arg>-t</arg> <arg>--test</arg>
65 <arg>-a</arg> <arg>--analyze</arg>
[all …]
/external/clang/docs/CommandGuide/
Dclang.rst1 clang - the Clang C, C++, and Objective-C compiler
5 --------
10 -----------
12 :program:`clang` is a C, C++, and Objective-C compiler which encompasses
14 Depending on which high-level mode setting is passed, Clang will stop before
29 ".mi" (for Objective-C), or ".mii" (for Objective-C++) file.
40 This stage translates an AST into low-level intermediate code (known as
42 optimizing the generated code and handling target-specific code generation.
63 the same driver. Please see <http://clang-analyzer.llvm.org> for more details
67 -------
[all …]
/external/python/cpython3/Doc/library/
Doptparse.rst1 :mod:`optparse` --- Parser for command line options
5 :synopsis: Command-line option parsing library.
17 --------------
20 command-line options than the old :mod:`getopt` module. :mod:`optparse` uses a
21 more declarative style of command-line parsing: you create an instance of
31 parser.add_option("-f", "--file", dest="filename",
33 parser.add_option("-q", "--quiet",
40 on the command-line, for example::
42 <yourscript> --file=outfile -q
45 ``options`` object returned by :meth:`parse_args` based on user-supplied
[all …]
/external/python/cpython2/Doc/library/
Doptparse.rst1 :mod:`optparse` --- Parser for command line options
5 :synopsis: Command-line option parsing library.
18 --------------
21 command-line options than the old :mod:`getopt` module. :mod:`optparse` uses a
22 more declarative style of command-line parsing: you create an instance of
32 parser.add_option("-f", "--file", dest="filename",
34 parser.add_option("-q", "--quiet",
41 on the command-line, for example::
43 <yourscript> --file=outfile -q
46 ``options`` object returned by :meth:`parse_args` based on user-supplied
[all …]

12345678910>>...49