Home
last modified time | relevance | path

Searched refs:ExecuteCommand (Results 1 - 24 of 24) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
H A Dexecutor.cc101 Result r = ExecuteCommand(engine, cmd.get()); in Execute()
108 Result Executor::ExecuteCommand(Engine* engine, Command* cmd) { in ExecuteCommand() function in amber::Executor
171 Result r = ExecuteCommand(engine, sub_cmd.get()); in ExecuteCommand()
H A Dexecutor.h46 Result ExecuteCommand(Engine* engine, Command* cmd);
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilLinux.cpp18 int ExecuteCommand(const std::string &Command) { in ExecuteCommand() function
H A DFuzzerUtil.h55 int ExecuteCommand(const std::string &Command);
H A DFuzzerDriver.cpp212 int ExitCode = ExecuteCommand(ToRun); in WorkerThread()
312 int ExitCode = ExecuteCommand(Cmd); in MinimizeCrashInput()
325 ExitCode = ExecuteCommand(Cmd); in MinimizeCrashInput()
H A DFuzzerUtilWindows.cpp155 int ExecuteCommand(const std::string &Command) { in ExecuteCommand() function
H A DFuzzerUtilDarwin.cpp39 int ExecuteCommand(const std::string &Command) { in ExecuteCommand() function
H A DFuzzerMerge.cpp187 OF.flush(); // Flush is important since ExecuteCommand may crash. in CrashResistantMergeInternalStep()
240 ExecuteCommand(BaseCmd + " -merge_control_file=" + CFPath); in CrashResistantMerge()
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/
H A Dreduce.cpp40 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function
313 return ExecuteCommand(command); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/
H A Dreduce.cpp40 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function
313 return ExecuteCommand(command); in main()
/third_party/spirv-tools/tools/reduce/
H A Dreduce.cpp35 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function
302 return ExecuteCommand(command); in main()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go68 ExecuteCommand(context.Context, *ExecuteCommandParams) (interface{}, error)
529 resp, err := h.server.ExecuteCommand(ctx, &params)
823 func (s *serverDispatcher) ExecuteCommand(ctx context.Context, params *ExecuteCommandParams) (interface{}, error) {
H A Dtsprotocol.go579 /*ExecuteCommand defined:
582 ExecuteCommand *ExecuteCommandClientCapabilities `json:"executeCommand,omitempty"`
772 /*ExecuteCommand defined:
775 ExecuteCommand ExecuteCommandClientCapabilities `json:"executeCommand,omitempty"`
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go68 ExecuteCommand(context.Context, *ExecuteCommandParams) (interface{}, error)
529 resp, err := h.server.ExecuteCommand(ctx, &params)
823 func (s *serverDispatcher) ExecuteCommand(ctx context.Context, params *ExecuteCommandParams) (interface{}, error) {
H A Dtsprotocol.go579 /*ExecuteCommand defined:
582 ExecuteCommand *ExecuteCommandClientCapabilities `json:"executeCommand,omitempty"`
772 /*ExecuteCommand defined:
775 ExecuteCommand ExecuteCommandClientCapabilities `json:"executeCommand,omitempty"`
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go68 ExecuteCommand(context.Context, *ExecuteCommandParams) (interface{}, error)
529 resp, err := h.server.ExecuteCommand(ctx, &params)
823 func (s *serverDispatcher) ExecuteCommand(ctx context.Context, params *ExecuteCommandParams) (interface{}, error) {
H A Dtsprotocol.go579 /*ExecuteCommand defined:
582 ExecuteCommand *ExecuteCommandClientCapabilities `json:"executeCommand,omitempty"`
772 /*ExecuteCommand defined:
775 ExecuteCommand ExecuteCommandClientCapabilities `json:"executeCommand,omitempty"`
/third_party/node/deps/v8/tools/
H A Dwindbg.js302 let output = ctl.ExecuteCommand(`.call ${fn};g`);
336 ctl.ExecuteCommand(`bp ${module_name()}!v8::internal::Execution::Call`)
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp52 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function
549 return ExecuteCommand(command); in Shrink()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp52 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function
549 return ExecuteCommand(command); in Shrink()
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp46 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function
543 return ExecuteCommand(command); in Shrink()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go461 func (s *server) ExecuteCommand(ctx context.Context, p *lsp.ExecuteCommandParams) (interface{}, error) {
462 log.Println("server.ExecuteCommand()")
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go461 func (s *server) ExecuteCommand(ctx context.Context, p *lsp.ExecuteCommandParams) (interface{}, error) {
462 log.Println("server.ExecuteCommand()")
/third_party/spirv-tools/utils/vscode/src/
H A Dlangsvr.go461 func (s *server) ExecuteCommand(ctx context.Context, p *lsp.ExecuteCommandParams) (interface{}, error) {
462 log.Println("server.ExecuteCommand()")

Completed in 27 milliseconds