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 75 EXPECT_TRUE(AL->hasArg(OPT_B));
83 EXPECT_EQ(AL->getLastArgValue(OPT_B), "hi");
128 EXPECT_TRUE(AL->hasArg(OPT_B));
157 EXPECT_TRUE(AL->hasArg(OPT_B));
158 EXPECT_EQ(AL->getAllArgValues(OPT_B)[0], "foo");
159 EXPECT_EQ(AL->getAllArgValues(OPT_B)[1], "bar");
170 EXPECT_TRUE(AL->hasArg(OPT_B));
181 EXPECT_FALSE(AL->hasArg(OPT_B));
205 EXPECT_FALSE(AL->hasArg(OPT_B));
  /external/chromium-trace/trace-viewer/src/base/
color.js 8 function Color(opt_r, opt_g, opt_b, opt_a) {
11 this.b = Math.floor(opt_b) || 0;
  /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/lldb/scripts/
sed-sources 84 our $opt_b = 0; # Backup original file?
178 if ($opt_b)
  /external/clang/lib/Driver/
Driver.cpp 348 for (arg_iterator it = Args->filtered_begin(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 148 milliseconds