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

12 3 4 5 6 7 8 91011>>

  /external/iptables/include/linux/netfilter/
xt_connlabel.h 11 __u16 options; member in struct:xt_connlabel_mtinfo
xt_SYNPROXY.h 11 __u8 options; member in struct:xt_synproxy_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_connlabel.h 12 __u16 options; member in struct:xt_connlabel_mtinfo
xt_SYNPROXY.h 14 __u8 options; member in struct:xt_synproxy_info
  /external/snakeyaml/src/test/java/examples/
CollectionStyleTest.java 31 DumperOptions options = new DumperOptions(); local
32 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
33 Yaml yaml = new Yaml(options);
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
builtin_operator.h 25 // Builtin operators have special TF Lite objects describing their options.
30 // - T2 must be one of TF Lite's objects defining Builtin Options, such as
47 // Read options from the TF Lite object and set the corresponding values in
52 Options Serialize(const Operator& op,
54 auto options = WriteOptions(static_cast<const TocoOperator&>(op), builder); variable
55 return Options::Builtin(TfLiteEnum, options.Union());
62 auto* options = static_cast<const TfLiteOptions*>(builtin_options); variable
63 if (options) {
64 ReadOptions(*options, op.get())
    [all...]
  /external/tensorflow/tensorflow/core/grappler/utils/
grappler_test.cc 27 SessionOptions options; local
28 std::unique_ptr<tensorflow::Session> session(NewSession(options));
  /external/webrtc/talk/app/webrtc/
localaudiosource.h 48 const PeerConnectionFactoryInterface::Options& options,
54 virtual const cricket::AudioOptions& options() const { return options_; } function in class:webrtc::LocalAudioSource
64 void Initialize(const PeerConnectionFactoryInterface::Options& options,
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_hidl_test_utils.h 65 "usage: %s <gtest options> <test options>\n\n"
66 "test options are:\n\n"
72 static struct option options[] = {{"nan_on", no_argument, 0, 'N'}, local
76 while ((c = getopt_long(argc, argv, "N", options, NULL)) >= 0) {
  /toolchain/binutils/binutils-2.27/gold/testsuite/
object_unittest.cc 26 #include "options.h"
67 General_options options; local
70 set_parameters_options(&options);
  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
AlwaysFocusablePipActivity.java 39 final ActivityOptions options = ActivityOptions.makeBasic(); local
40 options.setLaunchBounds(new Rect(0, 0, 500, 500));
41 options.setLaunchWindowingMode(WINDOWING_MODE_PINNED);
42 caller.startActivity(intent, options.toBundle());
FreeformActivity.java 35 final ActivityOptions options = ActivityOptions.makeBasic(); local
36 options.setLaunchBounds(new Rect(0, 0, 900, 900));
37 this.startActivity(intent, options.toBundle());
TranslucentAssistantActivity.java 41 final ActivityOptions options = ActivityOptions.makeBasic(); local
42 options.setLaunchActivityType(ACTIVITY_TYPE_ASSISTANT);
43 caller.startActivity(intent, options.toBundle());
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_SYNPROXY.h 28 __u8 options; member in struct:xt_synproxy_info
  /external/adhd/adhdinfo/
main.c 22 static struct option options[] = { local
39 const int choice = getopt_long(argc, argv, "", options, &option_index);
  /external/autotest/utils/
tko_publish.py 5 a remote dashboard server matching given filtering options and for those it
17 options = optparse.Values() variable
19 USAGE="""tko-publish [options] <resultsdir> <rsync-destination-path>
41 dir = os.path.join(options.resultsdir, dir)
50 cmd = RSYNC_COMMAND % (jobdir, options.dest)
60 jobdirs = get_job_dirs(options.resultsdir)
67 if options.jobname_pattern:
68 jobname_pattern = re.compile(options.jobname_pattern)
87 if options.job_owner and options.job_owner != job[0].owner
    [all...]
  /external/desugar/java/com/google/devtools/common/options/
Converter.java 14 package com.google.devtools.common.options;
EnumConverter.java 15 package com.google.devtools.common.options;
IsolatedOptionsData.java 15 package com.google.devtools.common.options;
19 import com.google.devtools.common.options.OptionDefinition.NotAnOptionException;
20 import com.google.devtools.common.options.OptionsParser.ConstructionException;
31 * A selection of options data corresponding to a set of {@link OptionsBase} subclasses (options
42 * options are immutable.
48 * Cache for the options in an OptionsBase.
50 * <p>Mapping from options class to a list of all {@code OptionFields} in that class. The map
82 * Mapping from each options class to its no-arg constructor. Entries appear in the same order
89 * options class (the order in which they were passed to {@link #from(Collection)}, and then i
    [all...]
OptionsClassProvider.java 14 package com.google.devtools.common.options;
19 * A read-only interface for options parser results, which only allows to query the options of
31 * Returns the options instance for the given {@code optionsClass}, that is,
32 * the parsed options, or null if it is not among those available.
34 * <p>The returned options should be treated by library code as immutable and
35 * a provider is permitted to return the same options instance multiple times.
OptionsParsingException.java 15 package com.google.devtools.common.options;
TriState.java 14 package com.google.devtools.common.options;
17 * Enum used to represent tri-state options (yes/no/auto).
  /external/elfutils/src/
arlib-argp.c 0 /* Options common to ar and ranlib.
29 static const struct argp_option options[] = variable in typeref:struct:argp_option
87 options, parse_opt, NULL, NULL, NULL, help_filter, NULL
  /external/icu/icu4c/source/common/
ucnv_imp.h 50 uint32_t options; member in struct:__anon21285
70 * @param options converter options bit set (default 0)
78 const char *locale, uint32_t options,
  /external/libbrillo/brillo/dbus/
dbus_connection.cc 37 dbus::Bus::Options options; local
38 options.bus_type = dbus::Bus::SYSTEM;
40 scoped_refptr<dbus::Bus> bus = new dbus::Bus(options);

Completed in 365 milliseconds

12 3 4 5 6 7 8 91011>>