/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/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 50 const GLfloat *in ) in insert_4f_viewport_4() 62 const GLfloat *in ) in insert_4f_viewport_3() 74 const GLfloat *in ) in insert_4f_viewport_2() 86 const GLfloat *in ) in insert_4f_viewport_1() 98 const GLfloat *in ) in insert_3f_viewport_3() 109 const GLfloat *in ) in insert_3f_viewport_2() 120 const GLfloat *in ) in insert_3f_viewport_1() 131 const GLfloat *in ) in insert_2f_viewport_2() 141 const GLfloat *in ) in insert_2f_viewport_1() 155 static inline void insert_4f_4( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in ) in insert_4f_4() [all …]
|
/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_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/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 158 SIMDINLINE Vec4& SIMDCALL operator=(Vec4 const& in) in operator =() 173 SIMDINLINE Float(__m128 in) : v(in) {} in Float() 174 SIMDINLINE Float& SIMDCALL operator=(__m128 in) in operator =() 179 SIMDINLINE Float& SIMDCALL operator=(Float const& in) in operator =() 192 SIMDINLINE Integer(__m128i in) : v(in) {} in Integer() 193 SIMDINLINE Integer& SIMDCALL operator=(__m128i in) in operator =() 198 SIMDINLINE Integer& SIMDCALL operator=(Integer const& in) in operator =() 211 SIMDINLINE Double(__m128d in) : v(in) {} in Double() 212 SIMDINLINE Double& SIMDCALL operator=(__m128d in) in operator =() 217 SIMDINLINE Double& SIMDCALL operator=(Double const& in) in operator =() [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/gstreamer/gstplugins_bad/tests/check/elements/ |
D | ccconverter.c | 263 check_conversion_multiple (guint n_in, const guint8 ** in, guint * in_len, in check_conversion_multiple() 310 check_conversion (const guint8 * in, guint in_len, const guint8 * out, in check_conversion() 319 check_conversion_tc_passthrough (const guint8 * in, guint in_len, in check_conversion_tc_passthrough() 332 const guint8 in[] = { 0x80, 0x80 }; in GST_START_TEST() local 343 const guint8 in[] = { 0x80, 0x80 }; in GST_START_TEST() local 354 const guint8 in[] = { 0x80, 0x80 }; in GST_START_TEST() local 370 const guint8 in[] = { 0x80, 0x80, 0x80, 0x00, 0x80, 0x80 }; in GST_START_TEST() local 381 const guint8 in[] = in GST_START_TEST() local 395 const guint8 in[] = { 0x80, 0x80, 0x80, 0x00, 0x80, 0x80 }; in GST_START_TEST() local 406 const guint8 in[] = { 0x80, 0x80, 0x80, 0x00, 0x80, 0x80 }; 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/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/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/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/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 833 const unsigned char* in, int *inlen) in UTF8ToUTF16BE() 943 xmlDetectCharEncoding(const unsigned char* in, int len) in xmlDetectCharEncoding() [all …]
|
/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/lz4/tests/ |
D | fullbench.c | 182 static int local_LZ4_saveDict(const char* in, char* out, int inSize) in local_LZ4_saveDict() 188 static int local_LZ4_compress_default_large(const char* in, char* out, int inSize) in local_LZ4_compress_default_large() 193 static int local_LZ4_compress_default_small(const char* in, char* out, int inSize) in local_LZ4_compress_default_small() 198 static int local_LZ4_compress_destSize(const char* in, char* out, int inSize) in local_LZ4_compress_destSize() 203 static int local_LZ4_compress_fast0(const char* in, char* out, int inSize) in local_LZ4_compress_fast0() 208 static int local_LZ4_compress_fast1(const char* in, char* out, int inSize) in local_LZ4_compress_fast1() 213 static int local_LZ4_compress_fast2(const char* in, char* out, int inSize) in local_LZ4_compress_fast2() 218 static int local_LZ4_compress_fast17(const char* in, char* out, int inSize) in local_LZ4_compress_fast17() 223 static int local_LZ4_compress_fast_extState0(const char* in, char* out, int inSize) in local_LZ4_compress_fast_extState0() 228 static int local_LZ4_compress_fast_continue0(const char* in, char* out, int inSize) in local_LZ4_compress_fast_continue0() [all …]
|