/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | GenC.py | 1258 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 …]
|
D | GenMake.py | 184 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))
|
D | GenPcdDb.py | 1656 AutoGenH.Append(gPcdDatabaseAutoGenH.Replace(Dict)) 1658 AutoGenC.Append(gEmptyPcdDatabaseAutoGenC.Replace(Dict)) 1689 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/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 | 208 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 | 3023 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/ |
D | device.te | 27 # TODO: Replace KM3 with KM4 (b/112339903)
|
D | tee.te | 33 # TODO: Replace KM3 with KM4 (b/112339903)
|
/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 | 2640 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/ |
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 | 885 IN BOOLEAN Replace,
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | RTD3.asl | 64 Store(OSCO, CDW2) // Replace DWord2
|
/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/MdePkg/Include/Protocol/ |
D | Shell.h | 1001 IN BOOLEAN Replace,
|
/device/google/bonito-sepolicy/vendor/qcom/sdm710/ |
D | file_contexts | 3 # TODO: Replace KM3 with KM4 (b/112339903)
|
/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 | 511 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/ |
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
|