Home
last modified time | relevance | path

Searched refs:Pattern (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
DModifyInf.c137 char *Pattern; in ApplyPattern() local
143 Pattern = PatternBuffer; in ApplyPattern()
168 strcpy (Pattern, argv[PatternNum]); in ApplyPattern()
174 if (*Pattern == '-') { in ApplyPattern()
175 if (strstr (Line, Pattern + 1)) { in ApplyPattern()
185 if (*Pattern == '[') { in ApplyPattern()
186 if (strncmp (Section, Pattern, strlen (Section))) { in ApplyPattern()
195 while (*Pattern != ']') { in ApplyPattern()
196 if (!(*Pattern++)) { in ApplyPattern()
201 Pattern++; in ApplyPattern()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
DUnicodeCollationEng.c266 IN CHAR16 *Pattern in EngMetaiMatch() argument
274 CharP = *Pattern; in EngMetaiMatch()
275 Pattern += 1; in EngMetaiMatch()
293 if (EngMetaiMatch (This, String, Pattern)) { in EngMetaiMatch()
300 return EngMetaiMatch (This, String, Pattern); in EngMetaiMatch()
326 CharP = *Pattern++; in EngMetaiMatch()
336 CharP = *Pattern; in EngMetaiMatch()
360 CharP = *Pattern++; in EngMetaiMatch()
366 CharP = *Pattern; in EngMetaiMatch()
367 Pattern += 1; in EngMetaiMatch()
DUnicodeCollationEng.h89 IN CHAR16 *Pattern
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DRm.c205 CHAR16 *Pattern; in IsValidDeleteTarget() local
228 Pattern = NULL; in IsValidDeleteTarget()
231 Pattern = StrnCatGrow(&Pattern, &Size, TempLocation , 0); in IsValidDeleteTarget()
232 Pattern = StrnCatGrow(&Pattern, &Size, L"\\" , 0); in IsValidDeleteTarget()
240 if (Pattern == NULL || SearchString == NULL) { in IsValidDeleteTarget()
244 if (gUnicodeCollation->MetaiMatch(gUnicodeCollation, Pattern, SearchString)) { in IsValidDeleteTarget()
249 SHELL_FREE_NON_NULL(Pattern ); in IsValidDeleteTarget()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/
DRegularExpressionDxe.c79 IN CHAR16 *Pattern, in OnigurumaMatch() argument
115 Start = (OnigUChar*)Pattern; in OnigurumaMatch()
323 IN CHAR16 *Pattern, in RegularExpressionMatch() argument
334 …if (This == NULL || String == NULL || Pattern == NULL || Result == NULL || CapturesCount == NULL) { in RegularExpressionMatch()
356 Status = OnigurumaMatch (String, Pattern, SyntaxType, Result, Captures, CapturesCount); in RegularExpressionMatch()
DRegularExpressionDxe.h83 IN CHAR16 *Pattern,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dhte.c278 UINT32 Pattern; in BasicDataCompareHte() local
294 Pattern = 0xC33C0000; in BasicDataCompareHte()
298 Pattern = 0xAA5555AA; in BasicDataCompareHte()
303 isbW32m(HTE, Offset, Pattern); in BasicDataCompareHte()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/
DUcOnUc2Thunk.c103 IN CHAR16 *Pattern
392 IN CHAR16 *Pattern in MetaiMatch() argument
399 return Private->Uc2->MetaiMatch (Private->Uc2, String, Pattern); in MetaiMatch()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/
DUc2OnUcThunk.c103 IN CHAR16 *Pattern
391 IN CHAR16 *Pattern in MetaiMatch() argument
398 return Private->Uc->MetaiMatch (Private->Uc, String, Pattern); in MetaiMatch()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/
DPlatformMemTest.h81 VOID *Pattern; // Array of patterns member
90 EFI_PHYSICAL_ADDRESS *Pattern; // Array of patterns member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DRegularExpressionProtocol.h148 IN CHAR16 *Pattern,
DUnicodeCollation.h88 IN CHAR16 *Pattern
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation2/
DUnicodeCollation2.h72 IN CHAR16 *Pattern
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation/
DUnicodeCollation.h72 IN CHAR16 *Pattern
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCheck.py1205 Pattern = re.compile(r'^[A-Z]+\S*[a-z]\S*$')
1209 if not Pattern.match(Record[1]):
1222 Pattern = re.compile(r'^[A-Zgm]+\S*[a-z]\S*$')
1230 if not Pattern.match(Var):
1242 Pattern = re.compile(r'^[A-Z]+\S*[a-z]\S*$')
1246 if not Pattern.match(Record[1]):
Dc.py1344 Pattern = re.compile(r'^[A-Z]+\S*[a-z]\S*$')
1372 …if not Pattern.match(Param.Name) and not Param.Name in ParamIgnoreList and not EccGlobalData.gExce…
1399 …if not Pattern.match(Param.Name) and not Param.Name in ParamIgnoreList and not EccGlobalData.gExce…
1561 Pattern = re.compile(r'^[A-Z]+\S*[a-z]\S*$')
1645 if not Pattern.match(Token.lstrip('*')):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dre.py298 s = sre_parse.Pattern()
Dsre_parse.py65 class Pattern: class
669 pattern = Pattern()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dre.py312 s = sre_parse.Pattern()
Dsre_parse.py65 class Pattern: class
712 pattern = Pattern()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfParserLite.py2252Pattern = re.compile(r'([a-zA-Z0-9\-]+|\$\(TARGET\)|\*)_([a-zA-Z0-9\-]+|\$\(TOOL_CHAIN_TAG\)|\*)_(…
2253 if Pattern.match(self.__Token):
2257 if not Pattern.match(self.__Token):
2843 Pattern = re.compile(r'([a-zA-Z][a-zA-Z0-9]*)')
2844 if Pattern.match(self.__Token):
2901Pattern = re.compile(r'([a-zA-Z0-9\-]+|\$\(TARGET\)|\*)_([a-zA-Z0-9\-]+|\$\(TOOL_CHAIN_TAG\)|\*)_(…
2902 if Pattern.match(self.__Token):
2906 if not Pattern.match(self.__Token):
3465 Pattern = re.compile('-$|[0-9]{0,1}[0-9]{1}\.[0-9]{0,1}[0-9]{1}')
3466 if Pattern.match(self.__Token) == None:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFdfParser.py2784Pattern = re.compile(r'([a-zA-Z0-9\-]+|\$\(TARGET\)|\*)_([a-zA-Z0-9\-]+|\$\(TOOL_CHAIN_TAG\)|\*)_(…
2785 if Pattern.match(self.__Token):
2789 if not Pattern.match(self.__Token):
3676 Pattern = re.compile(r'([a-zA-Z][a-zA-Z0-9]*)')
3677 if Pattern.match(self.__Token):
3734Pattern = re.compile(r'([a-zA-Z0-9\-]+|\$\(TARGET\)|\*)_([a-zA-Z0-9\-]+|\$\(TOOL_CHAIN_TAG\)|\*)_(…
3735 if Pattern.match(self.__Token):
3739 if not Pattern.match(self.__Token):
4293 Pattern = re.compile('-$|[0-9a-fA-F]{1,2}\.[0-9a-fA-F]{1,2}$', re.DOTALL)
4294 if Pattern.match(self.__Token) == None:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DMisc.py1117 Pattern = '[a-zA-Z0-9_][a-zA-Z0-9_\-\.]*'
1119 InvalidCh = re.sub(Pattern, '', FileName)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py794 Pattern = '[a-zA-Z0-9]{1,}\.[a-zA-Z0-9]{1,}'
795 MatchedList = re.findall(Pattern, ReplaceValue)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictnotes.txt205 Strategy Pattern

12