Home
last modified time | relevance | path

Searched refs:test_c (Results 1 – 17 of 17) sorted by relevance

/external/strace/tests/
Dstrace-S.test9 test_c() function
29 test_c calls '-n -r' '/^[[:space:]]+[0-9]/ s/^'"$c$c$c$c"'[[:space:]].*/\4/p'
30 test_c name '' '/^[[:space:]]+[0-9]/ s/^'"$c$c$c$c"'([[:space:]]+[0-9]+)?'"$c"'$/\6/p'
/external/strace/tests-mx32/
Dstrace-S.test9 test_c() function
29 test_c calls '-n -r' '/^[[:space:]]+[0-9]/ s/^'"$c$c$c$c"'[[:space:]].*/\4/p'
30 test_c name '' '/^[[:space:]]+[0-9]/ s/^'"$c$c$c$c"'([[:space:]]+[0-9]+)?'"$c"'$/\6/p'
/external/strace/tests-m32/
Dstrace-S.test9 test_c() function
29 test_c calls '-n -r' '/^[[:space:]]+[0-9]/ s/^'"$c$c$c$c"'[[:space:]].*/\4/p'
30 test_c name '' '/^[[:space:]]+[0-9]/ s/^'"$c$c$c$c"'([[:space:]]+[0-9]+)?'"$c"'$/\6/p'
/external/skia/tests/
DCTest.cpp59 static void test_c(skiatest::Reporter* reporter) { in test_c() function
88 test_c(reporter); in DEF_TEST()
/external/skqp/tests/
DCTest.cpp59 static void test_c(skiatest::Reporter* reporter) { in test_c() function
88 test_c(reporter); in DEF_TEST()
/external/clang/test/SemaObjCXX/
Dunknown-anytype.mm15 - (void) test_c: (__unknown_anytype)foo;
40 [obj test_c: (const Uncopyable&) v];
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/
Dkernel-args.ll29 ; CHECK-LABEL: Printing analysis 'Divergence Analysis' for function 'test_c':
37 define void @test_c([4 x <16 x i8>] addrspace(2)* byval %arg0, float inreg %arg1, i32 inreg %arg2, …
/external/llvm/test/CodeGen/AMDGPU/
Dselectcc-opt.ll60 ; EG-LABEL: {{^}}test_c:
62 define void @test_c(float addrspace(1)* %out, i32 %in) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dselectcc-opt.ll60 ; EG-LABEL: {{^}}test_c:
62 define amdgpu_kernel void @test_c(float addrspace(1)* %out, i32 %in) {
/external/capstone/suite/
Dtest_all.sh9 ./test_c.sh $1_c
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp21 same_type<decltype(c), char> test_c; variable
/external/python/cpython2/Lib/test/
Dtest_locale.py386 def test_c(self): member in NormalizeTest
Dtest_getargs2.py522 def test_c(self): member in Bytes_TestCase
/external/iptables/libiptc/
Dlibiptc.c750 struct chain_head *test_c, *tmp_c; in iptcc_find_label() local
754 test_c=list_entry(test_pos, struct chain_head,list); in iptcc_find_label()
757 debug(" Chain:%s\n", test_c->name); in iptcc_find_label()
/external/python/cpython3/Lib/test/
Dtest_locale.py396 def test_c(self): member in NormalizeTest
Dtest_getargs2.py699 def test_c(self): member in Bytes_TestCase
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py417 def test_c(self): member in Test_TestCase.test_subtests_failfast.Foo