HomeSort by relevance Sort by last modified time
    Searched refs:Header (Results 751 - 775 of 1270) sorted by null

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
HwDebug.c 195 PCI_TYPE_GENERIC *Header;
207 Header = &PciHeader;
268 Status = Pci->Pci.Read (Pci, EfiPciIoWidthUint32, 0, sizeof (PciHeader)/sizeof (UINT32), Header);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
ElTorito.c 152 // We don't care too much about the Catalog header's contents, but we do want
153 // to make sure it looks like a Catalog header
156 DEBUG ((EFI_D_ERROR, "EltCheckBootCatalog: El Torito boot catalog header IDs not correct\n"));
167 DEBUG ((EFI_D_ERROR, "EltCheckBootCatalog: El Torito boot catalog header checksum failed\n"));
218 CdDev.Header.Type = MEDIA_DEVICE_PATH;
219 CdDev.Header.SubType = MEDIA_CDROM_DP;
220 SetDevicePathNodeLength (&CdDev.Header, sizeof (CdDev));
Mbr.c 195 HdDev.Header.Type = MEDIA_DEVICE_PATH;
196 HdDev.Header.SubType = MEDIA_HARDDRIVE_DP;
197 SetDevicePathNodeLength (&HdDev.Header, sizeof (HdDev));
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
PeiMpLib.c 120 if (Hob.Header->HobType == EFI_HOB_TYPE_MEMORY_ALLOCATION) {
169 if (Hob.Header->HobType == EFI_HOB_TYPE_MEMORY_ALLOCATION) {
212 if (Hob.Header->HobType == EFI_HOB_TYPE_RESOURCE_DESCRIPTOR) {
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965Spec.java 39 import org.apache.http.Header;
102 final Header header,
104 if (header == null) {
105 throw new IllegalArgumentException("Header may not be null");
113 HeaderElement[] elems = header.getElements();
124 if (header.getName().equals(SM.SET_COOKIE2)) {
254 public Header getVersionHeader() {
  /external/compiler-rt/lib/profile/
InstrProfilingWriter.c 139 /* First write the header structure. */
157 /* The size of the value prof record header without counting the
165 /* Write out the record header. */
260 /* Create the header. */
261 __llvm_profile_header Header;
266 /* Initialize header structure. */
267 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init;
271 ProfDataIOVec IOVec[] = {{&Header, sizeof(__llvm_profile_header), 1},
  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 46 // BasicBlock that is the header node. This is the opposite of
95 // See file header for conditions of use
176 BasicBlock *Header = getNodeHeader(Node);
177 if (!Visited.insert(Header).second)
180 Interval *Int = new Interval(Header);
BlockFrequencyInfoImpl.h 208 NodeList Nodes; ///< Header and the members of the loop.
209 HeaderMassList BackedgeMass; ///< Mass returned to each loop header.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
234 assert(isHeader(B) && "this is only valid on loop header blocks");
300 /// Get appropriate mass for Node. If Node is a loop-header (whose loop
333 /// backedge to the loop header?
455 /// This adjusts header mass distribution so it matches the weights of
553 /// that relies on \c MachineBasicBlock is defined in the header.
648 /// which is called the header. A given loop, L, can have sub-loops, which ar
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 45 import javax.sip.header.*;
47 import gov.nist.javax.sip.header.*;
55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for
211 * Check header for constraints. (1) Invite options and bye requests can only have SIP URIs in
216 String prefix = "Missing a required header : ";
246 throw new ParseException("No via header in request! ", 0);
258 * single Event header field in PUBLISH requests. The value of this header field
266 * RFC 3261 8.1.1.8 The Contact header field MUST be present and contain exactly one SIP
269 * requests, the scope of the Contact is global. That is, the Contact header field valu
    [all...]
  /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
OkApacheClient.java 13 import org.apache.http.Header;
50 for (Header header : request.getAllHeaders()) {
51 String name = header.getName();
53 contentType = header.getValue();
55 builder.header(name, header.getValue());
66 Header encoding = entity.getContentEncoding();
68 builder.header(encoding.getName(), encoding.getValue());
  /external/python/cpython3/Lib/email/
_policybase.py 7 from email import header
204 Called when a header is added to a Message object. If the returned
211 in the number of instances of that header that may be added to a
216 The default implementation returns None for all header names.
223 a single header, return the (name, value) tuple that should be stored
232 """Given the header name and the value provided by the application
239 """Given the header name and the value from the model, return the value
241 header. The value passed in by the email package may contain
250 """Given the header name and the value from the model, return a string
251 containing linesep characters that implement the folding of the header
    [all...]
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 115 Builder(Header* header, ReadableFontData* data);
121 static CALLER_ATTACH Builder* CreateBuilder(Header* header,
301 // header
324 GlyphTable(Header* header, ReadableFontData* data);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
IntervalIterator.h 54 // BasicBlock that is the header node. This is the opposite of
95 // See file header for conditions of use
178 BasicBlock *Header = getNodeHeader(Node);
179 if (!Visited.insert(Header).second)
182 Interval *Int = new Interval(Header);
BlockFrequencyInfoImpl.h 228 NodeList Nodes; ///< Header and the members of the loop.
229 HeaderMassList BackedgeMass; ///< Mass returned to each loop header.
233 LoopData(LoopData *Parent, const BlockNode &Header)
234 : Parent(Parent), Nodes(1, Header), BackedgeMass(1) {}
256 assert(isHeader(B) && "this is only valid on loop header blocks");
325 /// Get appropriate mass for Node. If Node is a loop-header (whose loop
360 /// backedge to the loop header?
419 /// Whether each block is an irreducible loop header.
497 /// This adjusts header mass distribution so it matches the weights of
596 /// that relies on \c MachineBasicBlock is defined in the header
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
IRSymtab.h 95 /// The index into Header::Comdats, or -1 if not a comdat member.
129 struct Header {
242 const storage::Header &header() const { function in class:llvm::irsymtab::Reader
243 return *reinterpret_cast<const storage::Header *>(Symtab.data());
251 Modules = range(header().Modules);
252 Comdats = range(header().Comdats);
253 Symbols = range(header().Symbols);
254 Uncommons = range(header().Uncommons);
271 StringRef getTargetTriple() const { return str(header().TargetTriple);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MustExecute.cpp 25 /// Computes loop safety information, checks loop body & header
30 BasicBlock *Header = CurLoop->getHeader();
34 // Iterate over header and compute safety info.
36 !isGuaranteedToTransferExecutionToSuccessor(Header);
40 // Skip header as it has been computed and stored in HeaderMayThrow.
41 // The first block in loopinfo.Blocks is guaranteed to be the header.
42 assert(Header == *CurLoop->getBlocks().begin() &&
43 "First block must be header");
111 // If the instruction is in the header block for the loop (which is very
115 // If there's a throw in the header block, we can't guarantee we'll reac
    [all...]
  /external/volley/src/test/java/com/android/volley/toolbox/
DiskBasedCacheTest.java 36 import com.android.volley.Header;
304 // Overwrite the magic header
376 // If a cached header list is corrupted and begins with a negative size,
390 // If a cached header list is corrupted and begins with 2GB size, verify
559 List<Header> empty = new ArrayList<>();
562 List<Header> twoThings = new ArrayList<>();
563 twoThings.add(new Header("first", "thing"));
564 twoThings.add(new Header("second", "item"));
566 List<Header> emptyKey = new ArrayList<>();
567 emptyKey.add(new Header("", "value"))
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test_email.py 21 from email.header import Header, decode_header, make_header
183 # header appears fifth.
186 header, value = msg.items()[4]
187 eq(header.lower(), 'content-type')
189 # This one has a Content-Type: header, with a boundary, stuck in the
194 header, value = msg.items()[4]
195 eq(header.lower(), 'content-type')
197 # And this one has no Content-Type: header at all.
226 # Make sure new bytes header parser also passes this
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParser.py 279 Header = self._RawData.CurrentScope[0] if self._RawData.CurrentScope else None
280 if Header and len(Header) > 2:
281 if Header[0].upper() == 'USEREXTENSIONS' and not (Header[1] == 'TianoCore' and Header[2] == '"ExtraFiles"'):
719 for Header in self._RawData.CurrentScope:
720 if Header in self._Headers:
723 self._Headers.append(Header)
726 if Item.UserId == Header[1] and Item.IdString == Header[2]:
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 453 // Go back to the header of string block to search.
771 OldBlockSize = StringPackage->StringPkgHdr->Header.Length - StringPackage->StringPkgHdr->HdrSize;
850 StringPackage->StringPkgHdr->Header.Length += NewBlockSize - OldBlockSize;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Exchange.c 468 // Validate the IKE packet header.
470 if (!Ikev2ValidateHeader (IkeSaSession, IkePacket->Header)) {
472 // Drop the packet if invalid IKE header.
661 // Validate the IKE packet header.
663 if (!Ikev2ValidateHeader (IkeSaSession, IkePacket->Header)) {
665 // Drop the packet if invalid IKE header.
708 if (!(IkePacket->Header->Flags & IKE_HEADER_FLAGS_RESPOND)) {
709 Reply = mIkev2CreateChild.Generator ((UINT8 *) IkeSaSession, &IkePacket->Header->MessageId);
760 // Validate the IKE packet header.
762 if (!Ikev2ValidateHeader (IkeSaSession, IkePacket->Header)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 414 // Get the CPU type information from the header.
415 const macho::Header &Header = Obj->getHeader();
419 CPUType = Header.CPUType;
420 CPUSubtype = Header.CPUSubtype;
425 for (unsigned i = 0; i != Header.NumLoadCommands; ++i) {
  /art/libdexfile/dex/
art_dex_file_loader.cc 132 if (!(zip_entry->IsUncompressed() && zip_entry->IsAlignedTo(alignof(DexFile::Header)))) {
194 if (size < sizeof(DexFile::Header)) {
196 "DexFile: failed to open dex file '%s' that is too short to have a header",
349 if (size < sizeof(DexFile::Header)) {
351 "DexFile: failed to open dex file '%s' that is too short to have a header",
356 const DexFile::Header* dex_header = reinterpret_cast<const DexFile::Header*>(begin);
403 if (!zip_entry->IsAlignedTo(alignof(DexFile::Header))) {
407 << "please zipalign to " << alignof(DexFile::Header) << " bytes. "
test_dex_file_builder.h 88 uint8_t data[sizeof(DexFile::Header)];
92 DexFile::Header* header = reinterpret_cast<DexFile::Header*>(&header_data.data); local
93 std::copy_n(StandardDexFile::kDexMagic, 4u, header->magic_);
94 std::copy_n(StandardDexFile::kDexMagicVersions[0], 4u, header->magic_ + 4u);
95 header->header_size_ = sizeof(DexFile::Header);
96 header->endian_tag_ = DexFile::kDexEndianConstant;
97 header->link_size_ = 0u; // Unused
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 118 The variable arguments are pointers which point to package header that defined
179 // Add the length of the Package List Header and the terminating Package Header
196 // Fill in the GUID and Length of the Package List Header
524 // Convert all hex digits in range [A-F] in the configuration header to [a-f]
817 // Convert all hex digits in range [A-F] in the configuration header to [a-f]
    [all...]

Completed in 1795 milliseconds

<<31323334353637383940>>