HomeSort by relevance Sort by last modified time
    Searched defs:IDString (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Common/
CommandLineParser.h 26 const wchar_t *IDString;
62 const wchar_t *IDString;
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 19 public string IDString;
26 public SwitchForm(string idString, SwitchType type, bool multi,
29 IDString = idString;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
40 public SwitchForm(string idString, SwitchType type, bool multi):
41 this(idString, type, multi, 0)
87 int switchLen = switchForms[switchIndex].IDString.Length;
90 if (String.Compare(switchForms[switchIndex].IDString, 0,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 119 std::string IDString(TabStripModel* model) {
152 using test::IDString;
549 EXPECT_EQ("1 0", IDString(model));
618 EXPECT_EQ("100 0", IDString(browser2->tab_strip_model()));
619 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
695 EXPECT_EQ("0", IDString(new_browser->tab_strip_model()));
696 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
762 EXPECT_EQ("0", IDString(new_browser->tab_strip_model()));
763 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
801 EXPECT_EQ("1", IDString(browser()->tab_strip_model()))
    [all...]

Completed in 68 milliseconds