Home
last modified time | relevance | path

Searched full:options (Results 1 – 25 of 7698) sorted by relevance

12345678910>>...308

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DAgentOptionsTest.java39 AgentOptions options = new AgentOptions(); in testDefaults() local
40 assertEquals(AgentOptions.DEFAULT_DESTFILE, options.getDestfile()); in testDefaults()
41 assertTrue(options.getAppend()); in testDefaults()
42 assertEquals("*", options.getIncludes()); in testDefaults()
43 assertEquals("", options.getExcludes()); in testDefaults()
45 options.getExclClassloader()); in testDefaults()
46 assertFalse(options.getInclBootstrapClasses()); in testDefaults()
47 assertFalse(options.getInclNoLocationClasses()); in testDefaults()
48 assertNull(options.getSessionId()); in testDefaults()
49 assertTrue(options.getDumpOnExit()); in testDefaults()
[all …]
/external/libxml2/os400/libxmlrpg/
Dxmlwriter.rpgle34 d uri * value options(*string) const char *
74 d version * value options(*string) const char *
75 d encoding * value options(*string) const char *
76 d standalone * value options(*string) const char *
100 d format * value options(*string: *nopass) const char *
101 d #vararg1 * value options(*string: *nopass) void *
102 d #vararg2 * value options(*string: *nopass) void *
103 d #vararg3 * value options(*string: *nopass) void *
104 d #vararg4 * value options(*string: *nopass) void *
105 d #vararg5 * value options(*string: *nopass) void *
[all …]
Dxmlstring.rpgle28 d cur * value options(*string) const xmlChar *
31 d cur * value options(*string) const xmlChar *
35 d cur * value options(*string) const char *
39 d cur * value options(*string) const char *
42 d str * value options(*string) const xmlChar *
47 d str * value options(*string) const xmlChar *
51 d str * value options(*string) const xmlChar *
52 d val * value options(*string) const xmlChar *
55 d str * value options(*string) const xmlChar *
56 d val * value options(*string) const xmlChar *
[all …]
Dhash.rpgle91 d name * value options(*string) const xmlChar *
92 d userdata * value options(*string) void *
98 d name * value options(*string) const xmlChar *
99 d userdata * value options(*string) void *
106 d name * value options(*string) const xmlChar *
107 d name2 * value options(*string) const xmlChar *
108 d userdata * value options(*string) void *
114 d name * value options(*string) const xmlChar *
115 d name2 * value options(*string) const xmlChar *
116 d userdata * value options(*string) void *
[all …]
/external/u-boot/tools/buildman/
Dcontrol.py25 def GetActionSummary(is_summary, commits, selected, options): argument
33 count = (count + options.step - 1) / options.step
40 str += ' (%d thread%s, %d job%s per thread)' % (options.threads,
41 GetPlural(options.threads), options.jobs, GetPlural(options.jobs))
44 def ShowActions(series, why_selected, boards_selected, builder, options): argument
57 options: Command line options object
67 options)
70 for upto in range(0, len(series.commits), options.step):
78 if options.verbose:
105 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument
[all …]
/external/libchrome/mojo/core/
Dentrypoints.cc23 MojoResult MojoInitializeImpl(const struct MojoInitializeOptions* options) { in MojoInitializeImpl() argument
43 const MojoCreateMessagePipeOptions* options, in MojoCreateMessagePipeImpl() argument
46 return g_core->CreateMessagePipe(options, message_pipe_handle0, in MojoCreateMessagePipeImpl()
52 const MojoWriteMessageOptions* options) { in MojoWriteMessageImpl() argument
53 return g_core->WriteMessage(message_pipe_handle, message, options); in MojoWriteMessageImpl()
57 const MojoReadMessageOptions* options, in MojoReadMessageImpl() argument
59 return g_core->ReadMessage(message_pipe_handle, options, message); in MojoReadMessageImpl()
65 const MojoFuseMessagePipesOptions* options) { in MojoFuseMessagePipesImpl() argument
66 return g_core->FuseMessagePipes(handle0, handle1, options); in MojoFuseMessagePipesImpl()
69 MojoResult MojoCreateMessageImpl(const MojoCreateMessageOptions* options, in MojoCreateMessageImpl() argument
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmain.py32 from firmware_constants import MODE, OPTIONS
56 def __init__(self, options): argument
57 self.options = options
71 is_touchscreen=options[OPTIONS.TOUCHSCREEN],
94 mode = options[OPTIONS.MODE]
95 if options[OPTIONS.RESUME]:
98 self.log_dir = options[OPTIONS.RESUME]
99 elif options[OPTIONS.REPLAY]:
101 self.log_dir = options[OPTIONS.REPLAY]
110 if not (self.options[OPTIONS.REPLAY] or self.options[OPTIONS.RESUME]):
[all …]
/external/openssh/
Dservconf.c72 /* Initializes the server options to their default values. */
75 initialize_server_options(ServerOptions *options) in initialize_server_options() argument
77 memset(options, 0, sizeof(*options)); in initialize_server_options()
79 /* Portable-specific options */ in initialize_server_options()
80 options->use_pam = -1; in initialize_server_options()
82 /* Standard Options */ in initialize_server_options()
83 options->num_ports = 0; in initialize_server_options()
84 options->ports_from_cmdline = 0; in initialize_server_options()
85 options->queued_listen_addrs = NULL; in initialize_server_options()
86 options->num_queued_listens = 0; in initialize_server_options()
[all …]
Dreadconf.c73 # 1. command line options
118 # Defaults for various options
134 const char *host, const char *original_host, Options *options,
136 static int process_config_line_depth(Options *options, struct passwd *pw,
183 /* Deprecated options */
191 /* Unsupported options */
196 /* Sometimes-unsupported options */
316 * Adds a local TCP/IP port forward to options. Never returns if there is an
321 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward() argument
331 for (i = 0; i < options->num_local_forwards; i++) { in add_local_forward()
[all …]
Dssh.c157 * General data structure for command line options and options configurable
160 Options options; variable
235 * NB. this function must operate with a options having undefined members.
249 hints.ai_family = options.address_family == -1 ? in resolve_host()
250 AF_UNSPEC : options.address_family; in resolve_host()
276 * NB. this function must operate with a options having undefined members.
289 hints.ai_family = options.address_family == -1 ? in resolve_addr()
290 AF_UNSPEC : options.address_family; in resolve_addr()
329 * NB. this function must operate with a options having undefined members.
337 if (*cname == '\0' || options.num_permitted_cnames == 0 || in check_follow_cname()
[all …]
/external/ImageMagick/scripts/
Dxsnap110 # Proc Options creates the options window.
112 proc Options {} {
116 catch {destroy .options}
117 toplevel .options -class Options
118 wm title .options "Set Image Options"
119 wm group .options .
120 wm transient .options .
121 wm geometry .options \
124 # Create options window frame.
126 frame .options.input_title
[all …]
/external/v8/tools/testrunner/
Dnum_fuzzer.py91 def _process_options(self, options): argument
92 if not options.fuzzer_random_seed:
93 options.fuzzer_random_seed = random_utils.random_seed()
95 if options.total_timeout_sec:
96 options.tests_count = 0
98 if options.combine_tests:
99 if options.combine_min > options.combine_max:
101 options.min_group_size, options.max_group_size)
104 if options.variants != 'default':
113 def _timeout_scalefactor(self, options): argument
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DDumperOptionsTest.java33 DumperOptions options = new DumperOptions(); in testDefaultStyle() local
34 Yaml yaml = new Yaml(options); in testDefaultStyle()
39 options.setDefaultScalarStyle(DumperOptions.ScalarStyle.DOUBLE_QUOTED); in testDefaultStyle()
40 yaml = new Yaml(options); in testDefaultStyle()
43 options.setDefaultScalarStyle(DumperOptions.ScalarStyle.SINGLE_QUOTED); in testDefaultStyle()
44 yaml = new Yaml(options); in testDefaultStyle()
47 options.setDefaultScalarStyle(DumperOptions.ScalarStyle.PLAIN); in testDefaultStyle()
48 yaml = new Yaml(options); in testDefaultStyle()
53 options.setDefaultScalarStyle(null); in testDefaultStyle()
68 DumperOptions options = new DumperOptions(); in testDefaultFlowStyle() local
[all …]
/external/libchrome/mojo/public/c/system/
Dthunks.cc65 CoreLibraryInitializer(const MojoInitializeOptions* options) { in CoreLibraryInitializer() argument
69 if (options && options->struct_size >= sizeof(*options) && in CoreLibraryInitializer()
70 options->mojo_core_path) { in CoreLibraryInitializer()
71 base::StringPiece utf8_path(options->mojo_core_path, in CoreLibraryInitializer()
72 options->mojo_core_path_length); in CoreLibraryInitializer()
146 MojoResult MojoInitialize(const struct MojoInitializeOptions* options) { in MojoInitialize() argument
147 static base::NoDestructor<mojo::CoreLibraryInitializer> initializer(options); in MojoInitialize()
151 return INVOKE_THUNK(Initialize, options); in MojoInitialize()
168 MojoResult MojoCreateMessagePipe(const MojoCreateMessagePipeOptions* options, in MojoCreateMessagePipe() argument
171 return INVOKE_THUNK(CreateMessagePipe, options, message_pipe_handle0, in MojoCreateMessagePipe()
[all …]
/external/toolchain-utils/
Dbuild_chrome_browser.py111 options = parser.parse_args(argv)
113 if options.chromeos_root is None:
116 if options.board is None:
119 if options.version is None:
124 chrome_version = 'CHROME_VERSION=%s' % options.version
126 if options.dev and options.no_build_image:
130 if options.debug:
131 options.dev = True
133 options.chromeos_root = misc.CanonicalizePath(options.chromeos_root)
136 if options.ebuild_version:
[all …]
Dbuild_chromeos.py114 options = parser.parse_args(argv[1:])
116 if options.chromeos_root is None:
118 options.chromeos_root = os.path.expanduser(options.chromeos_root)
119 scripts_dir = os.path.join(options.chromeos_root, 'src', 'scripts')
123 if options.board is None:
126 if options.debug:
127 options.dev = True
129 build_packages_env = options.env
136 if options.rebuild == True:
140 misc.RemoveChromeBrowserObjectFiles(options.chromeos_root, options.board)
[all …]
/external/libtextclassifier/utils/
Dtoken-feature-extractor_test.cc38 TokenFeatureExtractorOptions options; in TEST_F() local
39 options.num_buckets = 1000; in TEST_F()
40 options.chargram_orders = std::vector<int>{1, 2, 3}; in TEST_F()
41 options.extract_case_feature = true; in TEST_F()
42 options.unicode_aware_features = false; in TEST_F()
43 options.extract_selection_mask_feature = true; in TEST_F()
44 TestingTokenFeatureExtractor extractor(options, unilib_); in TEST_F()
108 TokenFeatureExtractorOptions options; in TEST_F() local
109 options.num_buckets = 1000; in TEST_F()
110 options.chargram_orders = std::vector<int>{}; in TEST_F()
[all …]
/external/tcpdump/tests/
Dresp_3.out1 IP 127.0.0.1.52759 > 127.0.0.1.6379: Flags [F.], seq 2169831382, ack 489972337, win 342, options [n…
2 IP 127.0.0.1.6379 > 127.0.0.1.52759: Flags [F.], seq 1, ack 1, win 342, options [nop,nop,TS val 113…
3 IP 127.0.0.1.52759 > 127.0.0.1.6379: Flags [.], ack 2, win 342, options [nop,nop,TS val 1132418034 …
4 IP 127.0.0.1.52760 > 127.0.0.1.6379: Flags [S], seq 264055152, win 43690, options [mss 65495,sackOK…
5 IP 127.0.0.1.6379 > 127.0.0.1.52760: Flags [S.], seq 4227148888, ack 264055153, win 43690, options
6 IP 127.0.0.1.52760 > 127.0.0.1.6379: Flags [.], ack 1, win 342, options [nop,nop,TS val 1132418037 …
7 IP 127.0.0.1.52760 > 127.0.0.1.6379: Flags [P.], seq 1:7, ack 1, win 342, options [nop,nop,TS val 1…
8 IP 127.0.0.1.6379 > 127.0.0.1.52760: Flags [.], ack 7, win 342, options [nop,nop,TS val 1132418037 …
9 IP 127.0.0.1.6379 > 127.0.0.1.52760: Flags [P.], seq 1:28, ack 7, win 342, options [nop,nop,TS val …
10 IP 127.0.0.1.52760 > 127.0.0.1.6379: Flags [.], ack 28, win 342, options [nop,nop,TS val 1132418037…
[all …]
/external/ImageMagick/Magick++/lib/
DOptions.cpp6 // Implementation of Options
20 #include "Magick++/Options.h"
27 Magick::Options::Options(void) in Options() function in Magick::Options
45 Magick::Options::Options(const Options& options_) in Options() function in Magick::Options
53 Magick::Options::~Options() in ~Options()
65 void Magick::Options::adjoin(const bool flag_) in adjoin()
71 bool Magick::Options::adjoin(void) const in adjoin()
76 void Magick::Options::matteColor(const Color &matteColor_) in matteColor()
81 Magick::Color Magick::Options::matteColor(void) const in matteColor()
86 void Magick::Options::backgroundColor(const Color &color_) in backgroundColor()
[all …]
/external/v8/tools/node/
Dbuild_gn.py42 def FindGn(options): argument
43 if options.host_os == "linux":
45 elif options.host_os == "mac":
47 elif options.host_os == "win":
51 return os.path.join(options.v8_path, "buildtools", os_path, "gn")
53 def GenerateBuildFiles(options): argument
54 gn = FindGn(options)
56 target_os = FindTargetOs(options.flag)
60 for flag in options.flag:
65 if options.mode == "Debug":
[all …]
/external/autotest/cli/
Dquery_keyvals9 usage = "usage: %prog [options] job_id"
17 options, args = parser.parse_args()
18 options.show_test_keyvals = options.type in ("all", "test")
19 options.show_attr_keyvals = options.type in ("all", "iteration", "attr")
20 options.show_perf_keyvals = options.type in ("all", "iteration", "perf")
21 options.show_iter_keyvals = (
22 options.show_perf_keyvals or options.show_attr_keyvals)
23 return parser, options, args
26 def print_keyvals(keyval, format_string, options): argument
28 if not options.key or key == options.key:
[all …]
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer.py41 # The following options are for 'advise' cmd.
59 def _build_options(options): argument
63 options: A dictionary of options.
68 opts.max_depth = options.get('max_depth', 10)
69 opts.min_bytes = options.get('min_bytes', 0)
70 opts.min_peak_bytes = options.get('min_peak_bytes', 0)
71 opts.min_residual_bytes = options.get('min_residual_bytes', 0)
72 opts.min_output_bytes = options.get('min_output_bytes', 0)
73 opts.min_micros = options.get('min_micros', 0)
74 opts.min_accelerator_micros = options.get('min_accelerator_micros', 0)
[all …]
/external/clang/lib/Driver/
DTools.cpp23 #include "clang/Driver/Options.h"
114 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) { in CheckPreprocessingOptions()
115 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) && in CheckPreprocessingOptions()
116 !Args.hasArg(options::OPT__SLASH_EP) && !D.CCCIsCPP()) { in CheckPreprocessingOptions()
128 if (Args.hasArg(options::OPT_static)) in CheckCodeGenerationOptions()
130 Args.getLastArg(options::OPT_dynamic, options::OPT_mdynamic_no_pic)) in CheckCodeGenerationOptions()
241 Args.AddAllArgValues(CmdArgs, options::OPT_Zlinker_input); in AddLinkerInputs()
257 // Handle reserved library options. in AddLinkerInputs()
258 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx)) in AddLinkerInputs()
260 else if (A.getOption().matches(options::OPT_Z_reserved_lib_cckext)) in AddLinkerInputs()
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DOptions.java10 package com.adobe.xmp.options;
24 public abstract class Options class
26 /** the internal int containing all options */
27 private int options = 0; field in Options
35 public Options() in Options() method in Options
42 * Constructor with the options bit mask.
44 * @param options the options bit mask
45 * @throws XMPException If the options are not correct
47 public Options(int options) throws XMPException in Options() method in Options
49 assertOptionsValid(options); in Options()
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java33 static Hashtable options = new Hashtable(); static { field in CommandLine
34 options.put("--nocdata", Boolean.FALSE); // CDATA elements are normal
35 options.put("--files", Boolean.FALSE); // process arguments as separate files
36 options.put("--reuse", Boolean.FALSE); // reuse a single Parser
37 options.put("--nons", Boolean.FALSE); // no namespaces
38 options.put("--nobogons", Boolean.FALSE); // suppress unknown elements
39 options.put("--any", Boolean.FALSE); // unknowns have ANY content model
40 options.put("--emptybogons", Boolean.FALSE); // unknowns have EMPTY content model
41 options.put("--norootbogons", Boolean.FALSE); // unknowns can't be the root
42 options.put("--pyxin", Boolean.FALSE); // input is PYX
[all …]

12345678910>>...308