| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
| D | Table.java | 50 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/ |
| D | Table.java | 50 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/ |
| D | dns.h | 23 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/ |
| D | splaytree_algorithms.hpp | 230 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/ |
| D | endian_example.cpp | 28 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/ |
| D | dng_ref_counted_block.h | 39 struct header struct 48 header (uint32 size) in header() function 55 ~header () in ~header() argument
|
| /third_party/cef/tools/ |
| D | make_ctocpp_header.py | 23 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
|
| D | make_views_stub_impl.py | 38 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
|
| D | make_gypi_file.py | 9 def make_gypi_file(header): argument 89 def write_gypi_file(header, file): argument 104 header = obj_header() variable
|
| D | make_wrapper_types_header.py | 9 def make_wrapper_types_header(header): argument 30 def write_wrapper_types_header(header, file): argument 45 header = obj_header() variable
|
| D | make_cpptoc_header.py | 9 def make_cpptoc_header(header, clsname): argument 85 def write_cpptoc_header(header, clsname, dir): argument 105 header = obj_header() variable
|
| D | make_ctocpp_impl.py | 516 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/ |
| D | table.cc | 56 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/ |
| D | table.cc | 56 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/ |
| D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
| /third_party/boost/doc/html/boost_asio/example/cpp11/http/server/ |
| D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
| /third_party/boost/libs/asio/example/cpp03/http/server4/ |
| D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
| /third_party/boost/doc/html/boost_asio/example/cpp03/http/server3/ |
| D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
| /third_party/boost/doc/html/boost_asio/example/cpp03/http/server/ |
| D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
| /third_party/boost/libs/asio/example/cpp03/http/server3/ |
| D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
| /third_party/boost/doc/html/boost_asio/example/cpp03/http/server4/ |
| D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
| /third_party/boost/libs/asio/example/cpp03/http/server2/ |
| D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
| /third_party/boost/doc/html/boost_asio/example/cpp03/http/server2/ |
| D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
| /third_party/boost/libs/asio/example/cpp03/http/server/ |
| D | header.hpp | 19 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/ |
| D | ControlValueTable.java | 39 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()
|