HomeSort by relevance Sort by last modified time
    Searched refs:Grouping (Results 1 - 7 of 7) sorted by null

  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 30 static cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false),
34 static cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false),
38 static cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false),
43 static cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false),
47 static cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false),
51 static cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false),
61 static cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false),
65 static cl::opt<bool> UncondBranch("u", cl::Grouping, cl::init(false),
  /external/chromium_org/third_party/icu/source/i18n/
winnmfmt.cpp 54 * Turns a string of the form "3;2;0" into the grouping UINT
59 static UINT getGrouping(const char *grouping)
64 for (s = grouping; *s != '\0'; s += 1) {
87 fmt->Grouping = getGrouping(buf);
114 fmt->Grouping = getGrouping(buf);
299 formatInfo.currency.Grouping = 0;
321 formatInfo.number.Grouping = 0;
  /external/icu/icu4c/source/i18n/
winnmfmt.cpp 54 * Turns a string of the form "3;2;0" into the grouping UINT
59 static UINT getGrouping(const char *grouping)
64 for (s = grouping; *s != '\0'; s += 1) {
87 fmt->Grouping = getGrouping(buf);
114 fmt->Grouping = getGrouping(buf);
306 formatInfo.currency.Grouping = 0;
328 formatInfo.number.Grouping = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnls.h 516 UINT Grouping;
525 UINT Grouping;
537 UINT Grouping;
548 UINT Grouping;
    [all...]
  /external/chromium_org/ui/views/controls/table/
table_view_unittest.cc 432 // Assertions around grouping.
433 TEST_F(TableViewTest, Grouping) {
  /external/llvm/include/llvm/Support/
CommandLine.h 122 // Grouping - With this option enabled, multiple letter options are allowed to
131 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 370 return O->getFormattingFlag() == cl::Grouping;
427 // This must be a grouped option... handle them now. Grouping options can't
439 "Option can not be cl::Grouping AND cl::ValueRequired!");
444 // Get the next grouping option.
    [all...]

Completed in 345 milliseconds