HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 126 - 150 of 3025) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.27/binutils/
bin2c.c 38 const char *opt = &argv[1][1]; local
39 if (*opt == '-')
40 ++opt;
41 ishelp = *opt == 'h' || *opt == 'H';
  /external/clang/include/clang/Driver/
ToolChain.h 27 namespace opt { namespace in namespace:llvm
72 const llvm::opt::ArgList &Args;
74 const llvm::opt::Arg *const CachedRTTIArg;
100 const llvm::opt::ArgList &Args);
108 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
109 llvm::opt::ArgStringList &CC1Args,
111 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
112 llvm::opt::ArgStringList &CC1Args,
115 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
116 llvm::opt::ArgStringList &CC1Args
    [all...]
  /external/tensorflow/tensorflow/contrib/opt/
__init__.py 22 from tensorflow.contrib.opt.python.training.addsign import *
23 from tensorflow.contrib.opt.python.training.drop_stale_gradient_optimizer import *
24 from tensorflow.contrib.opt.python.training.external_optimizer import *
25 from tensorflow.contrib.opt.python.training.lazy_adam_optimizer import *
26 from tensorflow.contrib.opt.python.training.moving_average_optimizer import *
27 from tensorflow.contrib.opt.python.training.multitask_optimizer_wrapper import *
28 from tensorflow.contrib.opt.python.training.nadam_optimizer import *
29 from tensorflow.contrib.opt.python.training.powersign import *
30 from tensorflow.contrib.opt.python.training.variable_clipping_optimizer import *
31 from tensorflow.contrib.opt.python.training.elastic_average_optimizer import
    [all...]
  /external/iproute2/tc/
