Home
last modified time | relevance | path

Searched defs:header (Results 126 - 150 of 1057) sorted by relevance

12345678910>>...43

/third_party/openssl/test/
H A Dx509aux.c26 char *header = 0; in test_certs() local
H A Dpemtest.c36 char *name = NULL, *header = NULL; in test_b64() local
66 char *name = NULL, *header = NULL; in test_invalid() local
106 char *name = NULL, *header = NULL; in test_empty_payload() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_composites_test.cpp1068 std::string header = GetHeaderForTestsFromValId(); in TEST_F() local
/third_party/skia/src/gpu/
H A DGrMemoryPool.cpp68 Header* header = static_cast<Header*>(alloc.fBlock->ptr(alloc.fAlignedOffset - sizeof(Header))); in allocate() local
97 Header* header = reinterpret_cast<Header*>(reinterpret_cast<intptr_t>(p) - sizeof(Header)); release() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DTable.java50 private Header header; field in Table
52 protected Table(Header header, ReadableFontData data) { in Table() argument
71 public Header header() { in header() method in Table
131 private Header header; global() field in Table.Builder
133 Builder(Header header, WritableFontData data) Builder() argument
138 Builder(Header header, ReadableFontData data) Builder() argument
143 Builder(Header header) Builder() argument
158 public final Header header() { header() method in Table.Builder
183 getBuilder( Header header, WritableFontData tableData) getBuilder() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp120 DefinitionsRestrictedToRegion( const opt::BasicBlock& header, const std::unordered_set<opt::BasicBlock*>& region, opt::IRContext* context) DefinitionsRestrictedToRegion() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp120 DefinitionsRestrictedToRegion( const opt::BasicBlock& header, const std::unordered_set<opt::BasicBlock*>& region, opt::IRContext* context) DefinitionsRestrictedToRegion() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_composites_test.cpp1068 std::string header = GetHeaderForTestsFromValId(); in TEST_F() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdcolmap.c81 int header[13]; in read_gif_map() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtest_postprocessor_amp.c27 struct MHD_HTTP_Header header; in main() local
H A Dtest_postprocessor_large.c63 struct MHD_HTTP_Header header; in test_simple_large() local
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.h37 PFR_HeaderRec header; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttmtx.c134 TT_HoriHeader* header; in FT_LOCAL_DEF() local
236 TT_HoriHeader* header; in tt_face_get_metrics() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-input.hh43 hb_object_header_t header; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dtable.cc56 Table::Table(Header* header, ReadableFontData* data) in Table() argument
77 Table::Builder* Table::Builder::GetBuilder(Header* header, in GetBuilder() argument
148 Builder(Header* header, WritableFontData* data) Builder() argument
153 Builder(Header* header, ReadableFontData* data) Builder() argument
158 Builder(Header* header) Builder() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dotf_basic_editing_test.cc80 HeaderPtr header = table->header(); in TestOTFBasicEditing() local
86 FontHeaderTablePtr header = in TestOTFBasicEditing() local
/third_party/pulseaudio/src/modules/rtp/
H A Dsap.c74 uint32_t header; in pa_sap_send() local
147 uint32_t header; in pa_sap_recv() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dcrypt.h100 unsigned char header[RAND_HEAD_LEN-2]; /* random header */ in crypthead() local
/third_party/spirv-tools/source/reduce/
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp120 DefinitionsRestrictedToRegion( const opt::BasicBlock& header, const std::unordered_set<opt::BasicBlock*>& region, opt::IRContext* context) DefinitionsRestrictedToRegion() argument
[all...]
/third_party/spirv-tools/test/val/
H A Dval_composites_test.cpp1069 std::string header = GetHeaderForTestsFromValId(); in TEST_F() local
/third_party/zlib/contrib/minizip/
H A Dcrypt.h101 unsigned char header[RAND_HEAD_LEN-2]; /* random header */ in crypthead() local
/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c35 static int SendMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t fmtLen) in SendMessage() argument
88 HilogMsg header in HiLogBasePrintArgs() local
[all...]
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dlist_dumper.cpp48 std::string header; in Execute() local
/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp71 DocHeader header; in Write() local
151 DocHeader header = { in WriteHeader() local
[all...]
/base/request/request/pre_download/netstack_rs/src/
H A Drequest.rs51 pub fn header(&mut self, key: &str, value: &str) -> &mut Self { in header() functions

Completed in 14 milliseconds

12345678910>>...43