Home
last modified time | relevance | path

Searched defs:version (Results 1501 - 1525 of 2664) sorted by relevance

1...<<61626364656667686970>>...107

/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxedit.c29 WebPMux* WebPNewInternal(int version) { in WebPNewInternal() argument
H A Dmuxread.c174 WebPMuxCreateInternal(const WebPData* bitstream, int copy_data, int version) WebPMuxCreateInternal() argument
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c554 create_response(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) create_response() argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddemo.c673 generate_page(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) generate_page() argument
H A Ddemo_https.c674 generate_page(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) generate_page() argument
H A Dpost_example.c537 create_response(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) create_response() argument
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c66 char *version = NULL; in spdy_handler_new_stream() local
391 SPDY_build_response(int status, const char * statustext, const char * version, struct SPDY_NameValue * headers, const void * data, size_t size) SPDY_build_response() argument
480 SPDY_build_response_with_callback(int status, const char * statustext, const char * version, struct SPDY_NameValue * headers, SPDY_ResponseCallback rcb, void *rcb_cls, uint32_t block_size) SPDY_build_response_with_callback() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c119 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
453 ahc_cancel(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_cancel() argument
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp546 int version = parse_config_file(g_lmpSystemFontsFile.c_str(), fontFamilies, basePath, false); in append_system_font_families() local
/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h24 SK_OT_Fixed version; member
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc747 char version[16]; in INIT_BROTLI() local
/third_party/openssl/test/
H A Dhttp_test.c24 char version; member
34 static int mock_http_server(BIO *in, BIO *out, char version, int keep_alive, in mock_http_server() argument
157 test_http_keep_alive(char version, int keep_alive, int kept_alive) test_http_keep_alive() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvjust.c659 FT_ULong version; in gxv_just_validate() local
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvgpos.c990 FT_UShort version; in otv_GPOS_validate() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c594 FT_ULong version; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-just-table.hh398 FixedVersion<>version; /* Version of the justification table member
H A Dhb-open-file.hh234 FixedVersion<>version; /* Version of the TTC Header (1.0), member
281 FixedVersion<>version; /* Version of the TTC Header (1.0 or 2.0), global() member
[all...]
H A Dhb-ot-cff2-table.hh520 FixedVersion<HBUINT8> version; /* Version of CFF2 table. set to 0x0200u */ member
H A Dhb-ot-color-sbix-table.hh400 HBUINT16 version; /* Table version number — set to 1 */ member
H A Dhb-ot-kern-table.hh217 HBUINT16 version; /* Version--0x0000u */ member
272 HBUINT32 version; /* Version--0x00010000u */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h338 static bool isSupportedVersion(unsigned version) { in isSupportedVersion() argument
/third_party/spirv-tools/source/
H A Ddisassemble.cpp219 void InstructionDisassembler::EmitHeaderVersion(uint32_t version) { in EmitHeaderVersion() argument
85 HandleHeader(spv_endianness_t endian, uint32_t version, uint32_t generator, uint32_t id_bound, uint32_t schema) HandleHeader() argument
134 DisassembleHeader(void* user_data, spv_endianness_t endian, uint32_t , uint32_t version, uint32_t generator, uint32_t id_bound, uint32_t schema) DisassembleHeader() argument
168 DisassembleTargetHeader(void* user_data, spv_endianness_t endian, uint32_t , uint32_t version, uint32_t generator, uint32_t id_bound, uint32_t schema) DisassembleTargetHeader() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.cpp1254 SplitCameraProfileName(const dng_string &name, dng_string &baseName, int32 &version) SplitCameraProfileName() argument
H A Ddng_info.cpp1081 uint16 version = stream.Get_uint16 (); in ParseMakerNote() local
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvk_layer.h167 uint32_t version; member

Completed in 25 milliseconds

1...<<61626364656667686970>>...107