Home
last modified time | relevance | path

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

12345678910>>...55

/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/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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c42 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/
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.py517 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/
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/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/mesa3d/src/gallium/auxiliary/rbug/
Drbug_core.h49 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/
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/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/server/
Dheader.hpp19 struct header struct
21 std::string name;
22 std::string value;
/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/cpp03/http/server3/
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/doc/html/boost_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/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;

12345678910>>...55