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

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionTest.java 39 MyPrivilegedAction2 action2 = new MyPrivilegedAction2(); local
43 result = AccessController.doPrivileged(action2);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 185 sync_pb::SyncedNotificationAction* action2 = local
187 action2->set_text(kButtonOneTitle);
188 action2->mutable_icon()->set_url(kButtonTwoIconUrl);
189 action2->mutable_icon()->set_alt_text(kButtonTwoTitle);
190 action2->set_url(kButtonTwoUrl);
  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy_unittest.cc 142 scoped_refptr<Action> action2 = new Action( local
144 action2->set_page_url(GURL(site_a));
145 policy->ProcessAction(action2);
fullstream_ui_policy_unittest.cc 668 scoped_refptr<Action> action2 = new Action("dontdelete", local
675 policy->ProcessAction(action2);
counting_policy_unittest.cc 965 scoped_refptr<Action> action2 = new Action("dontdelete", local
    [all...]
  /external/chromium/testing/gmock/include/gmock/
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) {}
889 Action2 action2_;
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 549 String action2 = "$obj = $rule3.obj;"; local
559 "| rule3 { "+action2+" }\n" +
579 action = action2;
1634 String action2 = "$INT.text;"; \/\/ must be qualified local
1667 String action2 = "$c.text;"; \/\/ must be qualified local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 640 public int compare(RuleAction action1, RuleAction action2) {
641 return action1.getTitle().compareTo(action2.getTitle());
    [all...]

Completed in 442 milliseconds