/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pyexpat.py | 140 parser.Parse(data, 1) 170 parser.Parse(data, 1) 276 p.Parse("<e> <e/> <e></e> </e>", 1) 324 self.parser.Parse("<a>1<b/>2<c/>3</a>", 1) 332 self.parser.Parse("<a>1<b buffer-text='no'/>2\n3<c buffer-text='yes'/>4\n5</a>", 1) 338 self.parser.Parse("<a>1<b/><2><c/> \n 3</a>", 1) 344 self.parser.Parse("<a>1<b/>2<c/>3</a>", 1) 351 self.parser.Parse("<a>1<b/>2<c/>3</a>", 1) 357 self.parser.Parse("<a>1<b></b>2<c/>3</a>", 1) 364 self.parser.Parse("<a>1<b/>2<c></c>345</a> ", 1) [all …]
|
/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 55 ssize_t JSONValue::Parse(const char *data, size_t size, JSONValue *out) { in Parse() function in android::JSONValue 84 ssize_t n = Parse(&data[offset], size - offset, &val); in Parse() 131 ssize_t n = Parse(&data[offset], size - offset, &key); in Parse() 154 n = Parse(&data[offset], size - offset, &val); in Parse() 630 sp<JSONCompound> JSONCompound::Parse(const char *data, size_t size) { in Parse() function in android::JSONCompound 632 ssize_t result = JSONValue::Parse(data, size, &value); in Parse()
|
D | JSONObject.h | 46 static ssize_t Parse(const char *data, size_t size, JSONValue *out); 84 static sp<JSONCompound> Parse(const char *data, size_t size);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiDhcp.c | 208 Status = This->Parse (This, Packet, &OptionCount, NULL); in IScsiDhcpSelectOffer() 218 Status = This->Parse (This, Packet, &OptionCount, OptionList); in IScsiDhcpSelectOffer() 286 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList); in IScsiParseDhcpAck() 296 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList); in IScsiParseDhcpAck()
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
D | IScsiDhcp.c | 226 Status = This->Parse (This, Packet, &OptionCount, NULL); in IScsiDhcpSelectOffer() 236 Status = This->Parse (This, Packet, &OptionCount, OptionList); in IScsiDhcpSelectOffer() 309 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList); in IScsiParseDhcpAck() 319 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList); in IScsiParseDhcpAck()
|
D | IScsiDhcp6.c | 258 Status = This->Parse (This, Packet, &OptionCount, NULL); in IScsiDhcp6ParseReply() 268 Status = This->Parse (This, Packet, &OptionCount, OptionList); in IScsiDhcp6ParseReply()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | HttpUtilities.h | 119 EFI_HTTP_UTILS_PARSE Parse; member
|
D | Dhcp4.h | 774 EFI_DHCP4_PARSE Parse; member
|
D | Dhcp6.h | 780 EFI_DHCP6_PARSE Parse; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pyexpat.h | 22 enum XML_Status (*Parse)( member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pyexpat.h | 22 enum XML_Status (*Parse)( member
|
/device/google/contexthub/util/nanotool/ |
D | nanopacket.h | 67 ParseResult Parse(uint8_t *buffer, size_t length, size_t *bytes_parsed);
|
D | calibrationfile.cpp | 59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size); in Initialize()
|
D | nanopacket.cpp | 145 NanoPacket::ParseResult NanoPacket::Parse(uint8_t *buffer, size_t length, in Parse() function in android::NanoPacket
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
D | Dhcp4Impl.c | 1671 DHCP_PARSE_CONTEXT *Parse; in Dhcp4ParseCheckOption() local 1673 Parse = (DHCP_PARSE_CONTEXT *) Context; in Dhcp4ParseCheckOption() 1674 Parse->Index++; in Dhcp4ParseCheckOption() 1676 if (Parse->Index <= Parse->OptionCount) { in Dhcp4ParseCheckOption() 1682 Parse->Option[Parse->Index - 1] = BASE_CR (Data, EFI_DHCP4_PACKET_OPTION, Data); in Dhcp4ParseCheckOption()
|
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/ |
D | CbParseLib.inf | 2 # Coreboot Table Parse Library.
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsDhcp.c | 251 Status = Dhcp4->Parse (Dhcp4, Packet, &OptionCount, OptionList); in ParseDhcp4Ack() 261 Status = Dhcp4->Parse (Dhcp4, Packet, &OptionCount, OptionList); in ParseDhcp4Ack() 340 Status = This->Parse (This, Packet, &OptionCount, NULL); in ParseDhcp6Ack() 350 Status = This->Parse (This, Packet, &OptionCount, OptionList); in ParseDhcp6Ack()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | UefiShellLevel2CommandsLib.inf | 43 Parse.c
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
D | expatbuilder.py | 207 parser.Parse(buffer, 0) 211 parser.Parse("", True) 223 parser.Parse(string, True) 647 parser.Parse(document, 1) 707 parser.Parse(self._source, 1)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
D | expatbuilder.py | 207 parser.Parse(buffer, 0) 211 parser.Parse("", True) 223 parser.Parse(string, True) 647 parser.Parse(document, 1) 707 parser.Parse(self._source, 1)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/ |
D | Dhcp4.h | 232 EFI_DHCP4_PARSE Parse; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | DecParser.py | 282 def Parse(self): member in _DecBase 739 def __init__(self, DecFile, Parse = True): argument 778 if Parse: 780 self.Parse() 909 SectionObj.Parse()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
D | IfrParse.c | 47 IFR_PARSE_FUNCTION Parse; member 808 if (mIfrParseTable[OpHeader->OpCode].Parse != NULL) { in IfrParsePack() 809 mIfrParseTable[OpHeader->OpCode].Parse (Context); in IfrParsePack()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/ |
D | README | 58 Parse an iso3166-countrycodes file extracting the two letter country
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/ |
D | HttpUtilitiesProtocol.c | 99 Status = This->Parse ( in HttpUtilitiesBuild()
|