/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | Converter.cpp | 33 bool Converter::Convert(wgpu::Extent3D& out, const interop::GPUExtent3D& in) { in Convert() 59 bool Converter::Convert(wgpu::Origin3D& out, const interop::GPUOrigin3DDict& in) { in Convert() 67 bool Converter::Convert(wgpu::Color& out, const interop::GPUColor& in) { in Convert() 97 const std::vector<interop::GPUIntegerCoordinate>& in) { in Convert() 113 bool Converter::Convert(wgpu::TextureAspect& out, const interop::GPUTextureAspect& in) { in Convert() 130 bool Converter::Convert(wgpu::ImageCopyTexture& out, const interop::GPUImageCopyTexture& in) { in Convert() 136 bool Converter::Convert(wgpu::ImageCopyBuffer& out, const interop::GPUImageCopyBuffer& in) { in Convert() 144 bool Converter::Convert(BufferSource& out, interop::BufferSource in) { in Convert() 165 bool Converter::Convert(wgpu::TextureDataLayout& out, const interop::GPUImageDataLayout& in) { in Convert() 171 bool Converter::Convert(wgpu::TextureFormat& out, const interop::GPUTextureFormat& in) { in Convert() [all …]
|
D | Converter.h | 258 inline bool Convert(const char*& out, const std::string& in) { in Convert() 265 inline bool Convert(T& out, const T& in) { in Convert() 274 inline bool Convert(OUT& out, const IN& in) { in Convert() 287 inline bool Convert(OUT& out, const std::variant<IN_TYPES...>& in) { in Convert() 294 inline bool Convert(OUT& out, const std::optional<IN>& in) { in Convert() 307 inline bool Convert(OUT*& out, const std::optional<IN>& in) { in Convert() 322 inline bool Convert(OUT& out, const interop::Interface<IN>& in) { in Convert() 334 inline bool Convert(OUT*& out_els, uint32_t& out_count, const std::vector<IN>& in) { in Convert() 354 const std::unordered_map<IN_KEY, IN_VALUE>& in) { in Convert() 373 inline bool Convert(OUT*& out_els, uint32_t& out_count, const std::optional<IN>& in) { in Convert()
|
/third_party/boost/libs/logic/test/ |
D | tribool_io_test.cpp | 120 std::istringstream in("0"); in test_main() local 128 std::istringstream in("1"); in test_main() local 136 std::istringstream in("2"); in test_main() local 144 std::istringstream in("3"); in test_main() local 151 std::istringstream in("false"); in test_main() local 159 std::istringstream in("true"); in test_main() local 167 std::istringstream in("indeterminate"); in test_main() local 176 std::istringstream in("bad"); in test_main() local 188 std::istringstream in("maybe"); in test_main() local 200 std::istringstream in("true_or_false"); in test_main() local
|
/third_party/nghttp2/src/ |
D | base64_test.cc | 40 std::string in = "\xff"; in test_base64_encode() local 45 std::string in = "\xff\xfe"; in test_base64_encode() local 50 std::string in = "\xff\xfe\xfd"; in test_base64_encode() local 55 std::string in = "\xff\xfe\xfd\xfc"; in test_base64_encode() local 64 std::string in = "/w=="; in test_base64_decode() local 70 std::string in = "//4="; in test_base64_decode() local 77 std::string in = "//79"; in test_base64_decode() local 84 std::string in = "//79/A=="; in test_base64_decode() local 92 std::string in = "//79="; in test_base64_decode() local 100 std::string in = "bmdodHRw\n"; in test_base64_decode() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | DrawCallPerfParams.h | 33 ParamsT D3D11(const ParamsT &in) in D3D11() 41 ParamsT GL(const ParamsT &in) in GL() 49 ParamsT GL3(const ParamsT &in) in GL3() 57 ParamsT Vulkan(const ParamsT &in) in Vulkan() 65 ParamsT VulkanMockICD(const ParamsT &in) in VulkanMockICD() 73 ParamsT VulkanSwiftShader(const ParamsT &in) in VulkanSwiftShader() 81 ParamsT WGL(const ParamsT &in) in WGL() 89 ParamsT EGL(const ParamsT &in) in EGL() 97 ParamsT Native(const ParamsT &in) in Native()
|
/third_party/boost/libs/iostreams/test/ |
D | auto_close_test.cpp | 56 stream<closable_source> in(src); in auto_close_source() local 65 stream<closable_source> in(src); in auto_close_source() local 75 stream<closable_source> in(src); in auto_close_source() local 85 stream<closable_source> in(src); in auto_close_source() local 100 filtering_istream in; in auto_close_filter() local 114 filtering_istream in; in auto_close_filter() local 129 filtering_istream in; in auto_close_filter() local 144 filtering_istream in; in auto_close_filter() local 162 filtering_istream in; in auto_close_filter() local
|
D | copy_test.cpp | 83 vector_istream in; in copy_test() local 98 vector_source in(src); in copy_test() local 113 vector_source in(src); in copy_test() local 127 array_source in(&src[0], &src[0] + src.size()); in copy_test() local 141 array_source in(&src[0], &src[0] + src.size()); in copy_test() local 155 vector_istream in; in copy_test() local
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioconvert.c | 409 verify_convert (const gchar * which, void *in, int inlength, in verify_convert() 540 gint16 in[] = { 512, 1024 }; in GST_START_TEST() local 553 gint16 in[] = { 0, -32767, 32767, -32768 }; in GST_START_TEST() local 592 gfloat in[] = { 0.015625, 0.03125 }; in GST_START_TEST() local 613 gint8 in[] = { 0, 1, 2, 127, -127 }; in GST_START_TEST() local 627 gint16 in[] = { 0, 127, 128, 256, 256 + 127, 256 + 128 }; in GST_START_TEST() local 638 guint8 in[] = { 128, 129, 130, 255, 1 }; in GST_START_TEST() local 656 gint8 in[] = { 0, 1, 127 }; in GST_START_TEST() local 673 gint16 in[] = { 0, 128, -128 }; in GST_START_TEST() local 688 gint32 in[] = { 0, G_MININT32, G_MAXINT32, in GST_START_TEST() local [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | ccconverter.c | 147 check_conversion (const guint8 * in, guint in_len, const guint8 * out, in check_conversion() 173 const guint8 in[] = { 0x80, 0x80 }; in GST_START_TEST() local 184 const guint8 in[] = { 0x80, 0x80 }; in GST_START_TEST() local 195 const guint8 in[] = { 0x80, 0x80 }; in GST_START_TEST() local 211 const guint8 in[] = { 0x80, 0x80, 0x80, 0x00, 0x80, 0x80 }; in GST_START_TEST() local 222 const guint8 in[] = { 0x80, 0x80, 0x80, 0x00, 0x80, 0x80 }; in GST_START_TEST() local 233 const guint8 in[] = { 0x80, 0x80, 0x80, 0x00, 0x80, 0x80 }; in GST_START_TEST() local 249 const guint8 in[] = { 0xfc, 0x80, 0x80, 0xfe, 0x80, 0x80 }; in GST_START_TEST() local 260 const guint8 in[] = { 0xfc, 0x80, 0x80, 0xfe, 0x80, 0x80 }; in GST_START_TEST() local 271 const guint8 in[] = { 0xfc, 0x80, 0x80, 0xfe, 0x80, 0x80 }; in GST_START_TEST() local [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | audiopanorama.c | 232 GstBuffer *in, *out; in do_panorama() local 247 gint16 in[2] = { 16384, -256 }; in GST_START_TEST() local 277 gint16 in[2] = { 16384, -256 }; in GST_START_TEST() local 322 gint16 in[2] = { 16384, -256 }; in GST_START_TEST() local 340 gint16 in[2] = { 16384, -256 }; in GST_START_TEST() local 358 gint16 in[2] = { 16384, -256 }; in GST_START_TEST() local 376 gint16 in[4] = { 16384, -256, 8192, 128 }; in GST_START_TEST() local 393 gint16 in[4] = { 16384, -256, 8192, 128 }; in GST_START_TEST() local 411 gint16 in[4] = { 16384, -256, 8192, 128 }; in GST_START_TEST() local 429 gfloat in[2] = { 0.5, -0.2 }; in GST_START_TEST() local [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_packing.inl | 14 u16 in[2]; member 30 uint in; member 43 i16 in[2]; member 59 uint in; member 72 u8 in[4]; member 90 uint in; member 103 i8 in[4]; member 121 uint in; member 134 uint in[2]; member 148 double in; member [all …]
|
/third_party/boost/libs/spirit/test/x3/ |
D | test.hpp | 17 bool test(Char const* in, Parser const& p, bool full_match = true) in test() 27 bool test(boost::basic_string_view<Char, std::char_traits<Char>> in, in test() 37 bool test(Char const* in, Parser const& p in test() 48 bool test_failure(Char const* in, Parser const& p) in test_failure() 59 bool test_failure(boost::basic_string_view<Char, std::char_traits<Char>> const in, in test_failure() 67 bool test_attr(Char const* in, Parser const& p in test_attr() 78 bool test_attr(Char const* in, Parser const& p in test_attr() 89 bool binary_test(Char const* in, std::size_t size, Parser const& p, in binary_test() 98 bool binary_test(Char const* in, std::size_t size, Parser const& p, in binary_test() 107 bool binary_test_attr(Char const* in, std::size_t size, Parser const& p, in binary_test_attr() [all …]
|
/third_party/glib/gio/tests/ |
D | buffered-input-stream.c | 32 GInputStream *in; in test_peek() local 69 GInputStream *in; in test_peek_buffer() local 90 GInputStream *in; in test_set_buffer_size() local 126 GInputStream *in; in test_read_byte() local 166 GInputStream *in; in test_read() local 225 GInputStream *in; in test_read_async() local 307 GInputStream *in; in test_skip() local 349 GInputStream *in; in test_skip_async() local 419 GInputStream *in; in test_close() local 453 GInputStream *in; in test_seek() local
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | fft.c | 48 gint16 *in; in GST_START_TEST() local 85 gint16 *in; in GST_START_TEST() local 127 gint16 *in; in GST_START_TEST() local 167 gint32 *in; in GST_START_TEST() local 205 gint32 *in; in GST_START_TEST() local 247 gint32 *in; in GST_START_TEST() local 287 gfloat *in; in GST_START_TEST() local 325 gfloat *in; in GST_START_TEST() local 367 gfloat *in; in GST_START_TEST() local 407 gdouble *in; in GST_START_TEST() local [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | gzjoin.c | 87 local void bclose(bin *in) in bclose() 102 bin *in; in bopen() local 121 local int bload(bin *in) in bload() 140 #define bget(in) (in->left ? 0 : bload(in), \ argument 145 local unsigned long bget4(bin *in) in bget4() 157 local void bskip(bin *in, unsigned skip) in bskip() 204 local void gzhead(bin *in) in gzhead() 254 local void zpull(z_streamp strm, bin *in) in zpull() 285 bin *in; /* buffered input file */ in gzcopy() local
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | gzjoin.c | 87 local void bclose(bin *in) in bclose() 102 bin *in; in bopen() local 121 local int bload(bin *in) in bload() 140 #define bget(in) (in->left ? 0 : bload(in), \ argument 145 local unsigned long bget4(bin *in) in bget4() 157 local void bskip(bin *in, unsigned skip) in bskip() 204 local void gzhead(bin *in) in gzhead() 254 local void zpull(z_streamp strm, bin *in) in zpull() 285 bin *in; /* buffered input file */ in gzcopy() local
|
/third_party/zlib/examples/ |
D | gzjoin.c | 87 local void bclose(bin *in) in bclose() 102 bin *in; in bopen() local 121 local int bload(bin *in) in bload() 140 #define bget(in) (in->left ? 0 : bload(in), \ argument 145 local unsigned long bget4(bin *in) in bget4() 157 local void bskip(bin *in, unsigned skip) in bskip() 204 local void gzhead(bin *in) in gzhead() 254 local void zpull(z_streamp strm, bin *in) in zpull() 285 bin *in; /* buffered input file */ in gzcopy() local
|
/third_party/boost/tools/auto_index/src/ |
D | tiny_xml.cpp | 14 inline void eat_whitespace( char & c, std::istream & in ) in eat_whitespace() 20 void eat_comment( char & c, std::istream & in ) in eat_comment() 42 std::string get_name( char & c, std::istream & in ) in get_name() 57 void eat_delim( char & c, std::istream & in, in eat_delim() 67 std::string get_value( char & c, std::istream & in ) in get_value() 88 element_ptr parse( std::istream & in, const std::string & msg ) in parse()
|
/third_party/boost/libs/chrono/test/io/ |
D | time_point_input.cpp | 35 std::istringstream in(str + boost::chrono::clock_string<Clock, char>::since()); in test_good() local 53 std::istringstream in(str); in test_good_system_clock() local 71 std::istringstream in(str); in test_good_utc_fmt_system_clock() local 88 std::istringstream in(str + boost::chrono::clock_string<Clock, char>::since()); in test_fail() local 98 std::istringstream in(str); in test_fail_no_epoch() local 108 std::istringstream in(str); in test_fail_epoch() local
|
/third_party/boost/libs/gil/test/extension/io/pnm/ |
D | pnm_test.cpp | 36 std::ifstream in(pnm_filename.c_str(), std::ios::binary); in test_read_image_info_using_string() local 65 std::ifstream in(pnm_filename.c_str(), std::ios::binary); in test_read_image() local 94 std::ifstream in(pnm_filename.c_str(), std::ios::binary); in test_read_and_convert_image() local 120 std::ifstream in(pnm_filename.c_str(), std::ios::binary); in test_read_view() local 140 std::ifstream in(pnm_filename.c_str(), std::ios::binary); in test_read_and_convert_view() local 157 std::ifstream in(pnm_filename.c_str(), std::ios::binary); in test_stream() local 190 std::istream in(&in_buf); in test_stream_2() local
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | encoding.c | 206 const unsigned char* in, int *inlen) { in asciiToUTF8() 253 const unsigned char* in, int *inlen) { in UTF8Toascii() 337 const unsigned char* in, int *inlen) { in isolat1ToUTF8() 432 const unsigned char* in, int *inlen) { in UTF8Toisolat1() 529 unsigned short* in = (unsigned short*) inb; in UTF16LEToUTF8() local 609 const unsigned char* in, int *inlen) in UTF8ToUTF16LE() 718 const unsigned char* in, int *inlen) in UTF8ToUTF16() 767 unsigned short* in = (unsigned short*) inb; in UTF16BEToUTF8() local 851 const unsigned char* in, int *inlen) in UTF8ToUTF16BE() 961 xmlDetectCharEncoding(const unsigned char* in, int len) in xmlDetectCharEncoding() [all …]
|
/third_party/libxml2/ |
D | encoding.c | 177 const unsigned char* in, int *inlen) { in asciiToUTF8() 224 const unsigned char* in, int *inlen) { in UTF8Toascii() 308 const unsigned char* in, int *inlen) { in isolat1ToUTF8() 408 const unsigned char* in, int *inlen) { in UTF8Toisolat1() 505 unsigned short* in = (unsigned short*) inb; in UTF16LEToUTF8() local 590 const unsigned char* in, int *inlen) in UTF8ToUTF16LE() 699 const unsigned char* in, int *inlen) in UTF8ToUTF16() 748 unsigned short* in = (unsigned short*) inb; in UTF16BEToUTF8() local 832 const unsigned char* in, int *inlen) in UTF8ToUTF16BE() 942 xmlDetectCharEncoding(const unsigned char* in, int len) in xmlDetectCharEncoding() [all …]
|
/third_party/boost/libs/spirit/test/qi/ |
D | test.hpp | 18 bool test(Char const* in, Parser const& p, bool full_match = true) in test() 32 bool test(Char const* in, Parser const& p in test() 47 bool binary_test(Char const* in, std::size_t size, Parser const& p, in binary_test() 60 bool binary_test(Char const* in, std::size_t size, Parser const& p, in binary_test() 73 bool test_attr(Char const* in, Parser const& p in test_attr() 88 bool test_attr(Char const* in, Parser const& p in test_attr() 103 bool binary_test_attr(Char const* in, std::size_t size, Parser const& p, in binary_test_attr() 116 bool binary_test_attr(Char const* in, std::size_t size, Parser const& p, in binary_test_attr()
|
/third_party/libwebsockets/lib/misc/ |
D | base64-decode.c | 53 _lws_b64_encode_string(const char *encode, const char *in, int in_len, in _lws_b64_encode_string() 92 lws_b64_encode_string(const char *in, int in_len, char *out, int out_size) in lws_b64_encode_string() 98 lws_b64_encode_string_url(const char *in, int in_len, char *out, int out_size) in lws_b64_encode_string_url() 111 lws_b64_decode_stateful(struct lws_b64state *s, const char *in, size_t *in_len, in lws_b64_decode_stateful() 185 _lws_b64_decode_string(const char *in, int in_len, char *out, int out_size) in _lws_b64_decode_string() 203 lws_b64_decode_string(const char *in, char *out, int out_size) in lws_b64_decode_string() 209 lws_b64_decode_string_len(const char *in, int in_len, char *out, int out_size) in lws_b64_decode_string_len()
|
/third_party/boringssl/src/crypto/bn_extra/ |
D | convert.c | 72 int BN_bn2cbb_padded(CBB *out, size_t len, const BIGNUM *in) { in BN_bn2cbb_padded() 115 static int decode_hex(BIGNUM *bn, const char *in, int in_len) { in decode_hex() 162 static int decode_dec(BIGNUM *bn, const char *in, int in_len) { in decode_dec() 190 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) { in bn_x2bn() 242 int BN_hex2bn(BIGNUM **outp, const char *in) { in BN_hex2bn() 312 int BN_dec2bn(BIGNUM **outp, const char *in) { in BN_dec2bn() 316 int BN_asc2bn(BIGNUM **outp, const char *in) { in BN_asc2bn() 381 size_t BN_bn2mpi(const BIGNUM *in, uint8_t *out) { in BN_bn2mpi() 421 BIGNUM *BN_mpi2bn(const uint8_t *in, size_t len, BIGNUM *out) { in BN_mpi2bn() 464 int BN_bn2binpad(const BIGNUM *in, uint8_t *out, int len) { in BN_bn2binpad()
|