HomeSort by relevance Sort by last modified time
    Searched defs:CommandInfo (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/tools/gn/
commands.h 66 struct CommandInfo {
67 CommandInfo();
68 CommandInfo(const char* in_help_short,
77 typedef std::map<base::StringPiece, CommandInfo> CommandInfoMap;
commands.cc 16 CommandInfo::CommandInfo()
22 CommandInfo::CommandInfo(const char* in_help_short,
34 info_map[k##cmd] = CommandInfo(k##cmd##_HelpShort, \
  /external/clang/include/clang/AST/
CommentCommandTraits.h 33 struct CommandInfo {
117 /// \brief True if this command is unknown. This \c CommandInfo object was
138 /// \returns a CommandInfo object for a given command name or
139 /// NULL if no CommandInfo object exists for this command.
140 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
142 const CommandInfo *getCommandInfo(StringRef Name) const {
143 if (const CommandInfo *Info = getCommandInfoOrNULL(Name))
148 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
150 const CommandInfo *getCommandInfo(unsigned CommandID) const;
152 const CommandInfo *registerUnknownCommand(StringRef CommandName)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.cc 116 struct CommandInfo {
122 // A table of CommandInfo for all the commands.
123 const CommandInfo g_command_info[] = {
145 const CommandInfo& info = g_command_info[command];
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 253 struct CommandInfo {
267 int* pattern, CommandInfo* result, int numCommands) {
314 const CommandInfo& saveLayerInfo,
315 const CommandInfo& dbmInfo);
334 CommandInfo result[SK_ARRAY_COUNT(pattern)];
364 const CommandInfo& saveLayerInfo,
365 const CommandInfo& dbmInfo) {
447 CommandInfo result[SK_ARRAY_COUNT(pattern)];
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 273 struct CommandInfo {
287 int* pattern, CommandInfo* result, int numCommands) {
335 const CommandInfo& saveLayerInfo,
336 const CommandInfo& dbmInfo);
355 CommandInfo result[SK_ARRAY_COUNT(pattern)];
385 const CommandInfo& saveLayerInfo,
386 const CommandInfo& dbmInfo) {
469 CommandInfo result[SK_ARRAY_COUNT(pattern)];
    [all...]
  /hardware/ril/libril/
ril.cpp 127 } CommandInfo;
137 CommandInfo *pCI;
341 static CommandInfo s_commands[] = {
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 359 typedef struct CommandInfo CommandInfo;
364 CommandInfo *value;
    [all...]

Completed in 611 milliseconds