Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dobject_manager_unittest.cc191 void PerformAction(const std::string& action, const ObjectPath& object_path) { in PerformAction() function in dbus::ObjectManagerTest
312 PerformAction("AddObject", ObjectPath("/org/chromium/SecondObject")); in TEST_F()
341 PerformAction("AddObject", ObjectPath("/org/chromium/SecondObject")); in TEST_F()
347 PerformAction("RemoveObject", ObjectPath("/org/chromium/SecondObject")); in TEST_F()
370 PerformAction("ReleaseOwnership", ObjectPath("/org/chromium/TestService")); in TEST_F()
378 PerformAction("Ownership", ObjectPath("/org/chromium/TestService")); in TEST_F()
396 PerformAction("SetSendImmediatePropertiesChanged", in TEST_F()
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DClassRenameTest.java33 doTest(new PerformAction() { in doTest()
DClassMoveTest.java36 doTest(new PerformAction() { in doTest()
DFieldRenameTest.java31 doTest(new PerformAction() { in doTest()
DMethodRenameTest.java31 doTest(new PerformAction() { in doTest()
/external/llvm-project/lldb/include/lldb/Target/
DStopInfo.h147 virtual void PerformAction(Event *event_ptr) {} in PerformAction() function
DProcess.h2636 virtual EventActionResult PerformAction(lldb::EventSP &event_sp) = 0;
2660 EventActionResult PerformAction(lldb::EventSP &event_sp) override;
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp258 void PerformAction(Event *event_ptr) override { in PerformAction() function in lldb_private::StopInfoBreakpoint
684 void PerformAction(Event *event_ptr) override { in PerformAction() function in lldb_private::StopInfoWatchpoint
1083 void PerformAction(Event *event_ptr) override { in PerformAction() function in lldb_private::StopInfoExec
DProcess.cpp2787 Process::AttachCompletionHandler::PerformAction(lldb::EventSP &event_sp) { in PerformAction() function in Process::AttachCompletionHandler
3741 m_next_event_action_up->PerformAction(event_sp); in HandlePrivateEvent()
4098 stop_info_sp->PerformAction(event_ptr); in ShouldStop()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h1403 PerformAction(const Action<F>& action, in PerformAction() function
1442 static ActionResultHolder* PerformAction( in PerformAction() function
1544 return ResultHolder::PerformAction(action, args); in UntypedPerformAction()
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1405 static ActionResultHolder* PerformAction( in PerformAction() function
1445 static ActionResultHolder* PerformAction( in PerformAction() function
1562 return ResultHolder::PerformAction(action, std::move(*args)); in UntypedPerformAction()
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh370 PerformAction = 0x2000, /* Use the ligActionIndex to process a ligature enumerator
385 { return entry.flags & PerformAction; } in performAction()
/external/llvm-project/lldb/docs/status/
Dprojects.rst335 Option handling isn't shared, and more importantly the PerformAction's have a
/external/fmtlib/test/gmock/
Dgmock.h9922 PerformAction(const Action<F>& action,
9954 static ActionResultHolder* PerformAction(
10052 return ResultHolder::PerformAction(action, args);
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h10579 PerformAction(const Action<F>& action,
10618 static ActionResultHolder* PerformAction(
10720 return ResultHolder::PerformAction(action, args);