Searched defs:CommandInfo (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/gn/
H A Dcommands.h39 struct CommandInfo { struct in namespace:commands
40 CommandInfo();
41 CommandInfo(const char* in_help_short,
50 typedef std::map<base::StringPiece, CommandInfo> CommandInfoMap;
H A Dcommands.cc16 CommandInfo::CommandInfo() function in class:commands::CommandInfo
22 CommandInfo::CommandInfo(const char* in_help_short, function in class:commands::CommandInfo
34 info_map[k##cmd] = CommandInfo(k##cmd##_HelpShort, \
/external/clang/include/clang/AST/
H A DCommentCommandTraits.h33 struct CommandInfo { struct in namespace:clang::comments
114 /// \brief True if this command is unknown. This \c CommandInfo object was
135 /// \returns a CommandInfo object for a given command name or
136 /// NULL if no CommandInfo object exists for this command.
137 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
139 const CommandInfo *getCommandInfo(StringRef Name) const {
140 if (const CommandInfo *Info = getCommandInfoOrNULL(Name))
145 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
147 const CommandInfo *getCommandInfo(unsigned CommandID) const;
149 const CommandInfo *registerUnknownComman
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.cc115 struct CommandInfo { struct in namespace:gpu::__anon8266
120 // A table of CommandInfo for all the commands.
121 const CommandInfo g_command_info[] = {
142 const CommandInfo& info = g_command_info[command];
H A Dgles2_cmd_decoder.cc229 struct CommandInfo { struct in namespace:gpu::gles2
234 // A table of CommandInfo for all the commands.
235 const CommandInfo g_command_info[] = {
3512 const CommandInfo& info = g_command_info[command_index];
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecord.cpp235 struct CommandInfo { struct
249 int* pattern, CommandInfo* result, int numCommands) {
298 const CommandInfo& saveLayerInfo,
299 const CommandInfo& dbmInfo);
318 CommandInfo result[SK_ARRAY_COUNT(pattern)];
349 const CommandInfo& saveLayerInfo,
350 const CommandInfo& dbmInfo) {
437 CommandInfo result[SK_ARRAY_COUNT(pattern)];
/external/skia/src/core/
H A DSkPictureRecord.cpp235 struct CommandInfo { struct
249 int* pattern, CommandInfo* result, int numCommands) {
298 const CommandInfo& saveLayerInfo,
299 const CommandInfo& dbmInfo);
318 CommandInfo result[SK_ARRAY_COUNT(pattern)];
349 const CommandInfo& saveLayerInfo,
350 const CommandInfo& dbmInfo) {
437 CommandInfo result[SK_ARRAY_COUNT(pattern)];

Completed in 453 milliseconds