/third_party/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 122 UnicodeString test3; in TestBasicManipulation() local 123 test3.append((UChar32)0x20402); in TestBasicManipulation() 124 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){ in TestBasicManipulation() 125 …nicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); in TestBasicManipulation() 127 if(test3.length() != 2){ in TestBasicManipulation() 128 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation() 130 test3.append((UChar32)0x0074); in TestBasicManipulation() 131 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){ in TestBasicManipulation() 132 …icodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); in TestBasicManipulation() 134 if(test3.length() != 3){ in TestBasicManipulation() [all …]
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testsealable.py | 51 m.test.test3 = 1 83 m.test1.test2().test3 = 4 86 self.assertEqual(m.test1.test2().test3, 4) 90 m.test1.test3 95 m.test1.test2["a"].test3 = 4 96 m.test1.test3[2:5].test3 = 4 99 self.assertEqual(m.test1.test2["a"].test3, 4) 100 self.assertEqual(m.test1.test2[2:5].test3, 4) 104 m.test1.test3[2:5].test4 110 m.test1.test2.test3 = 4 [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | EnumClassBitmasksTests.cpp | 40 Color test3 = test2 & Color::A; in TEST() local 41 ASSERT_EQ(8u, static_cast<uint32_t>(test3)); in TEST() 43 Color test4 = ~test3; in TEST() 56 Color test3 = test2; in TEST() local 57 test3 &= Color::A; in TEST() 58 ASSERT_EQ(8u, static_cast<uint32_t>(test3)); in TEST() 68 bool test3 = Color::R ^ Color::G; in TEST() local 69 ASSERT_TRUE(test3); in TEST()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
D | derive-hash-struct-with-incomplete-array.rs | 120 pub struct test3 { struct 127 const UNINIT: ::std::mem::MaybeUninit<test3> = in bindgen_test_layout_test3() argument 131 ::std::mem::size_of::<test3>(), in bindgen_test_layout_test3() 133 concat!("Size of: ", stringify!(test3)) in bindgen_test_layout_test3() 136 ::std::mem::align_of::<test3>(), in bindgen_test_layout_test3() 138 concat!("Alignment of ", stringify!(test3)) in bindgen_test_layout_test3() 143 concat!("Offset of field: ", stringify!(test3), "::", stringify!(a)) in bindgen_test_layout_test3() 153 stringify!(test3), in bindgen_test_layout_test3() 166 stringify!(test3), in bindgen_test_layout_test3()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | derive-hash-struct-with-incomplete-array.rs | 99 pub struct test3 { struct 107 ::std::mem::size_of::<test3>(), in bindgen_test_layout_test3() argument 109 concat!("Size of: ", stringify!(test3)) in bindgen_test_layout_test3() 112 ::std::mem::align_of::<test3>(), in bindgen_test_layout_test3() 114 concat!("Alignment of ", stringify!(test3)) in bindgen_test_layout_test3()
|
/third_party/node/test/parallel/ |
D | test-fs-stream-double-close.js | 31 test3(fs.createReadStream(__filename)); 35 test3(fs.createWriteStream(`${tmpdir.path}/dummy3`)); 49 function test3(stream) { function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UTF16Test.java | 1001 …String test3 = "\ud841\udc02\u0071\udc02\ud841\u0071\ud841\udc02\u0071\u0072\ud841\udc02\u0071… in TestIndexOf() local 1015 if (UTF16.indexOf(test3, testChar2) != 0 || in TestIndexOf() 1016 UTF16.indexOf(test3, testChar2, 0) != 0) { in TestIndexOf() 1019 " at position 0 in text '" + Utility.hex(test3) + "'"); in TestIndexOf() 1026 " at position 0 in text '" + Utility.hex(test3) + "'"); in TestIndexOf() 1039 if (UTF16.lastIndexOf(test3, testChar2) != 13 || in TestIndexOf() 1040 UTF16.lastIndexOf(test3, testChar2, test3.length()) != 13) { in TestIndexOf() 1043 " at position 13 in text '" + Utility.hex(test3) + "'"); in TestIndexOf() 1075 startPos != -1 && startPos < test3.length();) { in TestIndexOf() 1076 startPos = UTF16.indexOf(test3, test4, startPos); in TestIndexOf() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UTF16Test.java | 995 …String test3 = "\ud841\udc02\u0071\udc02\ud841\u0071\ud841\udc02\u0071\u0072\ud841\udc02\u0071… in TestIndexOf() local 1009 if (UTF16.indexOf(test3, testChar2) != 0 || in TestIndexOf() 1010 UTF16.indexOf(test3, testChar2, 0) != 0) { in TestIndexOf() 1013 " at position 0 in text '" + Utility.hex(test3) + "'"); in TestIndexOf() 1020 " at position 0 in text '" + Utility.hex(test3) + "'"); in TestIndexOf() 1033 if (UTF16.lastIndexOf(test3, testChar2) != 13 || in TestIndexOf() 1034 UTF16.lastIndexOf(test3, testChar2, test3.length()) != 13) { in TestIndexOf() 1037 " at position 13 in text '" + Utility.hex(test3) + "'"); in TestIndexOf() 1069 startPos != -1 && startPos < test3.length();) { in TestIndexOf() 1070 startPos = UTF16.indexOf(test3, test4, startPos); in TestIndexOf() [all …]
|
/third_party/skia/tests/sksl/shared/ |
D | ArrayConstructors.asm.frag | 15 OpName %test3 "test3" 87 %test3 = OpVariable %_ptr_Function__arr_mat4v4float_int_1 Function 99 OpStore %test3 %54 106 %64 = OpAccessChain %_ptr_Function_v4float %test3 %int_0 %int_3
|
/third_party/typescript/tests/baselines/reference/ |
D | newExpressionWithCast.symbols | 22 var test3 = new (<any>Test3)(); 23 >test3 : Symbol(test3, Decl(newExpressionWithCast.ts, 10, 3))
|
D | aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.symbols | 113 type test3 = a3 extends b3 ? "y" : "n" 114 >test3 : Symbol(test3, Decl(aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.ts, 28, 59)) 118 let check3: test3 = "y"; 120 >test3 : Symbol(test3, Decl(aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.ts, 28, 59))
|
D | moduleProperty2.symbols | 28 var test3=M.y; // nope y private property of M 29 >test3 : Symbol(test3, Decl(moduleProperty2.ts, 11, 7))
|
D | asyncFunctionWithForStatementNoInitializer.symbols | 35 async function test3() { 36 >test3 : Symbol(test3, Decl(asyncFunctionWithForStatementNoInitializer.ts, 12, 1))
|
D | newExpressionWithCast.js | 12 var test3 = new (<any>Test3)(); 25 var test3 = new Test3(); variable
|
/third_party/alsa-utils/alsaloop/ |
D | test.sh | 35 test3() { function 89 test3) shift; ARGS="$@"; test3 ;;
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 50 BreakIterator test3 = BreakIterator.getWordInstance(thailand_locale); in TestRegUnreg() local 56 assertEqual(test3, twbi, "thai word == thai word"); in TestRegUnreg() 90 BreakIterator test3 = BreakIterator.getWordInstance(thailand_locale); in TestRegUnreg() local 96 assertEqual(test3, twbi, "thai word break"); in TestRegUnreg()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 53 BreakIterator test3 = BreakIterator.getWordInstance(thailand_locale); in TestRegUnreg() local 59 assertEqual(test3, twbi, "thai word == thai word"); in TestRegUnreg() 93 BreakIterator test3 = BreakIterator.getWordInstance(thailand_locale); in TestRegUnreg() local 99 assertEqual(test3, twbi, "thai word break"); in TestRegUnreg()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test3-alias-2.so.hash.abi | 1 <abi-corpus version='2.1' soname='test3.so.1'> 13 …<abi-instr address-size='64' path='test3.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 15 …o' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test3.c' line='23' colum…
|
D | test3-alias-4.so.hash.abi | 1 <abi-corpus version='2.1' soname='test3.so.1'> 13 …<abi-instr address-size='64' path='test3.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 15 …o' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test3.c' line='23' colum…
|
D | test3-alias-1.so.hash.abi | 1 <abi-corpus version='2.1' soname='test3.so.1'> 13 …<abi-instr address-size='64' path='test3.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 15 …o' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test3.c' line='23' colum…
|
D | test3.so.hash.abi | 1 <abi-corpus version='2.1' soname='test3.so.1'> 13 …<abi-instr address-size='64' path='test3.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 15 …o' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test3.c' line='23' colum…
|
D | test3.so.abi | 1 <abi-corpus version='2.1' soname='test3.so.1'> 13 …<abi-instr address-size='64' path='test3.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 15 …o' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test3.c' line='23' colum…
|
D | test3-alias-3.so.hash.abi | 1 <abi-corpus version='2.1' soname='test3.so.1'> 13 …<abi-instr address-size='64' path='test3.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 15 …o' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test3.c' line='23' colum…
|
/third_party/skia/resources/sksl/shared/ |
D | ArrayConstructors.sksl | 6 float4x4 test3[1] = float4x4[1](float4x4(16)); 8 return (test1[3] + test2[1][1] + test3[0][3][3] == 24) ? colorGreen : colorRed;
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test3.so.abi | 1 <abi-corpus version='2.1' soname='test3.so.1'> 19 …<abi-instr address-size='64' path='test3.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 23 …o' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test3.c' line='23' colum…
|