Searched refs:GetCommand (Results 1 – 10 of 10) sorted by relevance
/external/libweave/src/privet/ |
D | cloud_delegate.h | 120 virtual void GetCommand(const std::string& id,
|
D | mock_delegates.h | 199 MOCK_METHOD3(GetCommand,
|
D | privet_handler_unittest.cc | 889 EXPECT_CALL(cloud_, GetCommand(_, _, _)) in TEST_F() 900 EXPECT_CALL(cloud_, GetCommand(_, _, _)) in TEST_F()
|
D | cloud_delegate.cc | 189 void GetCommand(const std::string& id, in GetCommand() function in weave::privet::__anonaa5c2b600111::CloudDelegateImpl
|
D | privet_handler.cc | 928 cloud_->GetCommand(id, user_info, in HandleCommandsStatus()
|
/external/v8/tools/testrunner/local/ |
D | execution.py | 83 def GetCommand(test, context): function 101 command = GetCommand(test, context)
|
D | progress.py | 76 command = execution.GetCommand(test, self.runner.context)
|
/external/v8/tools/ |
D | run_perf.py | 460 def GetCommand(self, shell_dir, extra_flags=None): member in RunnableConfig 633 runnable.GetCommand(shell_dir, self.extra_flags),
|
/external/clang/lib/Driver/ |
D | Tools.h | 710 std::unique_ptr<Command> GetCommand(Compilation &C, const JobAction &JA,
|
D | Tools.cpp | 5516 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
|