Home
last modified time | relevance | path

Searched refs:GetCommand (Results 1 – 10 of 10) sorted by relevance

/external/libweave/src/privet/
Dcloud_delegate.h120 virtual void GetCommand(const std::string& id,
Dmock_delegates.h199 MOCK_METHOD3(GetCommand,
Dprivet_handler_unittest.cc889 EXPECT_CALL(cloud_, GetCommand(_, _, _)) in TEST_F()
900 EXPECT_CALL(cloud_, GetCommand(_, _, _)) in TEST_F()
Dcloud_delegate.cc189 void GetCommand(const std::string& id, in GetCommand() function in weave::privet::__anonaa5c2b600111::CloudDelegateImpl
Dprivet_handler.cc928 cloud_->GetCommand(id, user_info, in HandleCommandsStatus()
/external/v8/tools/testrunner/local/
Dexecution.py83 def GetCommand(test, context): function
101 command = GetCommand(test, context)
Dprogress.py76 command = execution.GetCommand(test, self.runner.context)
/external/v8/tools/
Drun_perf.py460 def GetCommand(self, shell_dir, extra_flags=None): member in RunnableConfig
633 runnable.GetCommand(shell_dir, self.extra_flags),
/external/clang/lib/Driver/
DTools.h710 std::unique_ptr<Command> GetCommand(Compilation &C, const JobAction &JA,
DTools.cpp5516 getCLFallback()->GetCommand(C, JA, Output, Inputs, Args, LinkingOutput); in ConstructJob()
9522 C.addCommand(GetCommand(C, JA, Output, Inputs, Args, LinkingOutput)); in ConstructJob()
9525 std::unique_ptr<Command> visualstudio::Compiler::GetCommand( in GetCommand() function in visualstudio::Compiler