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

  /system/core/toolbox/
newfs_msdos.c 252 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0;
253 u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0, opt_m = 0, opt_n = 0; local
297 opt_I = argto4(optarg, 0, "volume ID");
334 opt_i = argto2(optarg, 1, "info sector");
449 else if (!opt_e && (opt_i || opt_k))
452 if ((fat == 32 && opt_e) || (fat != 32 && (opt_i || opt_k)))
454 fat == 32 ? 'e' : opt_i ? 'i' : 'k',
491 if (opt_i)
492 bpb.infs = opt_i;
669 x = opt_I;
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 182 Opts.IncludePaths = Args->getAllArgValues(OPT_I);
  /frameworks/compile/slang/
llvm-rs-cc.cpp 220 Opts.mIncludePaths = Args->getAllArgValues(OPT_I);
  /external/clang/docs/
DriverInternals.rst 131 to deal with options by their unique ID (e.g., ``options::OPT_I``),
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [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 3191 milliseconds