/external/python/cpython2/Lib/test/ |
D | test_strptime.py | 449 def test_helper(ymd_tuple, test_reason): function 460 test_helper((1901, 1, 3), "week 0") 461 test_helper((1901, 1, 8), "common case") 462 test_helper((1901, 1, 13), "day on Sunday") 463 test_helper((1901, 1, 14), "day on Monday") 464 test_helper((1905, 1, 1), "Jan 1 on Sunday") 465 test_helper((1906, 1, 1), "Jan 1 on Monday") 466 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday") 467 test_helper((1905, 12, 31), "Dec 31 on Sunday") 468 test_helper((1906, 12, 31), "Dec 31 on Monday") [all …]
|
/external/openssh/regress/unittests/ |
D | Makefile.inc | 40 CFLAGS+=-I${.CURDIR}/../test_helper -I${.CURDIR}/${SSHREL} 42 .if exists(${.CURDIR}/../test_helper/${__objdir}) 43 LDADD+=-L${.CURDIR}/../test_helper/${__objdir} -ltest_helper 44 DPADD+=${.CURDIR}/../test_helper/${__objdir}/libtest_helper.a 46 LDADD+=-L${.CURDIR}/../test_helper -ltest_helper 47 DPADD+=${.CURDIR}/../test_helper/libtest_helper.a
|
D | Makefile | 4 SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
|
/external/python/cpython3/Lib/test/ |
D | test_strptime.py | 539 def test_helper(ymd_tuple, test_reason): function 557 test_helper((1901, 1, 3), "week 0") 558 test_helper((1901, 1, 8), "common case") 559 test_helper((1901, 1, 13), "day on Sunday") 560 test_helper((1901, 1, 14), "day on Monday") 561 test_helper((1905, 1, 1), "Jan 1 on Sunday") 562 test_helper((1906, 1, 1), "Jan 1 on Monday") 563 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday") 564 test_helper((1905, 12, 31), "Dec 31 on Sunday") 565 test_helper((1906, 12, 31), "Dec 31 on Monday") [all …]
|
/external/perfetto/test/ |
D | BUILD.gn | 24 ":test_helper", 61 ":test_helper", 101 source_set("test_helper") { 116 "test_helper.cc", 117 "test_helper.h", 130 ":test_helper",
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/ |
D | copy_block_helper.m | 21 id test_helper(id (^foo)(void)) { return foo(); } // GCOV: 1: [[@LINE]]:id function 23 test_helper(^{ // GCOV: 2: [[@LINE]]: test_helper
|
/external/llvm/test/tools/llvm-cov/ |
D | copy_block_helper.m | 21 id test_helper(id (^foo)(void)) { return foo(); } // GCOV: 1: [[@LINE]]:id function 23 test_helper(^{ // GCOV: 2: [[@LINE]]: test_helper
|
/external/openssh/regress/unittests/test_helper/ |
D | Makefile | 3 LIB= test_helper 4 SRCS= test_helper.c fuzz.c
|
/external/perfetto/ |
D | Android.bp.extras | 17 "test/test_helper.cc",
|
D | Android.bp | 709 "test/test_helper.cc", 3539 "test/test_helper.cc",
|
/external/bcc/tests/python/ |
D | test_percpu.py | 18 def test_helper(self): member in TestPercpu
|
/external/perfetto/src/profiling/memory/ |
D | BUILD.gn | 175 "../../../test:test_helper",
|
/external/llvm/test/CodeGen/X86/ |
D | hhvm-cc.ll | 193 define hhvmcc void @test_helper(i64 %a, i64 %b, i64 %c) nounwind { 195 ; CHECK-LABEL: test_helper:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | hhvm-cc.ll | 193 define hhvmcc void @test_helper(i64 %a, i64 %b, i64 %c) nounwind { 195 ; CHECK-LABEL: test_helper:
|