Home
last modified time | relevance | path

Searched refs:test_helper (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_strptime.py449 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/
DMakefile.inc40 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
DMakefile4 SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
/external/python/cpython3/Lib/test/
Dtest_strptime.py539 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/
DBUILD.gn24 ":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/
Dcopy_block_helper.m21 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/
Dcopy_block_helper.m21 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/
DMakefile3 LIB= test_helper
4 SRCS= test_helper.c fuzz.c
/external/perfetto/
DAndroid.bp.extras17 "test/test_helper.cc",
DAndroid.bp709 "test/test_helper.cc",
3539 "test/test_helper.cc",
/external/bcc/tests/python/
Dtest_percpu.py18 def test_helper(self): member in TestPercpu
/external/perfetto/src/profiling/memory/
DBUILD.gn175 "../../../test:test_helper",
/external/llvm/test/CodeGen/X86/
Dhhvm-cc.ll193 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/
Dhhvm-cc.ll193 define hhvmcc void @test_helper(i64 %a, i64 %b, i64 %c) nounwind {
195 ; CHECK-LABEL: test_helper: