Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
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(Dict))
[all …]
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))
DGenPcdDb.py1656 AutoGenH.Append(gPcdDatabaseAutoGenH.Replace(Dict))
1658 AutoGenC.Append(gEmptyPcdDatabaseAutoGenC.Replace(Dict))
1689 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/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.h208 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.c3023 IN CONST CHAR16 *Replace, in FileBufferReplace() argument
3034 ReplaceLen = StrLen (Replace); in FileBufferReplace()
3076 Buffer[Index] = Replace[Index]; in FileBufferReplace()
3084 Buffer[Index] = Replace[Index]; in FileBufferReplace()
3102 Buffer[Index] = Replace[Index]; in FileBufferReplace()
/device/google/bonito-sepolicy/vendor/qcom/common/
Ddevice.te26 # TODO: Replace KM3 with KM4 (b/112339903)
Dtee.te33 # TODO: Replace KM3 with KM4 (b/112339903)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/
DPciCfg2OnPciCfgThunk.inf13 # Replace pattern:
48 # Replace pattern:
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c2640 CHAR16 *Replace; in ShellCopySearchAndReplace() local
2651 Replace = NULL; in ShellCopySearchAndReplace()
2653 Replace = StrnCatGrow(&Replace, NULL, ReplaceWith, 0); in ShellCopySearchAndReplace()
2655 Replace = AllocateZeroPool(StrSize(ReplaceWith) + 2*sizeof(CHAR16)); in ShellCopySearchAndReplace()
2656 if (Replace != NULL) { in ShellCopySearchAndReplace()
2657 UnicodeSPrint(Replace, StrSize(ReplaceWith) + 2*sizeof(CHAR16), L"\"%s\"", ReplaceWith); in ShellCopySearchAndReplace()
2660 if (Replace == NULL) { in ShellCopySearchAndReplace()
2674 if ((Size + (StrLen(Replace)*sizeof(CHAR16))) > NewSize) { in ShellCopySearchAndReplace()
2675 FreePool(Replace); in ShellCopySearchAndReplace()
2678 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.h885 IN BOOLEAN Replace,
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DRTD3.asl64 Store(OSCO, CDW2) // Replace DWord2
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileManagerStrings.uni114 #string STR_REPLACE #language en-US "Replace"
115 #language fr-FR "Replace(French)"
/device/google/bonito-sepolicy/vendor/qcom/sdm710/
Dfile_contexts3 # TODO: Replace KM3 with KM4 (b/112339903)
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DShell.h1001 IN BOOLEAN Replace,
/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.py511 Strip=False, Replace=False, TimeStamp=None, Join=False, argument
532 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