HomeSort by relevance Sort by last modified time
    Searched defs:options (Results 101 - 125 of 3098) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/test/testrunner/
run_build_test_target.py 43 options = parser.parse_args() variable
47 if options.list:
54 if not target_config.get(options.build_target):
58 target = target_config[options.build_target]
59 n_threads = options.n_threads
  /bionic/linker/
linker_logger.cpp 51 std::vector<std::string> options = android::base::Split(value, ","); local
55 for (const auto& o : options) {
  /bionic/tools/relocation_packer/src/
main.cc 56 static const option options[] = { local
62 int c = getopt_long(argc, argv, "uvph", options, NULL);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
AddAccountTx.java 29 public final Bundle options; field in class:AddAccountTx
36 options = in.readBundle();
44 Bundle options,
53 this.options = options;
67 out.writeBundle(options);
ConfirmCredentialsTx.java 25 public final Bundle options; field in class:ConfirmCredentialsTx
30 options = in.readBundle();
36 Bundle options,
39 this.options = options;
51 out.writeBundle(options);
GetAuthTokenTx.java 26 public final Bundle options; field in class:GetAuthTokenTx
32 options = in.readBundle();
39 Bundle options,
43 this.options = options;
56 out.writeBundle(options);
StartAddAccountSessionTx.java 29 public final Bundle options; field in class:StartAddAccountSessionTx
35 options = in.readBundle();
42 Bundle options) {
50 this.options = options;
63 out.writeBundle(options);
StartUpdateCredentialsSessionTx.java 26 public final Bundle options; field in class:StartUpdateCredentialsSessionTx
31 options = in.readBundle();
37 Bundle options) {
40 this.options = options;
52 out.writeBundle(options);
UpdateCredentialsTx.java 26 public final Bundle options; field in class:UpdateCredentialsTx
32 options = in.readBundle();
39 Bundle options,
43 this.options = options;
56 out.writeBundle(options);
  /cts/tests/tests/accounts/src/android/accounts/cts/
AbstractAuthenticatorTests.java 76 Bundle options = new Bundle(); local
78 options.putString(Fixtures.KEY_ACCOUNT_NAME, accountName);
84 options,
112 Bundle options = new Bundle(); local
114 options.putString(Fixtures.KEY_ACCOUNT_NAME, accountName);
119 options,
150 Bundle options = new Bundle(); local
152 options.putString(Fixtures.KEY_ACCOUNT_NAME, accountName);
160 options,
199 validateSystemOptions(addAccountTx.options);
220 Bundle options = new Bundle(); local
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/
Main.java 49 final Options options = Options.parseArgs(args); local
50 if (options.errorIndex >= 0) {
55 return run(options);
72 public static int run(Options options) {
78 bugreport = parser.parse(Lines.readLines(options.bugreport));
80 System.err.println("Error reading monkey file: " + options.bugreport);
87 if (options.monkey != null)
    [all...]
  /device/generic/goldfish/wifi/ipv6proxy/
proxy.cpp 128 uint32_t options = kForwardOnly; local
131 options = kRewriteSourceLink | kSetDefaultGateway;
134 options = kSpoofSource;
137 options = kRewriteTargetLink;
143 forward(mOuterIf, inner, packet, options);
149 uint32_t options = kForwardOnly; local
152 options = kSpoofSource;
155 options = kSpoofSource | kAddRoute;
158 options = kRewriteTargetLink | kSpoofSource | kAddRoute;
163 forward(inner, mOuterIf, packet, options);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmdfw.py 13 global flags options. Subcommands are defined by defining
40 """Process flags, subcommand and options, then run it."""
47 self.options(opts)
71 def options(self, opts): member in class:CommandFrameWork
72 """Process the options retrieved by getopt.
73 Override this if you have any options."""
76 print "Options:"
  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 16 #include "Magick++/Options.h"
21 _options(new Options),
32 _options(new Options),
43 // Deallocate image options
45 _options=(Options *) NULL;
89 void Magick::ImageRef::options(Magick::Options *options_) function in class:Magick::ImageRef
95 Magick::Options *Magick::ImageRef::options(void) function in class:Magick::ImageRef
148 Magick::ImageRef::ImageRef(MagickCore::Image *image_,const Options *options_
    [all...]
  /external/autotest/contrib/
manage_powerunit_info.py 129 """Parse options"""
152 options = parser.parse_args()
153 if options.action == 'upload' or options.action =='backup':
154 if not options.csv_file:
157 file_exists = os.path.exists(options.csv_file)
158 if options.action == 'upload' and not file_exists:
159 logging.error('%s is not a valid file.', options.csv_file)
161 if options.action == 'backup' and file_exists:
162 logging.error('%s already exists.', options.csv_file
172 options = parse_options() variable
    [all...]
  /external/autotest/site_utils/lxc/container_pool/
async_listener_unittest.py 20 # Namespace object for parsing cmd line options.
21 options = None variable
  /external/caliper/caliper/src/main/java/com/google/caliper/options/
OptionsModule.java 17 package com.google.caliper.options;
29 * Bindings for Caliper command line options.
41 * Return a module that will provide access to configuration options and the name of the
44 * @param args the arguments from which the configuration options and the benchmark class name
52 * Return a module that will provide access to configuration options without the name of the
55 * @param args the arguments from which the configuration options are parsed; it must have no
63 * Return a module that will provide access to the default configuration options.
80 @Provides @CaliperDirectory static File provideCaliperDirectory(CaliperOptions options) {
81 return options.caliperDirectory();
  /external/curl/tests/
dictserver.py 26 def dictserver(options):
31 if options.pidfile:
33 with open(options.pidfile, "w") as f:
36 local_bind = (HOST, options.port)
100 def setup_logging(options):
102 Set up logging from the command line options
110 if options.logfile:
111 handler = logging.FileHandler(options.logfile, mode="w")
119 if options.verbose:
145 # Get the options from the user
146 options = get_options() variable in class:ScriptException
    [all...]
  /external/deqp/scripts/
launchcontrol_build.py 93 options = parseOptions() variable
96 print "# %s %s BUILD" % (options.config.upper(), options.buildType.upper())
99 launchControlConfig = BUILD_CONFIGS[options.config]
100 buildDir = os.path.realpath(os.path.normpath(options.buildDir))
101 config = BuildConfig(buildDir, options.buildType, launchControlConfig.getBuildArgs())
  /external/desugar/java/com/google/devtools/common/options/
BoolOrEnumConverter.java 15 package com.google.devtools.common.options;
17 import com.google.devtools.common.options.Converters.BooleanConverter;
CommandNameCache.java 14 package com.google.devtools.common.options;
InvocationPolicyParser.java 14 package com.google.devtools.common.options;
33 * @throws com.google.devtools.common.options.OptionsParsingException if the value of
Option.java 14 package com.google.devtools.common.options;
22 * An interface for annotating fields in classes (derived from OptionsBase) that are options.
28 * {@link com.google.devtools.common.options.processor.OptionProcessor} for details.
44 * is ignored for boolean, tristate, boolean_or_enum, and void options.
73 * This category field is deprecated. Bazel is in the process of migrating all options to use the
76 * options are using the new system.
78 * <p>Please leave the old category field in existing options to minimize disruption to the Help
96 * for this should be documented) all options should have some effect, so this needs to have at
111 * <p>Hidden or internal options must be UNDOCUMENTED (set in {@link #documentationCategory()}).
132 * concatenated to form the full options value
    [all...]
OptionFilterDescriptions.java 14 package com.google.devtools.common.options;
19 * Provides descriptions of the options filters, for use in generated documentation and usage text.
47 "Miscellaneous options, not otherwise categorized.")
53 "Options that appear before the command and are parsed by the client")
56 "Options that affect the verbosity, format or location of logging")
57 .put(OptionDocumentationCategory.EXECUTION_STRATEGY, "Options that control build execution")
60 "Options that trigger optimizations of the build time")
63 "Options that control the output of the command")
66 "Options that let the user configure the intended output, affecting its value, as "
70 "Options that affect how strictly Bazel enforces valid build inputs (rule definitions,
    [all...]
OptionInstanceOrigin.java 14 package com.google.devtools.common.options;

Completed in 842 milliseconds

1 2 3 45 6 7 8 91011>>