HomeSort by relevance Sort by last modified time
    Searched defs:Header (Results 176 - 200 of 970) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/python/cpython2/Lib/email/
header.py 5 """Header encoding and decoding functionality."""
8 'Header',
50 # Find a header embedded in a putative header value. Used to check for
51 # header injection attack.
63 def decode_header(header):
64 """Decode a message header value without converting charset.
67 decoded parts of the header. Charset is None for non-encoded parts of the
68 header, otherwise a lower-case string containing the name of the character
74 # If no encoding, just return the header
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOObject.h 71 /// The cached copy of the header.
72 macho::Header Header;
125 /// @name Object Header Access
128 const macho::Header &getHeader() const { return Header; }
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugArangeSet.h 22 struct Header {
51 Header Header;
61 uint32_t getCompileUnitDIEOffset() const { return Header.CuOffset; }
62 uint32_t getOffsetOfNextEntry() const { return Offset + Header.Length + 4; }
65 const struct Header &getHeader() const { return Header; }
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnrollPass.cpp 133 BasicBlock *Header = L->getHeader();
134 DEBUG(dbgs() << "Loop Unroll: F[" << Header->getParent()->getName()
135 << "] Loop %" << Header->getName() << "\n");
136 (void)Header;
144 Header->getParent()->hasFnAttr(Attribute::OptimizeForSize))
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiGpt.h 19 /// The primary GUID Partition Table Header must be
32 /// GPT Partition Table Header
35 EFI_TABLE_HEADER Header;
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 41 struct Header {
70 * copy them into a byte[] with a "struct Header" that holds data offsets,
74 Header header; local
75 memset(&header, 0, sizeof(header));
79 header.mapSize = maps.size();
82 get_malloc_leak_info(&allocBytes, &header.allocSize, &header.allocInfoSize,
83 &header.totalMemory, &header.backtraceSize)
    [all...]
  /frameworks/native/libs/gui/include/gui/
DisplayEventReceiver.h 59 struct Header {
73 Header header; member in struct:android::DisplayEventReceiver::Event
  /frameworks/native/opengl/libs/EGL/
BlobCache.h 175 // A Header is the header for the entire BlobCache serialization format. No
177 struct Header {
189 // mNumEntries is number of cache entries following the header in the
200 // An EntryHeader is the header for a serialized cache entry. No need to
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Header.java 41 * The header of an entity (see RFC 2045).
44 * @version $Id: Header.java,v 1.3 2004/10/04 15:36:44 ntherning Exp $
46 public class Header {
51 * Creates a new empty <code>Header</code>.
53 public Header() {
57 * Creates a new <code>Header</code> from the specified stream.
59 * @param is the stream to read the header from.
61 public Header(InputStream is) throws IOException {
92 * Gets the fields of this header. The returned list will not be
103 * such fields defined in this header the first one will be returned
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 119 const DbiStreamHeader *Header;
DbiStreamBuilder.h 72 // A helper function to create a Section Map from a COFF section header.
104 const DbiStreamHeader *Header;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
YAMLXRayRecord.h 43 YAMLXRayFileHeader Header;
61 static void mapping(IO &IO, xray::YAMLXRayFileHeader &Header) {
62 IO.mapRequired("version", Header.Version);
63 IO.mapRequired("type", Header.Type);
64 IO.mapRequired("constant-tsc", Header.ConstantTSC);
65 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
66 IO.mapRequired("cycle-frequency", Header.CycleFrequency);
87 // A trace file contains two parts, the header and the list of all the
89 IO.mapRequired("header", Trace.Header);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 111 const DbiStreamHeader *Header;
DbiStreamBuilder.h 70 // A helper function to create a Section Map from a COFF section header.
103 const DbiStreamHeader *Header;
TpiStreamBuilder.h 84 const TpiStreamHeader *Header;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/XRay/
YAMLXRayRecord.h 43 YAMLXRayFileHeader Header;
61 static void mapping(IO &IO, xray::YAMLXRayFileHeader &Header) {
62 IO.mapRequired("version", Header.Version);
63 IO.mapRequired("type", Header.Type);
64 IO.mapRequired("constant-tsc", Header.ConstantTSC);
65 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
66 IO.mapRequired("cycle-frequency", Header.CycleFrequency);
87 // A trace file contains two parts, the header and the list of all the
89 IO.mapRequired("header", Trace.Header);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 111 const DbiStreamHeader *Header;
DbiStreamBuilder.h 70 // A helper function to create a Section Map from a COFF section header.
103 const DbiStreamHeader *Header;
TpiStreamBuilder.h 84 const TpiStreamHeader *Header;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/XRay/
YAMLXRayRecord.h 43 YAMLXRayFileHeader Header;
61 static void mapping(IO &IO, xray::YAMLXRayFileHeader &Header) {
62 IO.mapRequired("version", Header.Version);
63 IO.mapRequired("type", Header.Type);
64 IO.mapRequired("constant-tsc", Header.ConstantTSC);
65 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
66 IO.mapRequired("cycle-frequency", Header.CycleFrequency);
87 // A trace file contains two parts, the header and the list of all the
89 IO.mapRequired("header", Trace.Header);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h 47 const InlineeSourceLineHeader *Header;
88 InlineeSourceLineHeader Header;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 28 struct Header {
45 struct Header Hdr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 122 const DbiStreamHeader *Header;
TpiStreamBuilder.h 84 const TpiStreamHeader *Header;

Completed in 1705 milliseconds

1 2 3 4 5 6 78 91011>>