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

  /external/chromium_org/tools/gn/
commands.h 39 struct CommandInfo {
40 CommandInfo();
41 CommandInfo(const char* in_help_short,
50 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 {
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 *registerUnknownCommand(StringRef CommandName)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.cc 115 struct CommandInfo {
120 // A table of CommandInfo for all the commands.
121 const CommandInfo g_command_info[] = {
142 const CommandInfo& info = g_command_info[command];
gles2_cmd_decoder.cc 229 struct CommandInfo {
234 // A table of CommandInfo for all the commands.
235 const CommandInfo g_command_info[] = {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 235 struct CommandInfo {
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)];
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 235 struct CommandInfo {
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)];
    [all...]
  /hardware/ril/libril/
ril.cpp 123 } CommandInfo;
133 CommandInfo *pCI;
262 static CommandInfo s_commands[] = {
    [all...]

Completed in 645 milliseconds