| /third_party/node/test/fixtures/wpt/encoding/streams/ |
| D | encode-bad-chunks.any.js | 29 value: undefined, property 30 expected: 'undefined' property 34 value: null, property 35 expected: 'null' property 39 value: 3.14, property 40 expected: '3.14' property 44 value: {}, property 45 expected: '[object Object]' property 49 value: ['hi'], property 50 expected: 'hi' property
|
| D | decode-non-utf8.any.js | 12 value: [108, 52], property 13 expected: "\u{6c34}", property 18 value: [52, 108], property 19 expected: "\u{6c34}", property 24 value: [144, 133], property 25 expected: "\u{6c34}", property 30 value: [65, 66, 67, 0x1B, 65, 66, 67], property 31 expected: "ABC\u{fffd}ABC", property 36 value: [100, 240, 114], property 37 expected: "d\u{0175}r", property
|
| /third_party/boost/boost/fiber/ |
| D | buffered_channel.hpp | 96 auto expected = reinterpret_cast< std::intptr_t >( this); in close() local 110 auto expected = reinterpret_cast< std::intptr_t >( this); in close() local 123 channel_op_status try_push( value_type const& value) { in try_push() 138 auto expected = reinterpret_cast< std::intptr_t >( this); in try_push() local 156 channel_op_status try_push( value_type && value) { in try_push() 171 auto expected = reinterpret_cast< std::intptr_t >( this); in try_push() local 189 channel_op_status push( value_type const& value) { in push() 208 auto expected = reinterpret_cast< std::intptr_t >( this); in push() local 228 channel_op_status push( value_type && value) { in push() 247 auto expected = reinterpret_cast< std::intptr_t >( this); in push() local [all …]
|
| D | unbuffered_channel.hpp | 45 value_type value; member 127 auto expected = reinterpret_cast< std::intptr_t >( this); in close() local 142 auto expected = reinterpret_cast< std::intptr_t >( this); in close() local 155 channel_op_status push( value_type const& value) { in push() 168 auto expected = reinterpret_cast< std::intptr_t >( this); in push() local 206 channel_op_status push( value_type && value) { in push() 219 auto expected = reinterpret_cast< std::intptr_t >( this); in push() local 257 channel_op_status push_wait_for( value_type const& value, in push_wait_for() 264 channel_op_status push_wait_for( value_type && value, in push_wait_for() 271 channel_op_status push_wait_until( value_type const& value, in push_wait_until() [all …]
|
| /third_party/abseil-cpp/absl/base/ |
| D | log_severity_test.cc | 38 std::string StreamHelper(absl::LogSeverity value) { in StreamHelper() 66 absl::LogSeverity value; in TEST_P() local 77 const auto expected = static_cast<absl::LogSeverity>(GetParam()); in TEST_P() local 79 absl::LogSeverity value; in TEST_P() local 102 const absl::LogSeverity expected = std::get<1>(GetParam()); in TEST_P() local 103 absl::LogSeverity value; in TEST_P() local 118 const auto expected = static_cast<absl::LogSeverity>(std::get<1>(GetParam())); in TEST_P() local 119 absl::LogSeverity value; in TEST_P() local 151 const absl::LogSeverity expected = std::get<1>(GetParam()); in TEST_P() local 152 absl::LogSeverity value; in TEST_P() local [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| D | log_severity_test.cc | 38 std::string StreamHelper(absl::LogSeverity value) { in StreamHelper() 66 absl::LogSeverity value; in TEST_P() local 77 const auto expected = static_cast<absl::LogSeverity>(GetParam()); in TEST_P() local 79 absl::LogSeverity value; in TEST_P() local 102 const absl::LogSeverity expected = std::get<1>(GetParam()); in TEST_P() local 103 absl::LogSeverity value; in TEST_P() local 118 const auto expected = static_cast<absl::LogSeverity>(std::get<1>(GetParam())); in TEST_P() local 119 absl::LogSeverity value; in TEST_P() local 151 const absl::LogSeverity expected = std::get<1>(GetParam()); in TEST_P() local 152 absl::LogSeverity value; in TEST_P() local [all …]
|
| /third_party/cJSON/tests/json-patch-tests/ |
| D | tests.json | 5 "expected": {} }, object 10 "expected": {"foo": 1} }, object 15 "expected": {"bar":2, "foo": 1} }, object 20 "expected": [{"bar":2, "foo": 1}] }, array 25 "expected": {"foo":{"bar":2, "foo": 1}} }, object 29 "patch": [{"op": "add", "path": "/foo", "value":1}], number 30 "expected": {"foo": 1} }, object 34 "patch": [{"op": "add", "path": "/0", "value": "foo"}], string 35 "expected": ["foo"] }, array 40 "expected": ["foo"] }, array [all …]
|
| D | spec_tests.json | 5 "patch": [ {"op": "add", "path": "/a/b", "value": 1} ], number 16 { "op": "add", "path": "/baz", "value": "qux" } string 18 "expected": { object 30 { "op": "add", "path": "/foo/1", "value": "qux" } string 32 "expected": { object 46 "expected": { object 59 "expected": { object 71 { "op": "replace", "path": "/baz", "value": "boo" } string 73 "expected": { object 93 "expected": { object [all …]
|
| D | cjson-utils-tests.json | 5 "patch": [{ "op": "add", "path": "/baz", "value": "qux" }], string 6 "expected": {"baz": "qux", "foo": "bar"} object 11 "patch": [{ "op": "add", "path": "/foo/1", "value": "qux" }], string 12 "expected": {"foo": [ "bar", "qux", "baz" ] } object 18 "expected": {"foo": "bar" } object 24 "expected": {"foo": [ "bar", "baz" ] } object 29 "patch": [{ "op": "replace", "path": "/baz", "value": "boo" }], string 30 "expected": {"baz": "boo","foo": "bar"} object 36 "expected": {"foo": {"bar": "baz"},"qux": {"corge": "grault","thud": "fred"}} object 42 "expected": { "foo": [ "all", "cows", "eat", "grass" ] } object [all …]
|
| /third_party/cef/tests/ceftests/ |
| D | preference_unittest.cc | 67 bool expected, in ValidateBool() 72 CefRefPtr<CefValue> value; in ValidateBool() local 90 int expected, in ValidateInt() 95 CefRefPtr<CefValue> value; in ValidateInt() local 113 double expected, in ValidateDouble() 118 CefRefPtr<CefValue> value; in ValidateDouble() local 136 const std::string& expected, in ValidateString() 141 CefRefPtr<CefValue> value; in ValidateString() local 160 CefRefPtr<CefListValue> expected, in ValidateList() 165 CefRefPtr<CefValue> value; in ValidateList() local [all …]
|
| /third_party/boost/libs/geometry/test/algorithms/ |
| D | transform.cpp | 35 Geometry2 const& expected) in check_transform() 47 void test_transform_point(Value value) in test_transform_point() 54 P2 expected; in test_transform_point() local 63 void test_transform_linestring(Value value) in test_transform_linestring() 73 line2_type expected; in test_transform_linestring() local 88 void test_all(Value value) in test_all()
|
| /third_party/node/deps/histogram/src/ |
| D | hdr_atomic.h | 23 static void hdr_atomic_store_pointer(void** pointer, void* value) in hdr_atomic_store_pointer() 35 static void __inline hdr_atomic_store_64(int64_t* field, int64_t value) in hdr_atomic_store_64() 41 static int64_t __inline hdr_atomic_exchange_64(volatile int64_t* field, int64_t value) in hdr_atomic_exchange_64() 59 static int64_t __inline hdr_atomic_add_fetch_64(volatile int64_t* field, int64_t value) in hdr_atomic_add_fetch_64() 77 static bool __inline hdr_atomic_compare_exchange_64(volatile int64_t* field, int64_t* expected, int… in hdr_atomic_compare_exchange_64() 89 #define hdr_atomic_add_fetch_64(field, value) __atomic_add_fetch(field, value, __ATOMIC_SEQ_CST) argument 90 #define hdr_atomic_compare_exchange_64(field, expected, desired) __atomic_compare_exchange_n(field,… argument 104 static inline void hdr_atomic_store_pointer(void** pointer, void* value) in hdr_atomic_store_pointer() 116 static inline void hdr_atomic_store_64(int64_t* field, int64_t value) in hdr_atomic_store_64() 121 static inline int64_t hdr_atomic_exchange_64(volatile int64_t* field, int64_t value) in hdr_atomic_exchange_64() [all …]
|
| /third_party/ffmpeg/libavutil/tests/ |
| D | avstring.c | 72 #define TEST_APPEND_PATH_COMPONENT(path, component, expected) \ in main() argument 86 #define TEST_STRNSTR(haystack, needle, hay_length, expected) \ in main() argument 97 #define TEST_STRIREPLACE(haystack, needle, expected) \ in main() argument 113 #define TEST_D2STR(value, expected) \ in main() argument
|
| /third_party/node/test/parallel/ |
| D | test-os.js | 30 number: (value, key) => { argument 34 string: (value) => { assert.strictEqual(typeof value, 'string'); }, argument 35 array: (value) => { assert.ok(Array.isArray(value)); }, argument 36 object: (value) => { argument 50 const expected = `${process.env.SystemRoot || process.env.windir}\\temp`; constant 138 const expected = [{ variable 154 const expected = [{ variable
|
| /third_party/python/Lib/test/ |
| D | test_tcl.py | 284 def check(expr, expected): argument 319 def check(expr, expected): argument 351 def check(expr, expected): argument 383 def check(expr, expected): argument 423 def check(expr, expected): argument 454 def passValue(value): argument 511 def check(value, expected=None, *, eq=self.assertEqual): argument 521 def float_eq(actual, expected): argument 705 def check(value): argument
|
| /third_party/jerryscript/tests/unit-libm/ |
| D | test-libm.c | 28 check_int (const char *expr, int computed, int expected) in check_int() 40 double value; member 46 check_double (const char *expr, double computed, double expected) in check_double()
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstiterator.c | 150 gint i, expected; in GST_START_TEST() local 234 gint expected = 0, value; in GST_START_TEST() local 288 gint expected = 0, value; in GST_START_TEST() local 339 gint expected = 0, value; in GST_START_TEST() local 394 gint expected = 0, value; in GST_START_TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| D | atomic_hook.h | 154 FnPtr expected = default_fn_; in DoStore() local 170 const intptr_t value = hook_.load(std::memory_order_acquire); in DoLoad() local 179 const auto value = reinterpret_cast<intptr_t>(fn); in DoStore() local 180 intptr_t expected = kUninitialized; in DoStore() local
|
| /third_party/abseil-cpp/absl/base/internal/ |
| D | atomic_hook.h | 154 FnPtr expected = default_fn_; in DoStore() local 170 const intptr_t value = hook_.load(std::memory_order_acquire); in DoLoad() local 179 const auto value = reinterpret_cast<intptr_t>(fn); in DoStore() local 180 intptr_t expected = kUninitialized; in DoStore() local
|
| /third_party/glib/glib/tests/ |
| D | keyfile.c | 41 const gchar *expected) in check_string_value() 44 gchar *value; in check_string_value() local 58 const gchar *expected) in check_locale_string_value() 61 gchar *value; in check_locale_string_value() local 75 const gchar *expected) in check_string_locale_value() 77 gchar *value; in check_string_locale_value() local 91 gchar *v, **value; in check_string_list_value() local 124 gchar *v, **value; in check_locale_string_list_value() local 156 gint v, *value; in check_integer_list_value() local 188 gdouble v, *value; in check_double_list_value() local [all …]
|
| D | environment.c | 31 const gchar *expected; in test_listenv() local 32 const gchar *value; in test_listenv() local 47 const gchar *var, *value; in test_setenv() local 67 const gchar *value; in test_environ_array() local 104 const gchar *value; in test_environ_null() local 123 const gchar *value; in test_environ_case() local
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| D | JsonFormatterTest.cs | 255 public void DoubleRepresentations(double value, string expectedValueText) in DoubleRepresentations() 333 public void ToJsonName(string original, string expected) in ToJsonName() 436 public void TimestampStandalone(string expected, int nanos) in TimestampStandalone() 493 public void DurationStandalone(long seconds, int nanoseconds, string expected) in DurationStandalone() 628 public void Wrappers_Standalone(System.Type wrapperType, object value, string expectedJson) in Wrappers_Standalone() 646 public void WriteValue_Constant(object value, string expectedJson) in WriteValue_Constant() 679 private static void AssertWriteValue(object value, string expectedJson) in AssertWriteValue()
|
| /third_party/gstreamer/gstplugins_good/gst/debugutils/ |
| D | tests.c | 39 gint64 value; member 71 length_finish (gpointer test, GValue * value) in length_finish() 82 length_get_value (gpointer test, GValue * value) in length_get_value() 122 GstClockTime expected; member 174 timedur_finish (gpointer test, GValue * value) in timedur_finish() 185 timedur_get_value (gpointer test, GValue * value) in timedur_get_value() 226 md5_finish (gpointer checksum, GValue * value) in md5_finish() 228 const gchar *expected, *result; in md5_finish() local 241 md5_get_value (gpointer checksum, GValue * value) in md5_get_value()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | ICUResourceBundleTest.java | 201 String expected = "abc\u0000def"; in TestBasicTypes() local 218 int expected = 123; in TestBasicTypes() local 230 int expected = 1; in TestBasicTypes() local 237 int expected = -1; in TestBasicTypes() local 250 int expected = 1; in TestBasicTypes() local 258 int[] expected = new int[]{ 1, 2, 3, -3, 4, 5, 6, 7 } ; in TestBasicTypes() local 315 String value = sub2.getString(); in TestBasicTypes() local 330 String expected; in TestBasicTypes() local 359 int value; field in ICUResourceBundleTest.TestCase 360 TestCase(String key, int value){ in TestCase() [all …]
|
| /third_party/wayland_standard/tests/ |
| D | exec-fd-leak-checker.c | 34 parse_count(const char *str, int *value) in parse_count() 58 int expected; in main() local
|