Searched refs:Replace (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
H A Dreplace.c26 char *Replace; member in struct:__anon4014
43 // argv[4+n] - Replace string
48 char *Key, *Replace; local
61 fprintf (stderr, "Match and Replace string must come in pairs\n");
90 Match[n].Replace = argv[3 + n*2 + 1];
120 fputs (Match[i].Replace, Out);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
H A DGenC.py1258 ConstructorPrototypeString.Append(gLibraryStructorPrototype['BASE'].Replace(Dict))
1259 ConstructorCallingString.Append(gLibraryStructorCall['BASE'].Replace(Dict))
1261 ConstructorPrototypeString.Append(gLibraryStructorPrototype['PEI'].Replace(Dict))
1262 ConstructorCallingString.Append(gLibraryStructorCall['PEI'].Replace(Dict))
1265 ConstructorPrototypeString.Append(gLibraryStructorPrototype['DXE'].Replace(Dict))
1266 ConstructorCallingString.Append(gLibraryStructorCall['DXE'].Replace(Dict))
1286 AutoGenC.Append(gLibraryString['BASE'].Replace(Dict))
1288 AutoGenC.Append(gLibraryString['PEI'].Replace(Dict))
1291 AutoGenC.Append(gLibraryString['DXE'].Replace(Dict))
1315 DestructorPrototypeString.Append(gLibraryStructorPrototype['BASE'].Replace(Dic
[all...]
H A DGenMake.py184 FileContent = self._TEMPLATE_.Replace(self._TemplateDict)
561 FileMacro = self._FILE_MACRO_TEMPLATE.Replace(
576 FileMacro += self._FILE_MACRO_TEMPLATE.Replace(
869 self.BuildTargetList.append(self._BUILD_TARGET_TEMPLATE.Replace(TargetDict))
H A DGenPcdDb.py1656 AutoGenH.Append(gPcdDatabaseAutoGenH.Replace(Dict))
1658 AutoGenC.Append(gEmptyPcdDatabaseAutoGenC.Replace(Dict))
1689 AutoGenC.Append(gPcdDatabaseAutoGenC.Replace(Dict))
H A DAutoGen.py740 # Replace the PCD value.
975 return (GenMake.TopLevelMakefile(self)._TEMPLATE_.Replace(GenMake.TopLevelMakefile(self)._TemplateDict)).strip()
3931 AsBuiltInf.Append(gAsBuiltInfHeaderString.Replace(AsBuiltInfDict))
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c694 CHAR16 *Replace; local
705 // Below is the scenario of Search/Replace command:
707 // IF user press ESC, Search/Replace command ends.
708 // IF user just press Enter, Search/Replace command ends.
711 // 2. An Input Bar is prompted: "Replace With:".
712 // IF user press ESC, Search/Replace command ends.
717 // and Search/Replace command ends
720 // 4. An Input Bar will be prompted: "Replace ( Yes/No/All/Cancel )?"
724 // will be replaced with R and Search/Replace command ends.
725 // IF user press 'c' or 'C' or ESC, Search/Replace comman
[all...]
H A DFileBuffer.h196 Replace SearchLen characters from current position on with Replace.
200 @param[in] Replace The string to replace.
208 IN CONST CHAR16 *Replace,
H A DFileBuffer.c3011 Replace SearchLen characters from current position on with Replace.
3015 @param[in] Replace The string to replace.
3023 IN CONST CHAR16 *Replace,
3034 ReplaceLen = StrLen (Replace);
3076 Buffer[Index] = Replace[Index];
3084 Buffer[Index] = Replace[Index];
3102 Buffer[Index] = Replace[Index];
3022 FileBufferReplace( IN CONST CHAR16 *Replace, IN CONST UINTN SearchLen ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c2640 CHAR16 *Replace; local
2651 Replace = NULL;
2653 Replace = StrnCatGrow(&Replace, NULL, ReplaceWith, 0);
2655 Replace = AllocateZeroPool(StrSize(ReplaceWith) + 2*sizeof(CHAR16));
2656 if (Replace != NULL) {
2657 UnicodeSPrint(Replace, StrSize(ReplaceWith) + 2*sizeof(CHAR16), L"\"%s\"", ReplaceWith);
2660 if (Replace == NULL) {
2674 if ((Size + (StrLen(Replace)*sizeof(CHAR16))) > NewSize) {
2675 FreePool(Replace);
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.h869 @param[in] Replace If TRUE and the alias already exists, then the existing alias will be replaced. If
877 @retval EFI_ACCESS_DENIED The alias is a built-in alias or already existed and Replace was set to
885 IN BOOLEAN Replace,
H A DShellProtocol.c1536 // Replace Argv[0] with the full path of the binary we're executing:
3512 @param[in] Replace If TRUE and the alias already exists, then the existing alias will be replaced. If
3520 @retval EFI_ACCESS_DENIED The alias is a built-in alias or already existed and Replace was set to
3529 IN BOOLEAN Replace,
3543 } else if (EfiShellGetAlias(Command, NULL) != NULL && !Replace) {
3545 // Alias already exists, Replace not set
3526 EfiShellSetAlias( IN CONST CHAR16 *Command, IN CONST CHAR16 *Alias, IN BOOLEAN Replace, IN BOOLEAN Volatile ) argument
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DShell.h986 @param[in] Replace If TRUE and the alias already exists, then the existing alias will be replaced. If
993 @retval EFI_ACCESS_DENIED The alias is a built-in alias or already existed and Replace was set to
1001 IN BOOLEAN Replace,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py511 Strip=False, Replace=False, TimeStamp=None, Join=False,
532 if Replace:
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
H A DSmiException.asm694 ; Replace the EIP of interrupted task with stub function
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DMisc.py697 # Replace the Edk macros
704 # Replace the default dir to current dir
735 # Replace the Edk macros
742 # Replace the default dir to current dir
996 ## Replace the string template with dictionary of placeholders and append it to previous one
1008 ## Replace the string template with dictionary of placeholders
1014 def Replace(self, Dictionary=None): member in class:TemplateString

Completed in 111 milliseconds