Searched refs:action1 (Results 1 – 10 of 10) sorted by relevance
/external/OpenCL-CTS/test_conformance/events/ |
D | test_userevents_multithreaded.cpp | 43 NDRangeKernelAction action1; in test_userevents_multithreaded() local 48 Action * actions[] = { &action1, &action2, &action3, NULL }; in test_userevents_multithreaded()
|
/external/autotest/server/cros/cfm/configurable_test/ |
D | actions_unittest.py | 133 action1 = actions.SelectScenarioAtRandom(scenarios1, 100, 0) 135 action1.execute(self.context_with_mocks)
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPackageManager.java | 834 String action1 = i1.getAction(); in compare() 836 if (action1 == null && action2 != null) return -1; in compare() 837 if (action1 != null && action2 == null) return 1; in compare() 838 if (action1 != null && action2 != null) { in compare() 839 if (!action1.equals(action2)) { in compare() 840 return action1.compareTo(action2); in compare()
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-actions.h | 977 DoBothAction(Action1 action1, Action2 action2) 978 : action1_(action1), action2_(action2) {} 996 Impl(const Action<VoidResult>& action1, const Action<F>& action2) 997 : action1_(action1), action2_(action2) {}
|
/external/eigen/bench/btl/ |
D | README | 38 BTL_CONFIG="-a action1{:action2}*" ctest -V
|
/external/iproute2/doc/actions/ |
D | actions-general | 97 action1 | action2 | action3 etc.
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestAttributes.java | 550 String action1 = "$obj = $rule2.obj;"; in testReturnWithMultipleRuleRefs() local 560 ": rule2 { "+action1+" }\n" + in testReturnWithMultipleRuleRefs() 574 String action = action1; in testReturnWithMultipleRuleRefs()
|
/external/googletest/docs/ |
D | gmock_cook_book.md | 3172 .WillOnce(action1); 3178 execute `action1` in thread 1 and `action2` in thread 2. 3182 that the execution of `action1` and `action2` in the above example *may* 3184 `action1` and `action2` to make the test thread-safe.
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 1766 DoBothAction(Action1 action1, Action2 action2) 1767 : action1_(action1), action2_(action2) {} 1785 Impl(const Action<VoidResult>& action1, const Action<F>& action2) 1786 : action1_(action1), action2_(action2) {}
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 1950 DoBothAction(Action1 action1, Action2 action2) 1951 : action1_(action1), action2_(action2) {} 1969 Impl(const Action<VoidResult>& action1, const Action<F>& action2) 1970 : action1_(action1), action2_(action2) {}
|