Home
last modified time | relevance | path

Searched refs:Replace (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
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(Dict))
[all …]
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))
DGenPcdDb.py1612 AutoGenH.Append(gPcdDatabaseAutoGenH.Replace(Dict))
1614 AutoGenC.Append(gEmptyPcdDatabaseAutoGenC.Replace(Dict))
1645 AutoGenC.Append(gPcdDatabaseAutoGenC.Replace(Dict))
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
Dreplace.c26 char *Replace; member
48 char *Key, *Replace; in main() local
90 Match[n].Replace = argv[3 + n*2 + 1]; in main()
120 fputs (Match[i].Replace, Out); in main()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/
Dreplace.c26 char *Replace; member
48 char *Key, *Replace; in main() local
90 Match[n].Replace = argv[3 + n*2 + 1]; in main()
120 fputs (Match[i].Replace, Out); in main()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DMainTextEditor.c694 CHAR16 *Replace; in MainCommandSearchReplace() local
790 Replace = CatSPrint (NULL, L"%s", InputBarGetString()); in MainCommandSearchReplace()
791 if (Replace == NULL) { in MainCommandSearchReplace()
796 ReplaceLen = StrLen (Replace); in MainCommandSearchReplace()
831 FreePool (Replace); in MainCommandSearchReplace()
838 FreePool (Replace); in MainCommandSearchReplace()
852 FreePool (Replace); in MainCommandSearchReplace()
879 FreePool (Replace); in MainCommandSearchReplace()
903 Status = FileBufferReplaceAll (Search, Replace, 0); in MainCommandSearchReplace()
905 FreePool (Replace); in MainCommandSearchReplace()
[all …]
DFileBuffer.h222 IN CONST CHAR16 *Replace,
DTextEditStrings.uni42 #string STR_EDIT_LIBMENUBAR_SEARCH_REPLACE #language en-US "Search/Replace"
66 …CH_REPLACE #language en-US "Ctrl-R F5 Search/Replace \…
DFileBuffer.c3066 IN CONST CHAR16 *Replace, in FileBufferReplace() argument
3077 ReplaceLen = StrLen (Replace); in FileBufferReplace()
3119 Buffer[Index] = Replace[Index]; in FileBufferReplace()
3127 Buffer[Index] = Replace[Index]; in FileBufferReplace()
3145 Buffer[Index] = Replace[Index]; in FileBufferReplace()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/
DPciCfg2OnPciCfgThunk.inf13 # Replace pattern:
48 # Replace pattern:
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c2618 CHAR16 *Replace; in ShellCopySearchAndReplace() local
2629 Replace = NULL; in ShellCopySearchAndReplace()
2631 Replace = StrnCatGrow(&Replace, NULL, ReplaceWith, 0); in ShellCopySearchAndReplace()
2633 Replace = AllocateZeroPool(StrSize(ReplaceWith) + 2*sizeof(CHAR16)); in ShellCopySearchAndReplace()
2634 if (Replace != NULL) { in ShellCopySearchAndReplace()
2635 UnicodeSPrint(Replace, StrSize(ReplaceWith) + 2*sizeof(CHAR16), L"\"%s\"", ReplaceWith); in ShellCopySearchAndReplace()
2638 if (Replace == NULL) { in ShellCopySearchAndReplace()
2652 if ((Size + (StrLen(Replace)*sizeof(CHAR16))) > NewSize) { in ShellCopySearchAndReplace()
2653 FreePool(Replace); in ShellCopySearchAndReplace()
2656 StrCatS(NewString, NewSize/sizeof(CHAR16), Replace); in ShellCopySearchAndReplace()
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
DREADME8 - Replace the types with the ones used in UEFI.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
DREADME16 A boilerplate for the _checkversion.py file can be found here. Replace
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.h880 IN BOOLEAN Replace,
DShellProtocol.c3393 IN BOOLEAN Replace, in EfiShellSetAlias() argument
3407 } else if (EfiShellGetAlias(Command, NULL) != NULL && !Replace) { in EfiShellSetAlias()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
Dreadme.txt75 2) Replace u-boot by UEFI
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DRTD3.asl64 Store(OSCO, CDW2) // Replace DWord2
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
DEfiShell.h871 IN BOOLEAN Replace,
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileManagerStrings.uni114 #string STR_REPLACE #language en-US "Replace"
115 #language fr-FR "Replace(French)"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
DREADME67 untabify.py Replace tabs with spaces in argument files
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFdsGlobalVariable.py505 Strip=False, Replace=False, TimeStamp=None, Join=False, argument
526 if Replace:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog20 - Replace use of unsafe string functions with snprintf if available
68 - Replace use of memmove() with a simple copy for portability
233 - Replace $(...) with `...` in configure for non-bash sh [Bowler]
466 - Replace use of errno in gz* with functions, support WinCE [Alves]
472 - Replace gzio.c with a new set of routines with the same functionality
580 - Replace set_data_type() with a more accurate detect_data_type() in
651 - Replace 1U constants in inflate.c and inftrees.c for 64-bit compile
672 - Replace structure assignments in deflate.c and inflate.c with zmemcpy to
810 - Replace size_t with ptrdiff_t in crc32.c, and check for correct size
909 - Replace rewind() with fseek() for WinCE [Truta]
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DChangeLog34 - Replace 1U constants in inflate.c and inftrees.c for 64-bit compile
55 - Replace structure assignments in deflate.c and inflate.c with zmemcpy to
193 - Replace size_t with ptrdiff_t in crc32.c, and check for correct size
292 - Replace rewind() with fseek() for WinCE [Truta]
483 . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonReadMe.txt113 target system. Replace "DEBUG_VS2005\X64", in the source path, with
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPy2710ReadMe.txt136 target system. Replace "DEBUG_VS2005\X64", in the source path, with

12