q_multiq.c 46 struct tc_multiq_qopt opt = {}; local
59 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
63 static int multiq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
67 if (opt == NULL)
69 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
72 qopt = RTA_DATA(opt);
q_sfq.c 41 struct tc_sfq_qopt_v1 opt = {}; local
50 if (get_size(&opt.v0.quantum, *argv)) {
57 if (get_integer(&opt.v0.perturb_period, *argv, 0)) {
64 if (get_u32(&opt.v0.limit, *argv, 0)) {
68 if (opt.v0.limit < 2) {
75 if (get_u32(&opt.v0.divisor, *argv, 0)) {
82 if (get_u32(&opt.v0.flows, *argv, 0)) {
89 if (get_u32(&opt.depth, *argv, 0)) {
95 opt.headdrop = 1;
99 if (get_u32(&opt.limit, *argv, 0))
    [all...]
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
const_T.pass.cpp 37 constexpr optional<T> opt(t);
38 static_assert(static_cast<bool>(opt) == true, "");
39 static_assert(*opt == 5, "");
51 constexpr optional<T> opt(t);
52 static_assert(static_cast<bool>(opt) == true, "");
53 static_assert(*opt == 3, "");
71 optional<T> opt = t; local
74 assert(static_cast<bool>(opt) == true);
75 assert(opt.value().value == 3);
82 optional<T> opt(t)
91 constexpr optional<T> opt = {t}; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.ctor/
const_T.pass.cpp 37 constexpr optional<T> opt(t);
38 static_assert(static_cast<bool>(opt) == true, "");
39 static_assert(*opt == 5, "");
51 constexpr optional<T> opt(t);
52 static_assert(static_cast<bool>(opt) == true, "");
53 static_assert(*opt == 3, "");
71 optional<T> opt = t; local
74 assert(static_cast<bool>(opt) == true);
75 assert(opt.value().value == 3);
82 optional<T> opt(t)
91 constexpr optional<T> opt = {t}; local
    [all...]
  /external/elfutils/libdwfl/
argp-std.c 127 struct parse_opt *opt = calloc (1, sizeof (*opt)); local
128 if (opt == NULL)
130 state->hook = opt;
140 struct parse_opt *opt = state->hook; local
141 Dwfl *dwfl = opt->dwfl;
147 opt->dwfl = dwfl;
160 opt->e = arg;
166 struct parse_opt *opt = state->hook; local
167 if (opt->dwfl == NULL
186 struct parse_opt *opt = state->hook; local
211 struct parse_opt *opt = state->hook; local
224 struct parse_opt *opt = state->hook; local
244 struct parse_opt *opt = state->hook; local
261 struct parse_opt *opt = state->hook; local
350 struct parse_opt *opt = state->hook; local
362 struct parse_opt *opt = state->hook; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/arch/
arch.exp 72 proc test_arch { file opt arch resultfile } {
78 if [string equal $opt "default-options"] then {
79 gas_run $name "-o ${rootname}-#${opt}#.o" ""
81 gas_run $name "$opt -o ${rootname}-#${opt}#.o" ""
84 if [want_no_output "$rootname file should assemble with $opt"] then {
85 set result [get_sh_arch "${rootname}-#${opt}#.o"]
86 puts $resultfile [format "%-20s %-25s %s" $file $opt $result]
89 pass "$rootname file with $opt should assemble to arch $arch"
90 file delete "${rootname}-#${opt}#.o
    [all...]
  /art/test/404-optimizing-allocator/src/
Main.java 17 // Note that $opt$reg$ is a marker for the optimizing compiler to test
23 expectEquals(4, $opt$reg$TestLostCopy());
24 expectEquals(-10, $opt$reg$TestTwoLive());
25 expectEquals(-20, $opt$reg$TestThreeLive());
26 expectEquals(5, $opt$reg$TestFourLive());
27 expectEquals(10, $opt$reg$TestMultipleLive());
28 expectEquals(1, $opt$reg$TestWithBreakAndContinue());
29 expectEquals(-15, $opt$reg$testSpillInIf(5, 6, 7));
30 expectEquals(-567, $opt$reg$TestAgressiveLive1(1, 2, 3, 4, 5, 6, 7));
31 expectEquals(-77, $opt$reg$TestAgressiveLive2(1, 2, 3, 4, 5, 6, 7))
    [all...]
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
emplace_initializer_list.pass.cpp 77 optional<X> opt(x);
79 auto &v = opt.emplace({1, 2});
82 assert(*opt == X({1, 2}));
83 assert(&v == &*opt);
86 optional<std::vector<int>> opt; local
87 auto &v = opt.emplace({1, 2, 3}, std::allocator<int>());
89 assert(static_cast<bool>(opt) == true);
90 assert(*opt == std::vector<int>({1, 2, 3}));
91 assert(&v == &*opt);
94 optional<Y> opt; local
    [all...]
  /external/python/cpython2/Misc/
python-config.in 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
52 if opt == '--ldflags':
  /prebuilts/gdb/darwin-x86/bin/
python-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2.7-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
  /prebuilts/gdb/linux-x86/bin/
python-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2.7-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.object/optional.object.assign/
emplace_initializer_list.pass.cpp 78 optional<X> opt(x);
80 opt.emplace({1, 2});
82 assert(*opt == X({1, 2}));
89 optional<const X> opt(x);
91 opt.emplace({1, 2});
93 assert(*opt == X({1, 2}));
97 optional<std::vector<int>> opt; local
98 opt.emplace({1, 2, 3}, std::allocator<int>());
99 assert(static_cast<bool>(opt) == true);
100 assert(*opt == std::vector<int>({1, 2, 3}))
103 optional<Y> opt; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.assign/
emplace_initializer_list.pass.cpp 77 optional<X> opt(x);
79 auto &v = opt.emplace({1, 2});
82 assert(*opt == X({1, 2}));
83 assert(&v == &*opt);
86 optional<std::vector<int>> opt; local
87 auto &v = opt.emplace({1, 2, 3}, std::allocator<int>());
89 assert(static_cast<bool>(opt) == true);
90 assert(*opt == std::vector<int>({1, 2, 3}));
91 assert(&v == &*opt);
94 optional<Y> opt; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2.7-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':
python2-config 13 '|'.join('--'+opt for opt in valid_opts))
32 for opt in opt_flags:
33 if opt == '--prefix':
36 elif opt == '--exec-prefix':
39 elif opt in ('--includes', '--cflags'):
42 if opt == '--cflags':
46 elif opt in ('--libs', '--ldflags'):
51 if opt == '--ldflags':

Completed in 1539 milliseconds

1 2 3 4 56 7 8 91011>>