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

  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/util/
CommandLineParserTest.java 45 { "verb1", "action1", "Some action" },
50 "verb1", "action1", "1", "first", "non-mandatory flag", null);
52 "verb1", "action1", "2", "second", "mandatory flag", null);
175 c.parseArgs(new String[] { "verb1", "action1", "-1", "value1", "-2", "value2" });
179 assertEquals("value1", c.getValue("verb1", "action1", "first"));
180 assertEquals("value2", c.getValue("verb1", "action1", "second"));
183 c.parseArgs(new String[] { "verb1", "action1", "-2", "value2" });
187 assertEquals(null, c.getValue("verb1", "action1", "first"));
188 assertEquals("value2", c.getValue("verb1", "action1", "second"));
191 c.parseArgs(new String[] { "verb1", "action1" });
    [all...]
  /frameworks/base/core/res/res/layout/
notification_intruder_content.xml 58 android:id="@+id/action1"
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-actions.h 851 template <typename Action1, typename Action2>
854 DoBothAction(Action1 action1, Action2 action2)
855 : action1_(action1), action2_(action2) {}
873 Impl(const Action<VoidResult>& action1, const Action<F>& action2)
874 : action1_(action1), action2_(action2) {}
888 Action1 action1_;
    [all...]
gmock-generated-actions.h.pump 307 template <typename Action1, $types>
312 DoAll(Action1 a1$Aas) {
315 return internal::DoBothAction<Action1, Action2>(a1, a2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
plugin.xml 130 id="org.eclipse.cdt.android.action1"
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 393 IntentFilter filter = new Match(new String[] { "action1" }, null, null, null, null, null);
396 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, "action1", null, null, null),
399 filter = new Match(new String[] { "action1", "action2" }, null, null, null, null, null);
402 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, "action1", null, null, null),
    [all...]
  /cts/tools/dasm/src/java_cup/
production.java 573 * A ::= B {action1} C {action2} D
577 * NT$1 ::= {action1}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 657 public int compare(RuleAction action1, RuleAction action2) {
658 return action1.getTitle().compareTo(action2.getTitle());
    [all...]
  /external/iproute2/doc/actions/
actions-general 97 action1 | action2 | action3 etc.
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 548 String action1 = "$obj = $rule2.obj;"; local
558 ": rule2 { "+action1+" }\n" +
572 String action = action1;
    [all...]
  /frameworks/base/core/res/res/values/
symbols.xml 198 <java-symbol type="id" name="action1" />
    [all...]

Completed in 418 milliseconds