Searched defs:Header (Results 1 - 25 of 97) sorted by relevance

1234

/external/apache-http/src/org/apache/http/
H A DHeader.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/Header.java $
56 public interface Header { interface
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dheader.cc22 * Header class
24 Header::Header(int32_t tag) function in class:sfntly::Header
34 Header::Header(int32_t tag, int32_t length) function in class:sfntly::Header
44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) function in class:sfntly::Header
54 Header::~Header() {}
/external/sfntly/cpp/src/sfntly/table/
H A Dheader.cc22 * Header class
24 Header::Header(int32_t tag) function in class:sfntly::Header
34 Header::Header(int32_t tag, int32_t length) function in class:sfntly::Header
44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) function in class:sfntly::Header
54 Header::~Header() {}
/external/nist-sip/java/javax/sip/header/
H A DHeader.java5 public interface Header extends Cloneable, Serializable { interface in inherits:Cloneable,Serializable
/external/clang/lib/CodeGen/
H A DCGLoopInfo.cpp77 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs) argument
78 : LoopID(nullptr), Header(Header), Attrs(Attrs) {
79 LoopID = createMetadata(Header->getContext(), Attrs);
82 void LoopInfoStack::push(BasicBlock *Header) { argument
83 Active.push_back(LoopInfo(Header, StagedAttrs));
/external/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c46 uint64_t Header[PROFILE_HEADER_SIZE]; local
47 Header[0] = __llvm_profile_get_magic();
48 Header[1] = __llvm_profile_get_version();
49 Header[2] = DataSize;
50 Header[3] = CountersSize;
51 Header[4] = NamesSize;
52 Header[5] = (uintptr_t)CountersBegin;
53 Header[6] = (uintptr_t)NamesBegin;
61 UPDATE_memcpy(Header, PROFILE_HEADER_SIZE * sizeof(uint64_t));
/external/llvm/lib/Analysis/
H A DIntervalPartition.cpp59 BasicBlock *Header = Int->getHeaderNode(); local
62 getBlockInterval(*I)->Predecessors.push_back(Header);
/external/smack/src/org/jivesoftware/smackx/packet/
H A DHeader.java19 * Represents a <b>Header</b> entry as specified by the <a href="http://xmpp.org/extensions/xep-031.html">Stanza Headers and Internet Metadata (SHIM)</a>
23 public class Header implements PacketExtension class in inherits:PacketExtension
28 public Header(String name, String value) method in class:Header
/external/chromium_org/device/hid/
H A Dhid_report_descriptor_item.cc16 struct Header { struct in namespace:device::__anon7636
28 Header* header = (Header*)&bytes[0];
/external/chromium_org/extensions/common/
H A Dcrx_file.h26 struct Header { struct in class:extensions::CrxFile
47 static scoped_ptr<CrxFile> Parse(const Header& header, Error* error);
53 // Use this constructor and then .header() to obtain the Header
60 const Header& header() const { return header_; }
64 static bool HeaderIsDelta(const Header& header);
67 Header header_;
70 explicit CrxFile(const Header& header);
74 static bool HeaderIsValid(const Header& header, Error* error);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.h23 struct Header { struct in class:llvm::DWARFDebugArangeSet
51 Header HeaderData;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHeader.java6 public final class Header { class
23 public Header(String name, String value) { method in class:Header
27 public Header(ByteString name, String value) { method in class:Header
31 public Header(ByteString name, ByteString value) { method in class:Header
38 if (other instanceof Header) {
39 Header that = (Header) other;
/external/libvorbis/doc/
H A D01-introduction.tex274 \paragraph{Identification Header}
279 \paragraph{Comment Header}
284 \paragraph{Setup Header}
/external/chromium_org/content/common/android/
H A Dgin_java_bridge_value.cc20 struct Header : public Pickle::Header { struct in namespace:content::__anon7209
62 if (binary_value->GetSize() < sizeof(Header))
66 if (!pickle.data() || pickle.size() - pickle.payload_size() != sizeof(Header))
68 Header* header = pickle.headerT<Header>();
84 const Header* header = pickle_.headerT<Header>();
112 pickle_(sizeof(Header)) {
113 Header* heade
[all...]
/external/chromium_org/mojo/system/
H A Dtransport_data.h97 // many platform handles into multiple messages. |Header| will be present, but
152 // To allow us to make compile-assertions about |Header|, etc. in the .cc
156 // Header for the "secondary buffer"/"transport data". Must be a multiple of
158 struct Header { struct in class:mojo::system::TransportData
173 const Header* header() const {
174 return reinterpret_cast<const Header*>(buffer_.get());
/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_buffer.h16 struct Header { struct in union:ppapi::MediaStreamBuffer
22 Header header;
34 Header header;
47 PP_COMPILE_ASSERT_SIZE_IN_BYTES(Header, 8);
51 Header header;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h21 struct Header struct in class:DWARFDebugArangeSet
50 const Header& GetHeader() const { return m_header; }
72 Header m_header;
H A DDWARFDebugPubnamesSet.h25 struct Header struct in class:DWARFDebugPubnamesSet
31 Header() : function in struct:DWARFDebugPubnamesSet::Header
62 DWARFDebugPubnamesSet::Header& GetHeader() { return m_header; }
63 const DWARFDebugPubnamesSet::Header& GetHeader() const { return m_header; }
89 Header m_header;
/external/llvm/include/llvm/Object/
H A DMachOUniversal.h40 MachO::fat_arch Header; member in class:llvm::object::MachOUniversalBinary::ObjectForArch
55 uint32_t getCPUType() const { return Header.cputype; }
57 Triple T = MachOObjectFile::getArch(Header.cputype, Header.cpusubtype);
/external/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h109 circular_raw_ostream(raw_ostream &Stream, const char *Header, argument
117 Banner(Header) {
/external/chromium_org/base/
H A Dpickle.h114 // must be greater-than-or-equal-to sizeof(Pickle::Header). The header size
265 // Payload follows after allocation of Header (header size is customizable).
266 struct Header { struct in class:Pickle
271 // subclass of Header and its size must correspond to the header_size passed
330 Header* header_;
/external/chromium_org/components/os_crypt/
H A Die7_password_win.cc22 DWORD header_size; // Size of the real Header: sizeof(Header) +
27 struct Header { struct in namespace:__anon6445
30 // sizeof(Header).
46 Header header; // Contains the number of items.
69 if (information->header.fixed_header_size != sizeof(Header))
/external/chromium_org/net/dns/
H A Ddns_protocol.h21 // Header format.
78 struct NET_EXPORT_PRIVATE Header { struct in namespace:net::dns_protocol
/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.h33 // Header contains the fields that we send in IPC messages, apart from the
35 struct Header { struct in class:ppapi::proxy::SerializedHandle
36 Header() : type(INVALID), size(0), open_flags(0) {} function in struct:ppapi::proxy::SerializedHandle::Header
37 Header(Type type_arg, function in struct:ppapi::proxy::SerializedHandle::Header
122 Header header() const {
123 return Header(type_, size_, open_flags_, file_io_);
129 // Write/Read a Header, which contains all the data except the handle. This
132 static bool WriteHeader(const Header& hdr, Pickle* pickle);
133 static bool ReadHeader(PickleIterator* iter, Header* hdr);
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTParser.h63 Header, enumerator in enum:WebCore::FINAL::ParseState

Completed in 1424 milliseconds

1234