HomeSort by relevance Sort by last modified time
    Searched defs:Header (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
header.cc 17 #include "sfntly/table/header.h"
22 * Header class
24 Header::Header(int32_t tag)
34 Header::Header(int32_t tag, int32_t length)
44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length)
54 Header::~Header() {}
    [all...]
header.h 24 class Header : public RefCounted<Header> {
26 // Make a partial header with only the basic info for an empty new table.
27 explicit Header(int32_t tag);
29 // Make a partial header with only the basic info for a new table.
30 Header(int32_t tag, int32_t length);
32 // Make a full header as read from an existing font.
33 Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length);
34 virtual ~Header();
45 // Is the offset in the header valid. The offset will not be valid if th
    [all...]
  /external/apache-http/src/org/apache/http/
Header.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/Header.java $
35 * Represents an HTTP header field.
37 * <p>The HTTP header fields follow the same generic format as
38 * that given in Section 3.1 of RFC 822. Each header field consists
44 * message-header = field-name ":" [ field-value ]
61 public interface Header {
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchHeaderList.h 17 class Header;
22 typedef std::pair<String, String> Header;
41 const Vector<OwnPtr<Header> >& list() const { return m_headerList; }
50 Vector<OwnPtr<Header> > m_headerList;
  /external/llvm/lib/Analysis/
IntervalPartition.cpp 59 BasicBlock *Header = Int->getHeaderNode();
62 getBlockInterval(*I)->Predecessors.push_back(Header);
  /external/nist-sip/java/javax/sip/header/
Header.java 1 package javax.sip.header;
5 public interface Header extends Cloneable, Serializable {
  /external/chromium_org/device/hid/
hid_report_descriptor_item.cc 16 struct Header {
28 Header* header = (Header*)&bytes[0]; local
29 tag_ = (Tag)(header->tag << 2 | header->type);
35 payload_size_ = header->size;
  /external/compiler-rt/lib/profile/
InstrProfilingBuffer.c 45 /* Create the header. */
46 uint64_t Header[PROFILE_HEADER_SIZE];
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))
    [all...]
  /external/chromium_org/components/crx_file/
crx_file.h 14 // CRX files have a header that includes a magic key, version number, and
16 // the header is valid or not.
23 // This header is the first data at the beginning of an extension. Its
26 struct Header {
44 // Construct a new CRX file header object with bytes of a header
47 static scoped_ptr<CrxFile> Parse(const Header& header, Error* error);
49 // Construct a new header for the given key and signature sizes.
53 // Use this constructor and then .header() to obtain the Heade
60 const Header& header() const { return header_; } function in class:crx_file::CrxFile
    [all...]
  /external/chromium_org/content/common/android/
gin_java_bridge_value.cc 20 struct Header : public Pickle::Header {
62 if (binary_value->GetSize() < sizeof(Header))
65 // Broken binary value: payload or header size is wrong
66 if (!pickle.data() || pickle.size() - pickle.payload_size() != sizeof(Header))
68 Header* header = pickle.headerT<Header>();
69 return (header->magic == kHeaderMagic &&
70 header->type >= TYPE_FIRST_VALUE && header->type < TYPE_LAST_VALUE)
84 const Header* header = pickle_.headerT<Header>(); local
113 Header* header = pickle_.headerT<Header>(); local
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.h 23 struct Header {
51 Header HeaderData;
  /external/libvorbis/doc/
01-introduction.tex 88 packed into the bitstream header along with extensive CODEC setup
92 without having previously fetched the codec setup header.
102 relatively large as bitstream headers go. The header size is
107 required header is in mindshare; it is an unusual design and thus
266 three header packets; all are required, in-order, by this
271 The header packets are, in order, the identification
272 header, the comments header, and the setup header.
274 \paragraph{Identification Header}
    [all...]
  /external/chromium_org/chromecast/media/cma/ipc/
media_message.h 21 // - a message header that gives for example the message size or its type,
74 // incuding the header, the content and the possible padding.
76 size_t size() const { return cached_msg_.header.size; }
80 return minimum_msg_size() + cached_msg_.header.content_size;
84 size_t content_size() const { return cached_msg_.header.content_size; }
87 uint32 type() const { return cached_msg_.header.type; }
118 struct Header {
119 // Total size of the message (including both header & content).
128 // Message header.
129 Header header member in struct:chromecast::media::MediaMessage::SerializedMsg
    [all...]
  /external/chromium_org/media/formats/mpeg/
mpeg1_audio_stream_parser.h 20 // Size of an MPEG-1 frame header in bytes.
40 struct Header {
62 // Parses the header starting at |data|.
64 // Returns false if the header is not valid.
68 Header* header);
  /external/chromium_org/mojo/system/
transport_data.h 97 // many platform handles into multiple messages. |Header| will be present, but
111 return header()->platform_handle_table_offset;
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 {
173 const Header* header() const { function in class:mojo::system::TransportData
174 return reinterpret_cast<const Header*>(buffer_.get());
  /external/chromium_org/ppapi/shared_impl/
media_stream_buffer.h 16 struct Header {
22 Header header; member in struct:ppapi::MediaStreamBuffer::Audio
34 Header header; member in struct:ppapi::MediaStreamBuffer::Video
47 PP_COMPILE_ASSERT_SIZE_IN_BYTES(Header, 8);
51 Header header; member in union:ppapi::MediaStreamBuffer
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugArangeSet.h 21 struct Header
50 const Header& GetHeader() const { return m_header; }
72 Header m_header;
DWARFDebugPubnamesSet.h 25 struct Header
31 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/
MachOUniversal.h 40 MachO::fat_arch Header;
55 uint32_t getCPUType() const { return Header.cputype; }
57 Triple T = MachOObjectFile::getArch(Header.cputype, Header.cpusubtype);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Header.java 5 /** HTTP header: the name is an ASCII string, but the value can be UTF-8. */
6 public final class Header {
7 // Special header names defined in the SPDY and HTTP/2 specs.
23 public Header(String name, String value) {
27 public Header(ByteString name, String value) {
31 public Header(ByteString name, ByteString value) {
38 if (other instanceof Header) {
39 Header that = (Header) other;
  /external/chromium_org/base/
pickle.h 104 // The Pickle's data has a header which contains the size of the Pickle's
105 // payload. It can optionally support additional space in the header. That
111 // Initialize a Pickle object using the default header size.
114 // Initialize a Pickle object with the specified header size in bytes, which
115 // must be greater-than-or-equal-to sizeof(Pickle::Header). The header size
116 // will be rounded up to ensure that the header size is 32bit-aligned.
121 // should be used on the Pickle when initialized this way. The header
273 // Payload follows after allocation of Header (header size is customizable)
    [all...]
  /external/chromium_org/components/os_crypt/
ie7_password_win.cc 21 DWORD pre_header_size; // Size of this header structure. Always 12.
22 DWORD header_size; // Size of the real Header: sizeof(Header) +
27 struct Header {
30 // sizeof(Header).
46 Header header; // Contains the number of items. member in struct:__anon11283::PasswordEntry
65 const int entry_count = information->header.item_count;
69 if (information->header.fixed_header_size != sizeof(Header))
    [all...]
  /external/chromium_org/net/dns/
dns_protocol.h 18 // DNS packet consists of a header followed by questions and/or answers.
21 // Header format.
76 // On-the-wire header. All uint16 are in network order.
78 struct NET_EXPORT_PRIVATE Header {
  /external/chromium_org/ppapi/proxy/
serialized_handle.h 33 // Header contains the fields that we send in IPC messages, apart from the
35 struct Header {
36 Header() : type(INVALID), size(0), open_flags(0) {}
37 Header(Type type_arg,
122 Header header() const { function in class:ppapi::proxy::SerializedHandle
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)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.h 63 Header,

Completed in 1216 milliseconds

1 2 3 4