Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 25 of 44) sorted by relevance

12

/third_party/flutter/skia/tools/sk_app/
DCommandSet.h58 struct Command { struct
59 enum CommandType { argument
64 Command(SkUnichar c, const char* group, const char* description, in Command() function
73 Command(Window::Key k, const char* keyName, const char* group, const char* description, in Command() argument
82 CommandType fType; argument
101 static bool compareCommandKey(const Command& first, const Command& second); argument
/third_party/skia/tools/sk_app/
DCommandSet.h58 struct Command { struct
59 enum CommandType { argument
64 Command(SkUnichar c, const char* group, const char* description, in Command() argument
73 Command(skui::Key k, const char* keyName, const char* group, const char* description, in Command() function
82 CommandType fType; argument
101 static bool compareCommandKey(const Command& first, const Command& second); argument
/third_party/skia/third_party/externals/brotli/c/enc/
Dcommand.h107 typedef struct Command { struct
117 } Command; argument
/third_party/node/deps/brotli/c/enc/
Dcommand.h107 typedef struct Command { struct
117 } Command; typedef
/third_party/ffmpeg/libavfilter/
Df_zmq.c88 typedef struct Command { struct
90 } Command; argument
Df_sendcmd.c81 typedef struct Command { struct
85 } Command; argument
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerUtilLinux.cpp18 int ExecuteCommand(const std::string &Command) { in ExecuteCommand()
DFuzzerUtilWindows.cpp151 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe()
155 int ExecuteCommand(const std::string &Command) { in ExecuteCommand()
DFuzzerUtilDarwin.cpp39 int ExecuteCommand(const std::string &Command) { in ExecuteCommand()
DFuzzerUtilPosix.cpp106 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe()
DFuzzerUtil.cpp208 bool ExecuteCommandAndReadOutput(const std::string &Command, std::string *Out) { in ExecuteCommandAndReadOutput()
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DCommand.java27 public abstract class Command { class
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_other.cc20 Command::Command(const std::string&) {} in Command() function in tint::utils::Command
Dcommand_posix.cc131 Command::Command(const std::string& path) : path_(path) {} in Command() function in tint::utils::Command
/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.h22 enum class Command { enum
/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc233 struct Command { struct
234 const char* command;
237 function;
238 int min_args;
239 int max_args;
/third_party/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.cpp97 class Command : public UPerfFunction { class
99 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} in Command() function in Command
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DMain.java27 private enum Command { enum in Main
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dmessage.h28 enum class Command { enum
/third_party/typescript/scripts/
Dauthors.ts15 interface Command { interface
/third_party/mindspore/mindspore/ccsrc/ps/core/protos/
Dps.proto20 message Command { message
/third_party/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp123 class Command : public UPerfFunction { class
125 Command(const UtfPerformanceTest &testcase) in Command() function in Command
/third_party/gn/src/gn/
Dfunction_toolchain_unittest.cc120 TEST_F(FunctionToolchain, Command) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp173 class Command class in vk::CommandBuffer
/third_party/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp136 class Command : public UPerfFunction { class
138 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} in Command() function in Command

12