Home
last modified time | relevance | path

Searched refs:PerformAction (Results 1 – 8 of 8) sorted by relevance

/external/smali/smalidea/src/test/java/org/jf/smalidea/
DClassRenameTest.java33 doTest(new PerformAction() { in doTest()
DFieldRenameTest.java31 doTest(new PerformAction() { in doTest()
DMethodRenameTest.java31 doTest(new PerformAction() { in doTest()
DClassMoveTest.java36 doTest(new PerformAction() { in doTest()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h1349 PerformAction(const Action<F>& action, in PerformAction() function
1381 static ActionResultHolder* PerformAction( in PerformAction() function
1470 return ResultHolder::PerformAction(action, args); in UntypedPerformAction()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h1401 PerformAction(const Action<F>& action, in PerformAction() function
1440 static ActionResultHolder* PerformAction( in PerformAction() function
1542 return ResultHolder::PerformAction(action, args); in UntypedPerformAction()
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1401 static ActionResultHolder* PerformAction( in PerformAction() function
1441 static ActionResultHolder* PerformAction( in PerformAction() function
1558 return ResultHolder::PerformAction(action, std::move(*args)); in UntypedPerformAction()
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh373 PerformAction = 0x2000, /* Use the ligActionIndex to process a ligature enumerator
388 { return entry->flags & PerformAction; } in performAction()