Home
last modified time | relevance | path

Searched refs:MatchString (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DRegularExpressionProtocol.h156 EFI_REGULAR_EXPRESSION_MATCH MatchString; member
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DSerialStatusCode.c539 MatchString (
554 MatchString ( in MatchString() function
693 MatchString ( in SerialReportStatusCode()
702 MatchString ( in SerialReportStatusCode()
711 MatchString ( in SerialReportStatusCode()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DUniClassObject.py353 MatchString = re.match('[A-Z0-9_]+', Name, re.UNICODE)
354 if MatchString == None or MatchString.end(0) != len(Name):
513 MatchString = re.match('[A-Z0-9_]+', Name, re.UNICODE)
514 if MatchString == None or MatchString.end(0) != len(Name):
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
DBsSerialStatusCode.c2033 MatchString (
2049 MatchString ( in MatchString() function
2335 MatchString ( in BsSerialReportStatusCode()
2344 MatchString ( in BsSerialReportStatusCode()
2353 MatchString ( in BsSerialReportStatusCode()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DBootMaintenance.c371 CHAR16 *MatchString; in ExtractFileNameFromDevicePath() local
379 MatchString = String; in ExtractFileNameFromDevicePath()
382 while(MatchString != NULL){ in ExtractFileNameFromDevicePath()
383 LastMatch = MatchString + 1; in ExtractFileNameFromDevicePath()
384 MatchString = StrStr(LastMatch,L"\\"); in ExtractFileNameFromDevicePath()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DUniClassObject.py395 MatchString = re.match('[A-Z0-9_]+', Name, re.UNICODE)
396 if MatchString == None or MatchString.end(0) != len(Name):
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py958 MatchString = MatchObj.group(1)
962 if MatchString == self._REPEAT_START_FLAG:
968 elif MatchString == self._REPEAT_END_FLAG:
974 … PlaceHolderList.append((MatchString, MatchStart - SectionStart, MatchEnd - SectionStart))
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DExpression.c1614 Status = RegularExpressionProtocol->MatchString ( in IfrMatch2()