/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/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() argument 55 ~header () in ~header() argument
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 42 struct tgsi_header header; in tgsi_build_header() local 51 header_headersize_grow( struct tgsi_header *header ) in header_headersize_grow() 60 header_bodysize_grow( struct tgsi_header *header ) in header_bodysize_grow() 70 struct tgsi_header *header ) in tgsi_build_processor() 89 struct tgsi_header *header ) in declaration_grow() 132 struct tgsi_header *header ) in tgsi_build_declaration() 182 struct tgsi_header *header ) in tgsi_build_declaration_range() 200 struct tgsi_header *header) in tgsi_build_declaration_dimension() 230 struct tgsi_header *header) in tgsi_build_declaration_interp() 267 struct tgsi_header *header ) in tgsi_build_declaration_semantic() [all …]
|
/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 | 517 def make_ctocpp_virtual_function_impl(header, cls, existing, base_scoped): argument 539 def make_ctocpp_unwrap_derived(header, cls, base_scoped): argument 573 def make_ctocpp_class_impl(header, clsname, impl): argument 661 def make_ctocpp_global_impl(header, impl): argument 693 def write_ctocpp_impl(header, clsname, dir): argument 727 header = obj_header() variable
|
/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/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/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_core.h | 49 struct rbug_header header; member 54 struct rbug_header header; member 59 struct rbug_header header; member 65 struct rbug_header header; member 71 struct rbug_header header; member
|
/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/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/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/server/ |
D | header.hpp | 19 struct header struct 21 std::string name; 22 std::string value;
|
/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/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/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/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/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;
|