Home
last modified time | relevance | path

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

/external/openscreen/discovery/mdns/
Dmdns_probe.h64 virtual void Postpone(std::chrono::seconds delay) = 0;
96 void Postpone(std::chrono::seconds delay) override;
Dmdns_probe_manager_unittest.cc48 MOCK_METHOD1(Postpone, void(std::chrono::seconds));
271 EXPECT_CALL(*ongoing_probe, Postpone(_)).Times(1); in TEST_F()
302 EXPECT_CALL(*ongoing_probe, Postpone(_)).Times(1); in TEST_F()
308 EXPECT_CALL(*ongoing_probe, Postpone(_)).Times(1); in TEST_F()
Dmdns_probe.cc91 void MdnsProbeImpl::Postpone(std::chrono::seconds delay) { in Postpone() function in openscreen::discovery::MdnsProbeImpl
Dmdns_probe_manager.cc171 it->probe->Postpone(kSimultaneousProbeDelay); in TiebreakSimultaneousProbes()
/external/kotlinx.coroutines/gradle/
Dnode-js.gradle19 // Postpone expansion of package.json until we configure version property in build.gradle
Dpublish-npm-js.gradle30 // Postpone expansion of package.json until we configure version property in build.gradle
/external/mesa3d/docs/_extra/specs/OLD/
DEGL_MESA_screen_surface.txt160 Postpone for future extension. [A. Jackson]
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6983 enum Action { Invalid, Ignore, Postpone } action; enumerator
7109 actions.push_back({cxChild, PostChildrenAction::Postpone}); in DetermineChildActions()
7392 if (ChildAction.action == PostChildrenAction::Postpone) { in HandlePostPonedChildCursors()