/third_party/typescript/src/testRunner/unittests/config/ |
D | matchFiles.ts | 150 const expected: ParsedCommandLine = { constant 173 const expected: ParsedCommandLine = { constant 191 const expected: ParsedCommandLine = { constant 212 const expected: ParsedCommandLine = { constant 233 const expected: ParsedCommandLine = { constant 251 const expected: ParsedCommandLine = { constant 269 const expected: ParsedCommandLine = { constant 290 const expected: ParsedCommandLine = { constant 316 const expected: ParsedCommandLine = { constant 341 const expected: ParsedCommandLine = { constant [all …]
|
/third_party/typescript/tests/cases/unittests/ |
D | matchFiles.ts | 122 const expected: ts.ParsedCommandLine = { constant 140 const expected: ts.ParsedCommandLine = { constant 161 const expected: ts.ParsedCommandLine = { constant 182 const expected: ts.ParsedCommandLine = { constant 200 const expected: ts.ParsedCommandLine = { constant 215 const expected: ts.ParsedCommandLine = { constant 233 const expected: ts.ParsedCommandLine = { constant 259 const expected: ts.ParsedCommandLine = { constant 284 const expected: ts.ParsedCommandLine = { constant 305 const expected: ts.ParsedCommandLine = { constant [all …]
|
/third_party/node/test/parallel/ |
D | test-url-pathtofileurl.js | 51 { path: 'C:\\foo', expected: 'file:///C:/foo' }, property 53 { path: 'C:\\FOO', expected: 'file:///C:/FOO' }, property 55 { path: 'C:\\dir\\foo', expected: 'file:///C:/dir/foo' }, property 57 { path: 'C:\\dir\\', expected: 'file:///C:/dir/' }, property 59 { path: 'C:\\foo.mjs', expected: 'file:///C:/foo.mjs' }, property 61 { path: 'C:\\foo bar', expected: 'file:///C:/foo%20bar' }, property 63 { path: 'C:\\foo?bar', expected: 'file:///C:/foo%3Fbar' }, property 65 { path: 'C:\\foo#bar', expected: 'file:///C:/foo%23bar' }, property 67 { path: 'C:\\foo&bar', expected: 'file:///C:/foo&bar' }, property 69 { path: 'C:\\foo=bar', expected: 'file:///C:/foo=bar' }, property [all …]
|
D | test-repl-pretty-stack.js | 10 function run({ command, expected, ...extraREPLOptions }, i) { property 40 expected: 'Uncaught Error: Whoops!\n at REPL1:*:*\n' + property 46 expected: 'let x y;\n ^\n\n' + property 51 expected: 'Uncaught Error: Whoops!\n' property 56 expected: "Uncaught Error: Whoops!\n at REPL4:*:* {\n foo: 'bar'\n}\n", property 61 expected: 'Uncaught Error: Whoops!\n at REPL5:*:* {\n foo: ' + property 67 expected: 'Uncaught ReferenceError: bar is not defined\n' property 72 expected: 'Uncaught Error: Whoops!\n at REPL7:*:*\n' property
|
/third_party/rust/crates/minimal-lexical/tests/ |
D | vec_tests.rs | 110 let expected: VecType = if bigint::LIMB_BITS == 32 { in math_test() localVariable 120 let expected: VecType = vec_from_u32(&[0xFFFFFFFB, 0x4]); in math_test() localVariable 147 let expected: VecType = vec_from_u32(&[4, 1]); in small_add_test() localVariable 152 let expected = VecType::from_u64(12); in small_add_test() localVariable 158 let expected: VecType = vec_from_u32(&[6, 0x80000001]); in small_add_test() localVariable 164 let expected: VecType = vec_from_u32(&[6, 0, 1]); in small_add_test() localVariable 173 let expected = VecType::from_u64(35); in small_mul_test() localVariable 179 let expected: VecType = vec_from_u32(&[0x00140000, 0x140000]); in small_mul_test() localVariable 185 let expected: VecType = vec_from_u32(&[4, 1]); in small_mul_test() localVariable 191 let expected: VecType = vec_from_u32(&[4, 6]); in small_mul_test() localVariable [all …]
|
/third_party/parse5/test/data/serialization/ |
D | tests.json | 5 … "expected": "<html><head></head><body><template>Some <div>content</div></template></body></html>" string 10 …"expected": "<html><head><meta http-equiv=\"refresh\" content=\"30\"></head><body><div style=\"bac… string 15 … "expected": "<html><head></head><body><svg xml:base=\"http://example.org\"></svg></body></html>" string 20 …"expected": "<html><head></head><body><svg xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:xlink=\"ht… string 25 "expected": "<html><head></head><body><svg xlink:title=\"Hey!\"></svg></body></html>" string 30 "expected": "<html><head></head><body><div data-foo=\"& 42 &\"></div></body></html>" string 35 … "expected": "<html><head></head><body><div data-foo=\" bar \"></div></body></html>" string 40 …"expected": "<html><head></head><body><div data-foo=\""\" id=\"test1"\" class=\"test2&qu… string 45 "expected": "<html><head></head><body><div data-foo=\"<span>\"></div></body></html>" string 50 "expected": "<html><head></head><body><div data-foo=\"»☎\"></div></body></html>" string [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | define_test.cpp | 25 const char *expected = in TEST_F() local 46 const char *expected = in TEST_F() local 73 const char *expected = in TEST_F() local 88 const char *expected = in TEST_F() local 103 const char *expected = in TEST_F() local 119 const char *expected = in TEST_F() local 136 const char *expected = in TEST_F() local 153 const char *expected = in TEST_F() local 170 const char *expected = in TEST_F() local 186 const char *expected = in TEST_F() local [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | define_test.cpp | 25 const char *expected = in TEST_F() local 46 const char *expected = in TEST_F() local 73 const char *expected = in TEST_F() local 88 const char *expected = in TEST_F() local 103 const char *expected = in TEST_F() local 119 const char *expected = in TEST_F() local 136 const char *expected = in TEST_F() local 153 const char *expected = in TEST_F() local 170 const char *expected = in TEST_F() local 186 const char *expected = in TEST_F() local [all …]
|
/third_party/json/test/src/ |
D | unit-msgpack.cpp | 135 std::vector<uint8_t> expected = {0xc0}; variable 149 std::vector<uint8_t> expected = {0xc3}; variable 161 std::vector<uint8_t> expected = {0xc2}; variable 188 std::vector<uint8_t> expected; variable 219 std::vector<uint8_t> expected; variable 250 std::vector<uint8_t> expected; variable 284 std::vector<uint8_t> expected; variable 322 std::vector<uint8_t> expected; variable 365 std::vector<uint8_t> expected; variable 412 std::vector<uint8_t> expected; variable [all …]
|
D | unit-ubjson.cpp | 134 std::vector<uint8_t> expected = {'Z'}; variable 148 std::vector<uint8_t> expected = {'T'}; variable 160 std::vector<uint8_t> expected = {'F'}; variable 199 std::vector<uint8_t> expected; variable 254 std::vector<uint8_t> expected; variable 293 std::vector<uint8_t> expected; variable 317 std::vector<uint8_t> expected = {'I', 0xdb, 0xd1}; variable 347 std::vector<uint8_t> expected; variable 380 std::vector<uint8_t> expected; variable 413 std::vector<uint8_t> expected; variable [all …]
|
D | unit-cbor.cpp | 137 std::vector<uint8_t> expected = {0xf9, 0x7e, 0x00}; variable 146 std::vector<uint8_t> expected = {0xf9, 0x7c, 0x00}; variable 154 std::vector<uint8_t> expected = {0xf6}; variable 168 std::vector<uint8_t> expected = {0xf5}; variable 180 std::vector<uint8_t> expected = {0xf4}; variable 219 std::vector<uint8_t> expected; variable 276 std::vector<uint8_t> expected; variable 317 std::vector<uint8_t> expected; variable 343 std::vector<uint8_t> expected = {0x39, 0x24, 0x2e}; variable 369 std::vector<uint8_t> expected; variable [all …]
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
D | test-pack-formats.cpp | 56 const uint64_t expected[] = { variable 75 const uint64_t expected[] = { variable 98 const uint64_t expected[] = { variable 126 const uint64_t expected[] = { variable 156 const uint64_t expected[] = { variable 190 const uint64_t expected[] = { variable 225 const uint64_t expected[] = { variable 264 const uint64_t expected[] = { variable
|
/third_party/rust/crates/quote/tests/ |
D | test.rs | 32 let expected = concat!( in test_quote_impl() localVariable 54 let expected = concat!( in test_quote_spanned_impl() localVariable 70 let expected = "X < X > (X) [X] { X }"; in test_substitution() localVariable 141 let expected = concat!( in test_advanced() localVariable 182 let expected = in test_integer() localVariable 197 let expected = concat!("2.345f32 2.345f64"); in test_floating() localVariable 213 let expected = "'\\u{1}' '#' '\"' '\\'' '\\n' '\u{2764}'"; in test_char() localVariable 221 let expected = "\"\\u{1} a 'b \\\" c\""; in test_str() localVariable 229 let expected = "\"\\u{1} a 'b \\\" c\""; in test_string() localVariable 242 let expected = "1"; in test_interpolated_literal() localVariable [all …]
|
/third_party/node/test/fixtures/wpt/url/resources/ |
D | setters_tests.json | 29 "expected": { object 37 "expected": { object 45 "expected": { object 54 "expected": { object 63 "expected": { object 72 "expected": { object 81 "expected": { object 89 "expected": { object 98 "expected": { object 107 "expected": { object [all …]
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | mod.rs | 1643 let expected = vec![('a', 'c'), ('x', 'z')]; in class_canonicalize_unicode() localVariable 1647 let expected = vec![('a', 'c'), ('x', 'z')]; in class_canonicalize_unicode() localVariable 1651 let expected = vec![('w', 'z')]; in class_canonicalize_unicode() localVariable 1662 let expected = vec![('a', 'j'), ('l', 's')]; in class_canonicalize_unicode() localVariable 1666 let expected = vec![('u', 'z')]; in class_canonicalize_unicode() localVariable 1670 let expected = vec![('\x00', '\u{10FFFF}')]; in class_canonicalize_unicode() localVariable 1674 let expected = vec![('a', 'b')]; in class_canonicalize_unicode() localVariable 1681 let expected = vec![(b'a', b'c'), (b'x', b'z')]; in class_canonicalize_bytes() localVariable 1685 let expected = vec![(b'a', b'c'), (b'x', b'z')]; in class_canonicalize_bytes() localVariable 1689 let expected = vec![(b'w', b'z')]; in class_canonicalize_bytes() localVariable [all …]
|
/third_party/cJSON/tests/unity/src/ |
D | unity.h | 128 #define TEST_ASSERT_EQUAL_INT(expected, actual) … argument 129 #define TEST_ASSERT_EQUAL_INT8(expected, actual) … argument 130 #define TEST_ASSERT_EQUAL_INT16(expected, actual) … argument 131 #define TEST_ASSERT_EQUAL_INT32(expected, actual) … argument 132 #define TEST_ASSERT_EQUAL_INT64(expected, actual) … argument 133 #define TEST_ASSERT_EQUAL(expected, actual) … argument 134 #define TEST_ASSERT_NOT_EQUAL(expected, actual) … argument 135 #define TEST_ASSERT_EQUAL_UINT(expected, actual) … argument 136 #define TEST_ASSERT_EQUAL_UINT8(expected, actual) … argument 137 #define TEST_ASSERT_EQUAL_UINT16(expected, actual) … argument [all …]
|
/third_party/unity/src/ |
D | unity.h | 135 #define TEST_ASSERT_EQUAL_INT(expected, actual) … argument 136 #define TEST_ASSERT_EQUAL_INT8(expected, actual) … argument 137 #define TEST_ASSERT_EQUAL_INT16(expected, actual) … argument 138 #define TEST_ASSERT_EQUAL_INT32(expected, actual) … argument 139 #define TEST_ASSERT_EQUAL_INT64(expected, actual) … argument 140 #define TEST_ASSERT_EQUAL_UINT(expected, actual) … argument 141 #define TEST_ASSERT_EQUAL_UINT8(expected, actual) … argument 142 #define TEST_ASSERT_EQUAL_UINT16(expected, actual) … argument 143 #define TEST_ASSERT_EQUAL_UINT32(expected, actual) … argument 144 #define TEST_ASSERT_EQUAL_UINT64(expected, actual) … argument [all …]
|
/third_party/node/test/fixtures/ |
D | url-setter-tests-additional.js | 7 'expected': { property 16 'expected': { property 25 'expected': { property 34 'expected': { property 43 'expected': { property 54 'expected': { property 63 'expected': { property 72 'expected': { property 81 'expected': { property 90 'expected': { property [all …]
|
/third_party/node/lib/ |
D | assert.js | 129 function fail(actual, expected, message, operator, stackStartFn) { argument 157 expected, property 388 expected: true, property 417 assert.equal = function equal(actual, expected, message) { argument 425 expected, property 441 assert.notEqual = function notEqual(actual, expected, message) { argument 449 expected, property 464 assert.deepEqual = function deepEqual(actual, expected, message) { argument 472 expected, property 487 assert.notDeepEqual = function notDeepEqual(actual, expected, message) { argument [all …]
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deRandom.cpp | 54 …static const bool expected[] = { true, false, false, false, true, true, false, false, false, false… in Random_selfTest() local 63 static const int expected[] = { -6628, -6483, 802, -7758, -8463, 3165, 9216, 3107, 1851, 8707 }; in Random_selfTest() local 72 …static const deUint32 expected[] = { 3694588092u, 3135240271u, 882874943u, 2108407657u, 376640368u… in Random_selfTest() local 81 …static const deUint64 expected[] = { 15868135030466279503ull, 3791919008751271785ull, 161765806430… in Random_selfTest() local 90 …static const float expected[] = { 0.763413f, 0.679680f, 0.288965f, 0.854431f, 0.403095f, 0.198132f… in Random_selfTest() local 100 …static const float expected[] = { 824.996643f, 675.039185f, -24.691774f, 987.999756f, 179.702286f,… in Random_selfTest() local 112 static const int expected[][numItemsPicked] = in Random_selfTest() local 140 static const int expected[] = { 43, 123, -90, -90, 0, 3, 43, 0, 654, 43 }; in Random_selfTest() local 153 static const int expected[] = { -90, 654, 45, 0, 45, 45, -123, -90, 45, 654 }; in Random_selfTest() local 164 static const int expected[][DE_LENGTH_OF_ARRAY(items)] = in Random_selfTest() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | DataDrivenUScriptTest.java | 46 private int expected; field in DataDrivenUScriptTest.LocaleGetCodeTest 48 public LocaleGetCodeTest(ULocale testLocaleName, int expected) { in LocaleGetCodeTest() 123 private int[] expected; field in DataDrivenUScriptTest.TestMultipleUScript 125 public TestMultipleUScript(String testLocaleName, int[] expected, Locale testLocale) { in TestMultipleUScript() 173 private int expected; field in DataDrivenUScriptTest.GetCodeTest 175 public GetCodeTest(String testName, int expected) { in GetCodeTest() 261 private String expected; field in DataDrivenUScriptTest.GetNameTest 263 public GetNameTest(int testCode, String expected) { in GetNameTest() 294 private String expected; field in DataDrivenUScriptTest.GetShortNameTest 296 public GetShortNameTest(int testCode, String expected) { in GetShortNameTest() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | DataDrivenUScriptTest.java | 43 private int expected; field in DataDrivenUScriptTest.LocaleGetCodeTest 45 public LocaleGetCodeTest(ULocale testLocaleName, int expected) { in LocaleGetCodeTest() 120 private int[] expected; field in DataDrivenUScriptTest.TestMultipleUScript 122 public TestMultipleUScript(String testLocaleName, int[] expected, Locale testLocale) { in TestMultipleUScript() 170 private int expected; field in DataDrivenUScriptTest.GetCodeTest 172 public GetCodeTest(String testName, int expected) { in GetCodeTest() 258 private String expected; field in DataDrivenUScriptTest.GetNameTest 260 public GetNameTest(int testCode, String expected) { in GetNameTest() 291 private String expected; field in DataDrivenUScriptTest.GetShortNameTest 293 public GetShortNameTest(int testCode, String expected) { in GetShortNameTest() [all …]
|
/third_party/weex-loader/deps/weex-scripter/test/ |
D | require-parse.js | 17 var expected = { variable 30 var expected = { variable 43 var expected = { variable 56 var expected = { variable 69 var expected = { variable 82 var expected = { variable 93 var expected = { variable 103 var expected = { variable 117 var expected = { variable 129 var expected = { variable
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | sha.rs | 349 let expected = "a9993e364706816aba3e25717850c26c9cd0d89d"; in standalone_1() localVariable 357 let expected = "a9993e364706816aba3e25717850c26c9cd0d89d"; in struct_1() localVariable 368 let expected = "a9993e364706816aba3e25717850c26c9cd0d89d"; in cloning_allows_incremental_hashing() localVariable 383 let expected = "23097d223405d8228642a477bda255b32aadbce4bda0b3f7e36c9da7"; in standalone_224() localVariable 391 let expected = "23097d223405d8228642a477bda255b32aadbce4bda0b3f7e36c9da7"; in struct_224() localVariable 402 let expected = "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad"; in standalone_256() localVariable 410 let expected = "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad"; in struct_256() localVariable 421 let expected = in standalone_384() localVariable 431 let expected = in struct_384() localVariable 444 let expected = in standalone_512() localVariable [all …]
|
/third_party/harfbuzz/test/api/ |
D | test-draw.c | 191 char expected[] = "M275,442Q232,442 198,420Q164,397 145,353Q126,309 126,245" in test_hb_draw_glyf() local 247 …char expected[] = "M203,367C227,440 248,512 268,588L272,588C293,512 314,440 338,367L369,267L172,26… in test_hb_draw_cff1() local 270 char expected[] = "M775,400C705,400 650,343 650,274L650,250L391,250L713,572L392,893" in test_hb_draw_cff1_rline() local 295 char expected[] = "M275,442C303,442 337,435 371,417L325,454L350,366" in test_hb_draw_cff2() local 335 char expected[] = "M50,0L50,750L450,750L450,0L50,0Z"; in test_hb_draw_ttf_parser_tests() local 341 … char expected[] = "M56,416L56,487L514,487L514,416L56,416ZM56,217L56,288L514,288L514,217L56,217Z"; in test_hb_draw_ttf_parser_tests() local 347 char expected[] = "M332,468L197,468L197,0L109,0L109,468L15,468L15,509L109,539" in test_hb_draw_ttf_parser_tests() local 359 char expected[] = ""; in test_hb_draw_ttf_parser_tests() local 365 char expected[] = "M346,468L211,468L211,0L123,0L123,468L29,468L29,509L123,539" in test_hb_draw_ttf_parser_tests() local 381 char expected[] = "M0,0C100,0 150,-20 250,-20C350,-20 400,0 500,0C500,100 520,150 520,250" in test_hb_draw_ttf_parser_tests() local [all …]
|