HomeSort by relevance Sort by last modified time
    Searched full:opt_b (Results 1 - 11 of 11) 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));
155 EXPECT_TRUE(AL->hasArg(OPT_B));
156 EXPECT_EQ(AL->getAllArgValues(OPT_B)[0], "foo");
157 EXPECT_EQ(AL->getAllArgValues(OPT_B)[1], "bar");
167 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 251 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL;
252 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; local
284 opt_B = optarg;
317 opt_b = argtox(optarg, 1, "block size");
322 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/clang/lib/Driver/
Driver.cpp 322 for (arg_iterator it = Args->filtered_begin(options::OPT_B),
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 

Completed in 480 milliseconds