Home
last modified time | relevance | path

Searched refs:test_c (Results 1 – 25 of 25) 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-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/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/skia/tests/
DCTest.cpp60 static void test_c(skiatest::Reporter* reporter) { in test_c() function
89 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/llvm-project/clang/test/SemaObjCXX/
Dunknown-anytype.mm15 - (void) test_c: (__unknown_anytype)foo;
40 [obj test_c: (const Uncopyable&) v];
/external/clang/test/SemaObjCXX/
Dunknown-anytype.mm15 - (void) test_c: (__unknown_anytype)foo;
40 [obj test_c: (const Uncopyable&) v];
/external/llvm-project/llvm/test/Analysis/LegacyDivergenceAnalysis/AMDGPU/
Dkernel-args.ll27 ; CHECK-LABEL: Printing analysis 'Legacy Divergence Analysis' for function 'test_c':
35 define void @test_c([4 x <16 x i8>] addrspace(4)* byval([4 x <16 x i8>]) %arg0, float inreg %arg1, …
/external/llvm-project/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/
Dkernel-args.ll27 ; CHECK-LABEL: Printing analysis 'Legacy Divergence Analysis' for function 'test_c':
35 define void @test_c([4 x <16 x i8>] addrspace(5)* byval([4 x <16 x i8>]) %arg0, float inreg %arg1, …
/external/capstone/suite/
Dtest_all.sh9 ./test_c.sh $1_c
/external/skia/resources/sksl/errors/
DInvalidOutParams.sksl6 void test_c() { inc1(sqrt(1)); }
/external/llvm/test/CodeGen/AMDGPU/
Dselectcc-opt.ll60 ; EG-LABEL: {{^}}test_c:
62 define void @test_c(float addrspace(1)* %out, i32 %in) {
/external/llvm-project/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/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp21 same_type<decltype(c), char> test_c; variable
/external/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp21 same_type<decltype(c), char> test_c; variable
/external/pigweed/pw_log_null/
DBUILD.gn47 "test_c.c",
DBUILD57 "test_c.c",
/external/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
Dp4.cpp134 bool test_c = C() == C(); // expected-error {{invalid operands}} variable
/external/llvm-project/clang/test/CXX/drs/
Ddr13xx.cpp413 void test_c() { in test_c() function
/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.c735 struct chain_head *test_c, *tmp_c; in iptcc_find_label() local
739 test_c=list_entry(test_pos, struct chain_head,list); in iptcc_find_label()
742 debug(" Chain:%s\n", test_c->name); in iptcc_find_label()
/external/python/cpython3/Lib/test/
Dtest_locale.py395 def test_c(self): member in NormalizeTest
Dtest_getargs2.py798 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