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

/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/
H A Dreplace.c26 char *Replace; member in struct:__anon2511
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/BeagleBoardPkg/Tools/
H A Dreplace.c26 char *Replace; member in struct:__anon3752
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.py1216 ConstructorPrototypeString.Append(gLibraryStructorPrototype['BASE'].Replace(Dict))
1217 ConstructorCallingString.Append(gLibraryStructorCall['BASE'].Replace(Dict))
1219 ConstructorPrototypeString.Append(gLibraryStructorPrototype['PEI'].Replace(Dict))
1220 ConstructorCallingString.Append(gLibraryStructorCall['PEI'].Replace(Dict))
1223 ConstructorPrototypeString.Append(gLibraryStructorPrototype['DXE'].Replace(Dict))
1224 ConstructorCallingString.Append(gLibraryStructorCall['DXE'].Replace(Dict))
1244 AutoGenC.Append(gLibraryString['BASE'].Replace(Dict))
1246 AutoGenC.Append(gLibraryString['PEI'].Replace(Dict))
1249 AutoGenC.Append(gLibraryString['DXE'].Replace(Dict))
1273 DestructorPrototypeString.Append(gLibraryStructorPrototype['BASE'].Replace(Dic
[all...]
H A DGenMake.py184 FileContent = self._TEMPLATE_.Replace(self._TemplateDict)
511 FileMacro = self._FILE_MACRO_TEMPLATE.Replace(
526 FileMacro += self._FILE_MACRO_TEMPLATE.Replace(
709 self.BuildTargetList.append(self._BUILD_TARGET_TEMPLATE.Replace(TargetDict))
H A DGenPcdDb.py1612 AutoGenH.Append(gPcdDatabaseAutoGenH.Replace(Dict))
1614 AutoGenC.Append(gEmptyPcdDatabaseAutoGenC.Replace(Dict))
1645 AutoGenC.Append(gPcdDatabaseAutoGenC.Replace(Dict))
H A DAutoGen.py484 # Replace the PCD value.
713 return (GenMake.TopLevelMakefile(self)._TEMPLATE_.Replace(GenMake.TopLevelMakefile(self)._TemplateDict)).strip()
3498 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.h209 Replace SearchLen characters from current position on with Replace.
213 @param[in] Replace The string to replace.
222 IN CONST CHAR16 *Replace,
H A DFileBuffer.c3053 Replace SearchLen characters from current position on with Replace.
3057 @param[in] Replace The string to replace.
3066 IN CONST CHAR16 *Replace,
3077 ReplaceLen = StrLen (Replace);
3119 Buffer[Index] = Replace[Index];
3127 Buffer[Index] = Replace[Index];
3145 Buffer[Index] = Replace[Index];
3065 FileBufferReplace( IN CONST CHAR16 *Replace, IN CONST UINTN SearchLen ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c2618 CHAR16 *Replace; local
2629 Replace = NULL;
2631 Replace = StrnCatGrow(&Replace, NULL, ReplaceWith, 0);
2633 Replace = AllocateZeroPool(StrSize(ReplaceWith) + 2*sizeof(CHAR16));
2634 if (Replace != NULL) {
2635 UnicodeSPrint(Replace, StrSize(ReplaceWith) + 2*sizeof(CHAR16), L"\"%s\"", ReplaceWith);
2638 if (Replace == NULL) {
2652 if ((Size + (StrLen(Replace)*sizeof(CHAR16))) > NewSize) {
2653 FreePool(Replace);
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.h864 @param[in] Replace If TRUE and the alias already exists, then the existing alias will be replaced. If
872 @retval EFI_ACCESS_DENIED The alias is a built-in alias or already existed and Replace was set to
880 IN BOOLEAN Replace,
H A DShellProtocol.c1511 // Replace Argv[0] with the full path of the binary we're executing:
3376 @param[in] Replace If TRUE and the alias already exists, then the existing alias will be replaced. If
3384 @retval EFI_ACCESS_DENIED The alias is a built-in alias or already existed and Replace was set to
3393 IN BOOLEAN Replace,
3407 } else if (EfiShellGetAlias(Command, NULL) != NULL && !Replace) {
3409 // Alias already exists, Replace not set
3390 EfiShellSetAlias( IN CONST CHAR16 *Command, IN CONST CHAR16 *Alias, IN BOOLEAN Replace, IN BOOLEAN Volatile ) argument
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
H A DEfiShell.h856 @param[in] Replace If TRUE and the alias already exists, then the existing alias will be replaced. If
863 @retval EFI_ACCESS_DENIED The alias is a built-in alias or already existed and Replace was set to
871 IN BOOLEAN Replace,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py505 Strip=False, Replace=False, TimeStamp=None, Join=False,
526 if Replace:
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
H A DSmiException.asm704 ; Replace the EIP of interrupted task with stub function
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DMisc.py694 # Replace the Edk macros
701 # Replace the default dir to current dir
732 # Replace the Edk macros
739 # Replace the default dir to current dir
978 ## Replace the string template with dictionary of placeholders and append it to previous one
990 ## Replace the string template with dictionary of placeholders
996 def Replace(self, Dictionary=None): member in class:TemplateString

Completed in 1375 milliseconds