Home
last modified time | relevance | path

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

12345678910>>...51

/external/openwrt-prebuilts/shared/config/
Dfirewall2 option syn_flood '1'
3 option input 'ACCEPT'
4 option output 'ACCEPT'
5 option forward 'REJECT'
8 option name 'wifi0'
10 option input 'ACCEPT'
11 option output 'ACCEPT'
12 option forward 'REJECT'
15 option src 'wifi0'
16 option dest 'wan'
[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"/>
26 <option name="cleanup" value="true"/>
27 <option name="disable" value="true"/>
[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/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 …]
Didentify.c20 % Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
43 % option.
52 #include "MagickWand/mogrify-private.h"
53 #include "MagickCore/string-private.h"
97 " -debug events display copious debugging information\n" in IdentifyUsage()
98 " -help print program options\n" in IdentifyUsage()
99 " -list type print a list of supported option arguments\n" in IdentifyUsage()
100 " -log format format of debugging information\n" in IdentifyUsage()
101 " -version print version information", in IdentifyUsage()
103 " -channel mask set the image channel mask\n" in IdentifyUsage()
[all …]
Dmogrify.c20 % Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
37 % draw on, flip, join, re-sample, and much more. This tool is similiar to
39 % change the file suffix with the -format option) with any changes you
42 % This embeds the legacy command-line parser as opposed to operation.c which
43 % embeds the modern parser designed for the execution in a strict one option
54 #include "MagickWand/magick-wand-private.h"
55 #include "MagickWand/mogrify-private.h"
56 #include "MagickCore/blob-private.h"
57 #include "MagickCore/color-private.h"
58 #include "MagickCore/composite-private.h"
[all …]
Dcompare.c20 % Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
46 #include "MagickWand/mogrify-private.h"
47 #include "MagickCore/string-private.h"
87 " -separate separate an image channel into a grayscale image", in CompareUsage()
89 " -channel mask set the image channel mask\n" in CompareUsage()
90 " -debug events display copious debugging information\n" in CompareUsage()
91 " -help print program options\n" in CompareUsage()
92 " -list type print a list of supported option arguments\n" in CompareUsage()
93 " -log format format of debugging information", in CompareUsage()
95 " -brightness-contrast geometry\n" in CompareUsage()
[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 <!-- still a bit buggy output, will talk to docbook-xsl upstream to fix this -->
49 <!-- <releaseinfo>This is release 0.5 of the xmllint Manual.</releaseinfo> -->
50 <!-- <edition>0.5</edition> -->
67 <arg choice="plain"><option>--version</option></arg>
68 <arg choice="plain"><option>--debug</option></arg>
69 <arg choice="plain"><option>--quiet</option></arg>
70 <arg choice="plain"><option>--shell</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/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/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dsecuregcm.rs7 // http://www.apache.org/licenses/LICENSE-2.0
15 // This file is generated by rust-protobuf 3.2.0. Do not edit
19 // https://github.com/rust-lang/rust-clippy/issues/702
48 pub android_device_id: ::std::option::Option<u64>,
50 pub gcm_registration_id: ::std::option::Option<::std::vec::Vec<u8>>,
52 pub apn_registration_id: ::std::option::Option<::std::vec::Vec<u8>>,
54 pub notification_enabled: ::std::option::Option<bool>,
56 pub bluetooth_mac_address: ::std::option::Option<::std::string::String>,
58 pub device_master_key_hash: ::std::option::Option<::std::vec::Vec<u8>>,
60 pub user_public_key: ::std::option::Option<::std::vec::Vec<u8>>,
[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 …]
/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/rust/crates/jni-sys/src/
Dlib.rs1 #![doc(html_root_url="https://docs.rs/jni-sys/0.3.0")]
52 fn clone(&self) -> Self { in clone()
75 pub const JNI_ERR: jint = -1;
76 pub const JNI_EDETACHED: jint = -2;
77 pub const JNI_EVERSION: jint = -3;
78 pub const JNI_ENOMEM: jint = -4;
79 pub const JNI_EEXIST: jint = -5;
80 pub const JNI_EINVAL: jint = -6;
100 fn clone(&self) -> Self { in clone()
115 pub GetVersion: Option<unsafe extern "system" fn(env: *mut JNIEnv) -> jint>,
[all …]
/external/vboot_reference/futility/
Dcmd_sign.c3 * Use of this source code is governed by a BSD-style license that can be
65 } option = { variable
77 fprintf(stderr, "Missing --%s option\n", optname); in no_opt_if()
86 VbPublicKey *data_key = (VbPublicKey *)state->my_area->buf; in futil_cb_sign_pubkey()
89 if (option.pem_signpriv) { in futil_cb_sign_pubkey()
90 if (option.pem_external) { in futil_cb_sign_pubkey()
94 option.pem_signpriv, in futil_cb_sign_pubkey()
95 option.pem_algo, option.flags, in futil_cb_sign_pubkey()
96 option.pem_external); in futil_cb_sign_pubkey()
98 option.signprivate = PrivateKeyReadPem( in futil_cb_sign_pubkey()
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
39 // Some generic_services option(s) added automatically.
40 // See: http://go/proto2-generic-services-default
41 option cc_generic_services = true; // auto-added
42 option java_generic_services = true; // auto-added
43 option py_generic_services = true;
45 // A custom file option (defined below).
46 option (file_opt1) = 9876543210;
100 option message_set_wire_format = false;
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
39 // Some generic_services option(s) added automatically.
40 // See: http://go/proto2-generic-services-default
41 option cc_generic_services = true; // auto-added
42 option java_generic_services = true; // auto-added
43 option py_generic_services = true;
45 // A custom file option (defined below).
46 option (file_opt1) = 9876543210;
100 option message_set_wire_format = false;
[all …]
/external/expat/expat/doc/
Dxmlwf.xml1 <!--
10 Copyright (c) 2002-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
12 Copyright (c) 2016-2022 Sebastian Pipping <sebastian@pipping.org>
19 -->
20 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
21 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
25 <!-- Please adjust this^^ date whenever cutting a new release. -->
59 <refpurpose>Determines if an XML document is well-formed</refpurpose>
69 <arg choice="plain"><option>-h</option></arg>
73 <arg choice="plain"><option>-v</option></arg>
[all …]

12345678910>>...51