Searched defs:addCommand (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/tools/sk_app/ |
D | CommandSet.cpp | 71 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description, in addCommand() function in sk_app::CommandSet 76 void CommandSet::addCommand(skui::Key k, const char* keyName, const char* group, in addCommand() function in sk_app::CommandSet
|
/third_party/flutter/skia/tools/sk_app/ |
D | CommandSet.cpp | 72 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description, in addCommand() function in sk_app::CommandSet 77 void CommandSet::addCommand(Window::Key k, const char* keyName, const char* group, in addCommand() function in sk_app::CommandSet
|
/third_party/node/deps/npm/lib/ |
D | npm.js | 108 Object.keys(abbrevs).concat(plumbing).forEach(function addCommand (c) { function
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 1303 void CommandBuffer::addCommand(Args &&... args) in addCommand() function in vk::CommandBuffer
|