Home
last modified time | relevance | path

Searched defs:header (Results 1 – 25 of 1275) sorted by relevance

12345678910>>...51

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DTable.java50 private Header header; field in Table
52 protected Table(Header header, ReadableFontData data) { in Table()
71 public Header header() { in header() method in Table
131 private Header header; field in Table.Builder
133 protected Builder(Header header, WritableFontData data) { in Builder()
138 protected Builder(Header header, ReadableFontData data) { in Builder()
143 protected Builder(Header header) { in Builder()
158 public final Header header() { in header() method in Table.Builder
169 Header header = new Header(this.header().tag(), table.dataLength()); in notifyPostTableBuild() local
184 Header header, WritableFontData tableData) { in getBuilder()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DTable.java50 private Header header; field in Table
52 protected Table(Header header, ReadableFontData data) { in Table()
71 public Header header() { in header() method in Table
131 private Header header; field in Table.Builder
133 protected Builder(Header header, WritableFontData data) { in Builder()
138 protected Builder(Header header, ReadableFontData data) { in Builder()
143 protected Builder(Header header) { in Builder()
158 public final Header header() { in header() method in Table.Builder
169 Header header = new Header(this.header().tag(), table.dataLength()); in notifyPostTableBuild() local
184 Header header, WritableFontData tableData) { in getBuilder()
/third_party/uboot/u-boot-2020.01/net/
Ddns.h23 struct header { struct
24 uint16_t tid; /* Transaction ID */
25 uint16_t flags; /* Flags */
26 uint16_t nqueries; /* Questions */
27 uint16_t nanswers; /* Answers */
28 uint16_t nauth; /* Authority PRs */
29 uint16_t nother; /* Other PRs */
30 unsigned char data[1]; /* Data, variable length */
/third_party/boost/boost/intrusive/
Dsplaytree_algorithms.hpp230 static void erase(node_ptr header, node_ptr z) in erase()
296 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count()
311 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count()
318 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
330 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
337 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
349 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
356 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in find()
366 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in find()
373 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
[all …]
/third_party/boost/libs/endian/example/
Dendian_example.cpp28 struct header struct
30 big_int32_buf_at file_code;
31 big_int32_buf_at file_length;
32 little_int32_buf_at version;
33 little_int32_buf_at shape_type;
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_ref_counted_block.h39 struct header struct
48 header (uint32 size) in header() argument
55 ~header () in ~header() argument
/third_party/cef/tools/
Dmake_ctocpp_header.py23 def make_function_body(header, cls): argument
43 def make_ctocpp_header(header, clsname): argument
130 def write_ctocpp_header(header, clsname, dir): argument
150 header = obj_header() variable
Dmake_views_stub_impl.py38 def make_views_class_stub_impl(header, cls): argument
49 def make_views_stub_impl(header): argument
72 def write_views_stub_impl(header, file): argument
89 header = obj_header() variable
Dmake_gypi_file.py9 def make_gypi_file(header): argument
89 def write_gypi_file(header, file): argument
104 header = obj_header() variable
Dmake_wrapper_types_header.py9 def make_wrapper_types_header(header): argument
30 def write_wrapper_types_header(header, file): argument
45 header = obj_header() variable
Dmake_cpptoc_header.py9 def make_cpptoc_header(header, clsname): argument
85 def write_cpptoc_header(header, clsname, dir): argument
105 header = obj_header() variable
Dmake_ctocpp_impl.py516 def make_ctocpp_virtual_function_impl(header, cls, existing, base_scoped): argument
538 def make_ctocpp_unwrap_derived(header, cls, base_scoped): argument
572 def make_ctocpp_class_impl(header, clsname, impl): argument
660 def make_ctocpp_global_impl(header, impl): argument
692 def write_ctocpp_impl(header, clsname, dir): argument
726 header = obj_header() variable
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.cc56 Table::Table(Header* header, ReadableFontData* data) in Table()
77 Table::Builder* Table::Builder::GetBuilder(Header* header, in GetBuilder()
148 Table::Builder::Builder(Header* header, WritableFontData* data) in Builder()
153 Table::Builder::Builder(Header* header, ReadableFontData* data) in Builder()
158 Table::Builder::Builder(Header* header) { in Builder()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.cc56 Table::Table(Header* header, ReadableFontData* data) in Table()
77 Table::Builder* Table::Builder::GetBuilder(Header* header, in GetBuilder()
148 Table::Builder::Builder(Header* header, WritableFontData* data) in Builder()
153 Table::Builder::Builder(Header* header, ReadableFontData* data) in Builder()
158 Table::Builder::Builder(Header* header) { in Builder()
/third_party/boost/libs/asio/example/cpp11/http/server/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/boost/doc/html/boost_asio/example/cpp11/http/server/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/boost/libs/asio/example/cpp03/http/server4/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server3/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/boost/libs/asio/example/cpp03/http/server3/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server4/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/boost/libs/asio/example/cpp03/http/server2/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server2/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/boost/libs/asio/example/cpp03/http/server/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DControlValueTable.java39 protected ControlValueTable(Header header, ReadableFontData data) { in ControlValueTable()
73 public static Builder createBuilder(Header header, WritableFontData data) { in createBuilder()
83 protected Builder(Header header, WritableFontData data) { in Builder()
93 protected Builder(Header header, ReadableFontData data) { in Builder()

12345678910>>...51