/third_party/python/Lib/unittest/test/testmock/ |
D | testsealable.py | 88 m.test1.test2().test4 102 m.test1.test2["a"].test4 104 m.test1.test3[2:5].test4 114 m.test1.test2.test4 # Does not raise 115 m.test1.test2.test4 = 1 # Does not raise 158 m.test1.test2.test3.test4 162 m.test1.test2.test3.test4.boom 167 m.test1().test2.test3().test4 171 m.test1().test2.test3().test4()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test4.so.hash.abi | 8 …<abi-instr address-size='64' path='test4.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 16 …y' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column… 17 …1' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column… 18 …2' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column… 19 …n' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column…
|
D | test4.so.abi | 8 …<abi-instr address-size='64' path='test4.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 16 …y' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column… 17 …1' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column… 18 …2' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column… 19 …n' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column…
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 271 UnicodeString test4("never say, \"this is a test\"!!"); in TestCompare() local 281 if (test1 != test2 || test1 == test3 || test1 == test4) in TestCompare() 285 if (test1 > test2 || test1 < test2 || !(test1 < test3) || !(test1 > test4) || in TestCompare() 292 if (!(test1 >= test2) || !(test1 <= test2) || !(test1 <= test3) || !(test1 >= test4)) in TestCompare() 296 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0) in TestCompare() 302 test4.compare(12, 14, test2) != 0 || in TestCompare() 307 … if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) in TestCompare() 311 if (test2.compare(chars) != 0 || test3.compare(chars) <= 0 || test4.compare(chars) >= 0) in TestCompare() 321 || test1.compare(0, 14, test4, 12, 14) != 0) in TestCompare() 326 || test1.compare(10, 4, test4, 22, 4) != 0) in TestCompare() [all …]
|
D | strcase.cpp | 152 UnicodeString test4(test3); in TestCaseConversion() local 153 test4.toLower(Locale("")); in TestCaseConversion() 155 if (test4 != expectedResult) in TestCaseConversion() 156 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 158 test4 = test3; in TestCaseConversion() 159 test4.toLower(Locale("tr", "TR")); in TestCaseConversion() 161 if (test4 != expectedResult) in TestCaseConversion() 162 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 167 test4 = test3; in TestCaseConversion() 169 test4.toUpper(Locale("")); in TestCaseConversion() [all …]
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test4.so.abi | 9 …<abi-instr address-size='64' path='test4.c' comp-dir-path='/home/byby/oracle/src/libabigail/tests/… 25 …y' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column… 27 …1' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column… 29 …2' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column… 31 …n' filepath='/home/byby/oracle/src/libabigail/tests/data/test-read-common/test4.c' line='4' column…
|
/third_party/python/Lib/ctypes/test/ |
D | test_structures.py | 610 test4 = Test4() 616 result = func(test4) 629 test4.a_long = 12345; 633 result = func(byref(test4)) 635 self.assertEqual(test4.a_long, 0) 636 self.assertEqual(test4.a_struct.an_int, 0) 637 self.assertEqual(test4.a_struct.another_int, 0) 638 test4.a_struct.an_int = 0x12340000 639 test4.a_struct.another_int = 0x5678 643 result = func(byref(test4)) [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | moduleProperty2.symbols | 32 var test4=M.z; // ok public property of M 33 >test4 : Symbol(test4, Decl(moduleProperty2.ts, 12, 7))
|
D | asyncFunctionWithForStatementNoInitializer.symbols | 46 async function test4() { 47 >test4 : Symbol(test4, Decl(asyncFunctionWithForStatementNoInitializer.ts, 18, 1))
|
D | moduleProperty2.js | 14 var test4=M.z; // ok public property of M variable 30 var test4 = M.z; // ok public property of M
|
D | noImplicitReturnsInAsync2.symbols | 15 async function test4(isError: boolean = true) { 16 >test4 : Symbol(test4, Decl(noImplicitReturnsInAsync2.ts, 5, 1))
|
D | numericLiteralsWithTrailingDecimalPoints01.js | 12 var test4 = 3 .toString(); variable 50 var test4 = 3..toString();
|
D | numericLiteralsWithTrailingDecimalPoints02.js | 12 var test4 = 3 .toString(); variable 49 var test4 = 3..toString();
|
D | moduleProperty2.types | 35 var test4=M.z; // ok public property of M 36 >test4 : any
|
D | asyncFunctionWithForStatementNoInitializer.types | 58 async function test4() { 59 >test4 : () => Promise<void>
|
D | noImplicitReturnsInAsync2.js | 10 async function test4(isError: boolean = true) { function 57 function test4(isError = true) {
|
/third_party/alsa-utils/alsaloop/ |
D | test.sh | 55 test4() { function 90 test4) shift; ARGS="$@"; test4 ;;
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 51 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local 57 assertEqual(test4, twbi, "foo word == thai word"); in TestRegUnreg() 91 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local 97 assertEqual(test4, rwbi, "root word break"); in TestRegUnreg()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 54 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local 60 assertEqual(test4, twbi, "foo word == thai word"); in TestRegUnreg() 94 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local 100 assertEqual(test4, rwbi, "root word break"); in TestRegUnreg()
|
/third_party/curl/tests/data/ |
D | test1415 | 26 Set-Cookie: test4value=test4; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 34 Set-Cookie: test4value=test4; expires=Thursday, 31-Dec-2037 00:00:00 GMT; domain=example.com; path=… 83 .example.com TRUE / FALSE 17545593600 test4value test4 87 .example.com TRUE / FALSE 2145830400 test4value test4
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/primitive_types/the_boolean_type/ |
D | the_boolean_type_1.ts | 35 function test4(i: number): number { function 56 Assert.equal(test4(i), i);
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
D | setrlimit01.c | 49 static void test4(void); 77 test4(); in main() 242 static void test4(void) in test4() function
|
/third_party/icu/icu4c/source/test/testdata/ |
D | ra.txt | 43 * Tag name: test4 45 * @note This resource is for test4 47 test4{"asdfasdf"}
|
/third_party/node/test/parallel/ |
D | test-process-warning.js | 34 setImmediate(test4); 37 function test4() { function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | strip_test.cc | 185 std::string test4 = "\t \f\r\n\vfoo"; in TEST() local 186 absl::StripAsciiWhitespace(&test4); in TEST() 187 EXPECT_EQ(test4, "foo"); in TEST()
|