HomeSort by relevance Sort by last modified time
    Searched refs:CommandName (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
CmdTemplate.c 2 %CommandName% for EBL (Embedded Boot Loader)
15 Search/Replace %CommandName% with the name of your new command
25 Argv[0] - "%CommandName%"
35 Ebl%CommandName%Cmd (
44 GLOBAL_REMOVE_IF_UNREFERENCED const EBL_COMMAND_TABLE mCmd%CommandName%Template[] =
47 "%CommandName%",
50 Ebl%CommandName%Cmd
59 EblInitialize%CommandName%Cmd (
63 EblAddCommands (mCmd%CommandName%Template, sizeof (mCmd%CommandName%Template)/sizeof (EBL_COMMAND_TABLE));
    [all...]
Command.c 175 @param CommandName Name of command to search for
177 @return NULL CommandName did not match or was not unique
178 Other Pointer to EBL_COMMAND_TABLE entry for CommandName
183 IN CHAR8 *CommandName
192 Length = AsciiStrLen (CommandName);
193 Str = AsciiStrStr (CommandName, ".");
197 Length = (UINTN)(Str - CommandName);
201 if (AsciiStriCmp (mCmdTable[Index]->Name, CommandName) == 0) {
206 if (AsciiStrniCmp (CommandName, mCmdTable[Index]->Name, Length) == 0) {
Ebl.h 77 IN CHAR8 *CommandName
  /external/clang/lib/AST/
CommentCommandTraits.cpp 84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) {
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1);
86 memcpy(Name, CommandName.data(), CommandName.size());
87 Name[CommandName.size()] = '\0';
104 StringRef CommandName) {
105 CommandInfo *Info = createCommandInfoWithName(CommandName);
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) {
111 CommandInfo *Info = createCommandInfoWithName(CommandName);
CommentSema.cpp 368 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
373 getInlineCommandRenderKind(CommandName),
387 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
393 getInlineCommandRenderKind(CommandName),
399 StringRef CommandName) {
400 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID();
422 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
425 Loc.getLocWithOffset(1 + CommandName.size()),
642 StringRef CommandName = Command->getCommandName(Traits);
646 << CommandName
    [all...]
  /external/clang/include/clang/AST/
CommentCommandTraits.h 156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
CommentSema.h 145 StringRef CommandName);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CommentCommandTraits.h 156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
CommentSema.h 145 StringRef CommandName);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CommentCommandTraits.h 156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CommentCommandTraits.h 156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentCommandTraits.h 156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CommentCommandTraits.h 156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CommentCommandTraits.h 156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CommentCommandTraits.h 156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentCommandTraits.h 156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
UefiShellLevel1CommandsLib.c 138 CHAR16 *CommandName;
147 CommandName = NULL;
148 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0);
149 if (CommandName == NULL) {
153 CommandNameWalker = CommandName;
221 FreePool(CommandName);
If.c 712 CHAR16 *CommandName;
731 CommandName = NULL;
732 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0);
733 if (CommandName == NULL) {
736 CommandWalker = CommandName;
781 SHELL_FREE_NON_NULL(CommandName);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShellDynamicCommand.h 78 CONST CHAR16 *CommandName;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Help.c 186 Status = LexicalInsertIntoList(DestList, DestSize, DynamicCommand->CommandName);
252 if ((gUnicodeCollation->MetaiMatch (gUnicodeCollation, (CHAR16 *)DynamicCommand->CommandName, (CHAR16*)CommandToGetHelpOn)) ||
253 (gEfiShellProtocol->GetAlias (CommandToGetHelpOn, NULL) != NULL && (gUnicodeCollation->MetaiMatch (gUnicodeCollation, (CHAR16 *)DynamicCommand->CommandName, (CHAR16*)(gEfiShellProtocol->GetAlias(CommandToGetHelpOn, NULL)))))) {
255 Status = ShellPrintHelp (DynamicCommand->CommandName, SectionToGetHelpOn,
259 gShellLevel3HiiHandle, DynamicCommand->CommandName);
262 gShellLevel3HiiHandle, DynamicCommand->CommandName);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 744 @param[in] CommandName The pointer to the command name.
752 IN CONST CHAR16 *CommandName
755 if (IsCommand(CommandName, L"for")
756 ||IsCommand(CommandName, L"endfor")
757 ||IsCommand(CommandName, L"if")
758 ||IsCommand(CommandName, L"else")
759 ||IsCommand(CommandName, L"endif")
760 ||IsCommand(CommandName, L"goto")) {
    [all...]
Shell.h 308 Function determines if the CommandName COULD be a valid command. It does not determine whether
311 @param[in] CommandName The name to check
313 @retval TRUE CommandName could be a command name
314 @retval FALSE CommandName could not be a valid command name
319 IN CONST CHAR16 *CommandName
  /external/clang/unittests/AST/
CommentParser.cpp 186 StringRef CommandName,
196 if (ActualCommandName != CommandName)
199 "expected \"" << CommandName.str() << "\"";
234 StringRef CommandName,
242 if (ActualCommandName != CommandName)
245 "expected \"" << CommandName.str() << "\"";
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd_vgpu10.c 81 #define SVGA3D_CREATE_COMMAND(CommandName, CommandCode) \
82 SVGA3dCmdDX##CommandName *cmd; \
85 sizeof(SVGA3dCmdDX##CommandName), 0); \
90 #define SVGA3D_CREATE_CMD_COUNT(CommandName, CommandCode, ElementClassName) \
91 SVGA3dCmdDX##CommandName *cmd; \
95 sizeof(SVGA3dCmdDX##CommandName) + \
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]

Completed in 561 milliseconds

1 2