/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | GenC.py | 1216 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 …]
|
D | GenMake.py | 184 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))
|
D | GenPcdDb.py | 1612 AutoGenH.Append(gPcdDatabaseAutoGenH.Replace(Dict)) 1614 AutoGenC.Append(gEmptyPcdDatabaseAutoGenC.Replace(Dict)) 1645 AutoGenC.Append(gPcdDatabaseAutoGenC.Replace(Dict))
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/ |
D | replace.c | 26 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/ |
D | replace.c | 26 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/ |
D | MainTextEditor.c | 694 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 …]
|
D | FileBuffer.h | 222 IN CONST CHAR16 *Replace,
|
D | TextEditStrings.uni | 42 #string STR_EDIT_LIBMENUBAR_SEARCH_REPLACE #language en-US "Search/Replace" 66 …CH_REPLACE #language en-US "Ctrl-R F5 Search/Replace \…
|
D | FileBuffer.c | 3066 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/ |
D | PciCfg2OnPciCfgThunk.inf | 13 # Replace pattern: 48 # Replace pattern:
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/ |
D | UefiShellLib.c | 2618 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/ |
D | README | 8 - Replace the types with the ones used in UEFI.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/ |
D | README | 16 A boilerplate for the _checkversion.py file can be found here. Replace
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellProtocol.h | 880 IN BOOLEAN Replace,
|
D | ShellProtocol.c | 3393 IN BOOLEAN Replace, in EfiShellSetAlias() argument 3407 } else if (EfiShellGetAlias(Command, NULL) != NULL && !Replace) { in EfiShellSetAlias()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/ |
D | readme.txt | 75 2) Replace u-boot by UEFI
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | RTD3.asl | 64 Store(OSCO, CDW2) // Replace DWord2
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/ |
D | EfiShell.h | 871 IN BOOLEAN Replace,
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
D | UserProfileManagerStrings.uni | 114 #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/ |
D | README | 67 untabify.py Replace tabs with spaces in argument files
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | GenFdsGlobalVariable.py | 505 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/ |
D | ChangeLog | 20 - 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/ |
D | ChangeLog | 34 - 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/ |
D | PythonReadMe.txt | 113 target system. Replace "DEBUG_VS2005\X64", in the source path, with
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | Py2710ReadMe.txt | 136 target system. Replace "DEBUG_VS2005\X64", in the source path, with
|