HomeSort by relevance Sort by last modified time
    Searched defs:opt (Results 151 - 175 of 762) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/extras/ext4_utils/
ext4fixup_main.c 31 int opt; local
40 while ((opt = getopt(argc, argv, "vnd:")) != -1) {
41 switch (opt) {
  /system/extras/f2fs_utils/
make_f2fs_main.c 44 int opt; local
49 while ((opt = getopt(argc, argv, "l:")) != -1) {
50 switch (opt) {
  /test/vts-testcase/fuzz/func_fuzzer/utils/
FuncFuzzerUtils.cpp 49 int opt = 0; local
51 while ((opt = getopt_long_only(argc, argv, "", long_options, &index)) != -1) {
52 switch (opt) {
  /art/test/631-checker-fp-abs/src/
Main.java 31 /// CHECK-START: float Main.$opt$noinline$absSP(float) intrinsics_recognition (after)
34 private static float $opt$noinline$absSP(float f) {
41 /// CHECK-START: double Main.$opt$noinline$absDP(double) intrinsics_recognition (after)
44 private static double $opt$noinline$absDP(double d) {
54 expectEqualsSP(-f, $opt$noinline$absSP(f));
57 expectEqualsSP(f, $opt$noinline$absSP(f));
60 expectEqualsSP(-f, $opt$noinline$absSP(f));
63 expectEqualsSP(f, $opt$noinline$absSP(f));
67 expectEquals32(0, Float.floatToRawIntBits($opt$noinline$absSP(+0.0f)));
68 expectEquals32(0, Float.floatToRawIntBits($opt$noinline$absSP(-0.0f)))
    [all...]
  /art/test/411-optimizing-arith-mul/src/
Main.java 17 // Note that $opt$ is a marker for the optimizing compiler to test
87 expectEquals(15, $opt$Mul(5, 3));
88 expectEquals(0, $opt$Mul(0, 0));
89 expectEquals(0, $opt$Mul(0, 3));
90 expectEquals(0, $opt$Mul(3, 0));
91 expectEquals(-3, $opt$Mul(1, -3));
92 expectEquals(36, $opt$Mul(-12, -3));
93 expectEquals(33, $opt$Mul(1, 3) * 11);
94 expectEquals(671088645, $opt$Mul(134217729, 5)); // (2^27 + 1) * 5
98 expectEquals(15L, $opt$Mul(5L, 3L))
    [all...]
  /art/test/414-optimizing-arith-sub/src/
Main.java 17 // Note that $opt$ is a marker for the optimizing compiler to test
81 expectEquals(2, $opt$Sub(5, 3));
82 expectEquals(0, $opt$Sub(0, 0));
83 expectEquals(-3, $opt$Sub(0, 3));
84 expectEquals(3, $opt$Sub(3, 0));
85 expectEquals(4, $opt$Sub(1, -3));
86 expectEquals(-9, $opt$Sub(-12, -3));
87 expectEquals(134217724, $opt$Sub(134217729, 5)); // (2^27 + 1) - 5
91 expectEquals(2L, $opt$Sub(5L, 3L));
92 expectEquals(0L, $opt$Sub(0L, 0L))
    [all...]
  /art/test/425-invoke-super/src/
Main.java 25 public int $opt$bar() { return super.foo(); }
44 assertEquals(1, new B().$opt$bar());
45 assertEquals(1, new C().$opt$bar());
46 assertEquals(1, new D().$opt$bar());
  /art/test/429-ssa-builder/src/
Main.java 19 if (new Main().$opt$TestFloatPhi() != 33.0f) {
24 public float $opt$TestFloatPhi() {
  /art/test/466-get-live-vreg/src/
Main.java 34 static void $opt$noinline$testIntervalHole(int arg, boolean test) {
73 $opt$noinline$testIntervalHole(arg, test);
  /art/test/633-checker-rtp-getclass/src/
Main.java 19 System.out.println($opt$noinline$foo(new Main()));
20 System.out.println($opt$noinline$foo(new SubMain()));
21 System.out.println($opt$noinline$foo(new SubSubMain()));
27 /// CHECK-START: int Main.$opt$noinline$foo(Main) inliner (after)
35 public static int $opt$noinline$foo(Main o) {
  /build/make/tools/fs_config/
fs_config_generate.c 59 int opt; local
61 while((opt = getopt(argc, argv, "DFho:")) != -1) {
62 switch(opt) {
  /cts/suite/audio_quality/executable/src/
main.cpp 66 int opt; local
67 while ((opt = getopt(argc, argv, "l:s:")) != -1) {
68 switch (opt) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
getopt.py 13 GetoptError -- exception (class) raised with 'opt' attribute, which is the
39 opt = '' variable in class:GetoptError
41 def __init__(self, msg, opt=''):
43 self.opt = opt
44 Exception.__init__(self, msg, opt)
144 def do_longs(opts, opt, longopts, args):
146 i = opt.index('=')
150 opt, optarg = opt[:i], opt[i+1:]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
getopt.py 13 GetoptError -- exception (class) raised with 'opt' attribute, which is the
39 opt = '' variable in class:GetoptError
41 def __init__(self, msg, opt=''):
43 self.opt = opt
44 Exception.__init__(self, msg, opt)
144 def do_longs(opts, opt, longopts, args):
146 i = opt.index('=')
150 opt, optarg = opt[:i], opt[i+1:]
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 113 const std::pair<std::string, bool> &opt = opts.CheckersControlList[i]; local
114 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));
  /external/fio/lib/
getopt_long.c 47 int opt; local
116 /* Someone frobbed optind, change to new opt. */
120 opt = *pvt.optptr++;
122 if (opt != ':' && (osptr = strchr(optstring, opt))) {
140 return opt;
151 return opt;
158 return opt;
162 optopt = opt;
  /external/iproute2/tc/
q_prio.c 35 struct tc_prio_qopt opt={3,{ 1, 2, 2, 2, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 }}; local
44 if (get_integer(&opt.bands, *argv, 10)) {
70 if (band >= opt.bands) {
78 opt.priomap[idx++] = band;
86 opt.priomap[idx] = opt.priomap[TC_PRIO_BESTEFFORT];
89 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
96 int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
102 if (opt == NULL
    [all...]
q_rr.c 36 struct tc_prio_qopt opt={3,{ 1, 2, 2, 2, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 }}; local
45 if (get_integer(&opt.bands, *argv, 10)) {
71 if (band > opt.bands) {
79 opt.priomap[idx++] = band;
84 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
91 static int rr_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
97 if (opt == NULL)
100 if (parse_rtattr_nested_compat(tb, TCA_PRIO_MAX, opt, qopt,
q_sfb.c 54 struct tc_sfb_qopt opt; local
57 memset(&opt, 0, sizeof(opt));
58 opt.rehash_interval = 600*1000;
59 opt.warmup_time = 60*1000;
60 opt.penalty_rate = 10;
61 opt.penalty_burst = 20;
62 opt.increment = (SFB_MAX_PROB + 1000) / 2000;
63 opt.decrement = (SFB_MAX_PROB + 10000) / 20000;
68 if (get_u32(&opt.rehash_interval, *argv, 0))
    [all...]
q_sfq.c 41 struct tc_sfq_qopt_v1 opt; local
47 memset(&opt, 0, sizeof(opt));
52 if (get_size(&opt.v0.quantum, *argv)) {
59 if (get_integer(&opt.v0.perturb_period, *argv, 0)) {
66 if (get_u32(&opt.v0.limit, *argv, 0)) {
70 if (opt.v0.limit < 2) {
77 if (get_u32(&opt.v0.divisor, *argv, 0)) {
84 if (get_u32(&opt.v0.flows, *argv, 0)) {
91 if (get_u32(&opt.depth, *argv, 0))
    [all...]
  /external/iproute2/tipc/
cmdl.h 32 struct opt { struct
37 struct opt *get_opt(struct opt *opts, char *key);
38 int parse_opts(struct opt *opts, struct cmdl *cmdl);
  /external/libcxx/test/std/experimental/optional/optional.object/optional.object.assign/
emplace.pass.cpp 61 optional<int> opt; local
62 opt.emplace();
63 assert(static_cast<bool>(opt) == true);
64 assert(*opt == 0);
67 optional<int> opt; local
68 opt.emplace(1);
69 assert(static_cast<bool>(opt) == true);
70 assert(*opt == 1);
73 optional<int> opt(2);
74 opt.emplace()
91 optional<X> opt; local
97 optional<X> opt; local
103 optional<X> opt; local
    [all...]
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...]
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
emplace.pass.cpp 51 using Opt = std::optional<T>;
53 Opt opt; local
54 opt.emplace();
55 assert(static_cast<bool>(opt) == true);
56 assert(*opt == T(0));
59 Opt opt; local
60 opt.emplace(1);
61 assert(static_cast<bool>(opt) == true)
85 Opt opt; local
91 Opt opt; local
97 Opt opt; local
108 optional<T> opt; local
212 optional<const int> opt; local
    [all...]
emplace_initializer_list.pass.cpp 77 optional<X> opt(x);
79 opt.emplace({1, 2});
81 assert(*opt == X({1, 2}));
84 optional<std::vector<int>> opt; local
85 opt.emplace({1, 2, 3}, std::allocator<int>());
86 assert(static_cast<bool>(opt) == true);
87 assert(*opt == std::vector<int>({1, 2, 3}));
90 optional<Y> opt; local
91 opt.emplace({1, 2});
92 assert(static_cast<bool>(opt) == true)
    [all...]

Completed in 257 milliseconds

1 2 3 4 5 67 8 91011>>