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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
choice_helpers.h 21 typedef std::vector<std::string> Choices;
30 * will print a menu presenting the two choices and ask for input. The user,
41 explicit ChoiceBuilder(const std::string& title, const Choices& choices);
43 // Specifies the choice as the default. The choice must be one of the choices
52 // the choice number (choices start at 1).
57 Choices choices_;
62 // choices are separated by \n.
66 // Creates choices from a string where choices are separated by \n
    [all...]
  /external/chromium_org/tools/cr/cr/
plugin.py 63 set of valid choices for the argparse command line options.
242 def Choices(cls):
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 158 assertTrue(menuAction instanceof RuleAction.Choices);
159 RuleAction.Choices choices = (RuleAction.Choices) menuAction; local
160 List<String> titles = choices.getTitles();
161 List<String> ids = choices.getIds();
168 assertEquals("42dip", choices.getCurrent());
190 orientationAction instanceof RuleAction.Choices);
192 RuleAction.Choices choices = (RuleAction.Choices) orientationAction local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 24 import com.android.ide.common.api.RuleAction.Choices;
252 assert newAction instanceof Choices;
253 Choices choices = (Choices) newAction; local
254 String current = choices.getCurrent();
294 if (action instanceof RuleAction.Choices) {
295 RuleAction.Choices choices = (Choices) action local
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 246 milliseconds