/third_party/boost/libs/lexical_cast/test/ |
D | lexical_cast_iterator_range_test.cpp | 172 test_char_type data1[] = "1"; in test_char_iterator_ranges() local 183 test_char_type data1[] = "1"; in test_unsigned_char_iterator_ranges() local 192 test_char_type data1[] = "1"; in test_signed_char_iterator_ranges() local 202 test_char_type data1[] = L"1"; in test_wchar_iterator_ranges() local 214 test_char_type data1[] = u"1"; in test_char16_iterator_ranges() local 226 test_char_type data1[] = U"1"; in test_char32_iterator_ranges() local
|
/third_party/ntfs-3g/libntfs-3g/ |
D | collate.c | 56 const void *data1, const int data1_len, in ntfs_collate_binary() 86 const void *data1, const int data1_len, in ntfs_collate_ntofs_ulong() 118 const void *data1, const int data1_len, in ntfs_collate_ntofs_ulongs() 166 const void *data1, const int data1_len, in ntfs_collate_ntofs_security_hash() 219 const void *data1, const int data1_len __attribute__((unused)), in ntfs_collate_file_name()
|
/third_party/glib/gobject/ |
D | gmarshal.c | 101 gpointer data1, data2; in g_cclosure_marshal_VOID__VOID() local 150 gpointer data1, data2; in g_cclosure_marshal_VOID__VOIDv() local 200 gpointer data1, data2; in g_cclosure_marshal_VOID__BOOLEAN() local 251 gpointer data1, data2; in g_cclosure_marshal_VOID__BOOLEANv() local 308 gpointer data1, data2; in g_cclosure_marshal_VOID__CHAR() local 359 gpointer data1, data2; in g_cclosure_marshal_VOID__CHARv() local 416 gpointer data1, data2; in g_cclosure_marshal_VOID__UCHAR() local 467 gpointer data1, data2; in g_cclosure_marshal_VOID__UCHARv() local 524 gpointer data1, data2; in g_cclosure_marshal_VOID__INT() local 575 gpointer data1, data2; in g_cclosure_marshal_VOID__INTv() local [all …]
|
/third_party/glib/gio/ |
D | gmarshal-internal.c | 81 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__OBJECT() local 120 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__OBJECTv() local 169 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__OBJECT_FLAGS() local 210 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__OBJECT_FLAGSv() local 262 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__OBJECT_OBJECT() local 303 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__OBJECT_OBJECTv() local 359 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__POINTER_INT() local 400 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__POINTER_INTv() local 448 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__STRING() local 487 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__STRINGv() local [all …]
|
/third_party/boost/libs/compute/test/ |
D | test_merge.cpp | 26 int data1[] = { 1, 3, 5, 7 }; in BOOST_AUTO_TEST_CASE() local 94 std::vector<std::pair<int, float> > data1; in BOOST_AUTO_TEST_CASE() local 142 float data1[] = { 1.1f, 2.2f, 3.3f, 4.4f, in BOOST_AUTO_TEST_CASE() local
|
D | test_functional_unpack.cpp | 28 int data1[] = { 1, 3, 5, 7 }; in BOOST_AUTO_TEST_CASE() local 54 float data1[] = { 1, 3, 5, 7 }; in BOOST_AUTO_TEST_CASE() local
|
D | test_inner_product.cpp | 25 int data1[] = { 1, 2, 3, 4 }; in BOOST_AUTO_TEST_CASE() local
|
D | test_mismatch.cpp | 22 int data1[] = { 1, 2, 3, 4, 5, 6 }; in BOOST_AUTO_TEST_CASE() local
|
D | test_equal.cpp | 23 int data1[] = { 1, 2, 3, 4, 5, 6 }; in BOOST_AUTO_TEST_CASE() local
|
D | test_lexicographical_compare.cpp | 46 int data1[] = { 1, 2, 3, 4, 5, 6 }; in BOOST_AUTO_TEST_CASE() local
|
D | test_lambda.cpp | 237 int data1[] = { 2, 4, 6, 8, 10 }; in BOOST_AUTO_TEST_CASE() local 257 bc::float_ data1[] = { 2.2f, 4.2f, 6.3f, 8.3f, 10.2f }; in BOOST_AUTO_TEST_CASE() local 285 bc::float_ data1[] = { 2.2f, 4.2f, 6.3f, 8.3f, 10.2f }; in BOOST_AUTO_TEST_CASE() local
|
/third_party/glib/gio/tests/ |
D | memory-input-stream.c | 31 const char *data1 = "abcdefghijklmnopqrstuvwxyz"; in test_read_chunks() local 105 const char *data1 = "abcdefghijklmnopqrstuvwxyz"; in test_async() local 179 const char *data1 = "abcdefghijklmnopqrstuvwxyz"; in test_seek() local 215 const char *data1 = "abcdefghijklmnopqrstuvwxyz"; in test_truncate() local 241 const char *data1 = "abcdefghijklmnopqrstuvwxyz"; in test_read_bytes() local
|
/third_party/typescript/tests/baselines/reference/ |
D | allowJscheckJsTypeParameterNoCrash.js | 15 data1(val) { method 35 data1: function (val) { method
|
/third_party/boost/libs/spirit/test/karma/ |
D | regression_adapt_adt.cpp | 22 class data1 class 29 data1() in data1() function in data1 33 data1(int width, int height) in data1() function in data1
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videoanc.c | 224 const guint8 data1[] = { 0x01, 0x02, 0x03, 0x04, 0x50, 0x60, 0x70, 0x80 }; in GST_START_TEST() local 286 const guint8 data1[] = { 0x01, 0x02, 0x03, 0x04, 0x50, 0x60, 0x70, 0x80 }; in GST_START_TEST() local
|
/third_party/boost/libs/asio/test/ |
D | read_until.cpp | 111 std::string data1, data2; in test_dynamic_string_read_until_char() local 288 std::string data1, data2; in test_dynamic_string_read_until_string() local 494 std::string data1, data2; in test_dynamic_string_read_until_match_condition() local 688 std::string data1, data2; in test_dynamic_string_async_read_until_char() local 1011 std::string data1, data2; in test_dynamic_string_async_read_until_string() local 1334 std::string data1, data2; in test_dynamic_string_async_read_until_match_condition() local
|
/third_party/optimized-routines/string/aarch64/ |
D | memcmp.S | 21 #define data1 x3 macro
|
/third_party/boost/boost/geometry/policies/is_valid/ |
D | default_policy.hpp | 50 static inline bool apply(Data1 const& data1, Data2 const&) in apply()
|
D | failure_type_policy.hpp | 65 inline bool apply(Data1 const& data1, Data2 const&) in apply()
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | elliptic.py | 16 data1 = loadtxt("elliptic1.dat") variable
|
/third_party/boost/libs/math/test/ |
D | test_heuman_lambda.hpp | 61 static const boost::array<boost::array<T, 3>, 5> data1 = {{ in test_spots() local
|
D | test_jacobi_zeta.hpp | 62 static const boost::array<boost::array<T, 3>, 18> data1 = {{ in test_spots() local
|
D | test_jacobi.hpp | 92 static const boost::array<boost::array<T, 5>, 36> data1 = {{ in test_spots() local
|
/third_party/flutter/skia/tests/ |
D | EncodeTest.cpp | 90 sk_sp<SkData> data1 = dst1.detachAsData(); in test_encode() local 206 sk_sp<SkData> data1 = dst1.detachAsData(); in DEF_TEST() local 320 sk_sp<SkData> data1 = dst1.detachAsData(); in DEF_TEST() local 417 sk_sp<SkData> data1 = dst1.detachAsData(); in DEF_TEST() local
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 850 uint8_t data1[] = { 0x71, 0x32, 0x31, 0x33, 0xe1, 0x00, 0x15, 0x35, in t_encode_pdu16() local 910 uint8_t data1[] = { 0x74, 0x71, 0x32, 0x31, 0x33, 0xe1, 0x00, 0x15, in t_encode_pdu17() local 1055 uint8_t data1[] = { 0x74, 0x71, 0x32, 0xd1, 0x01, 0x34, 0x41, 0x35, in t_encode_pdu19() local 1108 uint8_t data1[] = { 0x74, 0x71, 0x32, 0xd1, 0x01, 0x34, 0x41, 0x35, in t_encode_pdu20() local 1167 uint8_t data1[] = { 0x74, 0x71, 0x32, 0x31, 0x33, 0xb1, 0x34, 0x41, in t_encode_pdu21() local 1210 uint8_t data1[][8] = { in t_encode_pdu22() local
|