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

  /external/lzma/CPP/Common/
CommandLineParser.h 26 const wchar_t *IDString;
62 const wchar_t *IDString;
CommandLineParser.cpp 108 int switchLen = MyStringLen(switchForms[switchIndex].IDString);
114 if (temp.CompareNoCase(switchForms[switchIndex].IDString) == 0)
115 // if (_strnicmp(switchForms[switchIndex].IDString, LPCSTR(s) + pos, switchLen) == 0)
210 const UString id = commandForms[i].IDString;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest_win.cc 39 using test::IDString;
62 EXPECT_EQ("1 0", IDString(model));
108 EXPECT_EQ("100 0", IDString(browser2->tab_strip_model()));
109 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
140 EXPECT_EQ("0", IDString(new_browser->tab_strip_model()));
141 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
167 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
196 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
221 EXPECT_EQ("1", IDString(browser()->tab_strip_model()));
259 EXPECT_EQ("0", IDString(new_browser->tab_strip_model()))
    [all...]
tab_drag_controller_interactive_uitest.h 72 std::string IDString(TabStripModel* model);
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...]
  /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...]

Completed in 178 milliseconds