/third_party/boost/boost/date_time/ |
D | date_formatting_limited.hpp | 23 template<class month_type, class format_type> 35 switch (format_type::month_format()) in format_month() 60 template<class ymd_type, class format_type> 78 if (format_type::has_date_sep_chars()) { in ymd_to_string() 79 ss << format_type::month_sep_char(); in ymd_to_string() 82 month_formatter<month_type,format_type>::format_month(ymd.month, ss); in ymd_to_string() 83 if (format_type::has_date_sep_chars()) { in ymd_to_string() 84 ss << format_type::day_sep_char(); in ymd_to_string() 94 template<class date_type, class format_type> 103 return format_type::not_a_date(); in date_to_string() [all …]
|
D | date_formatting.hpp | 28 template<class month_type, class format_type, class charT=char> 41 switch (format_type::month_format()) in format_month() 69 template<class ymd_type, class format_type, class charT=char> 93 if (format_type::has_date_sep_chars()) { in ymd_to_string() 94 ss << format_type::month_sep_char(); in ymd_to_string() 97 month_formatter<month_type,format_type,charT>::format_month(ymd.month, ss); in ymd_to_string() 98 if (format_type::has_date_sep_chars()) { in ymd_to_string() 99 ss << format_type::day_sep_char(); in ymd_to_string() 109 template<class date_type, class format_type, class charT=char> 119 return string_type(format_type::not_a_date()); in date_to_string() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | sdlgenblit.pl | 52 my %format_type = ( 375 $format_type{$src} *src = 0; 376 $format_type{$dst} *dst = ($format_type{$dst} *)info->dst; 390 … src = ($format_type{$src} *)(info->src + (srcy * info->src_pitch) + (srcx * $format_size{$src})); 408 $format_type{$src} *src = ($format_type{$src} *)info->src; 409 $format_type{$dst} *dst = ($format_type{$dst} *)info->dst;
|
/third_party/boost/boost/log/expressions/formatters/ |
D | format.hpp | 55 typedef boost::log::aux::basic_format< char_type > format_type; typedef in boost::expressions::format_terminal 60 typedef typename format_type::pump result_type; 64 mutable format_type m_format;
|
/third_party/gettext/gettext-tools/libgettextpo/ |
D | gettext-po.c | 1059 po_message_is_format (po_message_t message, const char *format_type) in po_message_is_format() argument 1062 size_t len = strlen (format_type); in po_message_is_format() 1065 if (len >= 7 && memcmp (format_type + len - 7, "-format", 7) == 0) in po_message_is_format() 1068 && memcmp (format_language[i], format_type, len - 7) == 0) in po_message_is_format() 1078 po_message_set_format (po_message_t message, const char *format_type, /*bool*/int value) in po_message_set_format() argument 1081 size_t len = strlen (format_type); in po_message_set_format() 1084 if (len >= 7 && memcmp (format_type + len - 7, "-format", 7) == 0) in po_message_set_format() 1087 && memcmp (format_language[i], format_type, len - 7) == 0) in po_message_set_format() 1182 po_format_pretty_name (const char *format_type) in po_format_pretty_name() argument 1184 size_t len = strlen (format_type); in po_format_pretty_name() [all …]
|
D | gettext-po.in.h | 299 extern int po_message_is_format (po_message_t message, const char *format_type); 302 extern void po_message_set_format (po_message_t message, const char *format_type, /*bool*/int value… 332 extern const char * po_format_pretty_name (const char *format_type);
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | coremediabuffer.c | 223 OSType format_type; in gst_video_info_init_from_pixel_buffer() local 228 format_type = CVPixelBufferGetPixelFormatType (pixel_buf); in gst_video_info_init_from_pixel_buffer() 229 video_format = gst_core_media_buffer_get_video_format (format_type); in gst_video_info_init_from_pixel_buffer()
|
D | corevideobuffer.c | 217 OSType format_type; in gst_core_video_info_init_from_pixel_buffer() local 222 format_type = CVPixelBufferGetPixelFormatType (pixel_buf); in gst_core_video_info_init_from_pixel_buffer() 223 video_format = gst_core_video_get_video_format (format_type); in gst_core_video_info_init_from_pixel_buffer()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh264enc.c | 76 static GType format_type = 0; in gst_msdkh264enc_frame_packing_get_type() local 85 if (!format_type) { in gst_msdkh264enc_frame_packing_get_type() 86 format_type = in gst_msdkh264enc_frame_packing_get_type() 90 return format_type; in gst_msdkh264enc_frame_packing_get_type()
|
/third_party/node/deps/histogram/src/ |
D | hdr_histogram.h | 445 } format_type; typedef 461 double value_scale, format_type format);
|
D | hdr_histogram.c | 904 static void format_line_string(char* str, size_t len, int significant_figures, format_type format) in format_line_string() 1083 static const char* format_head_string(format_type format) in format_head_string() 1102 double value_scale, format_type format) in hdr_percentiles_print()
|
/third_party/gettext/build-aux/ |
D | texi2html | 8632 my %format_type = (); 8636 $format_type{$simple_format} = 'simple_format'; 8640 $format_type{$paragraph_style} = 'paragraph_format'; 8644 $format_type{$complex_format} = 'complex_format'; 8648 $format_type{$table} = 'table'; 8652 $format_type{$def_format} = 'deff'; 8654 $format_type{'itemize'} = 'list'; 8655 $format_type{'enumerate'} = 'list'; 8657 $format_type{'menu'} = 'menu'; 8659 $format_type{'cartouche'} = 'cartouche'; [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.h | 84 const GUID sub_type, const GUID format_type);
|
D | gstdshow.cpp | 144 const GUID format_type) in gst_dshow_check_mediatype() argument 154 UuidCompare (&media_type->formattype, (UUID *) & format_type, in gst_dshow_check_mediatype()
|
/third_party/ffmpeg/libavformat/ |
D | wtvenc.c | 261 const ff_asf_guid *g, *media_type, *format_type; in write_stream_codec_info() local 270 …format_type = st->codecpar->codec_id == AV_CODEC_ID_MPEG2VIDEO ? &ff_format_mpeg2_video : &ff_form… in write_stream_codec_info() 275 format_type = &ff_format_waveformatex; in write_stream_codec_info() 293 format_type = &ff_format_none; in write_stream_codec_info() 312 ff_put_guid(pb, format_type); // actual_formattype in write_stream_codec_info()
|
/third_party/libcoap/src/ |
D | coap_debug.c | 416 print_content_format(unsigned int format_type, in print_content_format() argument 457 if (format_type == formats[i].type) { in print_content_format() 463 return snprintf((char *)result, buflen, "%d", format_type); in print_content_format()
|
/third_party/gettext/gettext-tools/src/ |
D | message.h | 44 enum format_type enum
|
D | ChangeLog.1 | 196 (enum format_type): New enum value format_kde_kuit. 1232 * message.h (format_type): New enum value 'format_python_brace. 1272 * message.h (format_type): New enum value 'format_javascript'. 1302 * message.h (format_type): New enum value 'format_lua'. 1879 * message.h (format_type): New enum value 'format_gfc_internal'. 1898 * message.h (format_type): New enum value 'format_qt_plural'. 2612 * message.h (format_type): New enum value 'format_kde'. 4544 * message.h (format_type): New enum value 'format_boost'. 5633 * message.h (format_type): New enum value 'format_scheme'. 6126 * message.h (format_type): New enum value 'format_csharp'. [all …]
|
D | ChangeLog.0 | 494 * message.h (enum format_type): New enum value 'format_php'. 743 * message.h (format_type): New enum value 'format_tcl'. 827 * message.h (format_type): New enum value 'format_awk'. 1016 * message.h (format_type): New enum value 'format_elisp'. 1244 * message.h (format_type): New enum value 'format_librep'. 1894 * message.h (enum format_type): Add format_pascal. 2243 * message.h (enum format_type): New type.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 2626 const uint32_t format_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2629 if (!_.GetPointerTypeInfo(format_type, &format_data_type, in ValidateExtInst()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_extensions.cpp | 2626 const uint32_t format_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2629 if (!_.GetPointerTypeInfo(format_type, &format_data_type, in ValidateExtInst()
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 5688 …nt} po_message_is_format (po_message_t@tie{}@var{message}, const@tie{}char@tie{}*@var{format_type}) 5690 is marked as being a format string of @var{format_type}. 5693 …et_format (po_message_t@tie{}@var{message}, const@tie{}char@tie{}*@var{format_type}, int@tie{}@var… 5695 the message for the @var{format_type} provided. 5772 @deftypefun {const char *} po_format_pretty_name (const@tie{}char@tie{}*@var{format_type}) 5773 Returns the pretty name associated with @var{format_type}. For example, 5774 it returns ``C#'' when @var{format_type} is ``csharp_format''. 5775 Return @code{NULL} if @var{format_type} is not a supported format type.
|