Home
last modified time | relevance | path

Searched refs:action2 (Results 1 – 17 of 17) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java599 String action2 = i2.getAction(); in compare() local
600 if (action1 == null && action2 != null) return -1; in compare()
601 if (action1 != null && action2 == null) return 1; in compare()
602 if (action1 != null && action2 != null) { in compare()
603 if (!action1.equals(action2)) { in compare()
604 return action1.compareTo(action2); in compare()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h856 DoBothAction(Action1 action1, Action2 action2) in DoBothAction() argument
857 : action1_(action1), action2_(action2) {} in DoBothAction()
875 Impl(const Action<VoidResult>& action1, const Action<F>& action2) in Impl() argument
876 : action1_(action1), action2_(action2) {} in Impl()
/external/autotest/server/cros/cfm/configurable_test/
Dactions_unittest.py132 action2 = actions.SelectScenarioAtRandom(scenarios2, 100, 0)
134 action2.execute(self.context_with_mocks)
/external/v8/testing/gmock/include/gmock/
Dgmock-actions.h974 DoBothAction(Action1 action1, Action2 action2)
975 : action1_(action1), action2_(action2) {}
993 Impl(const Action<VoidResult>& action1, const Action<F>& action2)
994 : action1_(action1), action2_(action2) {}
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h974 DoBothAction(Action1 action1, Action2 action2)
975 : action1_(action1), action2_(action2) {}
993 Impl(const Action<VoidResult>& action1, const Action<F>& action2)
994 : action1_(action1), action2_(action2) {}
/external/iptables/extensions/
Dlibxt_socket.man34 \-t mangle \-A action \-m mark \-\-mark 10 \-j action2
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestAttributes.java549 String action2 = "$obj = $rule3.obj;"; in testReturnWithMultipleRuleRefs() local
559 "| rule3 { "+action2+" }\n" + in testReturnWithMultipleRuleRefs()
579 action = action2; in testReturnWithMultipleRuleRefs()
1634 String action2 = "$INT.text;"; // must be qualified in testTokenLabelFromMultipleAlts() local
1643 " | INT {"+action2+"}\n" + in testTokenLabelFromMultipleAlts()
1658 new CommonToken(ANTLRParser.ACTION,action2),2); in testTokenLabelFromMultipleAlts()
1667 String action2 = "$c.text;"; // must be qualified in testRuleLabelFromMultipleAlts() local
1676 " | c {^^^"+action2+"&&&}\n" + in testRuleLabelFromMultipleAlts()
/external/eigen/bench/btl/
DREADME38 BTL_CONFIG="-a action1{:action2}*" ctest -V
/external/iproute2/doc/actions/
Dactions-general97 action1 | action2 | action3 etc.
/external/robolectric/v3/
Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...
/external/googletest/googlemock/docs/
DCookBook.md2690 .WillOnce(action2);
2694 Google Mock will execute `action1` in thread 1 and `action2` in thread
2700 `action2` in the above example _may_ interleave. If this is a problem,
2701 you should add proper synchronization logic to `action1` and `action2`
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...