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

1 2 3 4 5 6 7 8 91011>>

  /external/caliper/caliper/src/main/java/com/google/caliper/options/
package-info.java 16 * Contains code relating to parsing and managing command line options. This is distinct from
20 package com.google.caliper.options;
CaliperDirectory.java 17 package com.google.caliper.options;
  /external/libchrome/base/process/
launch.cc 17 LaunchOptions options; local
22 options.allow_new_privs = true;
24 return options;
  /external/python/cpython2/Demo/tix/samples/
OptMenu.py 14 # use it for the user to choose from a fixed set of options
18 options = {'text':'Plain Text', 'post':'PostScript', 'html':'HTML', variable
31 options = 'label.width 19 label.anchor e menubutton.width 15')
35 options='label.width 19 label.anchor e menubutton.width 15')
37 # Add the available options to the two OptionMenu widgets
39 # [Hint] You have to add the options first before you set the
41 # the OptionMenu widget will complain about "unknown options"!
43 for opt in options.keys():
44 from_file.add_command(opt, label=options[opt])
45 to_file.add_command(opt, label=options[opt]
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_options.h 21 // Helper functions for querying options that are specific to the CPU backend.
25 namespace options { namespace in namespace:xla::cpu
33 } // namespace options
  /system/tools/aidl/
main_cpp.cpp 22 #include "options.h"
35 std::unique_ptr<CppOptions> options = CppOptions::Parse(argc, argv); local
36 if (!options) {
41 return android::aidl::compile_aidl_to_cpp(*options, io_delegate);
main_java.cpp 23 #include "options.h"
35 std::unique_ptr<JavaOptions> options = JavaOptions::Parse(argc, argv); local
36 if (!options) {
41 switch (options->task) {
43 return android::aidl::compile_aidl_to_java(*options, io_delegate);
45 if (android::aidl::preprocess_aidl(*options, io_delegate))
  /frameworks/base/services/core/java/com/android/server/
PendingIntentUtils.java 30 * @param bundle when provided, will merge the extra options to restrict background
35 final BroadcastOptions options = BroadcastOptions.makeBasic(); local
36 options.setDontSendToRestrictedApps(true);
38 return options.toBundle();
40 bundle.putAll(options.toBundle());
  /external/tensorflow/tensorflow/core/common_runtime/
graph_optimizer.h 55 const OptimizerOptions& options() { return opts_; } function in class:tensorflow::GraphOptimizer
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer.cc 24 DesktopCaptureOptions options; local
25 options.set_use_update_notifications(use_update_notifications);
26 return Create(options);
30 DesktopCaptureOptions options; local
31 options.set_disable_effects(disable_effects);
32 return Create(options);
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc_c_smoke_test.c 32 shaderc_compile_options_t options; local
35 options = shaderc_compile_options_initialize();
36 shaderc_compile_options_add_macro_definition(options, "FOO", 3, "1", 1);
39 shaderc_glsl_fragment_shader, "a.glsl", "main", options);
49 shaderc_compile_options_release(options);
  /external/caliper/caliper/src/test/java/com/google/caliper/options/
ParsedOptionsTest.java 15 package com.google.caliper.options;
102 CaliperOptions options = ParsedOptions.from(new String[] {CLASS_NAME}, true); local
104 assertEquals(CLASS_NAME, options.benchmarkClassName());
105 checkDefaults(options);
109 CaliperOptions options = ParsedOptions.from(new String[] {}, false); local
111 assertNull(options.benchmarkClassName());
112 checkDefaults(options);
115 private void checkDefaults(CaliperOptions options) {
116 assertTrue(options.benchmarkMethodNames().isEmpty());
117 assertFalse(options.dryRun())
147 CaliperOptions options = ParsedOptions.from(args, true); local
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_connlabel.h 27 __u16 options; member in struct:xt_connlabel_mtinfo
  /bootable/recovery/tests/component/
bootloader_message_test.cpp 48 // Write the options to BCB.
49 std::vector<std::string> options = { "option1", "option2" }; local
58 ASSERT_TRUE(update_bootloader_message_in_struct(&boot, options));
62 std::string expected = "recovery\n" + android::base::Join(options, "\n") + "\n";
73 std::vector<std::string> options; local
77 ASSERT_TRUE(update_bootloader_message_in_struct(&boot, options));
92 std::vector<std::string> options; local
94 options.push_back("option: " + std::to_string(i));
99 ASSERT_TRUE(update_bootloader_message_in_struct(&boot, options));
102 std::string expected = "recovery\n" + android::base::Join(options, "\n") + "\n"
    [all...]
  /cts/tests/app/src/android/app/cts/
ActivityOptionsTest.java 26 ActivityOptions options = ActivityOptions.makeBasic(); local
27 Bundle bundle = options.toBundle();
  /external/autotest/site_utils/
lxc_cleanup.py 90 def cleanup(container, options):
94 @param options: Options to do cleanup.
99 if not options.execute:
125 @return: Options to run the script.
145 def main(options):
148 @param options: Options to run the script.
151 if options.logfile:
153 file_path=os.path.abspath(options.logfile)
171 options = parse_options() variable
    [all...]
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding2.c 13 const OptionDef options[] = { variable
14 /* main options */
  /external/desugar/java/com/google/devtools/common/options/
ArgsPreProcessor.java 14 package com.google.devtools.common.options;
DuplicateOptionDeclarationException.java 15 package com.google.devtools.common.options;
ExpansionFunction.java 14 package com.google.devtools.common.options;
20 * expansion Strings to use for one of its options.
29 * @param optionsData the parser's indexed information about its own options, before expansion
OpaqueOptionsData.java 15 package com.google.devtools.common.options;
18 * Opaque options data type, returned by {@link OptionsParser#getOptionsData} and consumed by
UnquotedParamsFilePreProcessor.java 14 package com.google.devtools.common.options;
UsesOnlyCoreTypes.java 15 package com.google.devtools.common.options;
27 * Applied to an {@link OptionsBase} subclass to indicate that all of its options fields have types
31 * <p>Options classes with this annotation are serializable and deeply immutable, except that the
32 * fields of the options class can be reassigned (although this is bad practice).
34 * <p>Note that {@link Option#allowMultiple} is not allowed for options in classes with this
43 * These are the core options field types. They all have default converters, are deeply immutable,
46 * Lists are not considered core types, so {@link Option#allowMultiple} options are not permitted.
  /external/icu/icu4c/source/common/
unistr_titlecase_brkiter.cpp 43 UnicodeString::toTitle(BreakIterator *iter, const Locale &locale, uint32_t options) {
46 iter = ustrcase_getTitleBreakIterator(&locale, "", options, iter, ownedIter, errorCode);
51 caseMap(ustrcase_getCaseLocale(locale.getBaseName()), options, iter, ustrcase_internalToTitle); local
  /external/icu/icu4c/source/tools/gencmn/
gencmn.c 36 static UOption options[]={ variable
57 /* preset then read command line options */
58 argc=u_parseArgs(argc, argv, UPRV_LENGTHOF(options), options);
69 if(argc<0 || options[0].doesOccur || options[1].doesOccur) {
78 if (options[0].doesOccur || options[1].doesOccur) {
83 "Options:\n"
102 sourceTOC=options[8].doesOccur
    [all...]

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>