HomeSort by relevance Sort by last modified time
    Searched full:opt_b (Results 1 - 6 of 6) sorted by null

  /external/llvm/unittests/Option/
OptionParsingTest.cpp 74 EXPECT_TRUE(AL.hasArg(OPT_B));
82 EXPECT_EQ("hi", AL.getLastArgValue(OPT_B));
126 EXPECT_TRUE(AL.hasArg(OPT_B));
153 EXPECT_TRUE(AL.hasArg(OPT_B));
154 EXPECT_EQ("foo", AL.getAllArgValues(OPT_B)[0]);
155 EXPECT_EQ("bar", AL.getAllArgValues(OPT_B)[1]);
165 EXPECT_TRUE(AL.hasArg(OPT_B));
175 EXPECT_FALSE(AL.hasArg(OPT_B));
197 EXPECT_FALSE(AL.hasArg(OPT_B));
264 EXPECT_TRUE(AL.hasArg(OPT_B));
    [all...]
  /system/core/toolbox/
newfs_msdos.c 242 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL;
243 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; local
280 opt_B = optarg;
311 opt_b = argtox(optarg, 1, "block size");
316 opt_b = 0;
458 if (opt_b) {
459 if (!powerof2(opt_b))
460 errx(1, "block size (%u) is not a power of 2", opt_b);
461 if (opt_b < bpb.bps)
463 opt_b, bpb.bps)
    [all...]
  /external/curl/lib/
mk-ca-bundle.pl 38 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_k $opt_l $opt_m $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
539 if ($opt_b && -e $crt) {
  /toolchain/binutils/binutils-2.27/gas/config/
rx-parse.y 657 | BSET REG ',' disp '[' REG ']' opt_b
659 | BCLR REG ',' disp '[' REG ']' opt_b
661 | BTST REG ',' disp '[' REG ']' opt_b
663 | BNOT REG ',' disp '[' REG ']' opt_b
690 | BMCND '#' EXPR ',' disp '[' REG ']' opt_b
696 | BNOT '#' EXPR ',' disp '[' REG ']' opt_b
1084 opt_b : {} label
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 513 for (const Arg *A : Args.filtered(options::OPT_B)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
options.h     [all...]

Completed in 906 milliseconds